wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Development Unit 1 Quiz

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.

A framework, as the term applies to front-end markup and programming, is:

a)

A pre-written collection of code that provides structure and tools for building web applications.

b)

A type of database used for storing website data.

c)

A graphic design tool for creating website layouts.

d)

A programming language used exclusively for server-side development.

2.

What is a client?

a)

A computer that sends requests for information

b)

The computer that responds with the requested information

3.

What is a server?

a)

A computer that sends requests for information

b)

The computer that responds with the requested information

4.

In which year was ARPANET introduced according to the timeline in the lesson 'Evolution of the WEB'?

a)

1969

b)

1975

c)

1983

d)

1990

5.

What does WWW stand for, as shown in the timeline in the lesson 'Evolution of the WEB'?

a)

World Wide Web

b)

World Web Window

c)

Wide Web World

d)

Web World Wide

6.

Which of the following was introduced in 2004-2005 according to the timeline in the lesson 'Evolution of the WEB'?

a)

Social Media

b)

Smartphones

c)

Internet of Things (IoT)

d)

Artificial Intelligence (AI)

7.

In which year did the Internet of Things (IoT) become prominent according to the timeline in the lesson 'Evolution of the WEB'?

a)

2010

b)

2005

c)

2015

d)

2000

8.

Who established the World Wide Web Consortium, as mentioned in the lesson 'Evolution of the WEB'?

a)

Sir Tim Berners-Lee

b)

Bill Gates

c)

Larry Page

d)

Steve Jobs

9.

What is the main purpose of the World Wide Web Consortium according to the lesson 'Evolution of the WEB'?

a)

To advocate for equal worldwide access to the World Wide Web server, the computer that responds with the requested information.

b)

To develop new programming languages for the internet.

c)

To provide free internet access to all users globally.

d)

To create social media platforms for online communication.

10.

Fill in the blank: CSS describes how the HTML will be ________ on the screen.

a)

rendered

b)

deleted

c)

downloaded

d)

encrypted

11.

What does HTML stand for?

a)

Hypertext Markup Language

b)

High-level Markup Language

c)

Hyperlink and Text Markup Language

d)

Home Tool Markup Language

12.

Fill in the blank: HTML provides _______ for the web page design.

a)

structure

b)

color

c)

animation

d)

sound

13.

What does CSS stand for?

a)

Computer Style Sheet

b)

Creative Style Sheet

c)

Cascading Style Sheet

d)

Colorful Style Sheet

14.

Which technology is used to apply style to web page elements?

a)

HTML

b)

CSS

c)

Javascript

d)

SQL

15.

Javascript is mainly used to:

a)

Add interactivity to a web page

b)

Provide structure for web page design

c)

Apply style to web page elements

d)

Store data in a database

16.

HTML is like an orator. Its role is to ________ a document and its data.

a)

describe

b)

delete

c)

encrypt

d)

ignore

17.

CSS is like a ________. Its task is to style the elements of an HTML document.

a)

stylist

b)

chef

c)

engineer

d)

doctor

18.

JavaScript is like a ________. Its job is to command the items of an HTML document.

a)

commander

b)

follower

c)

observer

d)

listener

19.

What is a Web Framework?

a)

A set of software libraries that provide for a range of consistent, reusable methods for accomplishing web-development tasks.

b)

A type of hardware used to connect computers to the internet.

c)

A programming language used exclusively for web design.

d)

A database management system for storing web data.

20.

Which of the following is ensured by cross-browser testing in front-end frameworks?

a)

Elements display differently in each browser

b)

Elements display the same way in different browsers

c)

Only one browser is supported

d)

No testing is done

21.

What does the Doctype tag do in HTML?

a)

Declares the language of the document

b)

Tells the browser what version of HTML is being used

c)

Stores metadata

d)

Includes all content displayed on a web page

22.

What is the purpose of the Head tag in HTML?

a)

Includes all content displayed on a web page

b)

Stores any metadata and includes the web page title

c)

Declares the language

d)

Tells the browser what version of HTML is being used

23.

The Body tag in HTML includes _________.

a)

ALL the content displayed on a web page

b)

Only the title of the web page

c)

Only the CSS styles

d)

Only the JavaScript code