3rd Year 1st Review Quizz 2nd Quarter

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Jaycon
J
Jaycon
Community Contributor
Quizzes Created: 3 | Total Attempts: 2,515
| Attempts: 96 | Questions: 29
Please wait...
Question 1 / 29
0 %
0/100
Score 0/100
1. Director of the World Wide Consortium.

Explanation

Tim Berners-Lee is the correct answer because he is widely known as the director of the World Wide Consortium (W3C). He is a computer scientist who invented the World Wide Web and played a significant role in developing web standards and protocols. His contributions have had a profound impact on the internet and its evolution.

Submit
Please wait...
About This Quiz
3rd Year 1st Review Quizz 2nd Quarter - Quiz

This quizz is made for the 3rd Year Students of Holy Infant Academy in Their Computer Subjec topic WEB DEVELOPMENT AND INTERNET TECHNOLOGIES. The quizz is a 30 items multiple choice type.

Personalize your quiz and earn a certificate with your name on it!
2. It is a form element that is used to display a single line text. This object is used to display the results of a script calculation, string manipulation, etc.

Explanation

A textfield is a form element that is used to display a single line of text. It is commonly used to display the results of a script calculation or string manipulation. Unlike a hyperlink or an image, a textfield is specifically designed for displaying text and does not contain any clickable links or visual content.

Submit
3. Web Links is the part of the Internet that supports multimedia and consists of a collection of linked documents.

Explanation

The statement is true because web links are indeed a part of the Internet that supports multimedia and consists of a collection of linked documents. Web links, also known as hyperlinks, allow users to navigate between different web pages and websites by clicking on them. These links connect various resources on the Internet, such as text, images, videos, and audio, creating a network of interconnected documents that make up the World Wide Web.

Submit
4.   The element defines the whole HTML document.

Explanation

The element is the root element of an HTML document and defines the whole structure of the document. It contains all other elements such as

and . Therefore, the statement that the element defines the whole HTML document is true.
Submit
5.   The element has a start tag and an end tag

Explanation

The given correct answer is true because an element in HTML typically consists of a start tag and an end tag. The start tag marks the beginning of the element and the end tag marks the end of the element. These tags are used to enclose the content of the element and define its structure and behavior. Without both the start and end tags, the element would not be properly formed and may cause rendering issues or errors in the HTML document.

Submit
6. The WEB uses the ______________ concepts.

Explanation

The correct answer is client/server because the web operates on a client/server model where the client (typically a web browser) sends requests to the server (which hosts the website) and the server responds with the requested information. The answer also includes variations of the client/server concept such as server/client, client, server, server, client, and client and server, which all refer to the same underlying concept of communication between a client and a server.

Submit
7. It is a process of getting the information from the host computer down to the local computer.

Explanation

The process described in the statement is known as downloading. Downloading refers to the action of transferring data or files from a remote server or host computer to a local computer or device. It allows users to retrieve information, documents, software, media files, or any other type of content from the internet or a network. This process is commonly used when accessing files, programs, or media that are stored on a remote server or when receiving files sent by others.

Submit
8.   The start tag is often called the _____________.

Explanation

The start tag is often referred to as the "opening tag" because it is the tag that marks the beginning of an HTML element. It is used to define the start of an element and is usually paired with a closing tag to enclose the content within the element.

Submit
9.   •Double style quotes are the most common, but single style quotes are also allowed.

Explanation

In English grammar, both double and single quotation marks are used to enclose direct speech or a quotation within a quotation. Double quotation marks are more commonly used, but single quotation marks are also allowed. Therefore, the statement that "Double style quotes are the most common, but single style quotes are also allowed" is true.

Submit
10. It is a type of graphical user interface element that allows the user to choose only one of a predefined set of options.

Explanation

A radio button is a type of graphical user interface element that allows the user to choose only one of a predefined set of options. Unlike checkboxes, which allow multiple selections, radio buttons are designed for single selection. They are typically represented by a small circle or dot that can be clicked or selected by the user. When one radio button is selected, any previously selected radio button in the same group is automatically deselected. This makes radio buttons useful for situations where the user needs to choose only one option from a set of mutually exclusive choices.

Submit
11. HTML documents are also called _______________.

Explanation

HTML documents are also called "web pages" because HTML (Hypertext Markup Language) is the standard markup language used to create and structure the content of web pages. HTML documents consist of various elements and tags that define the structure, layout, and content of a web page. Therefore, referring to HTML documents as "web pages" is a correct statement.

Submit
12. HTML stands for what?

Explanation

HTML stands for Hypertext Markup Language. It is a standard markup language used for creating and structuring the content on web pages. HTML uses markup tags to define the structure and elements of a webpage, such as headings, paragraphs, links, images, and more. Hypertext refers to the ability to link different web pages together, creating a network of interconnected documents. Markup refers to the use of tags to define the structure and presentation of the content. Therefore, Hypertext Markup Language accurately describes the purpose and functionality of HTML.

Submit
13. It is an application that allows client to view documents on the web with a hypertext context. It is also used to view web pages, text, graphics and videos and hear sounds on the web.

Explanation

A web browser is an application that allows clients to view documents on the web with a hypertext context. It is used to view web pages, text, graphics, videos, and hear sounds on the web.

Submit
14. It is a software program that interacts with client software in a client/server environment. It is also referred to as a computer running the server software and responds to requests for information from client computers.

Explanation

A server is a software program that interacts with client software in a client/server environment. It is responsible for responding to requests for information from client computers. The server is also referred to as the computer running the server software. It acts as a central hub, providing resources and services to multiple clients connected to it.

