IGCSE Comp Sci Programming

IGCSE Comp Sci Programming

9th - 10th Grade

8 Qs

quiz-placeholder

Similar activities

Pseudocode -9CG Quiz

Pseudocode -9CG Quiz

9th Grade

12 Qs

Introduction to Computer Science and Coding

Introduction to Computer Science and Coding

9th Grade

12 Qs

Introduction to Coding

Introduction to Coding

9th Grade

12 Qs

Algorithms 2

Algorithms 2

9th - 12th Grade

9 Qs

Principles of Programming

Principles of Programming

KG - University

13 Qs

Flowchart Symbols

Flowchart Symbols

10th Grade

10 Qs

T3-W2:Translators

T3-W2:Translators

9th Grade

11 Qs

Flow Charts (OCR GCSE)

Flow Charts (OCR GCSE)

7th - 11th Grade

10 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