1920 - Computing Final Exam - Exam Mode - Term 01

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 Arezoo
A
Arezoo
Community Contributor
Quizzes Created: 1 | Total Attempts: 67
| Attempts: 67 | Questions: 68
Please wait...
Question 1 / 68
0 %
0/100
Score 0/100
1. What do the following tags do? 

Explanation

The "Bold" tag is used to make text appear in a bold font.

Submit
Please wait...
About This Quiz
1920 - Computing Final Exam - Exam Mode - Term 01 - Quiz

International School of Choueifat - Dubai Branch
Prepared by Arezoo HPanah

2. What do the following tags do? 

Explanation

The "Italic" tag is used to apply italic formatting to the text enclosed within the tag. It is commonly used to emphasize or highlight certain words or phrases in a document or webpage.

Submit
3. What is the output of the following code?

Explanation

not-available-via-ai

Submit
4. To change the text size in HTML, we use the [_____] property.

Explanation

To change the text size in HTML, we use the "font-size" property. This property allows us to specify the size of the text, either in absolute units like pixels or in relative units like percentages. By adjusting the value of the "font-size" property, we can increase or decrease the size of the text displayed on a webpage.

Submit
5. A hexadecimal value starts with a [_____] sign.

Explanation

A hexadecimal value starts with a "#" sign.

Submit
6. To merge two rows, we use the [_____].

Explanation

To merge two rows, we use the rowspan attribute. This attribute is used in HTML tables to specify the number of rows a cell should span. By setting the rowspan value to the desired number, we can merge multiple rows into a single cell. This is useful when we want to create cells that span across multiple rows, merging the content of those rows into one.

Submit
7. To merge two columns, we use the [_____].

Explanation

To merge two columns, we use the colspan attribute. The colspan attribute is an HTML attribute that is used to specify the number of columns a cell should span or merge horizontally. By using the colspan attribute, we can combine the cells of multiple columns into a single cell, effectively merging them together. This is commonly used in HTML tables to create merged cells or to create cells that span across multiple columns.

Submit
8. What are forms used for? Forms are used to [_____] from [_____].

Explanation

Forms are used to collect data from users. By providing input fields and prompts, forms allow users to input information such as their name, email, or preferences. This data can then be collected and processed for various purposes, such as creating user accounts, conducting surveys, or making online purchases. Forms are an essential tool for gathering information from users in a structured and organized manner.

Submit
9. The input data holders in forms are known as [_____].

Explanation

The input data holders in forms are known as input controls. Input controls are elements or components in a form that allow users to input or select data. These controls include text fields, checkboxes, radio buttons, dropdown lists, and buttons. They provide a way for users to interact with the form and enter the required information.

Submit
10. Choose Password which is used to hide the characters of a text

Explanation

The correct answer is e) Encryption. Encryption is a process of converting plain text into a coded form (cipher text) to prevent unauthorized access. It is used to hide the characters of a text by scrambling the original message using a specific algorithm and a secret key. The encrypted message can only be decrypted back into its original form using the same key.

Submit
11. The [_____] attribute allows the user to set the width of the text-input control.

Explanation

The "size" attribute allows the user to set the width of the text-input control. This means that the user can specify the number of characters that can be displayed in the text-input field. By setting a specific size, the user can control the visual appearance and the maximum length of the input that can be entered in the field.

Submit
12. Check input controls.

Explanation

The given answer includes a list of common input controls used in user interfaces. Radio buttons, textboxes, checkboxes, and drop-down lists are all examples of input controls that allow users to interact with a system by selecting options or entering data. These controls are commonly used in forms, surveys, and other interactive elements to gather information or make selections. Frames and labels, on the other hand, are not input controls but rather elements used for organizing and displaying content within a user interface.

Submit
13. How can we display the HTML code of a webpage? By selecting the "_____" option in a webpage shown in _____.

Explanation

To display the HTML code of a webpage, you can select the "View Source" option in a webpage shown in Internet Explorer. This option allows you to see the underlying HTML code of the webpage, including all the tags, elements, and formatting used to create the webpage's content and structure. By selecting this option, you can access and analyze the HTML code for various purposes, such as troubleshooting, learning, or making modifications to the webpage.

Submit
14. When we move the mouse pointer over a hyperlink, it will change to

Explanation

When we move the mouse pointer over a hyperlink, it will change to the hand cursor. This is the default behavior of most web browsers to indicate that the text or image is clickable and will take the user to another page or perform a specific action when clicked. The hand cursor is a visual cue that helps users identify interactive elements on a webpage and encourages them to click on the hyperlink for further navigation.

