AND CORRECT ANSWER WITH EXPLANATION GRADED
A+ STUDY GUIDE SOUTHERN NEW HAMPSHIRE
UNIVERSITY
1. Full stack development refers to:
A. Frontend and backend development
B. Hardware design
C. Network engineering only
D. Database administration only
Answer: A
Rationale: It covers both client and server sides.
2. Frontend development is:
A. User interface side of an application
B. Server side logic
C. Database management
D. Network configuration
Answer: A
Rationale: Frontend is what users see.
3. Backend development handles:
A. Server-side logic and database
B. UI design only
C. Graphics only
D. Hardware only
Answer: A
Rationale: Backend processes data.
4. Full stack developer works on:
A. Both frontend and backend
B. Only frontend
C. Only database
D. Only hardware
Answer: A
Rationale: Covers entire system.
,5. HTML stands for:
A. HyperText Markup Language
B. HighText Machine Language
C. Hyper Transfer Model Language
D. Hyper Tool Mark Language
Answer: A
Rationale: Web page structure language.
6. CSS is used for:
A. Styling web pages
B. Database management
C. Server routing
D. Hardware design
Answer: A
Rationale: Controls appearance.
7. JavaScript is used for:
A. Web interactivity
B. Database storage
C. Operating system design
D. Hardware control
Answer: A
Rationale: Client-side scripting.
8. DOM stands for:
A. Document Object Model
B. Data Object Module
C. Digital Output Model
D. Document Order Method
Answer: A
Rationale: Web page structure representation.
9. HTTP stands for:
A. HyperText Transfer Protocol
B. HyperText Transmission Process
C. High Transfer Text Protocol
D. Hyper Tool Transfer Protocol
Answer: A
Rationale: Web communication protocol.
, 10. HTTPS is:
A. Secure version of HTTP
B. Faster HTTP
C. Hardware protocol
D. Database protocol
Answer: A
Rationale: Encrypted communication.
11. Backend languages include:
A. Node.js, Python, Java, PHP
B. HTML only
C. CSS only
D. XML only
Answer: A
Rationale: Server-side technologies.
12. Node.js is:
A. JavaScript runtime environment
B. Database
C. Browser
D. OS
Answer: A
Rationale: Runs JS on server.
13. Express.js is used for:
A. Backend web framework
B. Frontend styling
C. Database storage
D. Hardware control
Answer: A
Rationale: Server framework.
14. REST API stands for:
A. Representational State Transfer
B. Remote Execution System Transfer
C. Rapid System Transfer
D. Resource State Tool
Answer: A
Rationale: Web service architecture.