Questions

Q:

The first attempt to introduce a representative and popular element in the governance of India was made through

A) Indian Council Act, 1861 B) Indian Council Act, 1892
C) Indian Council Act, 1909 D) Government of India Act, 1935
 
Answer & Explanation Answer: C) Indian Council Act, 1909

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

41 23830
Q:

The British Governor General and Viceroy who served for the longest period in India was

A) Lord Curzon B) Lord Lrwin
C) Lord Dalhousie D) Lord Linlithgow
 
Answer & Explanation Answer: D) Lord Linlithgow

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

62 23802
Q:

Markup tags tell the web browser

A) How to display the file B) How to organise the page
C) How to display message box on page D) None of the above
 
Answer & Explanation Answer: A) How to display the file

Explanation:

Markup tags tell the web browser how to display the file.

Report Error

View Answer Report Error Discuss

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

34 23772
Q:

Output of the Program :

main()

{

int i = 1;

while (i <= 5)

    {

         printf( "%d", i );

         if (i > 2) goto here;

         i++;

     }

}

fun()

{

here : printf( "PP" );

}

A) 1 B) 2
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: C) Compilation error

Explanation:

Compiler error: Undefined label 'here' in function main

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 23764
Q:

What would be the output of the following program ?

main() 

{

       unsigned  int a = oxffff;

        ~a;

        printf ("%x", a);

}

A) ffff B) 0000
C) 00ff D) None of the above
 
Answer & Explanation Answer: A) ffff

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

0 23693
Q:

Solve the missing number puzzle?

number_puzzle31533710656.jpg image

Answer

Here in the above puzzle,


Consider the columns.


Column 1 = Row 1 + Row 2 = Row 3


That is,


44 + 12 = 56


Similarly,


48 + 30 = 78


Hence, 14 + 51 = 65.


 


Hence, the missing number in the given puzzle = 65.

Report Error

View answer Workspace Report Error Discuss

Subject: Number Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

118 23673
Q:

The overall capabilities of CCT are understood by all because _____________ are information processing tools.

 

A) Computers B) DVD
C) Internet D) CD
 
Answer & Explanation Answer: A) Computers

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

8 23663
Q:

What is the oxidation number of sulfur in H2S?

A) 2 B) -2
C) 1 D) -1
 
Answer & Explanation Answer: B) -2

Explanation:

The sum of the oxidation numbers in a compound must equal zero. In the compound hydrogen sulfide, H2S, the two hydrogen atoms have an oxidation number of +1, for a total of +2.

 What_is_the_oxidation_number_of_sulfur_in_H2S1556279499.jpg image

Therefore, the oxidation number of sulfur in the compound is -2, and the sum of the oxidation numbers is 0.

Report Error

View Answer Report Error Discuss

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

31 23644