Questions

Q:

Explain the concept of the batched operating systems?

Answer

In batched operating system the users gives their jobs to the operator who sorts the programs according to their requirements and executes them. This is time consuming but makes the CPU busy all the time.

Report Error

View answer Workspace Report Error Discuss

1 2096
Q:

Which works are protected by copyright?

A) Ideas B) Architectural works
C) Procedures D) Names
 
Answer & Explanation Answer: B) Architectural works

Explanation:

 

 Copyright law safeguards the expression of thoughts and facts, not simply the thoughts and actualities. Thoughts are fair diversion for everybody to express in their own words.

 

Works that are protected by copyright are ::

 

Literary works,

 

Musical works, including any accompanying words

 

Dramatic works, including any accompanying music

 

Pantomimes and choreographic works

 

Pictorial, graphic, and sculptural works

 

Motion pictures and other audiovisual works

 

Sound recordings

 

Architectural works.

Report Error

View Answer Report Error Discuss

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

3 2096
Q:

The idea of cache memory is based on___.

A) on the heuristic 90-10 rule B) on the property of locality of reference
C) on the fact that references generally tend to cluster D) All options are correct
 
Answer & Explanation Answer: B) on the property of locality of reference

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

14 2096
Q:

Which of the following compounds from nitrites with nitrous acid?

A) Primary amines B) Secondary amines
C) Tertiary amines D) All of these
 
Answer & Explanation Answer: D) All of these

Explanation:

The acid and the nitrite form nitrous acid which then reacts with the amine.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 2095
Q:

Improve the bracketed part of the sentence.
Neha was (surprised by) her result.

A) surprised to B) surprised from
C) surprised at D) No improvement
 
Answer & Explanation Answer: C) surprised at

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2095
Q:

What is the difference in writing the test cases for Integration testing and system testing?

Answer

Integration testing is done at module level when various modules are integrated with each other to form a system or sub-system. Its main purpose is to ensure that interfaces between various modules are working properly; i.e. modules which are working individually are also working correctly together.


System testing is done on a complete, integrated system to evaluate the system’s compliance with its specified requirements. It validates that the system meets its functional and non-functional requirements.


From these definitions, it is clear that the purpose of Integration and purpose of System Testing are different. Therefore, Integration test cases focus more on the interfaces between modules (interface integrity) - the data transfer and their interaction with each other. System test cases focus on testing the product as a whole; i.e. whether the functional, non-functional requirements of the System are met or not. Since System Testing is the final phase before delivery of the product, System test cases should pinpoint configuration related errors along with testing for performance, security, reliability etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

1 2095
Q:

What is mutex?

Answer

Mutex is a program object that allows multiple program threads to share the same resource, such as file access, but not simultaneously. When a program is started a mutex is created woth a unique name. After this stage, any thread that needs the resource must lock the mutex from other threads while it is using the resource. the mutex is set to unlock when the data is no longer needed or the routine is finished.

Report Error

View answer Workspace Report Error Discuss

1 2095
Q:

Project Communications Management

What are the Project Management Processes included in the Project Communications Management?

Answer

Communications planning - Determining the information and communications needs of the project stakeholders.


Information Distribution - Making needed information available  to project stakeholders in a timely manner.


Performance Reporting - Collecting and distributing performance information. This includes status reporting, progress measurement, and forecasting.


Manage Stakeholders - Managing communications to satisfy the requirements of and resolve issues with project stakeholders.

Report Error

View answer Workspace Report Error Discuss

0 2095