Questions

Q:

Harsha was the last great royal parton of

A) Jainism B) Buddhism
C) Shaivism D) Bhagavatism
 
Answer & Explanation Answer: B) Buddhism

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

2 3482
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 3479
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:

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:

Government regulation is intended to

A) discourage producers from taking harmful actions. B) encourage producers to follow the Constitution.
C) discourage producers from making a profit. D) encourage producers to take negative actions.
 
Answer & Explanation Answer: A) discourage producers from taking harmful actions.

Explanation:

Government regulation protects constitutional rights, safety, and fairness.

 

Hence, Government regulation is intended to discourage producers from taking harmful actions.

Report Error

View Answer Report Error Discuss

3 3478
Q:

The term 'Progeria' refers to which of the following ?

A) A natural satellite of planet jupiter B) A widely used Tuberculosis(TB) drug
C) A genetic disorder with symptoms of pre-mature aging D) None
 
Answer & Explanation Answer: C) A genetic disorder with symptoms of pre-mature aging

Explanation:

Progeria is a rare genetic disordr which involves symptoms resembloing aspects of aging, manifested at a very early age.
The term is often used in reference to Hutchinson - gilford progeria syndrome(HGPS).

Report Error

View Answer Report Error Discuss

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

1 3477
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 3477