Programming Fundamentals

Programming Fundamentals

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

C# - Quiz

C# - Quiz

9th - 12th Grade

10 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

Y7 Python Mid Point

Y7 Python Mid Point

7th - 12th Grade

15 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

C++ test

C++ test

1st - 10th Grade

10 Qs

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

1.2.3 - Introduction to programming

1.2.3 - Introduction to programming

3rd - 9th Grade

15 Qs

PC1.8 Evaluate computer program

PC1.8 Evaluate computer program

9th Grade

10 Qs

Programming Fundamentals

Programming Fundamentals

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Stephen Cooper

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

DRAG AND DROP QUESTION

1 min • 1 pt

A variable is a ​ (a)   space in memory which contains a value that ​ (b)   change whilst the program is ​ (c)   .

named
can
running
anonymous
not running
cannot
will
idle

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

One which line is an output occurring in this code?

3.

MATCH QUESTION

1 min • 1 pt

Match these code snippets with the action being performed.

Concatenation

x = 7

Assignment

x + 10

Addition

5 ** 2

Raising to the power 2.

"duck" + "goat"

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the name given to converting one data type into another?

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which of these are variables used in this code?

h

w

a

print

int

6.

DRAG AND DROP QUESTION

1 min • 1 pt

Build a line of code that will cast the variable score to be an integer and re-assign it into the score variable.

​ (a)   ​ (b)   ​ (c)   ​ (d)  

score
=
int
(score)

7.

MATCH QUESTION

1 min • 1 pt

Match these example data items with their data type.

String

107

Float

'Hello'

Boolean

true

Integer

3.14

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?