Code.org lesson 3 and 4 quiz

Code.org lesson 3 and 4 quiz

7th Grade

25 Qs

quiz-placeholder

Similar activities

Code HS Computer SCi 114.1.1 JavaScript Final Exam Pt. 1

Code HS Computer SCi 114.1.1 JavaScript Final Exam Pt. 1

9th - 12th Grade

25 Qs

Mid Exam

Mid Exam

12th Grade - University

20 Qs

LLL & HLL

LLL & HLL

10th Grade

20 Qs

Programming Foundations Practice Quiz

Programming Foundations Practice Quiz

11th Grade

20 Qs

Test Scratch brevet maths

Test Scratch brevet maths

8th Grade

20 Qs

Grade 11(Quiz 1)

Grade 11(Quiz 1)

11th Grade

20 Qs

Grade 11 - IT - Quiz 1 - Mrs. Dina Mohamed

Grade 11 - IT - Quiz 1 - Mrs. Dina Mohamed

11th Grade

23 Qs

Quizizz JavaScript Attempt 2 Review

Quizizz JavaScript Attempt 2 Review

9th - 12th Grade

25 Qs

Code.org lesson 3 and 4 quiz

Code.org lesson 3 and 4 quiz

Assessment

Quiz

Information Technology (IT)

7th Grade

Easy

Created by

Justin Teegarden

Used 6+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which letters tell us the coordinates on the grid?

x and y

y and z

a and b

x and z

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the coordinate of the blue rectangle?

200, 200

150, 200

100, 100

0, 0

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What code is correct for this rectangle?

rect(200, 200);

fill("blue");

fill("blue");

rect(200, 200);

fill - blue

x=200, y=200

rect(0, 0);

fill(red);

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What code is correct for this rectangle?

rect(200, 200);

fill("blue");

fill("blue");

rect(200, 200);

fill - blue

x=200, y=200

rect(0, 0);

fill(red);

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Select correct code to draw a circle

ellipse(100, 100);

elipse(100, 100);

eclipse(100, 100);

circle(100, 100);

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Code lines in code.org run

Top to bottom

Bottom to top

Starting with rect(200, 200);

Starting with top left corner

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Code for color of the shape should go _____ the shape code.

before

after

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?