Programming Fundamentals

Programming Fundamentals

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Unit 1 Review AP CSP

Unit 1 Review AP CSP

9th - 12th Grade

10 Qs

Python variables and Data types

Python variables and Data types

10th - 12th Grade

10 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Basics of Coding SC 1

Basics of Coding SC 1

7th - 9th Grade

15 Qs

Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

Python - Chpt 1 - Review

Python - Chpt 1 - Review

9th - 12th Grade

15 Qs

19W Final Exam - PLTW

19W Final Exam - PLTW

9th - 12th Grade

15 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"

Concatenation

5 ** 2

Assignment

x + 10

Addition

x = 7

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.

Float

3.14

Integer

107

Boolean

true

String

'Hello'

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?