Questions

Q:

An email account includes a storage area, often called ________

A) mailbox B) hyperlink
C) IP address D) None of these
 
Answer & Explanation Answer: A) mailbox

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

83 19351
Q:

What J. B. Dunlop invented?

A) Pneumatic rubber tire B) Automobile wheel rim
C) Rubber boot D) Model airplanes
 
Answer & Explanation Answer: A) Pneumatic rubber tire

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

35 19336
Q:

Who was the founder of Sikhism?

 

 

A) Guru Ram Das B) Guru Nanak Dev
C) Guru Angad D) Guru Gobid Singh
 
Answer & Explanation Answer: B) Guru Nanak Dev

Explanation:

Sikhism was founded by Guru Nanak Dev ji. And the holy city of Sikhs, Amritsar was founded by Guru Ram Das Ji.

 

 

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

1 19297
Q:

If the following program (myprog) is run from the command line as 

myprog 1 2 3 

what would be the output?

main(int argc, char *argv[])

{

    int i, j = 0;

    for (i = 0; i < argc ; i++)

           j = j + atoi ( argv[i]);

    printf ("%d", j);

}

A) 123 B) 6
C) Error D) "123"
 
Answer & Explanation Answer: B) 6

Explanation:

When atoi() tries to convert argv[0] to a number it cannot do so (argv[0] being a file name) and hence returns a zero.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

2 19287
Q:

Where did Lord Buddha breathe his last

A) Rajgir B) Bodh Gaya
C) Sarnath D) Kushinagar
 
Answer & Explanation Answer: D) Kushinagar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

64 19274
Q:

List out some reasons for process termination.

Answer

- Normal completion


- Time limit exceeded


- Memory unavailable


- Bounds violation


- Protection error


- Arithmetic error


- Time overrun


- I/O failure


- Invalid instruction


- Privileged instruction


- Data misuse


- Operator or OS intervention


- Parent termination.

Report Error

View answer Workspace Report Error Discuss

37 19230
Q:

In India national, National Income is calculated by the method which is known as

A) the combined method B) the income method
C) the product method D) the expenditure method
 
Answer & Explanation Answer: A) the combined method

Explanation:

In India, National Income is calculated by the combined method. It combines two methods i.e product or output method and the income method. This is done to overcome the problem of deficiency of statistics. The product method endeavours to find out the net contribution to national income of all producing units. The income method adds up income and payments accruing of factors of production. This method is used in the tertiary  sector like government services banking etc and also in the commoity sector if output data is not available.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

30 19226
Q:

What has a spine but no bones?

A) Mirror B) Book
C) Table D) None of the above
 
Answer & Explanation Answer: B) Book

Explanation:

A book has a spine to hold all the pages, but it has no bones.

Report Error

View Answer Report Error Discuss

42 19139