CODE.ORG FINAL

CODE.ORG FINAL

8th Grade

35 Qs

quiz-placeholder

Similar activities

4th Nine Weeks Review

4th Nine Weeks Review

8th Grade

40 Qs

Scratch

Scratch

3rd Grade - Professional Development

32 Qs

CS First: Scratch Review

CS First: Scratch Review

6th - 8th Grade

30 Qs

Scratch Kelas 8

Scratch Kelas 8

8th Grade

30 Qs

Creative Coding Review

Creative Coding Review

7th - 8th Grade

40 Qs

WHITEWOOD ACADEMY JUNIIOR

WHITEWOOD ACADEMY JUNIIOR

6th - 8th Grade

30 Qs

Scratch and Programming  Test UNIT 3 MS/HS

Scratch and Programming Test UNIT 3 MS/HS

8th Grade

30 Qs

year 3 QUIZ 3 2nd term

year 3 QUIZ 3 2nd term

3rd Grade - University

40 Qs

CODE.ORG FINAL

CODE.ORG FINAL

Assessment

Quiz

Computers

8th Grade

Medium

CCSS
5.G.A.2, RL.4.7, RI.7.7

+8

Standards-aligned

Created by

JOHN REESE

Used 30+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are BOOLEANS?

A statements that only run under certain conditions.

A single value of either TRUE or FALSE

Any valid unit of code that resolves to a value

A collection of variable

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is the correct way of naming variables?

width of a rectangle

4sides

4 sides of a rectangle

sizeOfRectangle

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are conditionals?

Statements that only run under certain conditions

Any valid unit of code that resolves to a value

An algorithm that has been coded into something that can be run by a machine

Part of a program that does not work correctly

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a bug?

Part of a program that does not work correctly

a Hemipteron

Part of a program that does work correctly

Finding and fixing problems in an algorithm or program.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you add in a sprite?

Media Image
Media Image

drawSprites();

var sprite = createSprite(300, 100);

var mySprite = createSprite(300, 100)

drawSprites()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you set an Animation Sprite?

Media Image
Media Image

drawSprites();

coolSprite.setAnimation("bunny");

var coolSprite = createSprite(300,300);

var coolSprite = createSprite(300,300);

coolSprite.setAnimation(bunny);

drawSprites();

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How do you make the plane move to the RIGHT?

Media Image
Media Image
Media Image
Media Image

Tags

CCSS.5.G.A.2

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?