Questions

Q:

Which one of the following is not an award given on the National Awards Day

A) Rajiv Khel Ratna B) Arjun Award
C) Dhyanchand Award D) Vishwamitra Award
 
Answer & Explanation Answer: D) Vishwamitra Award

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

3 3416
Q:

The physical components of a computer are referred to as

A) Processor B) Software
C) Hardware D) Input devices
 
Answer & Explanation Answer: C) Hardware

Explanation:

The physical components of a computer are referred to as Hardware of the computer. 

 

The hardware components of the computer includes :

  • Processor.
  • Main memory.
  • Secondary memory.
  • Input devices.
  • Output devices.
Report Error

View Answer Report Error Discuss

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

0 3415
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 3413
Q:

Who is the author of the book 'The Fiction of Fact Finding - Modi and Godhra'

Answer

Manoj Mitta


 

Report Error

View answer Workspace Report Error Discuss

1 3412
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 3412
Q:

Which is an invention that improved safety for railway passengers?

A) Air brakes B) Refrigerated rail cars
C) Time standardization D) Pullman sleeping cars
 
Answer & Explanation Answer: A) Air brakes

Explanation:

An invention that improved safety for railway passengers is Air brakes. With the use of air brakes using compressed air, become more effective by preventing many train accidents.

Report Error

View Answer Report Error Discuss

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

0 3412
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 3412
Q:

Where are genes located in the cell?

Answer

Genes are located on DNA present in the chromosome. Chromosomes are present in the nucleus of the cell.

Report Error

View answer Workspace Report Error Discuss

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

1 3411