Download the BYJU'S Exam Prep App for free GATE/ESE preparation videos & tests - Download the BYJU'S Exam Prep App for free GATE/ESE preparation videos & tests -

Web Technology MCQs

Web technology refers to the different tools and techniques used to communicate between different devices over the Internet. A web browser is used to access the website. A web browser can be defined as a program that displays text, data, images, animations, and videos on the Internet.

Solve Multiple-choice Questions on Web Technology

To prepare better for the GATE Exam. It is very beneficial to solve MCQs before exams for multiple reasons. You can practise, analyse and understand concepts while solving them. It will also help you in strengthening your time management.

Web Technology MCQs are a prerequisite to the current examination pattern. If you wish to learn more about GATE MCQs, you can check notes, mock tests, and previous years’ question papers. Get an idea about Web Technology MCQs by solving the ones compiled below for your practice.

Multiple-choice Questions on Web Technology

  1. Which one of the following is an example of an ‘internet search engine?
    1. LINUX
    2. Google
    3. MS Word
    4. Windows
    5. Answer (b)

  2. At which port number, Simple Network Management Protocol (SNMP) operates
    1. 160
    2. 163
    3. 164
    4. 161
    5. Answer (d)

  3. Which of the following is not an HTML tag?
    1. < select >
    2. < input >
    3. < textarea >
    4. < list >
    5. Answer (d)

  4. Which among these is not a Web browser?
    1. www
    2. Chrome
    3. Opera
    4. NetSurf
    5. Answer (a)

  5. World Wide Web was invented by
    1. Ted Nelson
    2. Tim Berners-Lee
    3. Linus Torvalds
    4. Robert E. Kahn
    5. Answer (b)

  6. What does W3C stand for?
    1. World Wide Web Consortium
    2. World Wide Website Consortium
    3. World Wide Website Community
    4. World Wide Web Community
    5. Answer (a)

  7. What does HTML stand for?
    1. Hyper Text Markup Language
    2. High Text Markup Language
    3. Hyper Tabular Markup Language
    4. None of these
    5. Answer (a)

  8. The following statements are about three important browser objects in JavaScript.
  9. I. window object : The highest of all objects in the client-side JavaScript object hierarchy.

    II. navigator object : A collection of information about the browser. Useful in browser sniffing.

    III. document object : Provides access to the document being viewed.

    Which of the above statements is/are true?

    1. Only (I) above
    2. Only (II) above
    3. Only (III) above
    4. All (I), (II) and (III) above
    5. Answer (d)

  10. The following message is displayed on the browser, while trying to access a URL
  11. Server; Error 403

    The reason for the message:

    1. The requested HTML file is not available
    2. The URL refers to a CGI script and the header of the script does not indicate where the interpreter is located
    3. The path to the interpreter of the script file is invalid
    4. The requested HTML file or CGI script has insufficient permission
    5. Answer (d)

  12. Which of the following statements is true regarding HTTP?
    1. Web browsers use only HTTP as a communication protocol with servers
    2. It does not maintain any connection information on previous transactions
    3. It is designed to route information based on content
    4. It refers to resources using their Universal Resource Identifier (URI)
    5. Answer (b)

  13. Which one among these is used with tag as an attribute to specify alternate text for an image, if the image is not displayed for some reason?
    1. alt
    2. Alternate
    3. Duplicate
    4. Auxiliary
    5. Answer (a)

  14. Which among the following options is correct regarding HTML?
    1. Modelling Language
    2. DTP language
    3. Partial programming language
    4. Used to structure web documents
    5. Answer (d)

  15. HTTPs stands for
    1. Hyper Text Transfer Protocol Secure
    2. High Text Transfer Protocol Secure
    3. Hyper Transfer Protocol Secure
    4. Hyper Transfer Protocol Standard
    5. Answer (a)

  16. XML stands for
    1. Extensible Mask Language
    2. Extensible Markup Language
    3. Extended Markup Language
    4. Extension Markup Language
    5. Answer (b)

  17. Which of the following is NOT true regarding JavaScript?
    1. JavaScript is a loosely typed language
    2. JavaScript is event driven
    3. JavaScript is not an object-based language
    4. JavaScript can not run in standalone mode
    5. Answer (b)

  18. What are Empty elements and is it valid?
    1. No, there are no such terms as Empty Elements
    2. Empty elements are element with no data
    3. No, it is not valid to use Empty Element
    4. None of these
    5. Answer (b)

  19. Which method of the Component class is used to set the position and size of a component in JSP?
    1. setSize()
    2. setBounds()
    3. setPosition()
    4. setPositionSize()
    5. Answer (b)

  20. Which of the following is a container?
    1. <SELECT>
    2. <BODY>
    3. <INPUT>
    4. Both (a) and (b)
    5. Answer (d)

  21. In JSP, a Canvas object provides access to a Graphics object via one of its method called
    1. getCanvas()
    2. getGraphics()
    3. paint()
    4. getPaint()
    5. Answer (c)

  22. How can you open a link in a new browser window?
    1. < a href = “url” target = “new”>
    2. <a href = “url” target= “_blank”>
    3. <a href = “url”.new>
    4. <a href = “url” target =”open”>
    5. Answer (b)

  23. The tag used to create a hypertext relationship between current document and another URL is
    1. <ISINDEX>
    2. <A>
    3. <LINK>
    4. None of these
    5. Answer (c)

  24. Which tag creates a number/order list?
    1. <UL>
    2. <OL>
    3. <OT>
    4. None of these
    5. Answer (b)

  25. Consider the following statement:
  26. GET /cgi-bin/dispenser.pl&want=whatsnew.html HTTP/1.0

    Which of the following options is the correct one?

    1. The above statement is a part of a request from a web client
    2. The above statement is a part of the input to a CGI program
    3. Want is a variable and whatsnew.html is a value
    4. Dispenser.pl may be a CGI program
    5. Answer (d)

  27. Which of the following is a Valid Name?
    1. <_person>
    2. <123 person>
    3. Both (a) and (b)
    4. None of these
    5. Answer (A)

  28. Which of the following statements is not true regarding JavaScript?
    1. JavaScript is a loosely typed language
    2. JavaScript is an object-based language
    3. JavaScript is event driven
    4. A JavaScript embedded in an HTML document is compiled and executed by the client browser
    5. Answer (d)

Comments

Leave a Comment

Your Mobile number and Email id will not be published.

*

*