Web Browser MCQ Questions and Answers

Web Browser MCQs : This section focuses on "web browser" in Html. These Multiple Choice Questions (MCQs) should be practiced to improve the Html skills required for various interviews (campus interview, walk-in interview, company interview), placement, entrance exam and other competitive examinations.

1. _________ is an application software that allows us to view and explore information on the web.

A. HTML
B. web Browser
C. IDEs
D. Libraries

View Answer


2. User can request for any web page by just entering a _________ into address bar.

A. text
B. keyword
C. URL
D. All of the above

View Answer


3. Web browser can show ________.

A. text
B. audio
C. video
D. All of the above

View Answer


4. Vendor of Mozilla Firefox is?

A. Microsoft
B. Google
C. Mozilla
D. Netscape Communications Corp

View Answer


5. Controller works as a control unit in CPU.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


6. A Rendering engine is not responsible for ________

A. parsing the markup content (HTML)
B. parsing style information (CSS, XSL, and so on)
C. generating a visual presentation of the formatted content including media files referenced
D. parsing style information (CSS only)

View Answer


7. What is the use of “defer” attribute?

A. It defers rendering of html page
B. It defers script execution until the page has been rendered
C. It defers rendering of css attributes
D. It is only for internal scripts

View Answer


8. Which of the following statements is false?

A. async and defer attributes of script tag execute before the DOMContentLoaded event
B. defer executes each script sequentially
C. async executes each script when it is ready
D. all older browsers supports async attribute

View Answer


9. Browser of Apple is?

A. Chrome
B. Firefox
C. Opera
D. Safari

View Answer


10. Interpreter receives the information from the controller and execute the instruction line by line.

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer





Discussion



* You must be logged in to add comment.