Fundamentals of Front End Development MCQs with Answers
Practice important Fundamentals of Front End Development MCQs with answers and explanations.
Multiple Choice Questions
Q11: Fill in the blank: _______ is responsible for styling web pages in front-end development.
- A: HTML
- B: CSS
- C: JavaScript
- D: PHP
View Answer
B
Q12: Fill in the blank: Front-end development is the practice of producing ________, CSS, and JavaScript for a website.
- A: PHP
- B: HTML
- C: SQL
- D: C++
View Answer
B
Q13: Fill in the blank: The content a user interacts with is handled by a _______ developer.
- A: Back-end
- B: Database
- C: Front-end
- D: Network
View Answer
C
Q14: What does URL stand for?
- A: Uniform Resource Locator
- B: Universal Resource Locator
- C: Uniform Retrieval Link
- D: Universal Retrieval Locator
View Answer
A
Q15: What is the global address of documents and resources on the World Wide Web called?
- A: URI
- B: URL
- C: IP address
- D: Domain name
View Answer
B
Q16: Which of the following is a type of Uniform Resource Identifier (URI)?
- A: URL
- B: IP address
- C: MAC address
- D: Network address
View Answer
A
Q17: The term "Web address" is a synonym for a URL that uses which protocol?
- A: FTP
- B: SMTP
- C: HTTP
- D: SSH
View Answer
C
Q18: What is the first part of a URL called?
- A: Resource location name
- B: Protocol identifier
- C: Domain name
- D: File name
View Answer
B
Q19: What does the protocol identifier in a URL specify?
- A: The IP address of the resource
- B: The file name on the server
- C: The protocol to use
- D: The resource's file path
View Answer
C
Q20: In the URL "http://mydomain.com/myresource.html", what does "mydomain.com" represent?
- A: Protocol identifier
- B: Resource location name
- C: File name
- D: Parameter list
View Answer
B