Questions

Q:

On which day ' National Science Day ' is celebrated in India ?

A) February 23 B) February 25
C) February 26 D) February 28
 
Answer & Explanation Answer: D) February 28

Explanation:

National Science Day is celebrated in India on 28 February each year to mark the discovery of the Raman effect by Indian physicist Sir Chandrashekhara Venkata Raman on 28 February 1928.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

23 6795
Q:

Cache memory acts between

A) CPU and Hard disc B) RAM and ROM
C) CPU and RAM D) None of the above
 
Answer & Explanation Answer: C) CPU and RAM

Explanation:

Cache memory is an extremely fast memory type that stores data so that future requests for that data can be served faster. It acts as a buffer between RAM and the CPU. It holds frequently requested data and instructions so that they are immediately available to the CPU when needed.

Report Error

View Answer Report Error Discuss

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

3 6793
Q:

During Processing data, programs, and processed information are held temporarily in _________

A) Secodary stoage B) ROM
C) RAM D) None of these
 
Answer & Explanation Answer: C) RAM

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

20 6792
Q:

Ravi, Rohan and Rajesh alone can complete a work in 10, 12 and 15 days respectively. In how many days can the work be completed, if all three work together?

A) 4 days B) 5 days
C) 3 days D) 8 days
 
Answer & Explanation Answer: A) 4 days

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

52 6792
Q:

Undefined reference to 'pthread_create'

How to Fix this error?

Answer

This is a common error while compiling C program in Linux. This error occurs when you are using pthread_create function to create threads in your programs.


To fix this problem ensure following points:
Include header file pthread.h in your program.
Add –lpthread linker flag with compilation command.
1- Include Header file
#include <stdio.h>
#include <pthread.h>
...
...
2- Compile command
gcc main.c -o main -lpthread

Report Error

View answer Workspace Report Error Discuss

24 6791
Q:

The Green Revolution in India was the outcome of the efforts of who amongst the following?

A) Dr MS Swaminathan B) Dr C Rangarajan
C) KV Kamath D) Dr Rakesh Mohan
 
Answer & Explanation Answer: A) Dr MS Swaminathan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams
Job Role: Bank PO

18 6786
Q:

What is good customer service?

Answer

Good customer service means having thorough knowledge of your inventory, experience with your products, and being able to help customers make the best choices for them.

Report Error

View answer Workspace Report Error Discuss

5 6780
Q:

When was Jana-Gana-Mana (which later became 'National Anthem' of India) first sung and where ?

A) 24th Jan, 1950 in Allahabad B) 24th jan, 1950 in Delhi
C) 26th Dec, 1942 in Calcutta D) 27th Dec, 1911 in Calcutta
 
Answer & Explanation Answer: D) 27th Dec, 1911 in Calcutta

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

18 6776