Fundamentals of Programming (GCSE Computer Science AQA)

Fundamentals of Programming (GCSE Computer Science AQA)

9th - 11th Grade

22 Qs

quiz-placeholder

Similar activities

End of year quiz: Python

End of year quiz: Python

9th Grade

20 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

C++ programming

C++ programming

7th - 12th Grade

20 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Entry Level - Binary and Boolean Logic

Entry Level - Binary and Boolean Logic

8th - 9th Grade

19 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Control structures

Control structures

10th Grade

18 Qs

Fundamentals of Programming (GCSE Computer Science AQA)

Fundamentals of Programming (GCSE Computer Science AQA)

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

Dr Hedges

Used 149+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is selection programming?

A condition selects which code to repeat.

A condition selects which lines of code to run.

Any code that selects variable assignments.

Selecting to run every single line of code.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While loops and for loops are examples of ...

selection programming.

sequential progtramming.

iteration programming.

boolean programming.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name <-- USERINPUT("Enter name: ")

pirateName <-- "Cap'n" + name

OUTPUT "Aye aye " + pirateName

This is iteration programming.

This is selection programming.

This is Python programming.

This is sequence programming.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A real/float data type is ...

Any decimal or whole number, positive or negative.

Any whole number, positive or negative.

Any real word in the dictionary.

Any True boolean statement.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The name of the data type that is either true or false:

Integer

Real

Boolean

String

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type can be described as a list of a different data type.

Integer

Character

Boolean

String

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the valid structure for a single if statement:

IF ELIF ELIF ELSE ELSE

IF ELIF ELIF ELIF ELSE

ELIF IF ELIF ELIF ELSE

IF IF ELIF ELIF ELSE

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?