JavaScript Input and Variables  Quiz

JavaScript Input and Variables Quiz

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Codehs Practice Test

Codehs Practice Test

9th - 12th Grade

15 Qs

Code HS JavaScript Graphics

Code HS JavaScript Graphics

9th - 12th Grade

15 Qs

JavaScript Quiz

JavaScript Quiz

9th - 10th Grade

15 Qs

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

Java Basics

Java Basics

12th Grade

17 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

CodeHS Canvas and Graphics

CodeHS Canvas and Graphics

9th - 12th Grade

15 Qs

CodeHS JavaScript Bootcamp

CodeHS JavaScript Bootcamp

9th - 12th Grade

15 Qs

JavaScript Input and Variables  Quiz

JavaScript Input and Variables Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Guillermo Moreno

Used 91+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the proper function to call to print to the screen?

write

println

PRINT

post

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

How will the output look in the following programs?

The code snippet will print Hello World on a single line.

The code snippet will print Hello on the first line and World on the second line.

The code snippet will print an error because of the extra space after the letter o.

The code snippet requires only one println.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What keyword do you need to use to define a variable in JavaScript?

println

var

float

int

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

A naming convention where the first letter is lower case, and each subsequent start of a word is upper case

capitalization

variable

upperCase

lowerCamelCase

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output to the console to the following JavaScript program?

1

2

3

1

2

.3

1

2

.03

1

2

0.03

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What are the different variable types that can be used in Javascript?

Booleans, Numbers, Strings

Booleans, Int, Float

Strings, Booleans, Int

Strings, Int, Doubles

7.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

How would you create a variable named myPet and give it the value “Your Name”?

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?