Submit
15. Text links are known as [_____]

Explanation

Text links are known as hypertext. Hypertext refers to the ability to link different pieces of text together, allowing users to navigate between them by clicking on the links. This concept is widely used on the internet, where text is often hyperlinked to other web pages or resources. By clicking on a text link, users can access additional information or related content, enhancing their browsing experience and enabling them to explore different topics or sources.

Submit
16. What is the tag used to create a link to an email address? <[_____]>

Explanation

The tag used to create a link to an email address is "mailto". This tag allows users to click on the link and open their default email client with a new email addressed to the specified email address.

Submit
17. The "ref" in the "a href " tag stands for [_____]

Explanation

The "ref" in the "a href" tag stands for reference. The "a href" tag is used in HTML to create a hyperlink, and the "ref" attribute is used to specify the URL or location that the hyperlink should point to. It is short for "reference" because it is used to refer to the location or resource that the user will be directed to when they click on the hyperlink.

Submit
18. A list placed inside another is called [_____].

Explanation

A list placed inside another is called a nested list. This means that one list is contained within another list. It allows for a hierarchical structure where the inner list is a part of the outer list. This concept is commonly used in programming and data structures to organize and represent complex data.

Submit
19. [_____] can be clicked to allow users to navigate to another webpage.

Explanation

Hyperlinks are clickable elements that allow users to navigate to another webpage. By clicking on a hyperlink, users can be directed to a different webpage or a specific section within the same webpage. Hyperlinks are commonly used in websites, documents, and online content to provide easy navigation and access to related information.

Submit
20. What does HTTP stand for? HTTP stands for _____. It allows you to transfer a hypertext content.

Explanation

HTTP stands for Hyper Text Transfer Protocol. It is the protocol used for transferring hypertext content over the internet. The use of HTTP allows for the communication and transfer of information between web servers and clients. It is the foundation of data communication for the World Wide Web, enabling the retrieval and display of web pages and other resources.

Submit
21. All of the following are network types except:

Explanation

The correct answer is D. RAN. RAN stands for Radio Access Network, which is not a type of network but rather a component of a cellular network. A RAN is responsible for connecting mobile devices to the core network and managing the radio resources. It is not a standalone network type like WAN, LAN, PAN, or MAN.

Submit
22. The Internet interface that is used to interact with pages on a website is called __________.

Explanation

The correct answer is E. Webpage. A webpage is the Internet interface that allows users to interact with the content on a website. It is the visual representation of the information and functionality provided by the website, and users can access and navigate through different webpages to find the desired information or perform specific actions.

Submit
23. When you type the URL in a browser, the first page that opens in the website is called the _____________.

Explanation

When you type the URL in a browser, the first page that opens in the website is called the home page. This is the initial landing page of a website that is designed to provide an overview of the site's content and navigation options. It serves as the starting point for users to explore and access different sections and features of the website.

Submit
24. HTML is made up of special characters and words called __________.

Explanation

HTML is made up of special characters and words called tags. Tags are used to define the structure and content of a web page. They are enclosed in angle brackets () and usually come in pairs, with an opening tag and a closing tag. Tags are used to mark up elements such as headings, paragraphs, links, images, and more. Each tag serves a specific purpose and helps browsers interpret and display the content correctly. Therefore, option D, "Tags," is the correct answer.

Submit
25. Which HTML feature allows you to link an item on a webpage to another item on the same page or on a different webpage?

Explanation

Hyperlinks allow you to link an item on a webpage to another item on the same page or on a different webpage. Hyperlinks are clickable elements that direct users to another webpage or a specific location within the same webpage. They are commonly used to navigate between different pages or sections of a website, providing a seamless browsing experience for users.

Submit
26. "CSS" stands for _____________________.

Explanation

CSS stands for Cascading Style Sheets. It is a style sheet language used for describing the look and formatting of a document written in a markup language like HTML. CSS is used to control the layout, colors, fonts, and other visual aspects of a web page. It allows web developers to separate the presentation of a document from its structure, making it easier to maintain and update the design of a website.

Submit
27. A _____ is a set of computers that are connected in a certain way to exchange information.

Explanation

A network is a set of computers that are connected in a certain way to exchange information. In a network, computers are linked together through various methods such as wired or wireless connections, allowing them to communicate and share data with each other. This enables users to access resources, share files, and communicate with others within the network. Networks can be local (LAN) or global (WAN), depending on the scale and geographical coverage.

Submit
28. A _____ is the main standalone computer that connects other user's computers.

Explanation

