8.2 - Assessment Feedback

8.2 - Assessment Feedback

9th Grade

16 Qs

quiz-placeholder

Similar activities

Javascript Basics

Javascript Basics

9th - 12th Grade

16 Qs

CodeHS Python Unit 3 Quiz Review

CodeHS Python Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Small Basic

Small Basic

7th - 9th Grade

17 Qs

Python Next Steps Homework Quiz

Python Next Steps Homework Quiz

8th - 10th Grade

20 Qs

Python

Python

9th Grade

15 Qs

Iteration Recap

Iteration Recap

8th - 9th Grade

16 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Year 8 - Small Basic Programming Quiz

Year 8 - Small Basic Programming Quiz

9th Grade

18 Qs

8.2 - Assessment Feedback

8.2 - Assessment Feedback

Assessment

Quiz

Computers

9th Grade

Hard

Created by

A Colley

Used 17+ times

FREE Resource

16 questions

Show all answers

1.

DRAG AND DROP QUESTION

1 min • 1 pt

Sometimes we need computers to remember the information we give it and that it calculates during programs. A ​ (a)   can be thought of as a box that the computer can use to store a value. The value held in that box can change or ‘vary’. A program can use as many ​ (b)   as it needs it to.

variable
variables
list
logic
cat
lists
syntax

2.

DROPDOWN QUESTION

1 min • 1 pt

​ (a)   are a key element of programming. They are used for calculations, for storing values for later use, in decisions and in iteration.

Variables
Lists
Strings
Booleans

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these could be appropriate variable names?

length of side 1

x

length_of_side1

Length1

lengthOfSide

4.

MATCH QUESTION

1 min • 1 pt

Match the following

==

Variable Assignment

+

Comparison operator

=

Numerical Operator

5.

DRAG AND DROP QUESTION

1 min • 1 pt

​ (a)   is used to assign some data into a variable. ​ (b)   is used to compare two pieces of data (as part of a ​ (c)   to be tested), in​ (d)   or iteration.

=
==
condition
selection

6.

REORDER QUESTION

1 min • 1 pt

Reorder the following to make a condition.

if

>

data1

:

data2

7.

MATCH QUESTION

1 min • 1 pt

Match the following

inputs

input

iteration

print

selection

if

variable assignment

=

outputs

while

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?