GCSE Computer Science- 2.2 Programming Techniques

GCSE Computer Science- 2.2 Programming Techniques

9th - 11th Grade

25 Qs

quiz-placeholder

Similar activities

Logo Coding

Logo Coding

7th - 9th Grade

25 Qs

CSP Lists Loops and Traversals

CSP Lists Loops and Traversals

10th - 12th Grade

20 Qs

CS Principles Unit 5 Assessment

CS Principles Unit 5 Assessment

9th - 12th Grade

20 Qs

Control Statements in Python

Control Statements in Python

11th Grade

20 Qs

JavaScript and HTML review

JavaScript and HTML review

8th - 10th Grade

20 Qs

Unit 5 - For Loops

Unit 5 - For Loops

9th - 12th Grade

20 Qs

2.2 Programming Techniques

2.2 Programming Techniques

10th Grade

20 Qs

Data Structures

Data Structures

9th - 12th Grade

21 Qs

GCSE Computer Science- 2.2 Programming Techniques

GCSE Computer Science- 2.2 Programming Techniques

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

Graham Long

Used 157+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In an assignment operation,what appears on the right hand side
Multiple variables that are destinations for data
The assignment operator
Source variables or operations
Label for a variable that is destination of data

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

which of the following is not a valid constant
UserName
SPACE
PI
WORDLIMIT

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid keyword for output?
DISPLAY
SHOW
INPUT
PRINT

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Consider the following expression: a=b. This means
The value of memory location b gets copied into memory location a
The value of memory location a gets copied into memory location b
b is being renamed into a
a will always be equal to b

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Quotation marks around a variable’s identifier imply
It is a Boolean
It is a real
It is an integer
It is a string

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This variable type can only have True or False values
Real
Character
Boolean
Integer

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The operator used to find if a number is wholly divisible by another number {returns 0 if true}:
Division
MOD
Subtraction
Integer division

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?