1.
What symbol indicates a tag in html?
Correct Answer
A. Angle brackets ex : < >
Explanation
Angle brackets (< >) are used to indicate the beginning and end of an HTML tag. They are an essential part of HTML syntax and are used to enclose the tag name and any attributes associated with it. The opening angle bracket () is placed after the tag. This notation helps the browser understand and interpret the structure of the HTML document.
2.
What does HTML stand for?
Correct Answer
C. Hyper Text Markup Language
Explanation
HTML stands for Hyper Text Markup Language. It is a standard markup language used for creating web pages and applications. The term "hyper text" refers to the ability to link different web pages together through hyperlinks. "Markup" refers to the way elements are tagged and structured within the language. HTML is the foundation of the World Wide Web and is used to define the structure and layout of web content, including text, images, and multimedia.
3.
What does URL stand for?
Correct Answer
D. Uniform Resource Locator
Explanation
A URL stands for Uniform Resource Locator. It is a specific character string that is used to access a resource on the internet. It provides a way to locate and identify resources such as web pages, images, videos, etc. The term "uniform" signifies that URLs follow a standardized format, making it easy to understand and use across different platforms and systems. The term "resource" refers to any entity that can be accessed over the internet. Finally, the term "locator" indicates that a URL provides the address or location of the resource, allowing users to access it.
4.
What is Java?
Correct Answer
C. Java is a high level programming language popular for creating web applications
Explanation
Java is a high level programming language that is widely used for creating web applications. It is not a scripting language that can be integrated into HTML, nor is it a language developed specifically for coffee machines. It is also not a GUI application that helps write HTML. Java's popularity in web development is due to its robustness, platform independence, and extensive libraries and frameworks available for building web applications.
5.
What is Javascript?
Correct Answer
A. Java is a scripting language that may be integrated into HTML
Explanation
Java is a scripting language that may be integrated into HTML. This means that Java can be used to add dynamic and interactive elements to web pages. It allows for the creation of functions, events, and other features that enhance the functionality and user experience of a website. By integrating Java into HTML, developers can create more interactive and engaging web applications.
6.
What is the correct tag for a line break?
Correct Answer
D. Br /
Explanation
The correct tag for a line break in HTML is "br /". This tag is used to create a line break in the text or content of a webpage. When the browser encounters this tag, it moves to the next line, creating a visual line break for the user.
7.
What does ISP stand for?
Correct Answer
B. Internet Service Provider
Explanation
ISP stands for Internet Service Provider. An ISP is a company or organization that provides internet access to customers. They offer various types of internet connections, such as dial-up, broadband, or wireless, and allow users to connect to the internet and access online services. ISPs play a crucial role in connecting individuals and businesses to the internet, enabling them to browse websites, send emails, stream videos, and perform other online activities.
8.
What is a HUB?
Correct Answer
D. A hub is a hardware device that is used to network multiple computers together
Explanation
A hub is a hardware device that is used to connect multiple computers together in a network. It acts as a central point where data from one computer can be transmitted to another computer in the network. By using a hub, computers can share information and resources, such as files and printers. The hub can also control the traffic flow between the computers, ensuring that each device connected to it has sufficient bandwidth for efficient communication.
9.
What is a SWITCH?
Correct Answer
B. A switch is used to network multiple computers together and can limit the traffic to and from each port so that each device connected to it has a sufficient amount of bandwidth
Explanation
A switch is a hardware device that is used to connect multiple computers together in a network. It is capable of managing and controlling the traffic flow to and from each port, ensuring that each device connected to it receives an adequate amount of bandwidth. This allows for efficient data transmission and communication between the connected computers.
10.
What is a ROUTER?
Correct Answer
A. A router is a hardware device that routes data from a local area network (LAN) to another network connection
Explanation
A router is a hardware device that directs data packets from a local area network (LAN) to another network connection. It is responsible for determining the most efficient path for data to travel and forwarding it accordingly. Routers are commonly used in home and office networks to connect multiple devices and ensure efficient data transmission. They can also control traffic by limiting the bandwidth for each connected device, ensuring that all devices have a sufficient amount of network resources.
11.
BONUS QUESTION - The digital file format JPEG, what does it stand for?
Correct Answer
C. Joint pHotograpHic Experts Group
Explanation
JPEG stands for Joint Photographic Experts Group. This is the correct answer.
12.
BONUS QUESTION - The digital image file type TIFF, what does it stand for?
Correct Answer
B. Tagged Image File Format
Explanation
TIFF stands for Tagged Image File Format. This file format is commonly used for storing high-quality images with a large amount of color depth and detail. The "tagged" aspect of TIFF refers to the ability to include metadata and tags within the file, allowing for additional information to be stored alongside the image data. This makes TIFF a versatile file format that is often used in professional photography and graphic design applications.
13.
BONUS QUESTION - The Acronym CSS represents what term?
Correct Answer
D. Cascading Style Sheet
Explanation
The correct answer is "Cascading Style Sheet". CSS is an acronym for Cascading Style Sheet, which is a style sheet language used for describing the presentation of a document written in HTML or XML. It is used to define the layout, colors, fonts, and other visual aspects of a web page, allowing web designers to separate the content of a website from its presentation.
14.
BONUS QUESTION - What is/are CSS used for?
Correct Answer
B. Are used to format the layout of webpages
Explanation
CSS (Cascading Style Sheets) are used to format the layout of webpages. They allow web developers to control the appearance of elements on a webpage, such as fonts, colors, spacing, and positioning. By using CSS, developers can create visually appealing and consistent designs across multiple webpages. CSS is separate from the HTML structure of a webpage, allowing for easier maintenance and updates to the design.
15.
BONUS QUESTION - What does SOW represent?
Correct Answer
B. Statement Of Work
Explanation
The correct answer is "Statement Of Work." SOW is an acronym that stands for Statement Of Work. It is a document that outlines the scope, objectives, deliverables, and timeline of a project. It provides a detailed description of the work to be performed, including tasks, resources, and responsibilities. The SOW serves as a contract between the client and the service provider, ensuring that both parties have a clear understanding of the project requirements and expectations.