JavaScript Fundamentals Quiz II

JavaScript Fundamentals Quiz II

University

25 Qs

quiz-placeholder

Similar activities

Q1_Web Systems

Q1_Web Systems

University

21 Qs

Web Sys ICS

Web Sys ICS

University

20 Qs

WebTech Reviewer (terms only)

WebTech Reviewer (terms only)

University

27 Qs

Web Design Basics Quiz

Web Design Basics Quiz

6th Grade - University

30 Qs

HO - 04 Diseña la GUI con XML

HO - 04 Diseña la GUI con XML

University

20 Qs

HT - 13 Identifica principales aplicaciones

HT - 13 Identifica principales aplicaciones

University

20 Qs

Week 7-8

Week 7-8

University

30 Qs

Javascript

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?