Questions

Q:

The largest fresh water lake in India is

A) Pulicat Lake B) Veeranam Lake
C) Chilka Lake D) Kolleru Lake
 
Answer & Explanation Answer: D) Kolleru Lake

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

145 17687
Q:

Who is the custodian of indian constitution?

A) Supreme Court B) Cabinet Ministers
C) President D) Parliament
 
Answer & Explanation Answer: A) Supreme Court

Explanation:

The president is the nominal custodian of the Indian constitution but the ideal custodian is the supreme court of India.

Who_is_the_custodian_of_indian_constitution1557491256.jpg image

Report Error

View Answer Report Error Discuss

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

25 17664
Q:

The first completely 64-bit compatible version of Android -

A) Android 5.0 Lollipop B) Android 2.3 Gingerbread
C) Android 4.0 Ice Cream Sandwich D) Android 3.0 Honeycomb
 
Answer & Explanation Answer: A) Android 5.0 Lollipop

Explanation:

Android 5.0 Lollipop is the first completely 64-bit compatible version of Android.

Report Error

View Answer Report Error Discuss

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

26 17647
Q:

Which of the statements given below are correct?

1. The author of the novel 'Dodgers' is Don Winslow.
2. The author of the novel 'Forty Thieves' is Bill Beverly.
3. The author of the novel 'The Corrections' is Thomas Perry.

A) 1 and 2 B) 2 and 3
C) 1 and 3 D) 1, 2 and 3
 
Answer & Explanation Answer: D) 1, 2 and 3

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams

0 17639
Q:

The discovery of neutron became very late because

A) it is present in nucleus B) it is a fundamental particle
C) it does not move D) it does not carry any charge
 
Answer & Explanation Answer: D) it does not carry any charge

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

63 17626
Q:

_________ provide expansion capability for a computer system

A) Sockets B) Slots
C) Bytes D) None of these
 
Answer & Explanation Answer: B) Slots

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

74 17619
Q:

 What is the output of this C code? 

        #include <stdio.h>
        void m()
        {
            printf("hi");
        }
        void main()
        {
            m();
        }

A) hi B) Run time error
C) None D) Varies
 
Answer & Explanation Answer: A) hi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

0 17617
Q:

The output of the code below is

        #include <stdio.h>
        int *m()
        {
            int *p = 5;
            return p;
        }
        void main()
        {
            int *k = m();
            printf("%d", k);
        }

A) 5 B) Junk value
C) 0 D) Error
 
Answer & Explanation Answer: A) 5

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 17611