Questions

Q:

Kathak, Nauntanki, Jhora and Kajri are the important dances of

A) Rajasthan B) Punjab
C) Uttar Pradesh D) Andhra Pradesh
 
Answer & Explanation Answer: C) Uttar Pradesh

Explanation:

Kathak, Nauntanki, Jhora and Kajri are the important dances of Uttar Pradesh.

Report Error

View Answer Report Error Discuss

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

25 3511
Q:

In the context of memory management, what are placement and replacement algorithms?

Answer

Placement algorithms determine where in available real-memory to load a program. Common methods are first-fit, next-fit, best-fit. Replacement algorithms are used when memory is full, and one process (or part of a process) needs to be swapped out to accommodate a new program. The replacement algorithm determines which are the partitions to be swapped out.

Report Error

View answer Workspace Report Error Discuss

3 3510
Q:

What part of the atom has a positive charge?

A) Neutron B) Proton
C) Electron D) All the above
 
Answer & Explanation Answer: B) Proton

Explanation:

Protons carry a positive electrical charge, electrons carry a negative electrical charge and neutrons carry no electrical charge at all. The protons and neutrons cluster together in the central part of the atom, called the nucleus, and the electrons 'orbit' the nucleus.

Report Error

View Answer Report Error Discuss

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

3 3510
Q:

Who has been appointed as the first woman Secretary General of the Lok Sabha?

A) Rama Devi B) Sumitra Mahajan
C) Anupama Kare D) Snehlata Shrivastava
 
Answer & Explanation Answer: D) Snehlata Shrivastava

Explanation:

Snehlata Shrivastava, appointed as the first woman Secretary General of the Lok Sabha. The appointment was made by Lok Sabha Speaker Sumitra Mahajan. Ms. Shrivastava will replace Anoop Mishra, who retired on November 30, 2017. 

Ms. Shrivastava, a senior civil servant with 35 years of rich and varied administrative experience is a 1982 batch IAS officer from the Madhya Pradesh cadre.

Rama Devi holds the distinction of the being the first woman secretary general of the Rajya Sabha.

Report Error

View Answer Report Error Discuss

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

12 3509
Q:

What will be output of following c code?

void main()
{
struct bitfield
{
unsigned a:5;
unsigned c:5;
unsigned b:6;

}bit;
char *p;
struct bitfield *ptr,bit1={1,3,3};
p=&bit1;
p++;
clrscr();
printf("%d",*p);
getch();
}

Answer

Output: 12

Explanation:
Binary value of a=1 is 00001 (in 5 bit)
Binary value of b=3 is 00011 (in 5 bit)
Binary value of c=3 is 000011 (in 6 bit)

In memory it is represented as:
Let address of bit1 is 500 which initialize to char pointer p. Since can is one byte data type so p++ will be 501. *p means content of memory location 501 which is (00001100) and its binary equivalent is 12. Hence output is 12.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3509
Q:

Who is the First Indian to win a medal in badminton at the Olympics ?

Answer

Saina Nehwal

Report Error

View answer Workspace Report Error Discuss

16 3509
Q:

National Dairy Research Institute is located at

A) Ludhiana B) Karnal
C) Pantnagar D) Hyderabad
 
Answer & Explanation Answer: B) Karnal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

4 3509
Q:

Which of the following is regarded by historians as a crucial stage in describing the progress of civilization?

A) Writing B) The discovery of fire
C) Agriculture D) The use of internet
 
Answer & Explanation Answer: C) Agriculture

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 3508