JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Wprowadzenie do Pythona

Wprowadzenie do Pythona

6th - 8th Grade

11 Qs

Unit 7 quiz on strings AP CSP

Unit 7 quiz on strings AP CSP

9th - 12th Grade

14 Qs

Khan Academy Javascript

Khan Academy Javascript

5th Grade

11 Qs

JavaScript viktorīna

JavaScript viktorīna

9th Grade

12 Qs

Java Script

Java Script

5th - 7th Grade

8 Qs

String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

Akadmeia arduino #1

Akadmeia arduino #1

1st - 3rd Grade

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

Assessment

Quiz

Computers, Other, Instructional Technology

2nd - 9th Grade

Easy

Created by

YYX999 Piano

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create a ellipse or a circle?

circle(w, h);

ellipse(x, y, w, h);

ellipse(w, h, x, y);

circle(w, h, x, y);

2.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Make a Square. rect(100, 100, 200, ?);

(Please write number in number form.)

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which ones can make shapes.

triangle(x1, y1, x2, y2, x3, y3);

rectangle(x, y, w, h,);

oval(x, y, w, h);

ellipse(x, y, w, h);

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which line of code could be used to make this image.

rectangle(20, 20, 150, 100);

rect(20, 20, 20, 20)

rect(20, 20, 150, 100);

ellipse(20, 20, 150, 100);

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which one could print a string called "35."

print(3+5);

print("3+5");

print("3"+"5");

print("35");

6.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Print out the number or string called 255.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one can make a text called "My name is cool."

text(x, y, "My name is cool.");

message("My name is cool." x, y);

text("My name is cool." x, y);

message("My name is cool." x, y);

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?