What does the term 'Hypertext' mean in the context of the World Wide Web environment? MCQ with Answer and Explanation

What does the term 'Hypertext' mean in the context of the World Wide Web environment?
A. Text that is transmitted at speeds faster than fiber networks
B. Text that contains embedded links pointing to other documents or media files
C. Encrypted secure string text used inside user database units
D. Text written using machine language binary code values
Answer: Option B
Solution (By JKExamLibrary)
Hypertext is text that contains embedded electronic cross-references (hyperlinks), allowing users to easily jump from one piece of text to another related node.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is a method to secure cookies against cross-site scripting attacks?
A. SameSite flag
B. HttpOnly flag
C. All of the above
D. Secure flag

Correct Answer: Option C


Explanation:
HttpOnly prevents client-side script access, Secure ensures transmission over HTTPS, and SameSite restricts cross-site requests, all enhancing cookie security.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the primary function of the 'Subject' line field inside a standard electronic mail header pane?
A. To list the encrypted server IP routing metrics
B. To host heavy multimedia file attachments safely
C. To clear out temporary junk sender addresses automatically
D. To provide a short summary description of the email's topic or purpose before the message is opened

Correct Answer: Option D


Explanation:
The Subject header provides descriptive text summarizing the main topic or intent of the email message for the recipient.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following ports is the standard default port for unencrypted POP3 email retrieval?
A. 25
B. 143
C. 995
D. 110

Correct Answer: Option D


Explanation:
Port 110 is the traditional network port allocated for unencrypted Post Office Protocol version 3 (POP3) traffic.

This question belongs to: Computer Internet and Web Technologies