A server is a main standalone computer that connects other user's computers. It acts as a central hub, providing resources and services to the connected computers. Servers are designed to handle large amounts of data and perform tasks such as managing network traffic, hosting websites, storing files, and running applications. They play a crucial role in facilitating communication and data sharing among multiple users and devices on a network.

Submit
29. The <_____> tag contains other tags such as the title, style, script or link.

Explanation

The head tag is used in HTML to define the head section of a document. It contains other tags such as the title, style, script, or link. The head section is not displayed on the webpage itself, but is used to provide information about the document, such as the title that appears in the browser tab.

Submit
30. What do the following tags do? 

Explanation

The underline tag is used to create an underline effect on the text. It is commonly used to emphasize or highlight specific words or phrases in a document.

Submit
31. What do the following tags do? 

Explanation

not-available-via-ai

Submit
32. The function of which attributes can be described as followed: It is used to upload data in an HTML form.

Explanation

The "Method" attribute is used to specify the HTTP method to be used when submitting the form data. It determines how the form data will be sent to the server. In this case, since it is used to upload data in an HTML form, the "Method" attribute would likely be set to "POST" which is commonly used for submitting form data.

Submit
33. Choose Radio button which is circular, and allows the visitor to choose one option from a group of options. It is used to create a control that will allow the user to select a gender without typing it in.

Explanation

The correct answer is b) Radio button. A radio button is a circular option that allows the visitor to choose only one option from a group of options. In this case, it is used to create a control for selecting a gender without the need for the user to type it in.

Submit
34. Choose Drop-down list which is a list that appears when the website visitor clicks on an arrow to display a list of possible options to choose from.

Explanation

The correct answer is d) because a drop-down list is a common user interface element that allows website visitors to select one option from a list of choices. When the visitor clicks on an arrow or a button, a list of possible options is displayed, and they can choose one option from that list. This type of input field is often used in forms or menus to provide a compact and organized way for users to make selections.

Submit
35. Choose Check box which is a box that allows the user to select more than one option from a group of options. It is used to create a control that will allow the user to choose one or more subjects to study at school without typing them in.

Explanation

A check box is a type of input control that allows the user to select multiple options from a group of choices. In this context, the check box is used to create a control that allows the user to choose one or more subjects to study at school without having to manually type them in. This makes it easier for the user to make their selections by simply checking the appropriate boxes.

Submit
36. Use the following part of the web page to answer the questions below: Which statement creates the control shown in Part C?

Explanation

not-available-via-ai

Submit
37. Use the following part of the web page to answer the questions below: Which statement creates the control shown in Part D?

Explanation

not-available-via-ai

Submit
38. Use the following part of the web page to answer the questions below: Which statement creates the control shown in Part E?

Explanation

The control shown in Part E is created by statement e).

Submit
39. Tags are usually enclosed in [[_____][_____][_____]].

Explanation

The correct answer is "Angle brackets". Angle brackets are usually used to enclose tags in HTML and XML coding. They are represented by the symbols "".

Submit
40. This tag can occur only once in an HTML document.

Explanation

The tag "body" is used to define the main content of an HTML document. It represents the entire content of the document, including headings, paragraphs, images, links, etc. The "body" tag can occur only once in an HTML document because it represents the main content area, and having multiple "body" tags would create confusion and violate the structure of the document.

Submit
41. A group of computers that are connected together to allow them to communicate and exchange information is called a________.

Explanation

A group of computers that are connected together to allow them to communicate and exchange information is called a network. This term refers to the infrastructure that enables computers to share resources, such as files and printers, and communicate with each other through various technologies, such as Ethernet or Wi-Fi. A network can be as small as two computers connected together or as large as a global network connecting millions of devices.

Submit
42. The _________ is a small network that exists between a few devices at home.

Explanation

A PAN, or Personal Area Network, is a small network that connects devices within a limited range, typically within a home or office. It allows devices such as smartphones, laptops, and tablets to communicate with each other and share resources, such as files or printers. A PAN is typically established using wireless technologies such as Bluetooth or Wi-Fi.

Submit
43. The ____________ is network of computers that can be found in a business office or that connects computers in a building.

Explanation

A LAN (Local Area Network) is a network of computers that is typically found in a business office or building. It connects computers within a limited area, such as a single building or campus. A LAN allows for the sharing of resources, such as files and printers, and enables communication between computers within the network.

Submit
44. The ____________ is a network that connects organizations across cities or countries.

Explanation

A WAN, or Wide Area Network, is a network that connects organizations across cities or countries. It is designed to cover a large geographical area and allows for the transmission of data, voice, and video over long distances. Unlike a LAN (Local Area Network) which connects devices within a limited area like an office or building, a WAN provides connectivity between multiple LANs and enables communication between different locations. Therefore, A. WAN is the correct answer for this question.

