wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz1 30.07.2025

Total questions: 15

Worksheet time: 3mins

Name
Class
Date
1.

What is a framework in software development?

a)

A hardware component used in applications

b)

A platform providing foundation to build software applications

c)

A design template for websites

d)

A compiler for programming languages

2.

What is the main purpose of a browser in web development?

a)

To write backend code

b)

To manage databases

c)

To access and display websites

d)

To host a server

3.

HTTP is a _____ Protocol.

a)

Request Protocol

b)

Request/Response Protocol

c)

Response Protocol

d)

Server Protocol

4.

Which HTTP request method is used to send data to the server?

a)

POST

b)

GET

c)

PUT

d)

AJAX

5.

Expansion of DOM

a)

Data Object Model

b)

Document Object Mode

c)

Detail Object Model

d)

Document Object Model

6.

What is the role of a web server in web development?

a)

It compiles the backend code

b)

It stores HTML and CSS files for browsers

c)

It receives requests from browsers and delivers the requested web pages

d)

It manages database transactions directly

7.

What are backend services in web development?

a)

Services that design user interfaces

b)

Services that manage HTML and CSS styling

c)

Services that run behind the web server to handle logic, databases, etc.

d)

Services that monitor network traffic

8.

Answer the missing stack: MongoDB, (a)   , Angular, Node.js

9.

In HTTPs - 's' stands for

a)

Safety

b)

Secure

c)

Server

d)

Session

10.

_________ is used for server side development in full stack.

a)

Express

b)

Angular

c)

React

d)

Node.js

11.

Angular is a __________ side framework developed by Google.

a)

Database

b)

Server

c)

Backend

d)

Client

12.

What language is Node.js code written in?

a)

Python

b)

TypeScript

c)

JavaScript

d)

Java

13.

What is MongoDB in the context of web development?

a)

A scalable NoSQL database that stores data in JSON format

b)

A frontend framework for building UI

c)

A relational database used for styling

d)

A hosting platform for static websites

14.

Which of the following is NOT a component of a web development framework?

a)

User

b)

Compiler

c)

Web Server

d)

Browser

15.

What is MVC?

a)

Module View Controller

b)

Model Visible Controller

c)

Model View Controller

d)

Model View Compiler