Javascript Quiz 1

Javascript Quiz 1

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Unit 2 Knowledge Test Make Up

Unit 2 Knowledge Test Make Up

9th - 12th Grade

11 Qs

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

Codehs

Codehs

7th - 9th Grade

20 Qs

CSE Codehs

CSE Codehs

7th - 9th Grade

20 Qs

Karel the Dog Study Test

Karel the Dog Study Test

9th - 12th Grade

16 Qs

CodeHS Test

CodeHS Test

9th - 12th Grade

12 Qs

CodeHS Tech Apps and Coding

CodeHS Tech Apps and Coding

9th - 12th Grade

12 Qs

Karel the Dog Code Quiz

Karel the Dog Code Quiz

9th - 12th Grade

12 Qs

Javascript Quiz 1

Javascript Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Corey Moore

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What surrounds a string?
Quotations
Curly Brackets
Parenthesis
Square Brackets

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A variable;
Expresses a true false statement
stores a string, number, or boolean, and gives it a specific, case-sensitive name
takes in an input, does something with it, and then returns an output.
Runs a boolean (true/false) statement based on data entered

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following code will:
x++;
Add 1 to the previous value of x
Add 1 to the previous value of y
Subtract 1 from the previous value of x
Give an error message

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

JavaScript uses the _______ keyword to define variables.
vrb
var
vari
va

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which code below will put Karel in the position shown in picture?

move(); Move(); turnLeft(); move();

move; move(); turnLeft; move();

move(); move(); TurnLeft(); Move();

move(); move(); turnLeft(); move();

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the name of this function?

function

spin()

3 turnLeft();

spin();

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?