Questions

Q:

Which of the following is a nucleotide found in DNA?

A) Deoxyribose + Phosphate Group + Polymerase B) Adenine + Phosphate Group + Thymine
C) Deoxyribose + Phosphate Group + Thymine D) Cytosine + Phosphate Group + Uracil
 
Answer & Explanation Answer: C) Deoxyribose + Phosphate Group + Thymine

Explanation:

We know that, the nucleotide in DNA is of the form deoxyribose + phosphate group + polymerase.

 

Which_of_the_following_is_a_nucleotide_found_in_DNA1553496102.jpg image

 

Hence, Deoxyribose + Phosphate Group + Thymine is the only option in that form of nucleotide in DNA.

Report Error

View Answer Report Error Discuss

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

3 4466
Q:

 The first step in database development is which of the following?

A) Enterprise data modeling B) Logical database design
C) Physical database design and definition D) Database Implementation
 
Answer & Explanation Answer: A) Enterprise data modeling

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 4465
Q:

What landmark in science and technology did india achieve on 21 November 1963?

Answer

The launch of the first rocket from TERLS or Thumba Equatorial Rocket  Launching Centre.

Report Error

View answer Workspace Report Error Discuss

Subject: General Science

30 4464
Q:

What starts with P and ends with E and has thousands of letters?

What_starts_with_P_and_ends_with_E_and_has_thousands_of_letters1533536653.jpg image

Answer

A POST OFFICE is the word which starts with P and ends with E and has thousands of letters which are posted.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

12 4463
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4462
Q:

The Manu Smirit Mainly deals with

A) Social order Laws B) laws
C) Economics D) State craft
 
Answer & Explanation Answer: B) laws

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 4462
Q:

What is the bond order of N2+?

A) 3 B) 1.5
C) 2.5 D) 2
 
Answer & Explanation Answer: C) 2.5

Explanation:

Bond Order  = 1/2[ Nb - Na]

where

Nb = Number of electrons in bonding molecular orbitals.

Na = Number of Electrons in antibonding molecular orbitals

 

Bond Order of N2⁺:

Total number of electrons: 13

Electronic Configuration= :σ1s² σ*1s² σ2s² σ*2s² π 2py² [π2pz² σ2px1 ]

Bond Order = [9-4]/2 = 5/2 = 2.5.

Report Error

View Answer Report Error Discuss

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

5 4459
Q:

Component Testing is also called as

component_testing_is_also_called_as1542088267.jpg image

A) Unit testing B) Module testing
C) Program testing D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Component Testing is also called as Module or Unit or Program testing. It is testing of all the components in an application separately.

Report Error

View Answer Report Error Discuss

7 4458