A level Computer Programming Quiz 1

16 QuestionsMultiple ChoiceFree Practice

About this quiz

This A level Computer Programming Quiz 1 quiz contains 16 multiple choice questions designed to help you revise and test your A level Computer Programming Quizzes knowledge. Select an answer for each question and click “Submit Answer” to see instant feedback. Take your time and try to score as high as possible!

Description

 Hello and welcome to this online revision platform, gcequiz.com. Here we have a quiz on A level computer programming which has been set based on the national advanced level syllabus for the gce advanced level has 15 questions with each question having four options of which just one and only one of them is correct. 

What do you think computer programming is?

Computer programming is simply a way whereby a computer is given a set of instructions about what it should do and the instructions are there to solve problems or to perform a series of tasks. These instructions are called codes and codes are written by computer programmers.

How does computer programming work?

  • You write your code to tell the computer what to do
  • The code which you’ve written is being compiled 
  • Then the computer executed the code

gcequiz.com has put together a good number of quizzes to ease your studies and preparation for your exams. Past advanced level gce questions have also been made available for you.

Good Luck

Progress0 / 16 answered
1

Question 1 of 16

What is the only thing that computers understand?

2

Question 2 of 16

Before a computer can understand a program it must be...

3

Question 3 of 16

A list of instructions that enable a computer to perform a specific task is a...

4

Question 4 of 16

When writing a computer programmers most program use...

5

Question 5 of 16

A language that requires no knowledge of the hardware or the instruction set of the computer is called...

6

Question 6 of 16

A language that is close to human language and which is easy to write, debug and maintain is known as...

7

Question 7 of 16

Resolving errors in a program is known as...

8

Question 8 of 16

Which of the following is not a high level programming language?

9

Question 9 of 16

Languages that relate to the architecture and hardware of a specific computer are known as...

10

Question 10 of 16

Which of the following is not an advantage of using a low level language? 

11

Question 11 of 16

What is the name for the software used to convert an assembly language program into machine code?

12

Question 12 of 16

Which of the following command would not be found in an assembly language?

13

Question 13 of 16

The 3 main types of translators are...

14

Question 14 of 16

Which type of translator creates an executable file of machine code from a program written in a high level language? 

15

Question 15 of 16

Software that translates and executes a high level language program one line at a time is known as a?

16

Question 16 of 16

What is a high-level programming language that was developed in the mid-1970s. It is now used to write applications for nearly every available platform.