A Level Computer Science Quiz 2016 Part 1

15 Questions

Quiz Description

Computer science encompasses a very wide range of fields, and new ones continue to emerge as time goes by and new technologies are invented. Most computer scientists mainly deal with the theory, design, development, and application of software and software systems, as opposed to hardware. With its very vast field with many different areas, specializations, and applications, basically computer science is the study of all the different components of computers and computer systems.

The knowledge of computers is very complex at times to understand to the fullest. In a way to guarantee the success of students facing/going in any for any examinations (most especially CGCE), a set of questions based on the topics “computer components, Data structures and algorithm, programming have been systemised for each individual to test his/her knowledge.

With a total of 15 questions, this quiz will help each student examine how prepared they are for any computer science exams.For more inquiry about other materials, you can visit our website.

1:

It is a machine type which is analogous to parallel processing


Correct
  • 1:
    RISC
  • 2:
    SIMD
  • 3:
    CISC
  • 4:
    MIMD
2:

Virtual memory can be implemented with


Correct
  • 1:
    Segmentation
  • 2:
    Paging
  • 3:
    Segmentation with paging
  • 4:
    All of the above
3:

The Cache memory is between


Correct
  • 1:
    CPU and RAM
  • 2:
    RAM and REGISTERS
  • 3:
    CPU and ACCUMULATORS
  • 4:
    RAM and HADR DISK
4:

The cost of accessing information in computation is minimum when using a


Correct
  • 1:
    Cache
  • 2:
    Register
  • 3:
    Secondary memory
  • 4:
    Magnetic tape
5:

Floating point representation is used to store


Correct
  • 1:
    Boolean numbers
  • 2:
    Natural numbers
  • 3:
    Fractional numbers
  • 4:
    Complex numbers
6:

Logic XOR operation of (11101010)2 & (10101010)2 has as result


Correct
  • 1:
    10010001
  • 2:
    01100000
  • 3:
    01000000
  • 4:
    10100000
7:

A storage is classified as RAM if


Correct
  • 1:
    The memory locations are accessed rapidly
  • 2:
    The time taken to access any of its memory locations is the same
  • 3:
    Data cannot be retrieved randomly
  • 4:
    The access mechanism is stored in a random location
8:

The simplified form of the Boolean expression (X+Y+XY)(X+Z) is


Correct
  • 1:
    X + Y + ZX + Y
  • 2:
    XY + YZ
  • 3:
    X + YZ
  • 4:
    XZ + Y
9:

Interrupt driven input/output leads to


Correct
  • 1:
    Wastage of CPU time
  • 2:
    Optimum use of CPU time
  • 3:
    Adequate execution of real time processes
  • 4:
    Non-execution of priority processes
10:

What will be the 6-bit word of the 2’s compliment of the number 1010?


Correct
  • 1:
    111010
  • 2:
    110110
  • 3:
    110111
  • 4:
    101100
11:

Program pre-emption is


Correct
  • 1:
    Forced withdrawal of CPU from a program which is executing
  • 2:
    Release of CPU by a program due to an interrupt
  • 3:
    Forceful allocation of CPU by a program to itself
  • 4:
    Program termination due to detection of an interrupt
12:

Which scheduling strategy is most suitable for a time sharing operating system?


Correct
  • 1:
    Shortest Job First
  • 2:
    First come first served
  • 3:
    Round Robin
  • 4:
    Longest job first
13:

An operating system contains 3 user processes, each process requiring 2 units of the resource R. The minimum number of units of R required such that there is no possibility of deadlock on R is


Correct
  • 1:
    6
  • 2:
    3
  • 3:
    5
  • 4:
    4
14:

To avoid a race condition, the maximum number of processes that may be in their critical section simultaneously is


Correct
  • 1:
    Zero
  • 2:
    One
  • 3:
    Two
  • 4:
    Two or less
15:

A program in execution is called


Correct
  • 1:
    A process
  • 2:
    An instruction
  • 3:
    A procedure
  • 4:
    A function

Feature Image

A Level Computer Science Quiz 2016 Part 1