Javascript Basics (Khan Academy)

Javascript Basics (Khan Academy)

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is at the end of a line of code?

Back

;

2.

FLASHCARD QUESTION

Front

What command draws a rectangle? Options: rec (10, 20, 100, 200);, rect (10, 20, 100, 200), rect (10, 20, 100, 200);, ellipse (10, 20, 40, 40)

Back

rect (10, 20, 100, 200);

3.

FLASHCARD QUESTION

Front

The x and y parameters for ellipses and rectangles control the shape's

Back

position

4.

FLASHCARD QUESTION

Front

The x and y parameters of an ellipse control the position of the shape's

Back

centerpoint

5.

FLASHCARD QUESTION

Front

The x and y parameters of a rectangle control the position of the shape's

Back

top left corner

6.

FLASHCARD QUESTION

Front

The point (0, 0) on the Khan Academy JS canvas is located at the

Back

top left corner

7.

FLASHCARD QUESTION

Front

What command draws a perfect circle? Options: ellipse (80, 60, 100, 105);, ellipse(80, 60, 100, 100);, circle (80, 60, 80, 60):, ellipse (80, 60, 105, 100);

Back

ellipse(80, 60, 100, 100);

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?