Questions

Q:

When one enters a dark room after being in bright light one is not able to see anything clearly for a while because 

A) the retina of the eye moves forward B) the retina of the eye moves backward
C) the iris is unable to dilate the pupil immediately to be able to see things D) the eye has no power of accommodation
 
Answer & Explanation Answer: C) the iris is unable to dilate the pupil immediately to be able to see things

Explanation:

The size of the pupil of the automatically adjusts itself according to the intensity of light passing through it; if the intensity is more, the size is less, if less, it is more. So in our case the pupil should dilate i.e , increase in size to be able to see in the dark. This switchover takes some time. But here the entry into the dark room is immediate. So the eye has no time to adjust itself and hence is not able to see at all for a while. 

Report Error

View Answer Report Error Discuss

Filed Under: Physics

4 3402
Q:

Raman Megassesay award was established in honour of which of the following country's president ?

A) Thailand B) Vietnam
C) Indonesia D) Philippines
 
Answer & Explanation Answer: D) Philippines

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

4 3402
Q:

Prime Minister Narendra Modi has launched India's first roll on-roll off or 'Ro-Ro' ferry service in which state ?

A) Uttar Pradesh B) Gujarat
C) Maharashtra D) Madhya Pradesh
 
Answer & Explanation Answer: B) Gujarat

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

11 3400
Q:

What are short, long and medium-term scheduling?

Answer

Long term scheduler determines which programs are admitted to the system for processing. It controls the degree of multiprogramming. Once admitted, a job becomes a process.


Medium term scheduling is part of the swapping function. This relates to processes that are in a blocked or suspended state. They are swapped out of real-memory until they are ready to execute. The swapping-in decision is based on memory-management criteria.


Short term scheduler, also know as a dispatcher executes most frequently, and makes the finest-grained decision of which process should execute next. This scheduler is invoked whenever an event occurs. It may lead to interruption of one process by preemption.

Report Error

View answer Workspace Report Error Discuss

0 3400
Q:

A Transparent DBMS

A) Keep its logical structure hidden from users B) Can access control
C) Keeps its physical structure hidden from users D) Can not hide sensitive information from users
 
Answer & Explanation Answer: C) Keeps its physical structure hidden from users

Explanation:

DBMS :: Database Managemet System.

A DBMS which keeps its physical structure hidden from the user is known as a transparent DBMS.

Report Error

View Answer Report Error Discuss

2 3400
Q:

 Which of the following improves a query's processing time?

A) Write complex queries. B) Combine a table with itself.
C) Query one query within another. D) Use compatible data types.
 
Answer & Explanation Answer: D) Use compatible data types.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 3400
Q:

 Who amongst the following received last telegram in India ?

A) Manmohan Singh B) Pranab Mukherjee
C) Rahul Gandhi D) Sonia Gandhi
 
Answer & Explanation Answer: C) Rahul Gandhi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

2 3400
Q:

In the following code can we declare a new typedef name emp even though struct employee has not been completely defined while using typedef? < Yes / No>

typedef struct employee *ptr;

struct employee

{

       char name[20];

        int age;

        ptr next;

};

Answer

Yes

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3399