AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

quiz-placeholder

Similar activities

Algorithms Unit 2.1 Review

Algorithms Unit 2.1 Review

8th - 10th Grade

18 Qs

Computer Science

Computer Science

9th - 12th Grade

18 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

20 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Loops

Loops

5th - 12th Grade

16 Qs

1 - Pseudocode

1 - Pseudocode

9th - 10th Grade

15 Qs

Java-Chapter 13 Exam

Java-Chapter 13 Exam

9th - 12th Grade

20 Qs

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

Assessment

Quiz

Computers

8th - 10th Grade

Hard

Created by

Mr Ling-Winston

Used 122+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a type of iteration?
IF...ENDIF Loop
REPEAT...UNTIL Loop
WHILE...ENDWHILE Loop
FOR...ENDFOR Loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of iteration are WHILE...ENDWHILE loops?
Indefinite
Definite
Categorical
Uncategorical

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In pseudocode, what symbol is used when assigning a value to a variable?
An arrow
An equals sign
Two equals signs
A dash

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is robust code?
Code that will not crash from an unexpected user input
code that is secure and cannot be hacked
code that does not contain any errors
code that can continue running all the time 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one main benefit of having a constant variable?
Only one line of code needs to be changed when changing the value of the constant
constants never cause an error
constants are in use for the entire time the code is being run
constants make code run smoother 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When does a WHILE...ENDWHILE loop end? 
When the loop condition becomes false
Once the target has been met
Once the loop has been performed a set amount of times
Once the program has finished running 

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is concatenation?
The joining of two strings
the addition of two integers
the declaring of a variable
the changing of a value assigned to a variable 

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?