CODE.ORG FINAL

CODE.ORG FINAL

8th Grade

35 Qs

quiz-placeholder

Similar activities

CSD II - Unit 3  Chapter1 2021

CSD II - Unit 3 Chapter1 2021

8th Grade

34 Qs

Scratch Basics

Scratch Basics

8th Grade

36 Qs

Game Lab review

Game Lab review

7th - 12th Grade

31 Qs

Computer Science Assessment

Computer Science Assessment

4th Grade - University

35 Qs

Scratch programming

Scratch programming

KG - University

30 Qs

Scratch Quiz Term 1

Scratch Quiz Term 1

6th - 8th Grade

30 Qs

XMAS TERM EXAM

XMAS TERM EXAM

4th Grade - University

35 Qs

Scratch coding

Scratch coding

7th - 9th Grade

35 Qs

CODE.ORG FINAL

CODE.ORG FINAL

Assessment

Quiz

Computers

8th Grade

Medium

CCSS
RI.8.7, 5.G.A.2, RI.9-10.7

+4

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?