Programming Fundamentals

Programming Fundamentals

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

19W Final Exam - PLTW

19W Final Exam - PLTW

9th - 12th Grade

15 Qs

Unit 1 Review AP CSP

Unit 1 Review AP CSP

9th - 12th Grade

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th 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

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python Basics

Python Basics

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.

Assignment

5 ** 2

Addition

x = 7

Raising to the power 2.

"duck" + "goat"

Concatenation

x + 10

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

true

Boolean

107

String

'Hello'

Float

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?