Questions

Q:

The UNESCO's ' Prix Jules Verne ' prize has been given to which of the following serials of Doordarshan

A) Eye Witness B) Surabhi
C) The World of the week D) Turning point
 
Answer & Explanation Answer: D) Turning point

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

9 15594
Q:

Which of the statements given below are correct?

1. The author of the novel 'Fellside' is Victor LaValle.
2. The author of the novel 'A Head Full of Ghosts' is M.R Carey.
3. The author of the novel 'Brave New World' is Aldous Huxley.

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams

0 15592
Q:

Puzzle : Clock

Divide the clock's face into three equal parts exactly with two lines. Therefore the sum of the numbers in the three equal parts should be same

Answer

Divide_the_clocks_face_into_three_equal_parts_exactly_with_two_lines1585547042.jpg image


 


26 + 26 + 26 = 78

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles Exam Prep: Bank Exams

140 15588
Q:

The hormone that helps in Parthenocarpy

A) Abscisic acid B) Gibberellin
C) Ethylene D) Cytokinin
 
Answer & Explanation Answer: B) Gibberellin

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

133 15588
Q:

What is a binary semaphore? What is its use?

Answer

A binary semaphore is one, which takes only 0 and 1 as values. They are used to implement mutual exclusion and synchronize concurrent processes.

Report Error

View answer Workspace Report Error Discuss

9 15585
Q:

This animal fasts for about 8 months in a year and yet is active, gives birth, and nurses its young while fasting. Name the animal

A) Polar Bear B) Frog
C) Reindeer D) Lion
 
Answer & Explanation Answer: A) Polar Bear

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds

97 15576
Q:

In a Class of 65 students and 4 teachers, each student got sweets that are 20% of the total number of students and each teacher got sweets that are 40% of the total number of students. How many sweets were there?

A) 845 B) 897
C) 949 D) 104
 
Answer & Explanation Answer: C) 949

Explanation:

No. of  sweets each student get = 20% of 65 = 13

No. of sweets each teacher get = 40% of 65 = 26

No. of sweets distributed to 65 students =  13 × 65 = 845

No. of sweets distributed to 4 teachers = 4 × 26 = 104

Therefore, the total no. of sweets there = 845 + 104 = 949.

Report Error

View Answer Report Error Discuss

Filed Under: Verbal Reasoning - Mental Ability
Exam Prep: Bank Exams
Job Role: Bank PO

9 15561
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 15548