Questions

Q:

Which among the following blood protein regulates the amount of water in plasma?

A) Albumin B) Fibulin
C) Globulin D) Fibrin
 
Answer & Explanation Answer: A) Albumin

Explanation:

The blood protein Albumin regulates the amount of water in plasma.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE
Job Role: Analyst

5 2213
Q:

There were 42 students in a hostel. Due to the admission of 13 new students, the expenses of the mess increase by Rs. 30 per day while the average expenditure per head diminished by Rs. 3. What was the original expenditure of the mess ?

A) Rs. 630 B) Rs. 580
C) Rs. 470 D) Rs. 690
 
Answer & Explanation Answer: A) Rs. 630

Explanation:
Report Error

View Answer Report Error Discuss

0 2213
Q:

In the following question, some part of the sentence may have errors. Find out which part of the sentence has an error and select the appropriate option. If a sentence is free from error, select 'No Error'.

 

She is walking (1)/ in the park (2)/ since morning. (3)/ No error (4)

 

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: A) 1

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE , TOEFL

0 2213
Q:

What would be the output of the following program?

main()

{

    static int a[20];

    int i = 0;

    a[i] = i++;

    printf ("\n%d%d%d", a[0],  a[1], i);

}

Answer

0  0  1


That's what some of the compilers would give. But some other compiler may give a different answer. The reason is, when a single expression causes the same object to be modified and then inspected the behaviour is undefined.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2212
Q:

Give a circuit to divide frequency of clock cycle by two?

Answer

You can divide the frequency of a clock by just implementing T Flip flop.


Give clock as clock input and tie the T input to logic 1.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2211
Q:

what is the interrupt?

Answer

interrupt is a signal send by external device to the processor so as to request the processor to perform a particular work.


A signal informing a program that an events has occurred. when a program receives an interrupt signal, it takes a specified action (which can be to ignore the signal).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2211
Q:

Which one of the following has a bilateral symmetry in its body organization?

A) Asterias B) Sea anemone
C) Nereis D) Euchinus
 
Answer & Explanation Answer: A) Asterias

Explanation:

Asterias has bilateral symmetry only at larval stagebut fivefold symmetry (pentamerism, a special type of radial symmetry) as adults.

Nereis do not possess any symmetry elements in their body organisation.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

2 2211
Q:

Ctrl+F in MS Word for

A) Re do B) to find the word
C) Select all D) Center text
 
Answer & Explanation Answer: B) to find the word

Explanation:

Ctrl + F is a shorcut keyword and it is used for searching the word you want in the large document in the M.S. Word.

Report Error

View Answer Report Error Discuss

2 2211