Javascript Basics (Khan Academy)

Javascript Basics (Khan Academy)

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

2024-G6- Code.org L3

2024-G6- Code.org L3

6th Grade

10 Qs

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

Khan Academy JavaScript

Khan Academy JavaScript

8th Grade

12 Qs

Khan Academy Javascript

Khan Academy Javascript

8th Grade

12 Qs

Code.org lesson 1.9

Code.org lesson 1.9

7th Grade

10 Qs

Turinglab Christmas tree

Turinglab Christmas tree

6th - 8th Grade

10 Qs

JavaScript

JavaScript

7th - 8th Grade

15 Qs

Coding Concepts in Graphics

Coding Concepts in Graphics

8th Grade

10 Qs

Javascript Basics (Khan Academy)

Javascript Basics (Khan Academy)

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Hannah Bland

Used 70+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is at the end of a line of code?
#
;
)
>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

position

size

radius

color

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

centerpoint

top left corner

top right corner

radius

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

centerpoint

top left corner

top right corner

radius

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

top right corner

top left corner

bottom right corner

bottom left corner

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command draws a perfect circle?
ellipse (80, 60, 100, 105);
ellipse(80, 60, 100, 100);
circle (80, 60, 80, 60):
ellipse (80, 60, 105, 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?