Web Technologies and Development MCQs (Part-14)

What is the primary purpose of HTML in web development?

A Managing data
B Structuring content
C Adding styles
D Creating dynamic interactions

Which language is primarily used for styling web pages?

A CSS
B PHP
C HTML
D JavaScript

Which of the following is a key feature of Single Page Applications (SPAs)?

A Server side rendering
B Static page design
C Multiple page reloads
D Faster content loading

Which of the following frameworks is most commonly used for building modern web frontends?

A Flask
B Django
C Angular
D Node.js

What does REST stand for in the context of web development?

A Reliable Endpoint Security
B Representational State Transfer
C Rapid Server Technology
D Real Time Engineering Services

Which of the following web technologies is used for building real time web applications?

A CSS
B PHP
C React
D WebSockets

Which of the following is a key feature of backend development?

A Styling web pages
B Writing HTML
C Managing databases
D Designing user interfaces

Which JavaScript framework is commonly used for building user interfaces in web applications?

A React
B Flask
C Angular
D Django

What is the main advantage of using a framework like Vue.js for frontend development?

A Manages backend APIs
B Simplifies database management
C Allows for building dynamic UIs
D Provides server side rendering

Which HTTP method is used to request data from a RESTful API?

A DELETE
B POST
C GET
D PUT

Which of the following web technologies allows for the creation of dynamic, data driven websites?

A PHP
B CSS
C HTML
D JavaScript

Which of the following is used for server side scripting in web development?

A HTML
B CSS
C Node.js
D React

What is the primary advantage of using GraphQL for API development?

A Enhances server performance
B Reduces code complexity
C Simplifies database queries
D Fetches only the necessary data

Which of the following is an example of a backend programming language used in web development?

A CSS
B PHP
C HTML
D JavaScript

Which of the following best describes the purpose of responsive web design?

A Make websites mobile friendly
B Enhance SEO
C Optimize database queries
D Improve server performance