A Level Computer Science Quiz 2018 Part 2

15 Questions

Quiz Description

Just like the law of conservation of energy which says energy cannot be created nor destroyed but can be transformed from one form to another. Students are yet to realize that questions cannot be created but are mostly created from the already questions. So, at this rate it is integral for any student going in for any examination to answer as many questions as possible.

Computer science being one of the most influential subjects in the 21st century is defined as study of computers and algorithmic processes, including their principles, their hardware and software designs, their applications, and their impact on society.

A computer science student must never stop learning, and always tries to stay up to date with the latest questions and how they can approach them. To solve this problem, this question has been created. The quiz is made up of the most recent questions in the advanced level syllabus and contains questions of the most recent years.

Just like the questions, you can visit our website to gain more recent materials.

Good luck!!!

1:

A foreign key in a relational database table is a(n):


Correct
  • 1:
    Set of attribute values in a table
  • 2:
    Combination of attributes in a table
  • 3:
    Attribute in one table that is an attribute in another table
  • 4:
    Column of a table
2:

The attribute, name, could be structured as an attribute consisting of first name, middle initial, and last name. this type of attribute is called:


Correct
  • 1:
    Simple attribute
  • 2:
    Composite attribute
  • 3:
    Distributed attribute
  • 4:
    Multivalued attribute
3:

The attribute AGE is calculated from DATE_OF_BIRTH. The attribute AGE is:


Correct
  • 1:
    Single valued
  • 2:
    Multivalued
  • 3:
    Derived
  • 4:
    Composite
4:

The descriptive property possessed by each entity set is a(n):


Correct
  • 1:
    Attribute
  • 2:
    Instance
  • 3:
    Relation
  • 4:
    Model
5:

The “turn-around” time of a user’s job is the:


Correct
  • 1:
    Time since its submission to the time its results become available
  • 2:
    Time duration for which the CPU is allotted to the job
  • 3:
    Total time taken to execute the job
  • 4:
    Time taken from the job to move from assembly phase to completion phase
6:

Which module gives control of the CPU to the process selected by the short-term scheduler?


Correct
  • 1:
    Dispatcher
  • 2:
    Interrupt
  • 3:
    Scheduler
  • 4:
    Scheduler None of the above
7:

Before proceeding with its execution, each process must acquire all the resources it needs. This is described as:


Correct
  • 1:
    Hold and wait
  • 2:
    Non pre-emption
  • 3:
    Circular wait
  • 4:
    Starvation
8:

A technique of temporarily removing in-active programs from the memory of a computer system is:


Correct
  • 1:
    Swapping
  • 2:
    Spooling
  • 3:
    Semaphore
  • 4:
    Scheduler
9:

A reusable resource is one that:


Correct
  • 1:
    Can be used by one process at a time and is not depleted by the use
  • 2:
    Can be used by more than one process at a time
  • 3:
    Can be shared between various threads
  • 4:
    All of the above
10:

A problem encountered in multitasking when a process is perpetually denied necessary resources is:


Correct
  • 1:
    Deadlock
  • 2:
    Starvation
  • 3:
    Inversion
  • 4:
    Aging
11:

A pointer variable cannot be:


Correct
  • 1:
    Passed to a function as argument
  • 2:
    Changed within the function
  • 3:
    Returned by a function
  • 4:
    Assigned as an integer value
12:

If the processor is executing a main program that calls a subroutine, then after executing the main program up to the CALL instruction, the control will be transferred to the:


Correct
  • 1:
    Address of main program
  • 2:
    Subroutine address
  • 3:
    Address of the CALL instruction
  • 4:
    Address of data
13:

Which of the following allows many users to use the computer simultaneously?


Correct
  • 1:
    Time Sharing operating system
  • 2:
    Real Time operating system
  • 3:
    Interactive operating system
  • 4:
    Batch processing system
14:

One of the following is NOT a memory performance parameter:


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

If a node having two children is deleted from a binary search tree, it is replaced by its:


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

Feature Image

A Level Computer Science Quiz 2018 Part 2