IGCSE Comp Sci Programming

IGCSE Comp Sci Programming

9th - 10th Grade

8 Qs

quiz-placeholder

Similar activities

Programming Languages

Programming Languages

9th - 12th Grade

12 Qs

Computer Science Edexcel GCSE iGCSE

Computer Science Edexcel GCSE iGCSE

9th - 12th Grade

10 Qs

Programming Language

Programming Language

1st Grade - Professional Development

10 Qs

Introduction To C

Introduction To C

10th Grade

13 Qs

Sound Editing

Sound Editing

9th - 11th Grade

10 Qs

CTE Information Technology Quiz

CTE Information Technology Quiz

7th - 9th Grade

13 Qs

Computer Science

Computer Science

3rd - 12th Grade

12 Qs

Programming Quiz- G10

Programming Quiz- G10

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