Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Form Designing using Canvas and CSS

Showing 61 to 70 out of 143 Questions
61.
What is the correct HTML element for playing video files?
વિડિઓની ફાઇલોને પ્લે કરવા માટે યોગ્ય HTML એલિમેન્ટ શું છે?
(a) <media>
(b) <video>
(c) <movie>
(d) <sound>
Answer:

Option (b)

62.
_______ graphics do NOT lose any quality if they are zoomed or resized.
_______ ગ્રાફિક્સ કોઈ quality ગુમાવશે નહીં જો તેઓ ઝૂમ કરે અથવા size બદલાઈ જાય તો.
(a) SVG
(b) Embed
(c) Canvas
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (a)

63.
Which is main drawing functions in canvas?
Canvasમાં મુખ્ય ડ્રોઇંગ ફંક્શન કયા છે?
(a) fill
(b) stroke
(c) dot
(d) A and B Both
A અને B બંને
Answer:

Option (d)

64.
The _______ event occurs when the user aborts the loading of an <img> or <input type="image"> element.
_______ ઇવેન્ટ થાય છે જ્યારે યુઝર <img> અથવા <input type="image"> એલિમેંટ loadingને અબોર્ટ કરી દે છે.
(a) Onafterprint
(b) Onabort
(c) Onprogress
(d) Onunload
Answer:

Option (b)

65.
The _______ event occurs when an element's scrollbar is being scrolled.
_______ ઇવેન્ટ થાય છે જ્યારે કોઈ એલિમેંટની સ્ક્રોલબાર સ્ક્રોલ કરવામાં આવે છે.
(a) Onafterprint
(b) Onscroll
(c) Onprogress
(d) Onunload
Answer:

Option (b)

66.
The _______ method specifies the colors and position in a gradient object.
_______ મેથડ gradient ઓબ્જેક્ટમાં કલર અને positionને specify કરે છે.
(a) createRadialGradient()
(b) addColorStop()
(c) createLinearGradient()
(d) context.rect()
Answer:

Option (b)

67.
A _______ is a pattern of colors that changes gradiently from one color to another.
_______ એ કલરનો એક પ્રકાર છે જે એક કલરથી બીજા કલરમાં ક્રમશ બદલાતો રહે છે.
(a) opacity
(b) gradient
(c) selector
(d) shadow
Answer:

Option (b)

68.
The _______ method of the canvas context which returns a pattern object.
Convas contextની _______ મેથડ જે એક પેટર્ન ઓબ્જેક્ટને આપે છે.
(a) addColorStop()
(b) createRadialGradient()
(c) createPattern()
(d) context.rect()
Answer:

Option (c)

69.
Which method is use to create rectangle?
લંબચોરસ બનાવવા માટે કઈ મેથડનો ઉપયોગ કરવામાં આવે છે?
(a) circle()
(b) rect()
(c) style()
(d) text()
Answer:

Option (b)

70.
How to draw different types of rectangles using HTML5 canvas?
HTML5 canvasનો ઉપયોગ કરીને વિવિધ પ્રકારનાં લંબચોરસ કેવી રીતે દોરી શકાય છે?
(a) fillRect()
(b) strokeRect()
(c) clearRect()
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

Showing 61 to 70 out of 143 Questions