wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

1.3.4 Web Technologies

Total questions: 22

Worksheet time: 19mins

Name
Class
Date
1.

Search engine indexing is the process of:

a)

storing and organizing content found during crawling.

b)

creating advertisements for search engines.

c)

designing the user interface of a search engine.

d)

developing algorithms for search engine ranking.

2.

The PageRank algorithm is used to rank web pages in search engine results. What is its significance?

a)

It determines the relevance of web pages based on the number and quality of links.

b)

It measures the speed of a website.

c)

It analyzes the content of a webpage for keywords.

d)

It tracks the number of visitors to a webpage.

3.

Differentiate between server-side and client-side processing.

a)

Server-side processing occurs on the server, while client-side processing occurs on the user's device.

b)

Server-side processing occurs on the user's device, while client-side processing occurs on the server.

c)

Both server-side and client-side processing occur on the server.

d)

Both server-side and client-side processing occur on the user's device.

4.

HTML is a markup language used for what purpose in web development?

a)

Creating dynamic content

b)

Structuring web pages

c)

Styling web pages

d)

Managing databases

5.

Fill in the blank: HTML uses tags written in ______ brackets.

a)

angle

b)

square

c)

curly

d)

round

6.

Which HTML tag is used to define the main content area of the webpage?

4 lines
7.

What HTML tag is used to define an ordered list?

4 lines
8.

The purpose of using classes in web development is:

a)

To define the structure and behavior of objects

b)

To create a database

c)

To design the user interface

d)

To manage server configurations

9.

Classes in CSS are defined using which symbol?

a)

# (hash)

b)

* (asterisk)

c)

@ (at)

d)

. (dot)

10.

What does CSS stand for?

4 lines
11.

CSS is a ______ which is used to describe the style of a webpage.

a)

stylesheet

b)

programming language

c)

database

d)

markup language

12.

True or False: Internal/embedded CSS is placed inside the style tags and is entered directly into the HTML document.

a)

True

b)

False

13.

The purpose of a search engine is to:

a)

store data

b)

search for information

c)

create websites

d)

send emails

14.

Which of the following is a use of JavaScript?

a)

Creating databases

b)

Changing HTML attributes

c)

Designing graphics

d)

Writing CSS

15.

What are web crawlers used for in search engine indexing?

a)

To display advertisements

b)

To improve website design

c)

To index and rank web pages

d)

To manage user accounts

16.

The two factors that determine the page rank of a web page according to the PageRank algorithm are:

a)

Number of inbound links and quality of those links

b)

Content relevance and keyword density

c)

Website traffic and user engagement

d)

Loading speed and mobile-friendliness

17.

What is server side processing?

a)

A method of processing data on the server rather than the client

b)

A technique for client-side data storage

c)

A way to enhance client-side performance

d)

A method to increase server downtime

18.

Which of the following is a common server side scripting language?

a)

JavaScript

b)

SQL

c)

HTML

d)

CSS

19.

Why is server side processing useful?

a)

It reduces client-side load and enhances security.

b)

It increases client-side load and reduces security.

c)

It has no impact on client-side load or security.

d)

It is only useful for static websites.

20.

Client side processing is:

a)

Processing done on the server side

b)

Processing done on the client's device

c)

Processing done in the cloud

d)

Processing done in the database

21.

Which of the following is a common client side scripting language?

a)

PHP

b)

SQL

c)

JavaScript

d)

Python

22.

Client side processing is useful because:

a)

it reduces server load and improves performance.

b)

it increases server load and decreases performance.

c)

it has no impact on server load or performance.

d)

it is only useful for server-side scripting.