G10-MABINI

G10-MABINI

8th Grade

10 Qs

quiz-placeholder

Similar activities

Review Ethan 1

Review Ethan 1

2nd Grade - University

9 Qs

Resistor Color Coding

Resistor Color Coding

7th - 10th Grade

5 Qs

Favorite Tractors and Models

Favorite Tractors and Models

2nd Grade - University

9 Qs

Animal Crossing Quiz Part 1

Animal Crossing Quiz Part 1

KG - Professional Development

10 Qs

Building Laws Quiz 3- PD1096

Building Laws Quiz 3- PD1096

KG - Professional Development

15 Qs

Arduino + Tinkercad

Arduino + Tinkercad

7th - 8th Grade

10 Qs

American architecture

American architecture

5th - 12th Grade

7 Qs

Rap Artists

Rap Artists

3rd Grade - Professional Development

10 Qs

G10-MABINI

G10-MABINI

Assessment

Quiz

Architecture

8th Grade

Hard

Created by

IRISH F

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the purpose of the `var` keywoard

it declares a new variable

It assigns a value to variable

it creates a function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code?

"console.log(typeof null);"

"null"

"object"

"undefined"

"string"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following not a valid JavaScript data type?

boolean

object

number

string

character

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

"let x = "10";

let y = "5";

console.log(x+y);

15

"105"

"10+5"

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the following output of the following code?

"let a = 10;

let b = 5;

console.log(a * b + a / b);

52

107

57

102

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbolis used to start a single-line comments in JavaScript?

/

;

#

//

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of comments in JavaScript?

To improve the performance of code

To make the code more understandable

To create dynamic effects in the code

To prevent errors from occuring the code

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?