Programming Fundamentals

Programming Fundamentals

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

GCSE Computing - Subprograms

GCSE Computing - Subprograms

9th - 10th Grade

14 Qs

Exceptions - Python Study Guide

Exceptions - Python Study Guide

9th - 10th Grade

10 Qs

App Inventor Blocks

App Inventor Blocks

9th - 12th Grade

10 Qs

python development

python development

9th Grade

14 Qs

Computer Science Terms and Definitions Quiz 2

Computer Science Terms and Definitions Quiz 2

7th - 12th Grade

15 Qs

Y7 Python Mid Point

Y7 Python Mid Point

7th - 12th Grade

15 Qs

1.2.3 - Introduction to programming

1.2.3 - Introduction to programming

3rd - 9th Grade

15 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th 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.

Raising to the power 2.

"duck" + "goat"

Assignment

x = 7

Concatenation

x + 10

Addition

5 ** 2

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.

Integer

107

Boolean

3.14

Float

'Hello'

String

true

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?