Web Technology MCQ Questions and Answers
Web Technology MCQs cover essential topics like HTML, CSS, JavaScript, and HTTP fundamentals. This collection of web programming questions and answers is ideal for students and job seekers preparing for TCS, Wipro, and Accenture placements. Each question includes a detailed explanation to enhance conceptual clarity and web development understanding. Practice these Web Technology MCQs with answers to boost your confidence for both academic tests and technical interviews.
Web Technology MCQ
Showing 10 of
68 questions
51. DOM is
- Document Object Model, a parser
- Document Model, a specification.
- DOM is a coding style.
- None of these
52. How DOM differs from SAX ?
- DOM is not event driven and builds up the whole memory
- SAX is event driven and requires less space
- DOM and SAX are packages
- None of these
53. Namespace
- distinguishes one XML vocabulary from another
- provides the spaces in the names
- is a querying language
- None of these
54. DTD's are
- ways a crate templates for out does type
- document type declaration in XML
- a part Name spaces
- None of these
55. Scheme is
- template written in XML and can be modified at runtime
- read only for all practical purposes
- a global name space
- None of these
56. Can we have more than one DTD in a document and if, yes then how many ?
- Yes, we can and limities two
- No, we can't a document contains only a single DTD
- We can have have atmost three DTD's
- None of these
57. Do DTD's follow the inheritance principle ?
- No, they don't
- Yes, they follow
- DTD's are, recommendation only
- None of these
58. Is a Document type declaration, the same as document type definition ?
- No, they are different terms
- Yes, they are same
- Both are same
- None of these
59. The words Document Node, Nodelist, Element Node, Named Node Map etc. are
- Interfaces
- Objects
- Attributes
- Elements
60. Can XML be used as a database ?
- Yes, it can be
- No, it can't be
- XML is not a database, it is language
- None of these