Questions

Q:

Central processing unit is combination of

A) Arithmetic and Control unit B) Control and Output unit
C) Control and Storage unit D) Arithmetic logic and input unit
 
Answer & Explanation Answer: A) Arithmetic and Control unit

Explanation:
Report Error

View Answer Report Error Discuss

9 7779
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 7777
Q:

Monocarpic plants are those that produce fruits ...............during the life of the plant

A) once B) thrice
C) many times D) twice
 
Answer & Explanation Answer: A) once

Explanation:

Plants are of different types. Some grow well and then produce fruits before they die. In other words they fruit only once in their life. Such plants are said to be monocarpic. Other plants produce fruits every season. These are called polycarpic plants.

Report Error

View Answer Report Error Discuss

Filed Under: Biology

52 7775
Q:

The English East India Company laid the foundation of Fort St.George at Madras during the regin of 

A) Akbar B) Aurangzeb
C) Jahangir D) Shah Jahan
 
Answer & Explanation Answer: D) Shah Jahan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

9 7768
Q:

Of the following tree structure, which is, efficient considering space and time complexities?

A) Incomplete Binary Tree B) Complete Binary Tree
C) Full Binary Tree D) None
 
Answer & Explanation Answer: B) Complete Binary Tree

Explanation:

Full binary tree loses its nature when operations of insertions and deletions are done. For incomplete binary trees, extra storage is required and overhead of NULL node checking takes place. So complete binary tree is the better one since the property of complete binary tree is maintained even after operations like additions and deletions are done on it.

Report Error

View Answer Report Error Discuss

Filed Under: Software Testing

6 7764
Q:

Who is known as Punjab Kesari?

A) Bhagat Singh B) Dada Saheb Phalke
C) Lala Lajpat Rai D) Bal Gangadhar Tilak
 
Answer & Explanation Answer: C) Lala Lajpat Rai

Explanation:

Lala Lajpat Rai is known as Punjab Kesari.

Report Error

View Answer Report Error Discuss

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

8 7763
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 7761
Q:

64 S on CB?

Answer

The given statement implies that 64 Squares on Carrom Board.

Report Error

View answer Workspace Report Error Discuss

14 7761