Amcat Computer Science Questions-Part-1
Amcat Computer Science Questions-Part-1
Question Paper
Computer Science Questions
PART-1
Q.1 what is RAID?
Q.2 An operating system must schedule all the processes in the main memory (using a scheduling algorithm) to
run on the CPU at equal intervals, Each time a dock interrupt occurs the interrupt handler checks how much
time the current running process has used. If it has used up its entire time slice then the CPU scheduling
algorithm in the kernel picks a different process to run, what is each switch of the CPU from one process to
another called?
A. Task switching
B. Context switching
C. CPU switching
D. process switching
AMCAT-2021
Question Paper
Computer Science Questions
PART-1
Q.3 Refer to the given table, Match the transmission technique in group A with its characteristic in group B
Group A Group B
A Unicasting 1.Message is sent from a source node to a
single destination node
a. A-2,B-1,C-3
b. A-2,B-3,C-1
c. A-1,B-2,C-3
d. A-1,B-3,C-2
Q.4 A database of motor vehicles has the base entity “vehicles” that is classified into two sub-entities: two-
wheeler and four-wheeler. These are further broken down into more entities. What is this process called?
a. Aggregation
b. Segregation
c. Generalization
d. Specialization
a. 1 and 2
b. 3 and 4
c. 1, 2 and 3
d. 2, 3 and 4
AMCAT-2021
Question Paper
Computer Science Questions
PART-1
Q.6 deadlocks can be described more precisely in term of a directed graph called a system resource allocation
graph, what can be concluded if the two statements stated below are true for a system?
1. The graph contains a cycle.
2. The cycle involves only a set of resource types each of which has only a single instance.
7,0,1,2,3,4,0,2,3,0,3,2,1
Calculate the number of page faults encountered when the LRU page replacement policy is used with 4 page
frames.
a. 5
b. 6
c. 7
d. 8
AMCAT-2021
Question Paper
Computer Science Questions
PART-1
Q.8 A job scheduling algorithm processes a process P and takes total time T from submission to completion of
that process. What is T known as?
a. Turnaround time
b. waiting time
c. response time
d. total time
Q.10 which keyword is used to remove duplicate values from a column in the result set of a query?
a. delete
b. remove
c. unique
d. distinct