JavaScript Input and Variables  Quiz

JavaScript Input and Variables Quiz

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

More JavaScript Basics

More JavaScript Basics

9th - 12th Grade

15 Qs

JavaScript

JavaScript

9th - 12th Grade

15 Qs

JavaScript Bootcamp

JavaScript Bootcamp

9th - 12th Grade

15 Qs

CodeHS Concepts of Programming JavaScript

CodeHS Concepts of Programming JavaScript

9th - 12th Grade

15 Qs

Computer Application Practice Quiz Class 10

Computer Application Practice Quiz Class 10

10th Grade

20 Qs

Basic JavaScript Review

Basic JavaScript Review

9th - 12th Grade

20 Qs

CodeHS JavaScript Bootcamp

CodeHS JavaScript Bootcamp

9th - 12th Grade

15 Qs

Codehs Practice Test

Codehs Practice Test

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?