A Level Computer Science Quiz 2021 Part 2

15 Questions

Quiz Description

Defined as the systematic study of algorithmic processes that create, describe and transform information. The discipline ranges from theoretical studies of algorithms to practical problems of implementation in terms of computational hardware and software.

Some of the topics of the subject computer science found at the advanced level include programming, system software, information systems etc. Out of these topics, we have prepared this quiz to help students boost their preparation for the upcoming CGCE Advanced examinations.

Answer as many quizzes as possible as this will determine how prepared you are for these upcoming examinations.In addition to this quiz, you can visit our website at gce revision.com to gain more materials and quizzes.

1:

One of the following is NOT a memory performance parameter:


Correct
  • 1:
    Access time
  • 2:
    Cycle time
  • 3:
    Transfer time
  • 4:
    Time location
2:

Given that a node with two leaf nodes as children is deleted from a binary search tree, which node best replaces it in a strictly post-order tree transversal?


Correct
  • 1:
    In order predecessor
  • 2:
    Post order successor
  • 3:
    Pre order predecessor
  • 4:
    Post order predecessor
3:

A mathematical model with a collection of operations defined over its values is called:


Correct
  • 1:
    Data Structure
  • 2:
    Abstract Data Type
  • 3:
    Primitive Data Type
  • 4:
    Algorithm
4:

A complete binary tree with 2n+1 nodes contains:


Correct
  • 1:
    N leaf nodes
  • 2:
    N non-leaf nodes
  • 3:
    N-1 leaf nodes
  • 4:
    N-1 non-leaf nodes
5:

A sort which searches through a list to exchange the first element with any element less than it and then repeats with a new first element at subsequent positions is called:


Correct
  • 1:
    Insertion sort
  • 2:
    Selection sort
  • 3:
    Bubble sort
  • 4:
    Quick sort
6:

The data structure required to evaluate a postfix expression is:


Correct
  • 1:
    Stack
  • 2:
    Queue
  • 3:
    Tree
  • 4:
    Array
7:

The feature of the object oriented paradigm which explicitly helps code reuse is:


Correct
  • 1:
    Object
  • 2:
    Class
  • 3:
    Inheritance
  • 4:
    Aggregation
8:

The main advantage of a multiprogramming system is:


Correct
  • 1:
    More than one job can be processes at a given time
  • 2:
    CPU utilization can be increased
  • 3:
    Jobs can be completed faster
  • 4:
    All of the above
9:

An object encapsulates:


Correct
  • 1:
    Data
  • 2:
    Behaviour
  • 3:
    State
  • 4:
    Data and behaviour
10:

If a program in its functioning has not met user requirements in some way, then it is:


Correct
  • 1:
    An error
  • 2:
    A failure
  • 3:
    A fault
  • 4:
    A defect
11:

Which of the following is not true of stack?


Correct
  • 1:
    Ordered list of similar data type
  • 2:
    Overflow state when completely full and underflow state when completely empty
  • 3:
    Allows push() and pop() functions
  • 4:
    Both push() and pop() are done at both front and rear simultaneously
12:

Dequeue() operation is best known as:


Correct
  • 1:
    Adding an element into a queue
  • 2:
    First in first out structure
  • 3:
    Removing an element from a queue
  • 4:
    Tail of a queue
13:

If there are no base cases in a recursive program, the program will:


Correct
  • 1:
    Not be executed
  • 2:
    Be executed until all conditions match
  • 3:
    Execute indefinitely
  • 4:
    Not execute the non-base cases
14:

Which of the following is true of the characteristics of abstract data types?

i. A type

ii. A set of operations


Correct
  • 1:
    True, False
  • 2:
    False, True
  • 3:
    True, True
  • 4:
    False, False
15:

Which of the following data structure can’t store the non-homogenous data elements?


Correct
  • 1:
    Arrays
  • 2:
    Records
  • 3:
    Pointers
  • 4:
    Stacks

Feature Image

A Level Computer Science Quiz 2021 Part 2