wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CIW JavaScript Lesson 1 Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

It is a program that provides graphical navigation with menus and screen

icons.

a)
Command Line Interface (CLI)
b)
Text-Based User Interface (TUI)
c)
Voice User Interface (VUI)
d)
Graphical User Interface (GUI)
2.

It is a software application that provides a platform where developers can

develop software.

a)
Text Editor
b)
Version Control System
c)
Integrated Development Environment (IDE)
d)
Database Management System
3.

It is a scripting language for adding dynamic interactivity to Webpages.

Generally, used on the client-side but can also be used on the server-side.

a)
JavaScript
b)
CSS
c)
HTML
d)
Python
4.

It is an action that can be performed by an object.

a)
Method
b)
Property
c)
Function
d)
Event
5.

It is a descriptive characteristic of an object (such as color, width, or height)

that the developer stipulates in the creation of the object.

a)
dimension
b)
property
c)
feature
d)
attribute
6.

It is a specific quality (such as a specified color, width, or height) that belongs

to the property of an object.

a)
specification
b)

value

c)
feature
d)
characteristic
7.

It is a technology that simulates a user's physical presence in a virtual

environment by generating realistic images and other real-world sensations.

a)
3D Modeling Software
b)
Virtual Reality (VR)
c)
Mixed Reality (MR)
d)
Augmented Reality (AR)
8.

It is a single line of code to be executed in a script or program.

a)
A function call
b)
A variable declaration
c)
A comment line
d)
A command or statement
9.

The set of rules that defines the combinations of symbols, which are

considered to be correctly structured statements or expressions in that

language.

a)
Semantics
b)
Grammar
c)
Lexicon
d)
Syntax
10.

It is a free and open-source cross-platform JavaScript library that simplifies

client-side scripting and overcomes cross-platform inconsistencies.

a)
React
b)
Vue.js
c)
jQuery
d)
Angular