GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

quiz-placeholder

Similar activities

Python_2R

Python_2R

KG - Professional Development

20 Qs

Iteration Recap

Iteration Recap

8th - 9th Grade

16 Qs

J277 Test, trace and validate

J277 Test, trace and validate

9th - 11th Grade

21 Qs

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

10th - 12th Grade

20 Qs

End of year quiz: Python

End of year quiz: Python

9th Grade

20 Qs

Python For And While Loop

Python For And While Loop

8th - 9th Grade

20 Qs

Year 10 Computer Science Quiz!

Year 10 Computer Science Quiz!

9th - 12th 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 214+ 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?