Questions

Q:

Who gave the Slogan Inquilab Zindabadh ?

A) M.K.Gandhi B) Nehru
C) Iqbal D) Bal Gangadhar Thilak
 
Answer & Explanation Answer: C) Iqbal

Explanation:

It was given by Iqbal

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

0 3318
Q:

Who is the author of book ' Arctic Summer'.

Answer

Dammon Galgut

Report Error

View answer Workspace Report Error Discuss

2 3317
Q:

The primary colors are-

A) Yellow, red, blue B) Green, white, black
C) Blue, green, yellow D) Red, blue, green
 
Answer & Explanation Answer: D) Red, blue, green

Explanation:

The Primary Colours are Blue, Red and Green. By mixing all these three primary colours we get White colour. 

The Secondary Colours are - Yellow, Magenta and Cyan.

Report Error

View Answer Report Error Discuss

20 3317
Q:

When data in a spreadsheet program is changed what occurs?

A) All calculations are recalculated B) Once entered, the data cannot be changed
C) Nothing D) None of the above
 
Answer & Explanation Answer: A) All calculations are recalculated

Explanation:

In a spreadsheet program, when a data is changed all calculations are recalculated.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

7 3316
Q:

Point out the error, if any, in the following program.

#include "stdio.h"

main()

{

      unsigned char;

       FILE *fp;

       fp = fopen ("trail", "r");

       while (( ch = getc (fp)) ! = EOF)

               printf ("%c", ch);

       fclose (fp);

}  

Answer

EOF has been defined as #define EOF -1 n the file "stdio.h" and an unsigned char ranges from 0 to 255 hence when EOF is read from the file it cannot be accommodated in ch. Solution is to declare ch as an int.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 3316
Q:

'River' Brand of MP3 player has been launched in india  by Salora International. The Brand which is competing with apple's ipod is owned by which company?

A) ReignCom B) TEAc
C) Toshiba D) Panasonic
 
Answer & Explanation Answer: A) ReignCom

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

7 3316
Q:

Amoeba belongs to the phylum

A) Protozoa B) Annelida
C) Porifera D) Platyhelminthes
 
Answer & Explanation Answer: A) Protozoa

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

3 3316
Q:

 Which of the following occurs when a transaction rereads data it has previously read and finds modification or deletions caused by a committed transaction?

A) Nonrepeatable read B) Phantom read
C) Dirty read D) Consistent read
 
Answer & Explanation Answer: A) Nonrepeatable read

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 3316