Chapter 1.Advanced Web Designing True/False

1.Advanced Web Designing.

Que.2.True/False [10 Marks]




हॅलो,विद्यार्थी मित्रानो प्रश्न क्रमांक.२. True/False.हा प्रश्न एकूण १० मार्कसाठी असतो.यामध्ये एकूण १० प्रश्न १० मार्कसाठी असतात. प्रत्येकी एक गुण असतो.


इतर सर्व CHAPTER मधील TRUE / FALSE साठी POST मधील  लिंकवर क्लिक करा.

Que.2.True/False [10 Marks]

Que.No. Description No of Questions Marks
2 True/False 10 10

Que.2.True/False [10 Marks]



1.The number input type can be used for entering a numerical value.


...... Answer is A)


True The number input type can be used for entering a numerical value






2.<input type="img">elements of type image are used to create graphical submit buttons


... Answer is B) False <input type="image"> elements of type image are used to create graphical submit buttons



CHAPTER 2.ADVANCED JAVASCRIPT



3.You can use the placeholder attribute to help users in entering the correct format for a phone number.


... Answer is A)


True You can use the placeholder attribute to help users in entering the correct format for a phone number.







4.A disabled input field is unusable and un-clickable.


... Answer is A)


True A disabled input field is unusable and un-clickable.







5.A read-only input field can be modified.


... Answer is B)


False A read-only input field cannot be modified.







6.The input multiple attribute specifies that the user is allowed to enter one value in an input field.


... Answer is B)


False The input multiple attribute specifies that the user is allowed to enter more than one value in an input field.






CHAPTER 3.INTRODUCTION TO SEO




7.CSS allows you to control the looks and feel of several pages by changing a single source.


... Answer is A)


True CSS allows you to control the looks and feel of several pages by changing a single source.







8.The declaration block can contain one or more declarations separated by a colon.


... Answer is B)


False The declaration block can contain one or more declarations separated by a semicolon.







9.An inline CSS is used to apply a unique style to a single HTML element.


... Answer is A)


True An inline CSS is used to apply a unique style to a single HTML element.







10.An inline CSS uses the style tag of an HTML element.


... Answer is B)


False An inline CSS uses the style attribute of an HTML element.







11.An internal CSS is used to define a style for a single HTML page.


... Answer is A)


True An internal CSS is used to define a style for a single HTML page.




 



CHAPTER 4.EMERGING TECHNOLOGIES




12.An external style sheet is used to define the style for many HTML pages.


... Answer is A)


True An external style sheet is used to define the style for many HTML pages.







13.CSS ID selector is written with the period character(.) followed by the id name.


... Answer is B)


False It is written with the hash character(#) followed by the id name.







14.An id is always unique within the page so it is unique element.


... Answer is A)


True An id is always unique within the page so it is unique element.







15.The class selector is used when you want change a group of elements within your HTML page.


... Answer is A)


True The class selector is used when you want change a group of elements within your HTML page.




 



CHAPTER 5.SERVER SIDE SCRIPTING (PHP)




16.The id selector is used as a wildcard(*) character. It selects all the elements on the webpages.


... Answer is B)


False The universal selector is used as a wildcard(*) character. It selects all the elements on the webpages.







17.The grouping selector is used to select all the elements with the same name style definitions.


... Answer is A)


True The grouping selector is used to select all the elements with the same name style definitions.




 



CHAPTER 6.E COMMERCE AND E GOVERENANCE




18.Letter-spacing helps in controlling the horizontal spacing between characters of text.


... Answer is A)


True Letter-spacing helps in controlling the horizontal spacing between characters of text.







19.Letter-spacing property is used when you want to add padding(blank space around) the content of an element.


... Answer is B)


False Padding property is used when you want to add padding(blank space around) the content of an element.







20.Static Positioning is a by default position for HTML elements.


... Answer is A)


True Static Positioning is a by default position for HTML elements.







21.The relative positioning property is used to set the element relative to its normal position.


... Answer is A)


True The relative positioning property is used to set the element relative to its normal position.







22.The fixed element will move, even when the page is scrolled.


