CompTIA ITF+ (FC0-U61) — Question 11
Which of the following language types would a web developer MOST likely use to create a website?
Answer options
- A. Interpreted
- B. Query
- C. Compiled
- D. Assembly
Correct answer: A
Explanation
An interpreted language allows for quick development and testing, which is essential for web development. Compiled languages like C or Assembly are less commonly used for web design due to their complexity and longer development times, while query languages are specific to database interactions and not for website creation.