Questions

Q:

Secondary storage ________

A) does not require constant power B) does not use magnetic media
C) consists of four main types of devices D) does not store information for later retrieval
 
Answer & Explanation Answer: A) does not require constant power

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

18 8902
Q:

The main element used in the vulcanisation of rubber is

A) nickel B) copper
C) sulphur D) graphite
 
Answer & Explanation Answer: C) sulphur

Explanation:

In vulcanization, cruder rubber is heated with 3% sulphur at about for 1200C for 2-3 hours.

Vulcanised rubber is a vastly improved product.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , GATE

9 8900
Q:

Who among the following was the first Indian to receive the Templeton Award?

A) Baba amte B) Mother teresa
C) Dr. S. Radhakrishnan D) Vinoba bhave
 
Answer & Explanation Answer: C) Dr. S. Radhakrishnan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

4 8891
Q:

A person who used his or her expertise to gain access to other people's computers to get information illegally or do damage is a ________

A) spammer B) hacker
C) instant messenger D) programmer
 
Answer & Explanation Answer: B) hacker

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams
Job Role: Bank PO

22 8889
Q:

Undefined reference to 'pthread_create'

How to Fix this error?

Answer

This is a common error while compiling C program in Linux. This error occurs when you are using pthread_create function to create threads in your programs.


To fix this problem ensure following points:
Include header file pthread.h in your program.
Add –lpthread linker flag with compilation command.
1- Include Header file
#include <stdio.h>
#include <pthread.h>
...
...
2- Compile command
gcc main.c -o main -lpthread

Report Error

View answer Workspace Report Error Discuss

24 8886
Q:

How do you stay up to date with fashion?

Answer

Designers stay current by reading magazines, browsing the internet, attending fashion shows, and studying technical manuals. They study the history of fashion to better understand its development and current tendencies.

Report Error

View answer Workspace Report Error Discuss

8 8885
Q:

Are you computer literate in relation to fashion design? Would you be able to use software to produce designs?

Answer

Be frank. Some established designers use no or little computer software in their work. Others rely heavily on technology (CAD). Simply explain how you work. If you are an efficient designer, your use of computer software will not be relevant.

Report Error

View answer Workspace Report Error Discuss

7 8881
Q:

Puzzle : Identical Balls

There are 8 identical balls. In that one of the ball is overweight. There are only two chances to weigh in the weighing machine. How to find the overweight ball?

Answer

First weigh 3 against 3 balls. If the ball contains among these six balls, then take the three balls which weighed over, and weigh the ball 1 against 1. If the balls are not equal and any one of the ball weighs more, that is the overweight ball, else the one among the three which is not weighed is the ball. If the 3 against 3 balls were equal, then weigh the 2 balls, then the overweight ball will be found.

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles

36 8880