Web Technologies and Development MCQs (Part-7)

What does PWA stand for in web development?

A Progressive Web Application
B Private Web App
C Public Web Application
D Personalized Web App

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

A Static content
B Dynamic content loading
C Page reloading
D Multiple pages loading

Which of the following best describes the use of a database in web applications?

A Manage routing
B Handle user interactions
C Store data persistently
D Enhance page visuals

Which of these frameworks is typically used for building SPAs?

A Django
B React
C PHP
D Flask

What is the main advantage of Progressive Web Apps (PWAs) over traditional web apps?

A Work offline
B Only accessible via browser
C Require app store
D Complex to implement

Which of the following is commonly used to interact with a database in web applications?

A JavaScript
B CSS
C HTML
D SQL

Which feature of SPAs makes them different from traditional multi-page web applications?

A Faster loading
B Multiple page reloads
C Page-specific URLs
D Slow interactions

Which technology is commonly used for real-time updates in SPAs?

A SQL
B WebSockets
C AJAX
D CSS

Which of the following is a common feature of Progressive Web Apps (PWAs)?

A Requires installation from an app store
B Limited offline functionality
C Native app-like experience
D Full dependency on the web server

What is the purpose of using AJAX in web development?

A Asynchronously load content
B Enhance page styling
C Handle database queries
D Secure user data

Which technology is often used for handling routing in Single Page Applications (SPAs)?

A JavaScript
B React Router
C Flask
D SQL

What does a PWA need to work offline?

A React components
B CSS stylesheets
C Database integration
D Service workers

Which of these web technologies is used to build a backend for SPAs?

A CSS
B MySQL
C Node.js
D React

What is the main benefit of using WebSockets in SPAs?

A Reduces server load
B Real-time data transfer
C Fast page rendering
D Enables offline access

Which of the following is a database type commonly used in web apps?

A NoSQL
B HTML
C CSS
D JavaScript