Code.org lesson 3 and 4 quiz

Code.org lesson 3 and 4 quiz

7th Grade

25 Qs

quiz-placeholder

Similar activities

Computer Science Semester Exam Review

Computer Science Semester Exam Review

8th Grade

20 Qs

Codean | Rest API Error Handling in Spring Boot

Codean | Rest API Error Handling in Spring Boot

University

24 Qs

Tes Awal Modul 1_PK

Tes Awal Modul 1_PK

University

20 Qs

Part 3 (101-125)

Part 3 (101-125)

University

26 Qs

Unity part_1

Unity part_1

9th - 12th Grade

25 Qs

Internet and App script

Internet and App script

5th Grade - University

22 Qs

Extended Quiz: Functions, Machines, and EVTOLs

Extended Quiz: Functions, Machines, and EVTOLs

6th Grade - University

21 Qs

Unit 19 - First Quiz

Unit 19 - First Quiz

3rd Grade - 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?