IGCSE Comp Sci Programming

IGCSE Comp Sci Programming

9th - 10th Grade

8 Qs

quiz-placeholder

Similar activities

Introduction to Computer Science and Coding

Introduction to Computer Science and Coding

9th Grade

12 Qs

NCFE Unit 1 Principles of Coding

NCFE Unit 1 Principles of Coding

10th - 12th Grade

13 Qs

Module 10 Vocabulary

Module 10 Vocabulary

9th Grade

12 Qs

Introduction to Programming

Introduction to Programming

9th Grade

12 Qs

Flowcharts and algorithms

Flowcharts and algorithms

8th - 10th Grade

8 Qs

Flow Charts (OCR GCSE)

Flow Charts (OCR GCSE)

7th - 11th Grade

10 Qs

Pseudocode -9CG Quiz

Pseudocode -9CG Quiz

9th Grade

12 Qs

Multiple Choice Questions on Programming

Multiple Choice Questions on Programming

9th Grade

12 Qs

IGCSE Comp Sci Programming

IGCSE Comp Sci Programming

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Timothy Little

Used 19+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A computer language which in which the whole program is converted to machine code in one go

Translated

Compiled

Low Level

High level

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A computer language which in which the program is converted to machine code one line at time as it is run.

Translated

Compiled

Low Level

High level

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A computer language in which the instructions correspond very closely or exactly to the CPU's instruction set.

Translated

Compiled

Low Level

High level

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A value in a program which cannot be changed.

variable

constant

loop

conditional statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a loop statement

For ... Next

if ... Then

Do Loop Until

While ... Wend

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In a flowchart what does this shape mean?

Start

Process

Input/Output

Decision

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this shape mean in a flowchart?

Start/Stop

Process

Input/Output

Decision

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An example of extreme/invalid test data for a price could include

10

-5

0

Any of the above