Technology Questions

Practice Technology MCQs with answers and explanations. Page 36 of 79.

Category
Interview
Topic
Technology
Page
36 / 79
Mode
Practice

Questions

Open any question to view the answer and explanation.

In HTML5 graphics, what is the main difference between using the Canvas element and using SVG (Scalable Vector Graphics) for drawing on a web page?
Open
View answer
In HTML5 web development, what is SVG (Scalable Vector Graphics) and how is it used to render graphics in the browser without losing quality when scaled?
Open
View answer
In HTML5, what is the canvas element and how is it used together with JavaScript to draw and animate graphics on a web page?
Open
View answer
In modern web development, what is HTML5 Web Storage and how does it help web applications store key value data in the browser more efficiently than cookies?
Open
View answer
In HTML5 Web Storage, how do the localStorage and sessionStorage objects differ in terms of lifetime and scope of the stored key value data?
Open
View answer
In HTML5, what is the concept of Application Cache and what was its main advantage for web applications before being replaced by modern offline technologies?
Open
View answer
In the context of HTML5 Application Cache, what is a manifest file and what role does it play in controlling which resources are cached for offline use?
Open
View answer
In HTML5, what is a Web Worker and how does it help JavaScript applications run long running tasks without freezing the user interface?
Open
View answer
In HTML5, which JavaScript objects are not directly accessible from inside a Web Worker, and how does this restriction affect what a worker can do?
Open
View answer
In HTML5, which attributes were introduced for the form element to control features such as automatic completion and client side validation behavior?
Open
View answer
In HTML5, can a web application obtain the geographical position of a user, and if so, how is this typically done in the browser?
Open
View answer
HTML5 provides a drag and drop facility. How can you make an image element draggable so that it can be dragged by the user on supported browsers?
Open
View answer
In the HTML5 Canvas 2D API, which method is used to draw an image onto the canvas at a specified position and size?
Open
View answer
In HTML, what are meta tags used for inside the head section of a web page?
Open
View answer
In web technologies, what is the main difference between XML and HTML in terms of purpose and the use of tags?
Open
View answer
In an HTML document, what does an HTML tag do in relation to the content and layout of a web page?
Open
View answer
In web programming, the abbreviation DOM stands for which term that describes the in memory tree representation of an HTML or XML document?
Open
View answer
In classic HTML page design, what was considered an advantage of using frames, despite their later decline in popularity?
Open
View answer
For designing the layout of a modern web page, which approach is generally better and why: using table elements for layout or using div elements with CSS based layouts?
Open
View answer
In HTML, what is a non breaking space and how is it used to control spacing and line breaks in text content?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.