Questions


100
 

Which of the following is not a multitasking operating system ?


A.  

a-       Windows

B.  

a-       Linux


C.  

a-       Win NT

D.  

a-       DOS


Answer: A
Created on: 21-Jan-2021


100
 

Which one is not a system tool?


A.  

a-       Backup

B.  

a-       Disk defragment


C.  

a-       Virus scanning

D.  

a-       All of the above


Answer: A
Created on: 21-Jan-2021


100
 

Which of the following is the correct definitions of a valid process transition in an OS?


A.  

Wake:ready,running

B.  

Dispatch:ready,running


C.  

Block:ready,blocked

D.  

Timer runs out:ready,blocked


Answer: A
Created on: 21-Jan-2021


100
 

The _________ provides so many facilities with which a user comfortably uses their computers.


A.  

 ALU

B.  

Working System


C.  

Operating System

D.  

None


Answer: A
Created on: 21-Jan-2021


100
 

Round robin is a


A.  

Kind of magnetic drum

B.  

 Memory allocation policy


C.  

Process scheduling policy

D.  

Process synchronization policy


Answer: A
Created on: 21-Jan-2021


100
 

Which command is used to clear the screen and display the operating system prompt on the first line of the display?


A.  

Cd

B.  

 Md


C.  

 Cls

D.  

 Rename


Answer: A
Created on: 21-Jan-2021


100
 

In the linked list implementation of queue, where will the new element be inserted?


A.  

At the middle position of the linked list

B.  

At the head position of the linked list


C.  

At the tail position of the linked list

D.  

None of the above


Answer: A
Created on: 21-Jan-2021


100
 

Given an empty stack, after performing push (1), push (2), Pop, push (3), push (4), Pop, Pop, push(5), Pop, what is the value of the top of the stack ?


A.  

4

B.  

3


C.  

2

D.  

1


Answer: A
Created on: 21-Jan-2021


100
 

What is the need of DBMS?


A.  

Database systems are basically developed for large amount of data. When dealing with huge amount of data, there are two things that require optimization: Storage of data and retrieval of data.

1)Storage: According to the principles of database systems, the data is stored in such a way that it acquires lot less space as the redundant data (duplicate data) has been removed before storage

2)Fast Retrieval of data: Along with storing the data in an optimized and systematic manner, it is also important that we retrieve the data quickly when needed. Database systems ensure that the data is retrieved as quickly as possible

3)Purpose of Database Systems :The main purpose of database systems is to manage the data. Consider a university that keeps the data of students, teachers, courses, books etc. To manage this data we need to store this data somewhere where we can add new data, delete unused data, update outdated data, retrieve data, to perform these operations on data we need a Database management system that allows us to store the data in such a way so that all these operations can be performed on the data efficiently.

B.  

C.  
D.  

Answer: A
Created on: 21-Jan-2021


100
 

New nodes are added to the ____ of the queue.


A.  

 Front

B.  

Back


C.  

Middle

D.  

 Both A and B


Answer: A
Created on: 21-Jan-2021