IGCSE Comp Sci Programming

IGCSE Comp Sci Programming

9th - 10th Grade

8 Qs

quiz-placeholder

Similar activities

GCSE Edexcel Translators

GCSE Edexcel Translators

9th - 12th Grade

13 Qs

Translators & Facilities of Languages

Translators & Facilities of Languages

10th Grade

12 Qs

Code.org Intro to Computer Programming

Code.org Intro to Computer Programming

9th Grade

12 Qs

Introduction to Programming

Introduction to Programming

9th Grade

12 Qs

GADV 03 - Scripting

GADV 03 - Scripting

9th - 12th Grade

10 Qs

AP CS Principles Review

AP CS Principles Review

9th - 12th Grade

9 Qs

AP Computer Science Principles Big Idea 2

AP Computer Science Principles Big Idea 2

9th - 12th Grade

9 Qs

Eduqas Computer Science Component 1 - 1.6 Principles of Programming

Eduqas Computer Science Component 1 - 1.6 Principles of Programming

9th - 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