NEW
Font size
WorksheetsCHAPTER 5 - WEB APPLICATION FRAMEWORK
Total questions: 15
Worksheet time: 8mins
Which feature of a web application framework directly enhances security?
Protection against SQL injection and CSRF
Providing real-time weather updates
If a developer wants to build an application that can grow easily in complexity, which framework benefit is most relevant?
Scalability
Maintainability
A company wants to adopt a web framework that promotes code reuse. Which practice supports this?
Writing all functions manually
Using pre-built templates and libraries
When comparing Frontend and Backend frameworks, which is accurate?
React handles user interfaces, while Django manages server-side logic.
Django is used only for frontend animations.
Which distinction best describes Web Services vs Web Resources?
Web Services are static pages, while Web Resources are APIs.
Web Services enable communication between applications, while Web Resources are identifiable items on the web.
Evaluating between REST and SOAP APIs, which is true?
REST is lightweight and uses HTTP methods, while SOAP follows strict XML protocols.
SOAP is used for modern mobile apps, while REST is only for databases.
A business wants an API that ensures platform independence. Which benefit best explains this?
APIs can be used across devices and operating systems.
APIs provide only database storage support.
A user uploads a photo on a website, and it is stored as JPG. This file is categorized as:
Web Resource
Web Service
Which component is responsible for hosting and providing a Web Service?
Service Provider
Service Requester
Which case best applies the use of Social Media APIs?
Allowing users to log in with Facebook accounts
Uploading a Word document to a cloud server
A payment made through PayPal API is an example of:
Web Service
Web Resource
If a developer uses Next.js, what type of framework are they working with?
Full-Stack
Frontend
Which example best illustrates the use of a Backend Framework?
Laravel managing database operations
React handling image sliders
Which protocol is most commonly used by REST APIs for communication?
HTTP/HTTPS
XML-RPC
When accessing an API, the specific URL where requests are sent is called:
Endpoint
Service Provider
