1.
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.
Correct Answer
A. Hyperlink
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.
2.
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.
Correct Answer
B. Web Browser
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.
3.
It is a type of graphical user interface element that allows the user to choose only one of a predefined set of options.
Correct Answer
C. Radio button
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.
4.
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.
Correct Answer
B. Textfield
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.
5.
It is a software program of computer that request information from another softaware program on another computer.
Correct Answer
B. Client
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.
6.
Director of the World Wide Consortium.
Correct Answer
B. Tim- Berners Lee
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.
7.
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.
Correct Answer
A. Server
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.
8.
It is a process of getting the information from the host computer down to the local computer.
Correct Answer
A. Download
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.
9.
It is a clickable underlined text that will automatically bring the user to the desired web page once click.
Correct Answer
A. Hypertext
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.
10.
Web Links is the part of the Internet that supports multimedia and consists of a collection of linked documents.
Correct Answer
A. True
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.
11.
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.
Correct Answer
A. True
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.
12.
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.
Correct Answer
B. False
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.
13.
The WEB uses the ______________ concepts.
Correct Answer
client/server
server/client
client, server
server, client
client and server
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.
14.
It is a language describing a webpages.
Correct Answer
A. HTML
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.
15.
HTML stands for what?
Correct Answer
B. Hypertext Markup Language
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.
16.
HTML documents are also called _______________.
Correct Answer
B. Web pages
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.
17.
The purpose of a _______________ is to read HTML documents and display them as Web Pages.
Correct Answer
A. Web Browsers
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.
18.
•The text between and describes the ________.
Correct Answer
B. Web pages
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.
19.
•The text between
and is displayed as a _______.
Correct Answer
A. Heading
Explanation
The text between the and tags is displayed as a heading.
20.
The text between
and is displayed as a _________.
Correct Answer
C. ParagrapH
Explanation
The text between and is displayed as a paragraph.
21.
What extension do we use if we want to save a particular HTML document?
Correct Answer
C. Both .html and .htm
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.
22.
•HTML headings are defined with the <_____________>.
Correct Answer
A. H1 to h6 tags
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.
23.
HTML links are defined with the <____ >tag.
Correct Answer
C. A
Explanation
HTML links are defined with the tag. The tag is used to create a hyperlink, allowing users to navigate to another webpage or a specific section within the same webpage. This tag requires an opening tag and a closing tag, with the link text placed between them.
24.
•HTML images are defined with the <____ >tag.
Correct Answer
B. Im
Explanation
The correct answer is "im" because the HTML images are defined with the tag.
25.
The start tag is often called the _____________.
Correct Answer
A. Opening tag
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.
26.
________ should always be enclosed in quotes.
Correct Answer
A. Attributes
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.
27.
•Double style quotes are the most common, but single style quotes are also allowed.
Correct Answer
A. True
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.
28.
The element defines the whole HTML document.
Correct Answer
A. True
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.
29.
The element has a start tag and an end tag
Correct Answer
A. True
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.