Questions

Q:

'Madhubani', a style of folk paintings, is popular in which of the following states in India?

A) Uttar Pradesh B) Rajasthan
C) Madhya Pradesh D) Bihar
 
Answer & Explanation Answer: D) Bihar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture

383 22424
Q:

In Microsoft Word, ____________ view shows how the document would look when it is printed.

 

A) Web Layout B) Normal Layout
C) Reading Layout D) Print Layout
 
Answer & Explanation Answer: B) Normal Layout

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

4 22421
Q:

Explain Belady's Anomaly?

Answer

Also called FIFO anomaly. Usually, on increasing the number of frames allocated to a process virtual memory, the process execution is faster, because fewer page faults occur. Sometimes, the reverse happens, i.e., the execution time increases even when more frames are allocated to the process. This is Belady's Anomaly. This is true for certain page reference patterns.

Report Error

View answer Workspace Report Error Discuss

37 22336
Q:

Which file starts MS Word?

A) word.exe B) msword.exe
C) word2003.exe D) winword.exe
 
Answer & Explanation Answer: D) winword.exe

Explanation:
Report Error

View Answer Report Error Discuss

84 22330
Q:

A number of cats got together and decided to kill between them 999919 rats. Every cat killed an equal number of rats. Each cat killed more rats than there were cats. How many rats do you think that each cat killed ?

A) 1009 B) 991
C) 2000 D) 1000
 
Answer & Explanation Answer: A) 1009

Explanation:

Given total number of rats = 999919

 

999919 = 1000000 - 81 = 10002 - 92 = (1000+9)(1000-9) = 1009 x 991.
Since there were more rats than there were cats, 991 cats killed 1009 rats each.

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

53 22328
Q:

Name the blood cells in which nucleus is absent

A) Lymphocytes B) Blood Platelets
C) Monocytes D) Eosinophils
 
Answer & Explanation Answer: B) Blood Platelets

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

237 22321
Q:

What will output when you compile and run the following code?

#include <stdio.h>
struct student
{

int roll;
int cgpa;
int sgpa[8];

};

void main()
{

struct student s = { 12,8,7,2,5,9 };
int *ptr;
ptr = (int *)&s;
clrscr();
printf( "%d", *(ptr+3) );
getch();

}

A) 8 B) 7
C) 2 D) Compiler error
 
Answer & Explanation Answer: C) 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 22320
Q:

Olympus Mons, is the largest ……………. in the solar system?

 

A) Galaxy B) Crater
C) Volcano D) Asteroid
 
Answer & Explanation Answer: C) Volcano

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

1 22308