Week 2.1

Week 2.1

Professional Development

10 Qs

quiz-placeholder

Similar activities

1. Meeting - Ein- und Ausgaben

1. Meeting - Ein- und Ausgaben

Professional Development

8 Qs

javascript3

javascript3

Professional Development

8 Qs

Java Programming Quiz #1

Java Programming Quiz #1

Professional Development

10 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

Python

Python

KG - Professional Development

13 Qs

JavaScript Pass by value, Pass by Reference, Scope Hoisting

JavaScript Pass by value, Pass by Reference, Scope Hoisting

Professional Development

15 Qs

Algorithm Quiz

Algorithm Quiz

Professional Development

13 Qs

coding contest

coding contest

Professional Development

10 Qs

Week 2.1

Week 2.1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Poul Nichols

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following is an HTML comment?

// This is a comment

<!-- This is a comment -->

/* This is a comment */

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following is a JavaScript single line comment?

<!-- This is a comment -->

/* This is a comment */

// This is a comment

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following is a multiline comment in JavaScript?

// This is a comment

/* This is a comment */

<!-- This is a comment -->

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following data types represents true or false values in JavaScript?

Number

String

Object

Boolean

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following data types represents a sequence of characters in JavaScript?

Number

String

Object

Boolean

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following values represents the intentional absence of any object value in JavaScript?

null

undefined

both null and undefined

neither null nor undefined

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following values represents a variable that has been declared but has not been assigned a value in JavaScript?

null

undefined

both null and undefined

neither null nor undefined

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?