What is the largest network in the world that connects millions of devices globally
What is the internet
What is the full form of "WWW" in relation to the Internet?
What is the World Wide Web
What is the role of a client in the client-server network model?
what is requests services or resources from servers.
Name the data type in Python used to store text.
what is String (str)
What does HTML stand for?
what is Hypertext Markup Language
What are the common methods to access the Internet from personal devices?
What is Through Internet Service Providers (ISPs), local area networks (LANs), or direct connections for businesses.
Which language is used to create the structure of web pages and content on the World Wide Web?
What is HTML
What is the main function of a web server?
what is to store and deliver web pages to client devices upon request.
What is a variable in Python used for?
what is used to store data or values that can be referenced and manipulated in a program.
What does CSS stand for,
What is Cascading Style Sheets
Name a type of software used to access the World Wide Web and display web pages.
What is a Web Browser (e.g., Google Chrome, Mozilla Firefox, Safari)
What is the purpose of CSS in web development?
What is styling and designing the appearance of HTML elements.
How are IP addresses typically represented?
what is four sets of numbers separated by periods, e.g., 192.168.1.1.
Define what a function is in Python.
what is a block of reusable code that performs a specific task when called.
How do CSS selectors determine which HTML elements to style?
What is to specify the elements to style based on their IDs, classes, tags, or attributes.
What is the purpose of Domain Name System (DNS) in relation to IP addresses?
What is DNS translates domain names into IP addresses to locate computers on a network.
What is the purpose of @media in CSS?
What is to apply different styles based on device characteristics like screen size.
What is the purpose of DNS servers on the Internet?
what is translating human-readable domain names into IP addresses.
What is the purpose of an if statement in Python?
what is used for conditional execution of code based on a certain condition being true or false
Name the parts of the box model in CSS.
what is Content, padding, border, margin
What do the components of a URL (Uniform Resource Locator) specify?
What is the protocol, domain name, path, and file name of a web resource.
What does a CSS selector define?
What is defining the HTML element(s) to which a style rule applies.
What does HTTP stand for, and what is its primary function?
what is Hypertext Transfer Protocol, and it is used for transferring web page data over the Internet.
What is the purpose of using a virtual environment in Python development?
what is used to isolate and manage project dependencies separately from the system-installed packages.
What is the purpose of media queries in CSS?
what is to apply different styles based on the characteristics of the device, such as screen size, resolution, etc.