Shapes and Color Coding (JavaScript)

Shapes and Color Coding (JavaScript)

7th Grade

12 Qs

quiz-placeholder

Similar activities

javascript - khan academy

javascript - khan academy

6th - 8th Grade

11 Qs

Unit 3 code.org

Unit 3 code.org

6th - 8th Grade

15 Qs

Code.org CS Discoveries Lessons 3-7 Review

Code.org CS Discoveries Lessons 3-7 Review

6th - 8th Grade

15 Qs

Game Lab Shapes 1

Game Lab Shapes 1

6th - 7th Grade

16 Qs

3D Modeling  Term and Command Quiz

3D Modeling Term and Command Quiz

6th - 8th Grade

12 Qs

Intron to Coding Section 3

Intron to Coding Section 3

6th - 8th Grade

15 Qs

Quiz: Basic Graphics and Shapes with Turtle

Quiz: Basic Graphics and Shapes with Turtle

7th Grade

10 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

12 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?