Questions

Q:

Warts are contagious.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Yes. Warts are contagious.


You can get warts from touching a wart on someone else's body or by coming in contact with surfaces that touched someone's warts, such as towels or bathmats.


warts_are_contagious1532510865.jpg image


 


Hence, the given statement that, 'Warts are contagious' is TRUE.

Report Error

View Answer Workspace Report Error Discuss

Subject: General Science
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

1 3243
Q:

All cells divide at the same rate.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

The given statement that all cells divide at the same rate is FALSE.


 


No, all cells do not divide at the same rate. Cells that require frequent replenishing, such as skin or intestinal cells, may only take roughly twelve hours to complete a cell cycle. Other cells, such as liver cells, remain in a resting state (interphase) for up to a year before undergoing division.

Report Error

View Answer Workspace Report Error Discuss

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

0 3242
Q:

Bangkok lies on river

A) Kizil B) Spree
C) Karnaphuli D) Menam
 
Answer & Explanation Answer: D) Menam

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

3 3242
Q:

If the following structure is written to a file using fwrite(), can fread() read it back successfully?

struct emp

{

    char *n;

    int age;

};

struct emp e = { "Sujay",15};

FILE *fp;

fwrite (&e, sizeof (e), 1, fp);

Answer

No, since the structure contains a char pointer while writing the structure to the disk using fwrite() only the value stored in the pointer n would get written. When this structure is read back the address would be read back but it is quite unlikely that the desired string would be present at this address in memory

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3241
Q:

Suppose you have a computional circuit between two registers driven by a clock. What will you do if the delay of the combinational circuit is greater than your clock signal?

Answer

Use the concept of register-retiming.


divide the totla combinatorial delay in two segments such that individually the delay is less the clock period.


this can be done by inserting a flip-flop in the combinational path.


e.g.,


clock period --- 5 ns


total cominational delay ---- 7


then divide the 7ns path in two path of 4 or 3 (best resutls are obtained if delays are  same for both path i.e 3.5ns) by inserting a flip-flop in between.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 3241
Q:

The organs protected by the thoracic cage include the

A) lungs B) heart
C) both a & b D) None of the above
 
Answer & Explanation Answer: C) both a & b

Explanation:

The organs protected by the thoracic cage include the lungs and the heart.

The_organs_protected_by_the_thoracic_cage_include_the1563453679.jpg image

 

Report Error

View Answer Report Error Discuss

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

7 3241
Q:

PAS is a drug used in the treatment of

A) Cancer B) Typhoid
C) Malaria D) Tuberculosis
 
Answer & Explanation Answer: D) Tuberculosis

Explanation:

Para-amino salicylic acid (PAS) is used in the treatment of Tuberculosis.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

4 3240
Q:

What is Iron Ore used for?

A) Aluminium B) Copper
C) Steel D) Brass
 
Answer & Explanation Answer: C) Steel

Explanation:

The primary use of iron ore is in the production of iron. Most of the iron produced is then used to make steel. Steel is used to make automobiles, locomotives, ships, beams used in buildings, furniture, paper clips, tools, reinforcing rods for concrete, bicycles, and thousands of other items.

Report Error

View Answer Report Error Discuss

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

11 3239