A Level Computer Science Quiz 2019 Part 1

15 Questions

Quiz Description

Computer science is too often defined by what it’s not. Students, teachers, and administrators frequently characterize computer science as a discipline dominated by people who stare at screens, mindlessly inputting reams of arcane code while others believe that mastering office applications or producing a webpage forms the core of computer science education.

But there is more to this particular subject than meets the eye such as writing a program using an algorithm, knowing how to break a task down into its essential steps.They must lay a foundation about the understanding of this subject. To help students at the advanced level going in for the CGCE better understand this subject, a quiz of 15 questions has been made available. The quiz is based on the Advanced level syllabus. This quiz is here to honed your understanding about this subjectJust like the questions you have answered, we have provided many resourceful materials on our website.

1:

The number 23.25 translated into normalized floating number, with a 10-bit mantissa and a 6-bit exponent.


Correct
  • 1:
    0110110000 000101
  • 2:
    0101110000 000001
  • 3:
    0101110100 000101
  • 4:
    0000010111 000100
2:

Two registers involved in the fetch-execute cycle are:


Correct
  • 1:
    The program counter and the stack pointer
  • 2:
    The Accumulator and the program counter
  • 3:
    The accumulator and the current instruction register
  • 4:
    The memory address register and the memory data register
3:

The NAND gate has inputs A and B. Its output is connected to both inputs of another NAND gate. An equivalent gate for these two NAND gates is a(n):


Correct
  • 1:
    OR gate
  • 2:
    AND gate
  • 3:
    NOR gate
  • 4:
    XOR gate
4:

The Octal equivalent of the hexadecimal code F3A1 is:


Correct
  • 1:
    173101
  • 2:
    171641
  • 3:
    176451
  • 4:
    178661
5:

The address bus of a certain computer has 8 lines. What is the maximum number of addressable memory cells?


Correct
  • 1:
    265
  • 2:
    256
  • 3:
    252
  • 4:
    255
6:

Decimal equivalent of the binary number 101001.1011 is:


Correct
  • 1:
    41.7875
  • 2:
    41.5875
  • 3:
    41.6875
  • 4:
    41.1875
7:

In register addressing mode operands are examined in:


Correct
  • 1:
    Cache memory
  • 2:
    Secondary storage
  • 3:
    The CPU
  • 4:
    Primary storage
8:

In an instruction where the address part points to the address of actual data, the addressing mode is:


Correct
  • 1:
    Immediate addressing
  • 2:
    Direct addressing
  • 3:
    Indirect addressing
  • 4:
    Index addressing
9:

On receiving an interrupt, the CPU:


Correct
  • 1:
    Finishes executing to the interrupt service routine
  • 2:
    Immediately moves to the interrupt service routine without completing current instruction
  • 3:
    Releases the control on I/O lines and memory lines
  • 4:
    Makes any peripheral device that requested the interrupt to wait for a fixed interval of time
10:

A CPU has a 16-bit program counter. This means that the CPU can address:


Correct
  • 1:
    16K memory locations
  • 2:
    32K memory locations
  • 3:
    64K memory locations
  • 4:
    256K memory locations
11:

Which of the following sources of interrupt has the highest priority?


Correct
  • 1:
    Division by zero
  • 2:
    Real-time clock
  • 3:
    Memory parity error
  • 4:
    Keyboard key pressed
12:

The concept of pipelining is most effective in improving performance if the tasks being performed in different stages:


Correct
  • 1:
    Requires different amount of time
  • 2:
    Require about the same amount of time
  • 3:
    Require different amount of time with time difference between any two tasks being same
  • 4:
    Require different amount with time difference between any two tasks being different
13:

A microprocessor has a data bus with 64 lines and an address bus with 32 lines. The maximum number of bits that can be stored in memory is:


Correct
  • 1:
    32 x 2^32
  • 2:
    32 x 2^64
  • 3:
    64 x 2^32
  • 4:
    64 x 2^64
14:

The simplified form of the expression AB+ABC is:


Correct
  • 1:
    AB
  • 2:
    A(B+C)
  • 3:
    AB+AC
  • 4:
    ABC
15:

The virtual memory of a computer system may be:


Correct
  • 1:
    Of unlimited size
  • 2:
    As big as the maximum addressing capability of the computer system
  • 3:
    Of size equivalent to the total capacity of secondary storage plus that of RAM
  • 4:
    None of the above

Feature Image

A Level Computer Science Quiz 2019 Part 1