Questions

Q:

DNA is copied during a process called

A) transcription B) transformation
C) translation D) replication
 
Answer & Explanation Answer: A) transcription

Explanation:

DNA is copied during a process called Transcription. It is the first step of gene expression, in which a particular segment of DNA is copied into RNA by the enzyme RNA polymerase.

dna_is_copied_during_a_process_called1552049220.jpg image

 

Report Error

View Answer Report Error Discuss

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

2 3493
Q:

How many chromosomes are in a human gamete?

A) 23 B) 46
C) 92 D) 102
 
Answer & Explanation Answer: A) 23

Explanation:

23 chromosomes are in a human gamete.

Human somatic cells have 46 chromosomes(23 pairs) but a gamete(germ cell) gets half the amount, i.e. 23 chromosomes, (one from each pair). There will be half the number of chromosomes an organism has in its somatic cells (all other body cells except gametes).

 

For example in humans, the somatic cells contain 46 chromosomes which are the diploid number (2n) and each sperm and egg has 23 chromosomes where one of them is the sex chromosome.

Report Error

View Answer Report Error Discuss

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

2 3492
Q:

For which Novel Prominent Konkani writer Mahabaleshwar Sail will be awarded the Saraswati Samman for the year 2016 ?

A) Hawthan B) Mandra
C) Chitt-Chete D) None of the above
 
Answer & Explanation Answer: A) Hawthan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

6 3492
Q:

Which is the Hottest Place in the World ?

Answer

Azizia (Libya,Africa) 136 F


Report Error

View answer Workspace Report Error Discuss

5 3492
Q:

Who is the author of the book "The Alchemist"?

A) Agatha Christie B) Paulo Ceolho
C) Frankenstien D) None
 
Answer & Explanation Answer: B) Paulo Ceolho

Explanation:

Paulo Ceolho is the author of The Alchemist

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

2 3491
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 3491
Q:

India was elected as a President of General Assembly of the United Nations in 1953. Who occupied this office on behalf of India?

A) S. Radha Krishnan B) Gopalswamy Iyyengar
C) V.K. Krishna Menon D) Vijayalakshmi Pandit
 
Answer & Explanation Answer: D) Vijayalakshmi Pandit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

9 3491
Q:

Cortisol is secreted by

A) Thyroid gland B) Pituitary gland
C) Adrenal gland D) Parathyroid gland
 
Answer & Explanation Answer: C) Adrenal gland

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

6 3491