Questions

Q:

In electro - magnetic radiation, which of the following has greater wave - length than visible light

A) Ultra -violet rays B) Infra - red rays
C) Cosmic rays D) x-rays
 
Answer & Explanation Answer: B) Infra - red rays

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

7 3483
Q:

Solely means

A) exclude B) include
C) only D) rival
 
Answer & Explanation Answer: C) only

Explanation:

Solely means only, simply or merely.

Report Error

View Answer Report Error Discuss

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

2 3481
Q:

During Mughal period there was continuous emigration of the .........to places ruled by Hindu Rajas

A) Nobles B) Poor
C) Middle Class D) Foreign residents
 
Answer & Explanation Answer: B) Poor

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

0 3480
Q:

In which year was the first solid state integrated circuit demonstrated?

A) 1970s B) 1960s
C) 1950s D) 1980s
 
Answer & Explanation Answer: C) 1950s

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

3 3479
Q:

15th August is the Independence day of India and

A) South korea B) Indonesia
C) China D) Pakistan
 
Answer & Explanation Answer: A) South korea

Explanation:
Report Error

View Answer Report Error Discuss

7 3479
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 3479
Q:

During the sensorimotor stage the main task is to

Answer

Jean Piaget was a cognitive psychologist who identified four stages of development: the sensorimotor stage from birth to 2 years, the preoperational stage from age 2 to age 7, the concrete operational stage from age 7 to 11, and the formal operational stage from age 11 to adult. He identified milestones that occur at each stage.


 


According to Piaget, the main task of the sensorimotor stage is for the child to learn the concept of object permanence, use senses and motor skills to understand the world.

Report Error

View answer Workspace Report Error Discuss

Subject: Biology Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank PO

4 3479
Q:

Which statement is NOT true about polymers?

A) Polymers are large molecules composed of small monomeric units B) Polymes are macromolecules
C) Polymers are complex molecules composed of random sequences of atoms D) All the above
 
Answer & Explanation Answer: C) Polymers are complex molecules composed of random sequences of atoms

Explanation:

Polymers are complex molecules composed of random sequences of atoms is the only statement which is not true regarding polymers.

Report Error

View Answer Report Error Discuss

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

6 3479