Questions

Q:

Where is Marine Gulf of Kutch national park situated

A) Gujarat B) TamilNadu
C) Kerala D) WestBengal
 
Answer & Explanation Answer: A) Gujarat

Explanation:
Report Error

View Answer Report Error Discuss

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

13 2563
Q:

The kidneys are stimulated to produce renin

A) when the pH of the urine decreases B) when the specific gravity of urine rises above 1.10
C) when the peritubular capillaries are dilated D) by a decrease in the blood pressure
 
Answer & Explanation Answer: D) by a decrease in the blood pressure

Explanation:

The kidneys are stimulated to produce renin by a decrease in the blood pressure.

 

The_kidneys_are_stimulated_to_produce_renin1559028461.jpg image

The renin-angiotensin system or RAS regulates blood pressure and fluid balance in the body. When blood volume or sodium levels in the body are low, or blood potassium is high, cells in the kidney release the enzyme, renin. Renin's primary function is therefore to eventually cause an increase in blood pressure, leading to restoration of perfusion pressure in the kidneys.

Report Error

View Answer Report Error Discuss

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

1 2562
Q:

Which datatype in c language has least storage?

A) char B) double
C) int D) float
 
Answer & Explanation Answer: A) char

Explanation:

Data types are used for declaration of variables in computer programming languages. These determine the type and size of data associated with variables.

Data types examples - int, char, float, etc...

 

char datatype is the least storage data type with 1 byte.

int with 2 or 4 bytes.

float with 4 bytes

double with 8 bytes.

datatype_in_c_language_has_least_storage1562156854.png image

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Database Administration , IT Trainer

2 2562
Q:

Study of teeth is called

A) Pedagogy B) Ornithology
C) Orthoepy D) Odontology
 
Answer & Explanation Answer: D) Odontology

Explanation:

The study or scientific study of the structure, development, and abnormalities of the teeth is called Odontology. The science that studies teeth and their surrounding tissues, especially the prevention and cure of their diseases is called Dentology.
 

Report Error

View Answer Report Error Discuss

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

5 2562
Q:

A dynamometer wattmeter can be used for

A) Only Direct Current B) Only Active Current
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

A dynamometer wattmeter can be used for measuring both A.C and D.C currents.

a_dynamometer_wattmeter_can_be_used_for1553690092.jpg image

Report Error

View Answer Report Error Discuss

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

7 2562
Q:

Which of the following CANNOT be considered a single phase?

A) a heterogeneous mixture B) a pure solid
C) a pure liquid D) a homogeneous mixture
 
Answer & Explanation Answer: A) a heterogeneous mixture

Explanation:

A pure solid and a pure liquid are definitely a single phase because they are so united, or homogeneous. This leads to a homogeneous mixture also being a single phase.

 

Hence, the option that cannot be considered a single phase is A. a heterogeneous mixture.

Report Error

View Answer Report Error Discuss

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

5 2560
Q:

Which one of the following is true of tRNAs?

A) tRNAs are double-stranded. B) There are four types of tRNA.
C) Each tRNA binds a particular amino acid. D) All of the above
 
Answer & Explanation Answer: C) Each tRNA binds a particular amino acid.

Explanation:

tRNA abbreviated as A transfer RNA is an adaptor molecule composed of RNA, typically 76 to 90 nucleotides in length, that serves as the physical link between the mRNA and the amino acid sequence of proteins.

Report Error

View Answer Report Error Discuss

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

2 2560
Q:

Differentiate between a.) Testing and Debugging b.) Two tier and Three tier architecture c.) Alpha testing and Beta testing d.) Static testing and dynamic testing

Answer

a.) Testing and Debugging 


Testing is process of verifying if the application matches requirements and reporting bugs; Testing is usually done by an independent testing team while debugging is a process of finding and fixing bugs with the intention of reducing bugs; Debugging is usually done by the programmer.


 


b.) Two tier and Three tier architecture


In a two tier architecture there is a data server and a client application. Client application directly accesses the server data. In a three tier architecture there is a data server, a client application and a server application. Client application calls the server application which in turn fetches data from the data server and returns back to client application.


 


c.) Alpha testing and Beta testing


Alpha testing is conducting acceptance testing in the environment where the application was developed. It is done by the customer. Beta testing is conducting acceptance testing is the customer environment. It is done by the group of customers or users who will actually be using it.


 


d.) Static testing and dynamic testing


Static testing is checking the application without actually running the application whereas dynamic testing checks the application by running it.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

3 2560