Khan Academy

Khan Academy

5th Grade

11 Qs

quiz-placeholder

Similar activities

Bits, Pixels, Python

Bits, Pixels, Python

5th Grade

10 Qs

Photoshop Basics

Photoshop Basics

3rd - 5th Grade

15 Qs

Call OF Duty

Call OF Duty

3rd - 6th Grade

9 Qs

ÔntậpKiểmtraCuốikì1_TinHoc_Lớp5_2022_2023

ÔntậpKiểmtraCuốikì1_TinHoc_Lớp5_2022_2023

1st - 5th Grade

16 Qs

Code  quiz

Code quiz

5th - 12th Grade

16 Qs

Information Transfer

Information Transfer

4th - 6th Grade

12 Qs

LOGO ELLIPSE

LOGO ELLIPSE

5th Grade

13 Qs

Year 5 Digital 2 (D)

Year 5 Digital 2 (D)

5th Grade

15 Qs

Khan Academy

Khan Academy

Assessment

Quiz

Computers

5th Grade

Medium

Created by

Liz Jones

Used 356+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ellipse(212, 206, 283, 318);

ellipse(212, 235, 100, 73);

ellipse(150, 150, 30, 30);

ellipse(278, 150, 30, 30);

The code above represents a snowman with two eyes and a nose. The code that represents the nose is:

ellipse(150, 150, 30, 30);

ellipse(212, 206, 283, 318);

ellipse(278, 150, 30, 30);

ellipse(212, 235, 100, 73);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command: ellipse( 200,100, 20, 20) will draw:
an ellipse that is 100 pixels wide and 100 pixels high
a circle whose center is 200 pixels across and 100 pixels down
a rectangle that is 200 pixels by 100 pixels wide
a circle that is 200 pixels in diameter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct order of parameters in rect()?

rect(x, y, width, height);

rect(y, x, width, height);

rect(x, y, height, width);

rect(width, height, x, y);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How do you turn off the outline around the shapes?

noStroke();

stroke("transparent");

noFill();

noOutline();

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command: ellipse( 200,100, 20, 20) will draw:
an ellipse that is 100 pixels wide and 100 pixels high
a circle whose center is 200 pixels across and 100 pixels down
a rectangle that is 200 pixels by 100 pixels wide
a circle that is 200 pixels in diameter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does var stand for?
Variant
Variable
Varies

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?
A variable is a placeholder for a value that can change
A variable is a placeholder for a value that can not change

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?