Submit
45. Which of the following can be linked to an HTML page from a separate file, or embedded in a page as a block and applied to tags on the same HTML page?

Explanation

CSS (Cascading Style Sheets) is a styling language used to describe the look and formatting of a document written in HTML. It can be linked to an HTML page from a separate file using the tag or embedded in a page as a block using the

Submit
46. What is the use of the color property? It is used to [_____] the color of the [_____].

Explanation

The color property is used to change the color of the text.

Submit
47. Choose Text box which is a box in which the website visitor can enter/type information. It is used to create a control that will allow the user to type in his address.

Explanation

The correct answer is "a) Text box". A text box is a form control element that allows website visitors to enter or type information. In this scenario, it is used specifically to create a control that will allow the user to type in their address.

Submit
48. Use the following part of the web page to answer the questions below: Which statement creates the control shown in Part B?

Explanation

not-available-via-ai

Submit
49. In a network, the computer that connects all other users' computers is called __________.

Explanation

In a network, a server is the computer that connects all other users' computers. It is responsible for managing network resources, such as files, printers, and internet access. Servers provide services to clients, which are the other computers connected to the network. A server typically has more processing power, storage capacity, and memory compared to client computers. It handles requests from clients and delivers the requested data or services. Therefore, option C, a server, is the correct answer.

Submit
50. The network model, where a standalone computer connects a group of computers, is called _______.

Explanation

The correct answer is D. Client-Server. In a client-server network model, a standalone computer (the server) connects and provides services to a group of computers (the clients). The clients request and receive resources from the server, such as files, data, or processing power. This model allows for centralized control and management of resources, as well as efficient sharing and distribution of tasks among the connected computers.

Submit
51. The __________ is a huge network that connects millions of computers around the world.

Explanation

The Internet is a global network that connects millions of computers worldwide. It allows users to access and share information, communicate, and conduct various activities online. It is a vast infrastructure that enables the transfer of data and facilitates the functioning of websites, applications, and services. The Internet has revolutionized the way we connect, communicate, and access information, making it the correct answer.

Submit
52. Which of the following is a programming language used for webpage development.

Explanation

HTML (Hypertext Markup Language) is a programming language used for webpage development. It is the standard markup language for creating webpages and is used to structure the content and layout of a webpage. HTML is responsible for defining the elements and their attributes on a webpage, such as headings, paragraphs, links, images, and more. It is the backbone of web development and is essential for creating and designing websites.

Submit
53. What is the tag for this function? It inserts a blank line and It has no closing tag.

Explanation

The function described in the question inserts a blank line and does not have a closing tag. Therefore, the appropriate tag for this function would be the line break tag, represented by "
".

Submit
54. What is the bgcolor attribute used for? To set a [_____] color for the [_____].

Explanation

The bgcolor attribute is used to set the background color for a table.

Submit
55. What do the following tags do? 

Explanation

not-available-via-ai

Submit
56. The function of which attributes can be described as followed: It specifies how the browser encodes the data before it sends it to the server.

Explanation

The correct answer is "Enctype". The enctype attribute specifies how the browser encodes the data before sending it to the server. This attribute is commonly used in HTML forms when submitting data to a server-side script. It determines how the form data should be encoded, such as "application/x-www-form-urlencoded" or "multipart/form-data". The server-side script then uses this encoding information to properly handle and process the submitted data.

Submit
57. The function of which attributes can be described as followed: It specifies where the results of the script are going to be displayed. It processes data passing through the form controls.

Explanation

The target attribute in HTML specifies where the results of a form submission will be displayed. It can be set to various values such as "_self" to open the response in the same window, "_blank" to open it in a new window, or a named frame or iframe to target a specific frame or iframe. This attribute is crucial for determining where the data entered in the form controls will be processed and displayed.

Submit
58. Use the following part of the web page to answer the questions below: Which statement creates the control shown in Part A?

Explanation

not-available-via-ai

Submit
59. How many standard headings can be used in HTML? _____ headings -- _____ (heading _____) is the smallest and _____ (heading _____) is the largest.

Explanation

There are six standard headings that can be used in HTML. The smallest heading is h6 and the largest heading is h1.

Submit
60. In a network, the users' computers that are connected by a server are called __________.

Explanation

In a network, the users' computers that are connected by a server are called clients. Clients are the devices that request services or resources from the server. They rely on the server to provide them with the necessary data or perform specific tasks. The server, on the other hand, is responsible for managing and distributing resources to the clients in the network.

