A Level Computer Science Quiz 2018 Part 3

20 Questions

Quiz Description

Computer Science is an important subject for all students because it teaches you how to think. The act of writing a computer program requires you to think about how to create sequences which are step by step procedures on how to solve a given problem. "The internet is fascinating. We want to look behind the scenes and understand the phenomenon that has become a daily, unquestioned part of our lives.

Computer Science is one of the most integrative subjects not siloed like other subjects taught at school. To guide those going in for any computer science related subjects or topics exams, we have a set a quiz to test their knowledge and understanding of this particular subject. Made of 20 questions only with each having just one possible answer, this quiz is based on the advanced level syllabus. Some of the topic involved include; “Data structure and algorithm computer software”

Just like the questions you have answered, we have provided many resourceful materials on our website.

1:

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
2:

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


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

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
4:

The data structure required to evaluate a postfix expression is:


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

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


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

The main advantage of a multiprogramming system is:


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

An object encapsulates:


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

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
9:

A key concept of quality control is that all worked products:


Correct
  • 1:
    Are delivered on time and within budget
  • 2:
    Have complete documentation
  • 3:
    Have measurable specifications for process outputs
  • 4:
    Are thoroughly tested before delivery to the customer
10:

Which of the following data structures is used for holding jobs waiting to be run by the computer?


Correct
  • 1:
    Binary tree
  • 2:
    Queue
  • 3:
    Stack
  • 4:
    Linked list
11:

The term module in the design phase refers to:


Correct
  • 1:
    Functions
  • 2:
    Procedures
  • 3:
    Sub programs
  • 4:
    All of the above
12:

Which of the following is also known as pre-Order traversal of a binary tree where a given Node has children Left and Right


Correct
  • 1:
    Left Node Right
  • 2:
    Node Right Node
  • 3:
    Node Right Left
  • 4:
    None of the above
13:

In software engineering projects, what is informally called “SOFTWARE” consists of:


Correct
  • 1:
    Set of instructions + operating procedures
  • 2:
    Programs + documentation operating system
  • 3:
    Programs + hardware manuals
  • 4:
    Set of programs
14:

If the state of the database no longer reflects a real state of the world that the database is supposed to capture, then such a state is called a(n):


Correct
  • 1:
    Consistent state
  • 2:
    Parallel state
  • 3:
    Durable state
  • 4:
    Inconsistent state
15:

If the objects focus on real world entities then we are concerned with:


Correct
  • 1:
    Object Oriented Analysis
  • 2:
    Object Oriented Design
  • 3:
    Object Oriented Analysis Design
  • 4:
    None of the above
16:

A linear collection of data elements where the linear node is given by means of a pointer is called:


Correct
  • 1:
    Node list
  • 2:
    Linked list
  • 3:
    Primitive list
  • 4:
    None of the above
17:

Software deteriorates rather than wears out because:


Correct
  • 1:
    Software suffers from exposure to hostile environments
  • 2:
    Defects are more likely to arise after software has been used often
  • 3:
    Multiple change requests introduce errors in component interactions
  • 4:
    Software spare parts become harder to order
18:

In system design, we do the following:


Correct
  • 1:
    Isolate system dependent companies
  • 2:
    Increase the overall performance
  • 3:
    Have an independent platform for the software
  • 4:
    Have a dependent platform
19:

In system design, we do the following:


Correct
  • 1:
    Hardware design and after software
  • 2:
    Software design and after hardware
  • 3:
    Parallel hardware and software design
  • 4:
    No hardware design needed
20:

A factor in the selection of a source language is:


Correct
  • 1:
    Programmer skill
  • 2:
    Language availability
  • 3:
    Program compatibility with other software
  • 4:
    All of the above

Feature Image

A Level Computer Science Quiz 2018 Part 3