wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction To JavaScript

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which one of the following is not from "Web Site elements":......

a)

Head

b)

Body

c)

Navigation Bar

d)

CPU

2.

What programming languages do we need to design a website?

a)

JavaScript

b)

CSS

c)

HTML

d)

All the Above

3.

To change the style of the website, we use ................... language.

a)

HTML

b)

CSS

c)

JavaScript

d)

PHP

4.

We use ................ programming language, to make the website interactive.

a)

HTML

b)

CSS

c)

JavaScript

d)

SQL

5.

..........is the part of a website that users see and interact with directly (design, layout, buttons, menus).

a)

Backend

b)

Frontend

6.

.................is the part that works behind the scenes, managing data, databases, and server-side logic.

a)

Frontend

b)

Backend

7.

To include JavaScript code directly in an HTML document it must be inserted between...............

a)

<Script> </Script>

b)

<P> </P>

c)

<Style> </Style>

d)

<Html> </Html>

8.

JavaScript code is composed of a series of instructions called ....................

a)

Hyperlink

b)

Folder

c)

Statement

d)

Error

9.

...................are words that have special significance in the JavaScript language.

a)

Values

b)

Keywords

c)

Operators

d)

Expresions

10.

To start an Html file, we type ....................code

a)

<html>

b)

<p>

c)

<title>

d)

<style>