Font size
Worksheets1.3.4 Web Technologies
Total questions: 22
Worksheet time: 19mins
Search engine indexing is the process of:
storing and organizing content found during crawling.
creating advertisements for search engines.
designing the user interface of a search engine.
developing algorithms for search engine ranking.
The PageRank algorithm is used to rank web pages in search engine results. What is its significance?
It determines the relevance of web pages based on the number and quality of links.
It measures the speed of a website.
It analyzes the content of a webpage for keywords.
It tracks the number of visitors to a webpage.
Differentiate between server-side and client-side processing.
Server-side processing occurs on the server, while client-side processing occurs on the user's device.
Server-side processing occurs on the user's device, while client-side processing occurs on the server.
Both server-side and client-side processing occur on the server.
Both server-side and client-side processing occur on the user's device.
HTML is a markup language used for what purpose in web development?
Creating dynamic content
Structuring web pages
Styling web pages
Managing databases
Fill in the blank: HTML uses tags written in ______ brackets.
angle
square
curly
round
Which HTML tag is used to define the main content area of the webpage?
What HTML tag is used to define an ordered list?
The purpose of using classes in web development is:
To define the structure and behavior of objects
To create a database
To design the user interface
To manage server configurations
Classes in CSS are defined using which symbol?
# (hash)
* (asterisk)
@ (at)
. (dot)
What does CSS stand for?
CSS is a ______ which is used to describe the style of a webpage.
stylesheet
programming language
database
markup language
True or False: Internal/embedded CSS is placed inside the style tags and is entered directly into the HTML document.
True
False
The purpose of a search engine is to:
store data
search for information
create websites
send emails
Which of the following is a use of JavaScript?
Creating databases
Changing HTML attributes
Designing graphics
Writing CSS
What are web crawlers used for in search engine indexing?
To display advertisements
To improve website design
To index and rank web pages
To manage user accounts
The two factors that determine the page rank of a web page according to the PageRank algorithm are:
Number of inbound links and quality of those links
Content relevance and keyword density
Website traffic and user engagement
Loading speed and mobile-friendliness
What is server side processing?
A method of processing data on the server rather than the client
A technique for client-side data storage
A way to enhance client-side performance
A method to increase server downtime
Which of the following is a common server side scripting language?
JavaScript
SQL
HTML
CSS
Why is server side processing useful?
It reduces client-side load and enhances security.
It increases client-side load and reduces security.
It has no impact on client-side load or security.
It is only useful for static websites.
Client side processing is:
Processing done on the server side
Processing done on the client's device
Processing done in the cloud
Processing done in the database
Which of the following is a common client side scripting language?
PHP
SQL
JavaScript
Python
Client side processing is useful because:
it reduces server load and improves performance.
it increases server load and decreases performance.
it has no impact on server load or performance.
it is only useful for server-side scripting.
