Internet Basics MCQs Set 17

Internet Basics Multiple Choice Questions with answers designed to test your knowledge of the fundamental principles and concepts that underlie the world of web development and design. Whether you’re a beginner looking to solidify your understanding or a seasoned professional aiming to stay sharp, these MCQs cover a wide range of topics, from HTML and CSS to web technologies and best practices. Challenge yourself and expand your expertise in the dynamic and ever-evolving field of web fundamentals with these thought-provoking questions.These MCQs will help students in university exams,competitive exams and interviews preparation.

PRACTICE IT NOW TO SHARPEN YOUR CONCEPT AND KNOWLEDGE

1. If a manager needs to change the setting of an agent, it uses the ____________ message

  • GetRequest
  • GetNextRequest
  • SetRequest
  • Trap

2. If an agent needs to report a situation to the manager, it uses the ___________ message

  • GetRequest
  • SetRequest
  • GetResponse
  • Trap

3. HTTP messages are divided into _______ categories

  • 2
  • 5
  • 3
  • none of the above

4. A browser is an HTTP _________.

  • client
  • server
  • agent
  • none of the above

5. In HTTP, the message sent from the client to the server is called a ______.

  • response
  • request
  • demand
  • none of the above

6. HTML uses

  • pre-specified tags
  • user defined tags
  • tags only for linking
  • fixed tags defined by the language

7. HTML tags define

  • The data types of elements of document
  • Presentation of specified elements of a document
  • The contents of the document
  • The structure of the document

8. CGI is mostly associated with a _______ document.

  • static
  • dynamic
  • active
  • none of the above

9. Java is mostly associated with a _______ document.

  • static
  • dynamic
  • active
  • none of the above

10. The advantages of XML over HTML are (i) It allows processing of data stored in web-pages (ii) It uses meaningful tags which aids in understanding the nature of a document (iii) Is simpler than HTML (iv)It separates presentation and structure of document

  • (i),(ii) and (iii)
  • (i),(ii) and(iv)
  • (ii),(iii) and (iv)
  • (i),(iii) and (iv)