Creative Coding Review

Creative Coding Review

7th - 8th Grade

40 Qs

quiz-placeholder

Similar activities

M2 Revision

M2 Revision

8th - 9th Grade

45 Qs

PYTHON QUIZ 3.1

PYTHON QUIZ 3.1

7th Grade

40 Qs

Python Programming

Python Programming

5th - 9th Grade

37 Qs

Informatic class 8

Informatic class 8

7th Grade

40 Qs

Computer Science Semester Exam Review

Computer Science Semester Exam Review

7th Grade

35 Qs

Code.org Chapters One and Two

Code.org Chapters One and Two

3rd - 12th Grade

39 Qs

Scratch coding

Scratch coding

7th - 9th Grade

35 Qs

Computer Science 22/23

Computer Science 22/23

8th - 11th Grade

41 Qs

Creative Coding Review

Creative Coding Review

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

Deborah Corbridge

Used 48+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In coding, random means

predictable

required

unpredictable

perfect

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are the possible values of "x" in the line of code

x = random.randint ( -1,5)?

-1 and 5

-1,0,1,2,3,4,5

-1, 0 and 5

0,1,2,3,4

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Sprite placement on the stage game board is based on the

top of the sprite

bottom of the sprite

center of the sprite

randomly

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the random range for a digital game with a six-sided dice?

(0, 7)

(1, 6)

(0, 6)

(1, 7)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which line of code declares the variable y and initializes it's value to 23?

var_y = 23

var_23 = y

var_name = 23y

var = y = 23

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the object is this line of code?

turtle.move_forward (100)

turtle

(100)

forward

no object

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the function in this line of code? turtle.move_left (5)

turtle

(5)

move_left

no function

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?