Submit
15. A search engine toolbar is a program installed in a search engine's website that sifts through the index to return web pages that matches the criteria of the searcher/user.

Explanation

A search engine toolbar is a program that is installed in a search engine's website. It helps in sifting through the index of the search engine to find and return web pages that match the criteria specified by the searcher or user. This means that the statement is correct, as the search engine toolbar does indeed assist in finding relevant web pages based on the user's search criteria.

Submit
16. It is a language describing  a webpages.

Explanation

HTML stands for Hypertext Markup Language, and it is a language used to describe the structure and content of webpages. It is the standard markup language for creating web documents and is interpreted by web browsers. HTML uses tags to define elements within a webpage, such as headings, paragraphs, links, images, and more. By using HTML, web developers can create and format the content of a webpage, making it readable and interactive for users.

Submit
17. The purpose of a _______________ is to read HTML documents and display them as Web Pages.

Explanation

Web browsers are software applications that are designed to read HTML documents and display them as web pages. They interpret the HTML code and render it into a visual format that users can view and interact with. Web browsers also support other web technologies such as CSS and JavaScript, enabling them to display multimedia content, execute scripts, and navigate through hyperlinks. In summary, the purpose of a web browser is to retrieve and interpret HTML documents, allowing users to access and navigate the internet.

Submit
18. It is a graphic or a piece of text in an internet document that can connect readers to another webpage, or another portion of a document.

Explanation

A hyperlink is a graphic or a piece of text in an internet document that can connect readers to another webpage, or another portion of a document. It allows users to navigate between different pages or sections of a website by simply clicking on the hyperlink. This functionality is a fundamental feature of the internet and is widely used to provide easy access to related information or to navigate within a document or website.

Submit
19. It is a clickable underlined text that will automatically bring the user to the desired web page once click.

Explanation

The correct answer is "Hypertext" because it refers to text that contains links to other documents or web pages. When the user clicks on the underlined text, it automatically takes them to the desired web page. Hypertext is commonly used on the internet to navigate between different pages and access relevant information.

Submit
20.   •HTML headings are defined with the <_____________>.

Explanation

HTML headings are defined with the

to

tags. These tags are used to define the hierarchy and importance of the headings on a webpage. The

tag represents the highest level heading, while the

tag represents the lowest level heading. By using these tags, web developers can structure their content and improve accessibility for users and search engines.
Submit
21. It is a software program of computer that request information from another softaware program on another computer.

Explanation

A client is a software program that requests information from another software program on another computer. In this scenario, the client is the software program that sends a request for information to another program, known as the server, which then responds to the request and provides the requested information. The client-server model is commonly used in networked systems, where the client initiates the communication and the server processes the request and sends back the required data. The World Wide Consortium (W3C) is an international community that develops standards for the World Wide Web, and it is not directly related to the client-server model.

Submit
22.   •The text between and describes the ________.

Explanation

The text between describes the content that is being referred to, which in this case is "Web pages". It is stating that the text between the is describing what web pages are being talked about or discussed.

Submit
23.   •The text between and is displayed as a _______.

Explanation

The text between the and tags is displayed as a heading.

Submit
24.   •HTML images are defined with the <____ >tag.

Explanation

The correct answer is "im" because the HTML images are defined with the tag.

Submit
25. Some other websites are specially designed to be simple so that access time on all browsers will be slower especially when users are using the dial-up speeds to access the internet.

Explanation

Some other websites are not specially designed to be simple in order to slow down access time on all browsers, especially for users with dial-up speeds.

Submit
26. What extension do we use if we want to save a particular HTML document?

Explanation

The correct answer is both .html and .htm. This is because both .html and .htm are commonly used file extensions for saving HTML documents. The choice of extension may vary depending on personal preference or platform compatibility, but either extension can be used to save an HTML document.

Submit
27. ________ should always be enclosed in quotes.

Explanation

Attributes should always be enclosed in quotes because quotes indicate that the value inside them is a string. Without quotes, the attribute value may be interpreted as a variable or an expression, causing errors in the code. By enclosing attributes in quotes, it ensures that the value is treated as a string and can be properly understood and used by the code.

Submit
28.   The text between and is displayed as a _________.

Explanation

The text between

and

is displayed as a paragraph.
Submit
View My Results

Quiz Review Timeline (Updated): Dec 4, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Dec 04, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 13, 2009
    Quiz Created by
    Jaycon
Cancel
  • All
    All (29)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Director of the World Wide Consortium.
It is a form element that is used to display a single line text. This...
Web Links is the part of the Internet that supports multimedia and...
  The element defines the whole HTML document.
  The element has a start tag and an end tag
The WEB uses the ______________ concepts.
It is a process of getting the information from the host computer down...
  The start tag is often called the _____________.
  ...
It is a type of graphical user interface element that allows the user...
HTML documents are also called _______________.
HTML stands for what?
It is an application that allows client to view documents on the web...
It is a software program that interacts with client software in a...
A search engine toolbar is a program installed in a search engine's...
It is a language describing  a webpages.
The purpose of a _______________ is to read HTML documents and display...
It is a graphic or a piece of text in an internet document that can...
It is a clickable underlined text that will automatically bring the...
  ...
It is a software program of computer that request information from...
  •The text between and describes the ________.
  •The text between and is displayed as a _______.
  •HTML images are defined with the <____ >tag.
Some other websites are specially designed to be simple so that access...
What extension do we use if we want to save a particular HTML...
________ should always be enclosed in quotes.
  The text between and is displayed as a _________.
  HTML links are defined with the <____ >tag.
Alert!

Advertisement