GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

quiz-placeholder

Similar activities

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

Subroutines

Subroutines

9th - 11th Grade

16 Qs

Grade 12-Python selection&iteration

Grade 12-Python selection&iteration

11th - 12th Grade

15 Qs

Python Iteration

Python Iteration

10th Grade

13 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Year 10 Computer Science Quiz!

Year 10 Computer Science Quiz!

9th - 12th Grade

20 Qs

Python while loops

Python while loops

8th - 9th Grade

20 Qs

8525 AQA GCSE 3.2.6 Data Structures

8525 AQA GCSE 3.2.6 Data Structures

10th Grade

20 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

S Bourne

Used 210+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A type of error that occurs when a rule of the programming language code is broken?

Syntax error

Logic error

Run-time error

Program error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which data type would be used in Python to store the value of pi to 2 decimal places?

Integer

Float

Boolean

String

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this a description of?


A named piece of storage used by a computer program that can change its value

Variable

Constant

Function

Parameter

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In what way is a constant different from a variable?

It can not change its value during program execution

It can store more than one value

It can only be used in the global scope

Its name must be written in UPPER CASE

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Use the correct order of operations to evaluate this expression ...


6 * 8 / 2 + (15 - 6) + 3 ^ 2

42

32

52

72

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The process of giving a value to a variable?

Assignment

Initialisation

Coercion

Declaration

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

Choose all the recognised control structures in a computer program ...

Sequence

Selection

Iteration

Duplication

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?