Fundamentals of Programming (GCSE Computer Science AQA)

Fundamentals of Programming (GCSE Computer Science AQA)

9th - 11th Grade

22 Qs

quiz-placeholder

Similar activities

2.2 Programming Techniques

2.2 Programming Techniques

10th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python WJEC KS4

Python WJEC KS4

10th Grade

20 Qs

python 3-5 unit 10gr

python 3-5 unit 10gr

10th Grade - University

25 Qs

Python Conditionals

Python Conditionals

9th - 11th Grade

17 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

PEMROGRAMAN DASAR PYTHON

PEMROGRAMAN DASAR PYTHON

11th Grade

20 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?