Submit
61. What are tags? HTML tags are _____ used to identify _____ in a webpage. The first tag to use in an HTML file is <_____>.

Explanation

HTML tags are used to identify keywords and features in a webpage. The first tag to use in an HTML file is .

Submit
62. Write a code to change the heading1's size to 180%?

Explanation

The correct answer is b) because in HTML, the heading1 element can be styled using CSS. To change the size of the heading1, we can use the CSS property "font-size" and set it to 180%. This will increase the size of the heading1 to 180% of its default size.

Submit
63. Color values can be represented using special numerical values called [_____]. Hexadecimal digits operate on a [_____] number system. Letters in a hexadecimal number range from [[_____] to [_____]].

Explanation

Color values can be represented using special numerical values called hexadecimal values. Hexadecimal digits operate on a base-16 number system. Letters in a hexadecimal number range from A to F.

Submit
64. What is the tag for this function? It is used to create table data cells

Explanation

The correct answer is b) because the tag used to create table data cells is the

tag.
Submit
65. The numbers below are in base 10. What is the equivalent in base 16? Base 10 Base 16
Submit
66. What is the function of each the below attribute:
Submit
67. Choose what is best described each of the following items from form controls:
Submit
68. Choose an example of each of the following items from form controls:
Submit
View My Results

Quiz Review Timeline (Updated): Mar 23, 2023 +

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

  • Current Version
  • Mar 23, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 19, 2019
    Quiz Created by
    Arezoo
Cancel
  • All
    All (68)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What do the following tags do? 
What do the following tags do? 
What is the output of the following code?
To change the text size in HTML, we use the [_____] property.
A hexadecimal value starts with a [_____] sign.
To merge two rows, we use the [_____].
To merge two columns, we use the [_____].
What are forms used for? Forms are used to [_____] from [_____].
The input data holders in forms are known as [_____].
Choose Password which is used to hide the characters of a...
The [_____] attribute allows the user to set the width of the...
Check input controls.
How can we display the HTML code of a webpage? By selecting the...
When we move the mouse pointer over a hyperlink, it will change to
Text links are known as [_____]
What is the tag used to create a link to an email address?...
The "ref" in the "a href " tag stands for [_____]
A list placed inside another is called [_____].
[_____] can be clicked to allow users to navigate to another webpage.
What does HTTP stand for? HTTP stands for _____. It allows you to...
All of the following are network types except:
The Internet interface that is used to interact with pages on a...
When you type the URL in a browser, the first page that opens in the...
HTML is made up of special characters and words called __________.
Which HTML feature allows you to link an item on a webpage to another...
"CSS" stands for _____________________.
A _____ is a set of computers that are connected in a certain way to...
A _____ is the main standalone computer that connects other user's...
The <_____> tag contains other tags such as the title, style,...
What do the following tags do? 
What do the following tags do? 
The function of which attributes can be described as followed: It...
Choose Radio button which is circular, and allows the visitor to...
Choose Drop-down list which is a list that appears when the...
Choose Check box which is a box that allows the user to...
Use the following part of the web page to answer the questions below: ...
Use the following part of the web page to answer the questions below: ...
Use the following part of the web page to answer the questions below: ...
Tags are usually enclosed in [[_____][_____][_____]].
This tag can occur only once in an HTML document.
A group of computers that are connected together to allow them to...
The _________ is a small network that exists between a few devices at...
The ____________ is network of computers that can be found in a...
The ____________ is a network that connects organizations across...
Which of the following can be linked to an HTML page from a separate...
What is the use of the color property? It is used to [_____] the color...
Choose Text box which is a box in which the website visitor can...
Use the following part of the web page to answer the questions below: ...
In a network, the computer that connects all other users' computers is...
The network model, where a standalone computer connects a group of...
The __________ is a huge network that connects millions of computers...
Which of the following is a programming language used for webpage...
What is the tag for this function? It inserts a blank line and It...
What is the bgcolor attribute used for? ...
What do the following tags do? 
The function of which attributes can be described as followed: It...
The function of which attributes can be described as followed: It...
Use the following part of the web page to answer the questions below: ...
How many standard headings can be used in HTML? _____ headings --...
In a network, the users' computers that are connected by a server are...
What are tags? HTML tags are _____ used to identify _____ in a...
Write a code to change the heading1's size to 180%?
Color values can be represented using special numerical values called...
What is the tag for this function? It is used to create table...
The numbers below are in base 10. What is the equivalent in base 16? ...
What is the function of each the below attribute:
Choose what is best described each of the following items from...
Choose an example of each of the following items from form controls:
Alert!

Advertisement