Code.org lesson 3 and 4 quiz

Code.org lesson 3 and 4 quiz

7th Grade

25 Qs

quiz-placeholder

Similar activities

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

Python - Chapter 3 Practice Quiz

Python - Chapter 3 Practice Quiz

12th Grade

25 Qs

Quiz sobre p5.js e JavaScript

Quiz sobre p5.js e JavaScript

8th Grade

20 Qs

Quiz sobre p5.js e Manipulação de Formas

Quiz sobre p5.js e Manipulação de Formas

10th Grade

20 Qs

Statements in Python

Statements in Python

8th 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

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?