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

VLSM

VLSM

11th Grade

20 Qs

Quiz sobre p5.js e JavaScript

Quiz sobre p5.js e JavaScript

8th Grade

20 Qs

Statements in Python

Statements in Python

8th Grade

20 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Quizizz JavaScript Attempt 2 Review

Quizizz JavaScript Attempt 2 Review

9th - 12th Grade

25 Qs

Computer Discoveries I -  Games & Animations Test Review

Computer Discoveries I - Games & Animations Test Review

6th - 8th Grade

25 Qs

2F-3 | Python Quiz | 22/11/2024

2F-3 | Python Quiz | 22/11/2024

University

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