Questions

Q:

What is the heat released by a heating filament rated 20 W when it is kept on for 2 seconds?

 

A) 40 B) 10
C) 80 D) 20
 
Answer & Explanation Answer: A) 40

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 22877
Q:

What is the output of this C code?

   #include <stdio.h>
    int main()
    {
        int a = 1, b = 1;
        switch (a)
        {
        case a*b:
            printf("yes ");
        case a-b:
            printf("non");
            break;
        }
    }

A) yes B) no
C) Compile time error D) yes no
 
Answer & Explanation Answer: C) Compile time error

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

7 22787
Q:

A sum of money becomes 7/6 of itself in 3 years at a certain rate of simple interst. The rate per annum 

A) 5% B) 5.5%
C) 6% D) 6.5%
 
Answer & Explanation Answer: B) 5.5%

Explanation:

sum = x. amount =7x/6.

S.I. =(7x/6 – x) = x/6 ; time = 3 years

Rate =[ (100 * x) / (x * 6 * 3)]% = 5.5%

Report Error

View Answer Report Error Discuss

18 22737
Q:

Which of the following software applications would be the most appropriate for performing numerical and statistical calculations?

A) Database B) Document Processor
C) Graphic Package D) Spread Sheet
 
Answer & Explanation Answer: D) Spread Sheet

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

76 22732
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 22724
Q:

enum colors {BLACK,BLUE,GREEN}

main()

{

printf( "%d..%d..%d", BLACK, BLUE, GREEN );

return(1);

}

A) 1..2..3 B) 0..1..2
C) 1..1..1 D) 0..0..0
 
Answer & Explanation Answer: B) 0..1..2

Explanation:

enum assigns numbers starting from 0, if not explicitly defined.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

8 22686
Q:

 A DBMS that combines a DBMS and an application generator is ________ .

A) Microsoft's SQL Server B) Microsoft's Access
C) IBM's DB2 D) Oracle Corporation's Oracle
 
Answer & Explanation Answer: B) Microsoft's Access

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

31 22668
Q:

Governance is concerned with

A) Ensuring that defined strategy is actually followed B) Reducing the total cost of providing services
C) Ensuring that agreed Service Level Requirements are met D) Measuring and improving the efficiency and effectiveness of processes
 
Answer & Explanation Answer: A) Ensuring that defined strategy is actually followed

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: ITIL Certification
Exam Prep: Bank Exams

3 22638