Question
1. True or False: You cannot call a model method from a view. A. True B. False 2. Which productivity mechanism does service-oriented architecture (SOA)
1. True or False: You cannot call a model method from a view.
A. True
B. False
2. Which productivity mechanism does service-oriented architecture (SOA) best exemplify?
A. Clarity via conciseness
B. Synthesis
C. Reuse
D. Automation and Tools
3. Which form of tests is most likely to help with validation?
A. unit
B. module
C. functional
D. acceptance
4. How can a web application keep track of what state a user is at in the application?
A. The browser makes sure that the right cookies with the correct information about the current state are included in the HTTP request.
B. The browser issues and stores its own cookie, which keeps track of the user's state in the application. This cookie is then included in each HTTP request.
C. The application itself won't need to keep track of the state, since an HTTP request remembers this information.
D. Because HTTP is not a stateless protocol, every request is dependent on every other request, allowing the web application to remember the user's previous state.
5. True or False: If an app has a RESTful API, it must be performing CRUD operations.
A. True
B. False
6. Which of the following best identifies the four basic operations supported by RDBMS?
A. Get, Put, Post, Delete
B. REST
C. CRUD
D. HTTP
7. An HTTP request must consist of both a(n) ----- and a(n) -----
A. URI, HTTP request method
B. header, cookie
C. CRUD action, cookie
D. URL, HTTP port
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started