Web Basics
Front-end Development
Back-end Development
Databases
Careers in Web Development
100

What does HTML stand for?

HyperText Markup Language.

100

What is the primary language used to structure web pages?

HTML.

100

What is a server in web development?

A computer or system that provides data to other computers (clients).

100

What is a database in web development?

A system that stores and organizes data.

100

What is the title of someone who builds and maintains websites?

Web developer.

200

What is the primary function of CSS in web development?

To style and layout web pages.

200

What CSS property is used to change the background color of a website?

background-color.

200

What language is commonly used for back-end development in websites?

PHP or Python.

200

What does SQL stand for?

Structured Query Language.

200

What is the difference between a front-end developer and a back-end developer?

A front-end developer works on the client side (what users see), while a back-end developer works on the server side (data and business logic).

300

What is the purpose of JavaScript in a website?

To make the website interactive.

300

What JavaScript function is commonly used to display messages to users in the browser?

alert().

300

What is an API?

Application Programming Interface, a set of rules that allows different software entities to communicate.

300

Name a popular relational database used in web development.

MySQL.

300

Name a key skill necessary for a career in web development.

Knowledge of HTML, CSS, JavaScript, or problem-solving.

400

What does HTTP stand for?

HyperText Transfer Protocol.

400

What is a “responsive design” in web development?

A design that adjusts and looks good on all devices, from phones to desktop computers.

400

What does CRUD stand for in database operations?

Create, Read, Update, Delete.

400

What is the difference between a relational database and a NoSQL database?

Relational databases use structured tables, while NoSQL databases can handle unstructured data like JSON or documents.

400

What is a “full-stack developer”?

A developer who works on both the front-end and back-end of a website.

500

What is a URL and what does it stand for?

Uniform Resource Locator, the address of a web page

500

Name a front-end framework commonly used to build websites.

Bootstrap or React.

500

What is Node.js primarily used for in web development?

To build scalable server-side applications using JavaScript.

500

What is MongoDB?

A NoSQL database known for its flexibility and scalability.

500

Name an industry where web developers are commonly employed.

E-commerce, technology, or digital marketing.