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 15604
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 15602
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 15593
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 15589
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 15585
Q:

What is page cannibalizing?

Answer

Page swapping or page replacements are called page cannibalizing.

Report Error

View answer Workspace Report Error Discuss

22 15554
Q:

At which city the 10th South Asia Economic Summit (SAES) was held in November 2017?

 

A) Dhaka B) Kathmandu
C) Colombo D) Hyderabad
 
Answer & Explanation Answer: B) Kathmandu

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams

1 15550
Q:

Bhutan’s national language is known as ___________.

 

A) Dzongkha B) Khengkha
C) Tshanglakha D) Lhotshamkha
 
Answer & Explanation Answer: A) Dzongkha

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

1 15545