Home MCQs Basic Computer/IT Question #11512
Back to Questions
Basic Computer/IT QUESTION #11512
Question 1
Hypertexts refer to interconnected web documents linked together via:
  • Pointers✔️
  • Variables
  • Stacks
  • Arrays
Correct Answer Explanation
Hypertext documents are linked via pointers — specifically hyperlinks that point to the address (URL) of another document or resource. Tim Berners-Lee developed the World Wide Web based on this concept. HTML uses anchor tags (<a href='URL'>) as the pointer mechanism.