Font size
WorksheetsQuiz1 30.07.2025
Total questions: 15
Worksheet time: 3mins
What is a framework in software development?
A hardware component used in applications
A platform providing foundation to build software applications
A design template for websites
A compiler for programming languages
What is the main purpose of a browser in web development?
To write backend code
To manage databases
To access and display websites
To host a server
HTTP is a _____ Protocol.
Request Protocol
Request/Response Protocol
Response Protocol
Server Protocol
Which HTTP request method is used to send data to the server?
POST
GET
PUT
AJAX
Expansion of DOM
Data Object Model
Document Object Mode
Detail Object Model
Document Object Model
What is the role of a web server in web development?
It compiles the backend code
It stores HTML and CSS files for browsers
It receives requests from browsers and delivers the requested web pages
It manages database transactions directly
What are backend services in web development?
Services that design user interfaces
Services that manage HTML and CSS styling
Services that run behind the web server to handle logic, databases, etc.
Services that monitor network traffic
Answer the missing stack: MongoDB, (a) , Angular, Node.js
In HTTPs - 's' stands for
Safety
Secure
Server
Session
_________ is used for server side development in full stack.
Express
Angular
React
Node.js
Angular is a __________ side framework developed by Google.
Database
Server
Backend
Client
What language is Node.js code written in?
Python
TypeScript
JavaScript
Java
What is MongoDB in the context of web development?
A scalable NoSQL database that stores data in JSON format
A frontend framework for building UI
A relational database used for styling
A hosting platform for static websites
Which of the following is NOT a component of a web development framework?
User
Compiler
Web Server
Browser
What is MVC?
Module View Controller
Model Visible Controller
Model View Controller
Model View Compiler
