CODE.ORG FINAL

CODE.ORG FINAL

8th Grade

35 Qs

quiz-placeholder

Similar activities

IT Final Exam Term 4

IT Final Exam Term 4

6th - 8th Grade

40 Qs

practical questions on scratch 3

practical questions on scratch 3

3rd Grade - University

40 Qs

Gamestar Mechanic

Gamestar Mechanic

6th - 8th Grade

40 Qs

Final Review - Intro to CS 2021 (Part 4)

Final Review - Intro to CS 2021 (Part 4)

7th - 12th Grade

30 Qs

Scratch - Introduction to Coding

Scratch - Introduction to Coding

6th - 8th Grade

40 Qs

7th Grade: Unit 3 Code.org Lesson 11 & 12 + review of all

7th Grade: Unit 3 Code.org Lesson 11 & 12 + review of all

6th - 8th Grade

35 Qs

CODING TEST 1

CODING TEST 1

6th - 8th Grade

40 Qs

Scratch

Scratch

6th - 8th Grade

38 Qs

CODE.ORG FINAL

CODE.ORG FINAL

Assessment

Quiz

Computers

8th Grade

Medium

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

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?