Fundamentals of Front End Development MCQs with Answers
Practice important Fundamentals of Front End Development MCQs with answers and explanations.
Multiple Choice Questions
Q21: Which part of the URL is typically a file name on the server?
- A: Protocol identifier
- B: Resource location name
- C: Resource name
- D: IP address
View Answer
C
Q22: What does a dynamic URL often contain?
- A: File names
- B: Characters like ?, &, %, +
- C: IP addresses
- D: Domain names
View Answer
B
Q23: What is an example of a dynamic URL?
- A: http://mydomain.com
- B: http://mydomain.com/myresource.html
- C: ftp://mydomain.com/resource3.html
- D: http://mydomain.com/myres.php?fname=Asim
View Answer
D
Q24: What does the fourth optional part of a dynamic URL contain?
- A: Protocol identifier
- B: Resource location name
- C: File name
- D: Parameters sent to the dynamic page
View Answer
D
Q25: What does URL encoding replace unsafe ASCII characters with?
- A: Spaces
- B: Hexadecimal digits preceded by "%"
- C: Plus signs
- D: Ampersands
View Answer
B
Q26: Fill in the blank: A URL is a type of ______.
- A: IP address
- B: URI
- C: Domain name
- D: Email address
View Answer
B
Q27: Fill in the blank: A URL must be converted into a valid ______ format before being sent over the Internet.
- A: IP address
- B: ASCII
- C: Hexadecimal
- D: UTF-8
View Answer
B
Q28: Fill in the blank: In a dynamic URL, parameters are sent in ______ pair format.
- A: key=value
- B: name=value
- C: address=value
- D: protocol=value
View Answer
A
Q29: Fill in the blank: The space character in a URL is typically encoded as ______.
- A: &
- B: %
- C: 0.2
- D: #
View Answer
C
Q30: What does HTTP stand for?
- A: Hypertext Transfer Protocol
- B: Hyperlink Transfer Protocol
- C: Hypertext Transmission Protocol
- D: Hyperlink Transmission Protocol
View Answer
A