CORRECT ANSWER WITH EXPLANATION GRADED A+
STUDY GUIDE SOUTHERN NEW HAMPSHIRE UNIVERSITY
1. Web development is:
A. Hardware repair
B. Creating websites and web applications
C. Database management only
D. Networking only
Answer: B
Rationale: Web development focuses on building websites and web apps.
2. The three core web technologies are:
A. C++, Java, Python
B. HTML, CSS, JavaScript
C. PHP, SQL, XML
D. Linux, Windows, Mac
Answer: B
Rationale: These form the foundation of web development.
3. HTML stands for:
A. HyperText Markup Language
B. HighText Machine Language
C. Hyper Transfer Markup Logic
D. Home Tool Markup Language
Answer: A
Rationale: HTML structures web pages.
4. CSS is used for:
A. Database design
B. Styling web pages
C. Networking
D. Server management
Answer: B
Rationale: CSS controls appearance.
5. JavaScript is used for:
A. Styling only
, B. Adding interactivity
C. Hardware control
D. Database storage
Answer: B
Rationale: Makes web pages interactive.
6. HTML element is:
A. Network device
B. Building block of a webpage
C. Database
D. Server
Answer: B
Rationale: HTML elements structure content.
7. HTML tag example is:
A.
B. SELECT
C. print()
D. var
Answer: A
Rationale: Tags define HTML structure.
8. The tag is used for:
A. Page content
B. Browser tab title
C. Image display
D. Database name
Answer: B
Rationale: Shows title in browser tab.
9.
A. Paragraph
B. Main heading
C. Image
D. Link
Answer: B
Rationale: Largest heading.
10.
, A. Paragraph
B. Picture
C. Program
D. Page
Answer: A
Rationale: Paragraph text.
11. CSS stands for:
A. Computer Style Sheet
B. Cascading Style Sheets
C. Creative Style System
D. Color Style Sheet
Answer: B
Rationale: Styling language.
12. Inline CSS is written:
A. In external file
B. Inside HTML element
C. In database
D. In server
Answer: B
Rationale: Direct element styling.
13. External CSS is stored in:
A. HTML file
B. .css file
C. .js file
D. .sql file
Answer: B
Rationale: Separate stylesheet file.
14. JavaScript is mainly:
A. Server OS
B. Client-side scripting language
C. Database
D. Hardware
Answer: B
Rationale: Runs in browser.