1.
Dreamweaver is a _________________ creation and management tool.
Correct Answer
C. Web Site
Explanation
Dreamweaver is a web development tool that allows users to create and manage websites. It provides a user-friendly interface for designing web pages, creating layouts, and adding interactive elements. With its extensive features and capabilities, Dreamweaver is specifically designed for web site creation and management, making it the correct answer in this context.
2.
A ______________ is a series of computers that are connected together to share information and resources
Correct Answer
D. Network
Explanation
A network is a series of computers that are connected together to share information and resources. This allows for communication and data sharing between the connected devices, enabling users to access shared files, printers, and other resources. A network can be wired or wireless, and it can be a local area network (LAN) within a small area or a wide area network (WAN) that spans across larger geographical distances.
3.
A ________ is a computer that stores and distributes information to the other computers in the network
Correct Answer
A. Server
Explanation
A server is a computer that stores and distributes information to the other computers in the network. It acts as a central hub, managing and coordinating the resources and services needed by the other computers, known as clients, in the network. The server responds to client requests, provides access to shared files and applications, and ensures efficient communication and data transfer within the network.
4.
A _______________ is a set of technical specifications that define a format for sharing information
Correct Answer
B. Protocol
Explanation
A protocol is a set of technical specifications that define a format for sharing information. It establishes rules and guidelines for communication between different systems, ensuring that data is transmitted and interpreted correctly. Protocols can be used in various contexts, such as networking, file transfer, and web browsing, to enable seamless information exchange and interoperability between different devices and software applications.
5.
The protocol of the World Wide Web is _____________________________.
Correct Answer
C. HTTP
Explanation
The protocol of the World Wide Web is HTTP. HTTP stands for Hypertext Transfer Protocol and it is the foundation of data communication on the internet. It allows for the retrieval of resources such as HTML documents, images, videos, etc. from web servers to web browsers. HTTP is a request-response protocol, where the client sends a request to the server and the server responds with the requested data. It is widely used for accessing and browsing websites, making it the correct answer in this context.
6.
A __________________ is the computer an individual uses to access information, via the Internet
Correct Answer
A. Client
Explanation
A client is the computer an individual uses to access information via the internet. This computer sends requests to a server, which then processes and delivers the requested information back to the client. The client can be a desktop computer, laptop, smartphone, or any device with internet connectivity that allows users to browse websites, access online services, and retrieve data from servers.
7.
A _____________________ is the piece of software installed on a client computer that allows users to view Web Pages.
Correct Answer
C. Web Browser
Explanation
A web browser is the piece of software installed on a client computer that allows users to view web pages. It is the program that retrieves and displays information from the internet, enabling users to navigate through websites, access various types of content, and interact with web-based applications. Examples of popular web browsers include Google Chrome, Mozilla Firefox, Microsoft Edge, and Safari.
8.
The ________ name is a name that identifies a Web Site and is chosen by the site owner
Correct Answer
C. Domain
Explanation
A domain name is a name that identifies a website and is chosen by the site owner. It serves as the address for the website, allowing users to access it on the internet. A domain name is unique to each website and helps in distinguishing one website from another. It is usually chosen to reflect the purpose or content of the website, making it easier for users to remember and find the site.
9.
In a URL, folders and filenames are separated by_________________________.
Correct Answer
A. Slashes/
Explanation
In a URL, folders and filenames are separated by slashes. Slashes are used to indicate the hierarchy and structure of the file system on the web server. They help in organizing and locating specific files within the directory structure. The forward slash (/) is the standard separator used in URLs to separate different folders and filenames. It is a widely recognized convention in web addresses and is supported by all web browsers and servers.
10.
Which one do you like?
Correct Answer
C. Option 3
Explanation
The question asks for the preferred choice among the given options. The correct answer is Option 3, but without any additional context or information, it is impossible to provide a specific explanation as to why Option 3 is the preferred choice.
11.
Which of the following contains related commands, controls and information about different aspects of working with Dreamweaver?
Correct Answer
A. The Menu Bar
Explanation
The Menu Bar in Dreamweaver contains related commands, controls, and information about different aspects of working with the software. It provides a variety of options and tools that allow users to navigate and access different features and functions within Dreamweaver. This includes options for opening, saving, and exporting files, as well as options for editing, formatting, and managing web content. The Menu Bar serves as a central hub for accessing and controlling various aspects of the Dreamweaver application.
12.
Which of the following is a file extension for a web page?
Correct Answer
A. .html
Explanation
The correct answer is .html because it is a file extension commonly used for web pages. HTML stands for Hypertext Markup Language, which is the standard language for creating web pages. By using the .html file extension, web browsers can interpret and display the content of the file as a webpage. In contrast, .doc, .xls, and .txt are file extensions for documents, spreadsheets, and plain text files respectively, which are not specifically associated with web pages.
13.
_______________ view displays the page as it will appear in a browser
Correct Answer
A. Design
Explanation
The "Design" view displays the page as it will appear in a browser. This view allows users to see the visual layout and design of the webpage, including the placement of images, text, and other elements. It is often used during the development process to make adjustments and ensure that the webpage looks visually appealing and functions properly in a browser.
14.
Which one do you like?
Correct Answer
C. Option 3
15.
__________________ view displays the underlying HTML code that Dreamweaver automatically generates as you create and edit a page
Correct Answer
B. Code
Explanation
The "Code" view in Dreamweaver displays the underlying HTML code that is automatically generated as you create and edit a web page. This view allows users to see and edit the HTML code directly, providing more control and customization options. It is useful for advanced users or those who prefer to work directly with the code rather than using the visual design interface.
16.
In ______________ view, all of the HTML code is hidden
Correct Answer
A. Design
Explanation
In the "Design" view, all of the HTML code is hidden. This view is typically used for visual design purposes, allowing users to focus on the appearance and layout of the web page without being distracted by the underlying code. It provides a more intuitive and graphical interface for designing and editing the web page.
17.
The _____________________ is a toolbar with buttons for examining or editing the attributes of any element that is currently selected on the page displayed in the document window.
Correct Answer
D. Property Inspection
Explanation
The Property Inspection is a toolbar that allows users to examine or edit the attributes of any selected element on the displayed page. This toolbar provides convenient access to the properties and attributes of the selected element, allowing users to make changes or gather information about the element's attributes.
18.
The _______________________ category of the insert bar is used to create and insert the most frequently used objects, such as images, templates, media elements and tables.
Correct Answer
A. Common
Explanation
The Common category of the insert bar is used to create and insert the most frequently used objects, such as images, templates, media elements, and tables. This category includes commonly used elements that are essential for creating content and enhancing the appearance of a document or webpage.
19.
A _______________________ is used by web browsers to locate where a Web Page is stored.
Correct Answer
C. URL
Explanation
A URL (Uniform Resource Locator) is used by web browsers to locate where a Web Page is stored. It is a specific address that identifies the location of a webpage on the internet. When a user enters a URL into the browser's address bar, the browser uses this information to retrieve the webpage from the server where it is stored and display it to the user.
20.
____________________ is the process of coding data so that only the sender and receiver can read it
Correct Answer
B. Encryption
Explanation
Encryption is the process of coding data in such a way that only the sender and receiver can read it. It involves converting the original data into a secret code using an encryption algorithm. This ensures that even if the data is intercepted by unauthorized individuals, they won't be able to understand or access the information. Encryption is commonly used in various communication systems, such as secure messaging apps, online banking, and e-commerce platforms, to protect sensitive data from being compromised.
21.
The ________________ format is usually used on photographic images and on graphics that have many gradient colors.
Correct Answer
B. JPEG
Explanation
JPEG (Joint Photographic Experts Group) format is commonly used on photographic images and graphics with many gradient colors because it uses a lossy compression algorithm which reduces file size while maintaining a good level of image quality. This format is particularly effective for images with complex color variations, such as photographs, as it can accurately represent a wide range of colors and tones. Additionally, JPEG supports a high level of compression, making it suitable for web-based applications where smaller file sizes are desirable for faster loading times.
22.
In a table, the container created by the insertion of a row and column is called a ___________.
Correct Answer
B. Cell
Explanation
The container created by the insertion of a row and column in a table is called a cell. A cell is a rectangular area within a table that holds data or content. It is the intersection point of a row and a column and can contain text, numbers, images, or other types of data. Cells allow for the organization and presentation of information in a structured manner within a table.
23.
A ______________________ is the page or browser window in which a linked Web Page will open
Correct Answer
D. Target
Explanation
A target is the page or browser window in which a linked Web Page will open. When a hyperlink is clicked, it can be set to open the linked webpage in the same window or in a new window or tab, depending on the target attribute specified in the HTML code. The target attribute allows the user to control where the linked webpage will be displayed, providing flexibility in terms of navigation and user experience.
24.
Search engines learn about a page by looking for information in some of the _____________ tags included in Web Pages.
Correct Answer
B. Meta
Explanation
Search engines learn about a page by looking for information in some of the Meta tags included in Web Pages. Meta tags provide metadata about the HTML document, such as the title, description, and keywords. This information helps search engines understand the content and relevance of the page, allowing them to index and rank it appropriately in search results.
25.
A _________________ region is an area in a template-based page that can be edited
Correct Answer
A. Editable
Explanation
An "editable" region refers to an area in a template-based page that can be modified or changed. This means that users have the ability to edit the content within this region, allowing for customization and updates to be made as needed. The other options, such as noneditable, optional, and variable, do not accurately describe the concept of an editable region in this context.
26.
A _________________is a means of collecting information from users.
Correct Answer
C. Form
Explanation
A form is a means of collecting information from users. It is a structured document that allows users to input and submit data. Forms are commonly used on websites and in software applications to gather information from users, such as contact details, feedback, or survey responses. They typically include fields or prompts for users to enter their information and may also include checkboxes, radio buttons, or dropdown menus for users to select options. Forms are an effective way to collect data from users in a structured and organized manner.
27.
The ________ keys are pressed to select all the text in a document
Correct Answer
A. Ctrl +A
Explanation
To select all the text in a document, the Ctrl + A keys are pressed. This keyboard shortcut is commonly used in various text editing applications and word processors. By pressing Ctrl + A, all the text in the document is highlighted or selected, allowing the user to perform actions such as copying, cutting, or formatting the selected text.
28.
A server is a computer that stores and distributes information to the other Computers in a network.
Correct Answer
A. True
Explanation
A server is indeed a computer that stores and distributes information to other computers in a network. It is designed to provide services or resources to other computers, known as clients, in the network. These services can include file storage, data access, email, websites, and more. Servers are typically more powerful and have more storage capacity than regular client computers to handle the demands of multiple clients simultaneously.
29.
A Company logo is often used as a link to the Web site home page
Correct Answer
A. True
Explanation
A company logo is often used as a link to the website home page because it serves as a visual representation of the brand and helps users easily navigate back to the main page. It is a common practice to make the logo clickable, allowing users to quickly return to the home page from any other page on the website. This helps improve user experience and ensures easy access to important information and navigation options.