100% found this document useful (1 vote)
2K views4 pages

Amcat Computer Science Questions-Part-1

This document contains 10 multiple choice questions that are part of a computer science exam. The questions cover topics such as RAID, context switching, transmission techniques, database specialization, page replacement algorithms, deadlocks, job scheduling, distributed systems, and SQL keywords. The questions test fundamental concepts in operating systems, computer networks, databases, and more.

Uploaded by

Surya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views4 pages

Amcat Computer Science Questions-Part-1

This document contains 10 multiple choice questions that are part of a computer science exam. The questions cover topics such as RAID, context switching, transmission techniques, database specialization, page replacement algorithms, deadlocks, job scheduling, distributed systems, and SQL keywords. The questions test fundamental concepts in operating systems, computer networks, databases, and more.

Uploaded by

Surya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

AMCAT-2021

Question Paper
Computer Science Questions
PART-1
Q.1 what is RAID?

A .Resemble Arrays of independent disks

B. Resemble Arrays of dependent disks

C. Redundant arrays of individual disks

D. Redundant arrays of independent disks

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

B. Broadcasting 2. Message is sent to a subset of the


network nodes
C. Multicasting 3. Message is sent to all the nodes in the
network

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

Q.5 which of the following statements are true?


1. An arithmetic left shift multiples a signed number by two.
2. An arithmetic right shift divides a signed number by two.
3. Mask operation is an AND micro-operation and insert is an OR micro-operation.
4. In a logical shift the serial input to the shift is one.

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.

a. A deadlock may exist.


b. A deadlock will occur.
c. A deadlock will never occur.
d. The statements contradict each other.

Q.7 Consider the given reference string:

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.9 Distributed systems should aim at_________.

a. better system overhead

b. better system utilization

c. meeting the prescribed time constraints

d. better resource sharing

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

You might also like