Shapes and Color Coding (JavaScript)

Shapes and Color Coding (JavaScript)

7th Grade

12 Qs

quiz-placeholder

Similar activities

Programming - Drawing Basic Shapes/Coloring

Programming - Drawing Basic Shapes/Coloring

6th - 8th Grade

15 Qs

P5.js Shapes

P5.js Shapes

7th - 12th Grade

8 Qs

Micro:bit

Micro:bit

7th - 10th Grade

11 Qs

Drawing in Game Lab

Drawing in Game Lab

7th - 8th Grade

10 Qs

Code.org Unit 2 Lessons 1-3

Code.org Unit 2 Lessons 1-3

7th Grade

16 Qs

Makers Empire

Makers Empire

5th - 8th Grade

10 Qs

Y7 Term 2 - Week 1 Subroutines & Decompostion

Y7 Term 2 - Week 1 Subroutines & Decompostion

6th - 7th Grade

10 Qs

Scratch Loops and patterns

Scratch Loops and patterns

7th - 9th Grade

16 Qs

Shapes and Color Coding (JavaScript)

Shapes and Color Coding (JavaScript)

Assessment

Quiz

Computers, Other

7th Grade

Medium

Created by

Vanessa Porrata

Used 34+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After we put a command in a program, we always end it with parenthesis and a ___________.

semicolon

period

colon

exclamation point

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at this command:

ellipse(x, y, w, h);


The "x" parameter says how far ________ or _______the ellipse is on the canvas.

up; down

left; right

southeast; northwest

Neither

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at these commands:

ellipse(100, 200, 30, 40);

rect(100, 225, 12, 20);


The numbers in these ellipse and rect commands are called:

sundaes

measurements

letters

parameters

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of putting comments in your code?

To help you label what you are coding

To help you run faster

To make it harder for you to code

None of these answers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a comment in programming?

2 slashes with a bit of text after it to tell you what the code does

Something Instagrammers use to edit their photos

A way to cancel the code

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an error, flaw or mistake in a computer program that causes the code not to work in the way you wanted it to?

virus

bug

insect

flu

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it important to put your code in a particular order?

Yes

No

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?