A Level Computer Science Quiz 2021 Part 3

20 Questions

Quiz Description

Computer science spans the range from theory through programming to cutting-edge development of computing solutions. The work of computer scientists falls into three categories which are designing and building software, developing effective ways to solve computing problems such as storing information in databases and devising new and better ways of using computers.

As a computer science student going in for the CGCE examination, your work falls under the category of knowing your syllabus and also preparing for any question you might face during the exam. As a student, you must be prepared to face any challenging question. In order to do so, it is very important for you to answer as many questions as possible.

To make your journey more interesting and fun, we have designed a quiz purposefully to test your capacity during the upcoming June session exams. With a total of 20 questions, these questions are based on the Advance level computer science syllabus.In addition to this quiz, you can visit our website at gce revision.com to gain more materials and quizzes.

1:

It is a non-linear data structure?


Correct
  • 1:
    Stacks
  • 2:
    List
  • 3:
    Strings
  • 4:
    Trees
2:

The number of comparisons done by a sequential search is?


Correct
  • 1:
    (N/2)+1
  • 2:
    (N+1)/2
  • 3:
    (N-1)/2
  • 4:
    (N+2)/2
3:

What will be the output in the following code fragment?

integer k;

for(k=0;k>9;k+=3){

DISPLAY (“Hello”);

}


Correct
  • 1:
    Nothing prints
  • 2:
    Hello
  • 3:
    Hello Hello Hello
  • 4:
    Hello Hello
4:

The postfix from the expression (A+B)*(C*D-E)*F/G is?


Correct
  • 1:
    AB + CD*E-FG/**
  • 2:
    AB + CD*E-F**G/
  • 3:
    AB + CD*E-*F*G/
  • 4:
    AB + CDE*-*F*G/
5:

Virtual memory is:


Correct
  • 1:
    An extremely large memory
  • 2:
    An extremely large secondary memory
  • 3:
    An illusion of an extremely large memory
  • 4:
    None of the above
6:

Concurrent processes are:


Correct
  • 1:
    Processes that don not overlap in time
  • 2:
    Processes that overlap in time
  • 3:
    Processes that are executed by a processor at the same time
  • 4:
    None of the above
7:

Fragmentation is:


Correct
  • 1:
    Dividing the secondary memory into equal sized fragments
  • 2:
    Fragments of memory word used in a page
  • 3:
    Fragments of memory word unused in a page
  • 4:
    None of the above
8:

A set of instructions that access common shared resources and exclude one another in time is best referred to as:


Correct
  • 1:
    Critical region
  • 2:
    Deadlock
  • 3:
    Mutual Exclusion
  • 4:
    Process blocking
9:

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


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 to hold jibs 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 of program development 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 transversal 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 a:


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

Given that 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:

Given that if objects focus on real world entities of interest then we must be 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 next 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 environment
  • 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:

A main technique to make software package portable is to:


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

In system design, we do the following:


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

A factor in selection of a source language for program development 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 2021 Part 3