JavaScript Fundamentals Quiz II

JavaScript Fundamentals Quiz II

University

25 Qs

quiz-placeholder

Similar activities

Av1 - Revisão (parte nota 1)sobre HTML e CSS

Av1 - Revisão (parte nota 1)sobre HTML e CSS

2nd Grade - University

25 Qs

Soal Web Pentest (2)

Soal Web Pentest (2)

University

20 Qs

Revisão AV1 - Programação WEB

Revisão AV1 - Programação WEB

University

20 Qs

Asesmen Sumatif PHP

Asesmen Sumatif PHP

10th Grade - University

20 Qs

WEB SYSTEM AND TECHNOLOGY MIDTERM REVIEWER

WEB SYSTEM AND TECHNOLOGY MIDTERM REVIEWER

University

28 Qs

Tippie Tech Spring Kickoff Activity

Tippie Tech Spring Kickoff Activity

University

20 Qs

Frontend_ReactJS_SS29

Frontend_ReactJS_SS29

University

20 Qs

03-JavaScript операторы, ветвление

03-JavaScript операторы, ветвление

University

20 Qs

JavaScript Fundamentals Quiz II

JavaScript Fundamentals Quiz II

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Tshering Dorji

Used 5+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement best describes a computer program?

A list of images displayed by a computer

A list of instructions executed by a computer

A list of files stored on a computer

A list of websites visited on a computer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement about JavaScript is most accurate?

It can run only inside web browsers

It requires a paid license to run in browsers

It is built into modern browsers and can also run on servers via Node.js

It can only run on mobile devices

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, a single-line comment starts with:

<!--

#

//

/*

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is NOT used to declare variables in modern JavaScript?

let

var

const

int

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript is best described as:

Strongly typed and statically checked

Loosely typed and dynamically checked

Untyped and compiled

Strictly typed and compiled

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which option correctly distinguishes keywords from identifiers?

Keywords can be redefined by the programmer; identifiers cannot

Identifiers are reserved by the language; keywords are user-defined

Keywords are reserved by the language; identifiers are user-defined names

Both keywords and identifiers are reserved words

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement about identifiers is true in JavaScript?

Identifiers are not case-sensitive

Identifiers may start with a digit

Identifiers are case-sensitive and may start with _ or $

Identifiers must always be uppercase

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?