... Answer is B)


False The fixed element will not move, even when the page is scrolled.







23.Absolute Positioning property sets an element in a specific location and it is not affected by the flow of the page.


... Answer is A)


True Absolute Positioning property sets an element in a specific location and it is not affected by the flow of the page.







24.The float property defines the flow of content.


... Answer is A)


True The float property defines the flow of content.







25.float : none is default property.


... Answer is A)


True float : none is default property.







26.The float property in CSS defines how the components(div, hyperlink, heading, etc) are going to be placed on the web page.


... Answer is B)


False The Display property in CSS defines how the components(div, hyperlink, heading, etc) are going to be placed on the web page.







27.When value is display:blank,The element is completely removed.


... Answer is B)


False When value is display:none,The element is completely removed.







28.The html <meta> tag is used by search engines to search information.


... Answer is A)


True The html <meta> tag is used by search engines to search information.







29.Metadata data will be displayed on the webpage.


... Answer is B)


False Metadata data will not be displayed on the webpage.







30.The meta tag is placed between the <style> and </style> tags.


... Answer is B)


False The meta tag is placed between the <head< and </head> tags.







31.charset attribute specifies the character encoding used by the document, this is called a character encoding declaration.


... Answer is A)


True charset- Specifies the character encoding used by the document, this is called a character encoding declaration.







32.UTF-8 :charset is used For Indian characters.


... Answer is A)


True UTF-8 :charset is used For Indian characters.







33.When a text matter contains a list in a sequence, tag for unordered list is used.


... Answer is B)


False When a text matter contains a list in a sequence, tag for ordered list is used.







34.The ordered or numbered lists are required when a sequence is important.


... Answer is A)


True The ordered or numbered lists are required when a sequence is important.







35.start attribute is used to specify from which number the list should begin.


... Answer is A)


True start attribute is used to specify from which number the list should begin.







36.In case of <ol type="A" start=5>the list begins from G.


... Answer is B)


False In case of <ol type=”A” start=7> the list begins from G.







37.type attribute attribute specifies that the items of the list are specified in reverse order.


... Answer is B)


False reversed attribute attribute specifies that the items of the list are specified in reverse order.







38.The list items in unordered lists are marked with bullets (small black circles),by default.


... Answer is A)


True The list items in unordered lists are marked with bullets (small black circles),by default.







39.The <dd> tag is used to define the term where as the <dt> tag is used to define the term’s definition.


... Answer is B)


False The <dt> tag is used to define the term where as the <dd> tag is used to define the term’s definition.







40.The <source> tag is used to specify single media resources for media elements.


... Answer is B)


False The tag is used to specify multiple media resources for media elements.







41.controls attribute of audio should be displayed(i.e.play/pause button etc.)


... Answer is A)


True controls attribute of audio should be displayed(i.e.play/pause button etc.)







42.poster attribute specifies an image to be Shown while the video is download ind,or until the user hits the play button.


... Answer is A)


True poster attribute specifies an image to be Shown while the video is download ind,or until the user hits the play button.







43.clickable regions are called as hotspots.


... Answer is A)


True These clickable regions are called as hotspots.







44.The shape circle specifies circle area with four coordinates.


... Answer is B)


False The shape circle specifies circle area with four coordinates.







45.For server side image maps we add the <ismap> attribute.


... Answer is A)


True For server side image maps we add the <ismap> attribute.







46.Map file does not have any of the html tags or attributes.


... Answer is A)


True Map file does not have any of the html tags or attributes.







47.coords attribute specifies coordinates of the clickable regions on the image map.


... Answer is A)


True Map file does not have any of the html tags or attributes.







48.Inline frames are also as called as floating frame.


... Answer is A)


True Inline frames are also as called as floating frame.







49.We can use <frame> tag to insert frame to a webpage.


... Answer is B)


False We can use <iframe> tag to insert frame to a webpage.







50.Inline frames are often used in online advertising.


... Answer is A)


True Inline frames are often used in online advertising.







Previous
Next Post »

Please Comment and Share. ConversionConversion EmoticonEmoticon