Javascript Basics

Javascript Basics

Assessment

Quiz

Computers

7th Grade - University

Medium

Created by

Ms. Janik

Used 78+ times

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What surrounds an if/else statement?
Quotations
Curly Brackets
Parenthesis
Square Brackets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A string;
Expresses a true false statement
can contain letters, numbers, spaces, and symbols.
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

30 sec • 1 pt

The conditional statement, in Javascript, begins with the word _______.
Then
Else
If
OK

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Indicates the beginning  and the end of a JavaScript section.
<html> </html>
<style> </style>
<article> </article>
<script> </script>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user-defined name for a memory location whose value can change over time.
variable
syntax
operator
token

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following formatting tags are HTML and DO NOT need to be inside of the <script> </script> tags?
<div>
<h1>
<h3>
all

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, you should include a semi-colon at the end of each statement.
yes
no

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?