internet basics
networking and servers
Web Economics
Python Programming
HTML/CSS
100

What is the largest network in the world that connects millions of devices globally

What is the internet

100

What is the full form of "WWW" in relation to the Internet?

What is the World Wide Web

100

 What is the role of a client in the client-server network model?

what is requests services or resources from servers.

100

Name the data type in Python used to store text.

what is String (str)

100

What does HTML stand for?

what is Hypertext Markup Language

200

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.

200

Which language is used to create the structure of web pages and content on the World Wide Web?

What is HTML

200

What is the main function of a web server?

what is to store and deliver web pages to client devices upon request.

200

 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.

200

What does CSS stand for,

What is Cascading Style Sheets

300

 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)

300

What is the purpose of CSS in web development?

What is styling and designing the appearance of HTML elements.

300

How are IP addresses typically represented?

what is four sets of numbers separated by periods, e.g., 192.168.1.1.

300

Define what a function is in Python.

what is a block of reusable code that performs a specific task when called.

300

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.

400

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.

400

What is the purpose of @media in CSS?

What is to apply different styles based on device characteristics like screen size.

400

What is the purpose of DNS servers on the Internet?

what is translating human-readable domain names into IP addresses.

400

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

400

Name the parts of the box model in CSS.

what is Content, padding, border, margin

500

 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.

500

What does a CSS selector define?

What is defining the HTML element(s) to which a style rule applies.

500

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.

500

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.

500

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.