JavaScript MCQ For Competitive Exams
Welcome to the www.funodiafun.com . Here we the team of Fun Odia Fun brings many educational questions related to the Computer questions which is totally based for the competitive exams such as Odisha Police ASI communication , SI , OSSC junior clerk , Junior assistant , OSSSC combined exams such as RI , ARI , Forest guard etc , SSC CGL , SSC CHSL , SSC JEE , RRB NTPC technical , All banking exams such as IBPS PO Clerk , SBI PO Clerk etc .
The students those are preparing for the competitive exams need to study these important computer questions of mcqs which may be come in the competitive govt as well as private exams of the computer part . That's why all the competitors need to keep learn from our website .
Covered portions - JavaScript MCQs questions for competitive exams Such as ASI , SSC , OSSC etc
For More Computer Questions - Follow Exam Categories of our website . Then go through the Computer Awareness part of our website .
Keep Share with the Competitors because Knowledge increases on sharing .
Questions Of JavaScript
1. A webpage displays a picture . What tag was used to display that picture ?
a) Picture
b) image
c) img
d) src
2. < b > tag makes the enclosed text bold . What is other tag to make text bold ?
a) < strong >
b) < dar >
c) < black >
d) < emp >
3. Tags and text that are not directly displayed on the page are written in ---------- section .
a) < html >
b) < head >
c) < titile >
d) < body >
4. Which tag inserts a line horizontally on your web page ?
a) < hr >
b) < line >
c) < line direction = " horizontal " >
d) < tr >
5. What should be the first tag in any HTML document ?
a) < head >
b) < title >
c) < html >
d) < document >
6. Which tag allows you to add a row in a table ?
a) < td> and < /td>
b) < cr > and < /cr >
c) < th > and < / th >
d) < tr > and < / tr >
7. How can you make a bulleted list ?
a) < list >
b) < nl >
c) < ul >
d) < ol >
8. How can you make a numbered list ?
a) < dl >
b) < ol >
c) < list >
d) < ul >
9. How can you make an e-mail link ?
a) < a href = "xxx@yyyy " >
b) < mail href = " xxx@yyy " >
c) < mail > xxx@yyy < /mail >
d) < a href = " mailto;xxx@yyy " >
10. What is the correct HTML for making a hyperlink ?
a) < a href = " http://mcqsets.com" > ICT Trends Quiz < /a>
b) < a name = " http://mcqsets.com" > ICT Trends Quiz < /a>
c) < https://mcqsets.com</a>
11. Choose the correct HTML tag to make a text italic
a) < li >
b) < italics >
c) < italic >
d) < i >
12. Choose the correct HTML tag to make a text bold ?
a) <b>
b) < bold >
c) <bb>
d) < bld >
13. What is the correct HTML for adding a background color ?
a) < body color = " yellow " >
b) < body bgcolor = " yellow " >
c) < background > yellow < /background >
d) < body background = " yellow " >
14. Choose the correct HTML tag for the smallest size heading ?
a) < heading >
b) < h6 >
c) < h1>
d) < head >
15. What is the correct HTML tag for inserting a line break ?
a) < br >
b) < lb >
c) < break >
d) < newline >
16. What does link attribute mean ?
a) Visited link
b) Virtual link
c) Very good link
d) Active link
17. Which attribute is used to name an element uniquely ?
a) Class
b) id
c) dot
d) All of above
18. Which tag creates a check box for a form in HTML ?
a) < checkbox >
b) < input type = " checkbox " >
c) < input = checkbox >
d) < input checkbox >
19. To create a combo box ( drop down box ) which tag will you use ?
a) < select >
b) < list >
c) <input type = " dropdown " >
d) All of above
20. Which of the following is not a pair tag ?
a) < p >
b) < u >
c) < i >
21. To create HTML document you require
a) Web page editing software
b) High powered computer
c) Just a notepad can be used
d) None of the above
22. The special formatting codes in HTML document used to present contentare
a) tags
b) attributes
c) values
d) None of above
23. HTML documents are saved in
a) Special binary format
b) Machine language codes
c) ASCII text
d) None of above
24. Some tags enclose the text . Those tags are known as
a) Couple tags
b) Single tags
c) Double tags
d) Pair tags
25. The ---------- character tells browsers to stop tagging the next .
a) ?
b) /
c) >
d) %
26. In HTML document the tags
a) Should be written in upper case
b) Should be written in lower case
c) Should be written in proper case
d) Can be written in both upper case or lower case
27. Marquee is a tag in HTML to
a) Mark the list of items to maintaining queue
b) Mark the text so that it is hidden in browser
c) Display text with scrolling effect
d) None of above
28. There are --------- different of heading tags in HTML
a) 4
b) 5
c) 6
d) 7
29. To create a blank line in your web page
a) Press enter two lines
b) Press Shift + Enter
c) Insert < BR > tag
d) insert < BLINE >
30. Which of the following is not a style tag ?
a) < b>
b) < tt >
c) < i >
31. The way the browser displays the object can be modified by ----------
a) attributes
b) Parameters
c) Modifiers
d) None of above
32. Which of the following HTML code is valid ?
a) < font colour = " red " >
b) < font color = " red " >
c) < red > < font >
d) All of the above
33. Which of the following is an attribute related to font tag ?
a) Size
b) Face
c) Color
d) All of above are style tags
34. HTML supports
a) Ordered lists
b) Unordered lists
c) Both type of lists
d) Does not support those types
35. What tag is used to list individual items of an ordered list ?
a) LI
b) OL
c) UL
d) None of above
36. When should you use path along with file name of picture in IMG tag ?
a) Path is optional and not necessary
b) When the location of image file and html file are different
c) When image file and html file both are on same location
d) Path is always necessary when inserting image
37. Which of the following is not a valid alignment attribute ?
a) Left
b) Right
c) Top
d) All of above
38. Which attribute is used with img tag to display the text if image could not load in browser ?
a) description
b) Name
c) alt
d) id
39. Which attribute can be used with BODY tag to set background color green ?
a) background = " green "
b) bgcolor = " green "
c) vlink = " green "
d) None of above
40. Which attribute you'll use with TD tag to merge two cells horizontally ?
a) Merge = colspan2
b) rowspan=2
c) colspan=2
41. Awebpage displays a picture . What tag was used to display that picture ?
a) Picture
b) mage
c) img
d) src
42. < b > tag makes the enclosed text bold . What is other tag to make text bold ?
a) < strong >
b) < dar >
c) < black >
d) < emp >
43. Tags and test that are not directly displayed on the page are written in ----------- section .
a) < html >
b) < head >
c) < title >
d) < body >
44. Which tag inserts a line horizontally on your web page ?
a) < hr >
b) < line >
c) < line direction = " horizontal " >
d) < tr >
45. What should be the first tag in any HTML document ?
a) < head >
b) < title >
c) < html >
d) < document >
46. Which tag allows you to add a row in a table ?
a) < td > and < /td >
b) < cr > and < / cr >
c) < th > and < / th >
d) < tr > and < /tr >
47. How can you make a bulleted list ?
a) < list >
b) < nl >
c) < ul >
d) < ol >
48. How can you make a numbered list ?
a) < dl >
b) < ol >
c) < list >
d) < ul >
49. How can you make an email link ?
a) < a href = "xxx@yyyy " >
b) < mail href = " xxx@yyy " >
c) < mail > xxx@yyy < /mail >
d) < a href = " mailto;xxx@yyy " >
50. What is the correct HTML for making a hyperlink ?
a) < a href = " http://mcqsets.com" > ICT Trends Quiz < /a>
b) < a name = " http://mcqsets.com" > ICT Trends Quiz < /a>
c) < https://mcqsets.com</a>
Tags - Computer questions for the ASI Odisha Police communication , Important questions for ASI communication Odisha Police , Computer questions for competitive exams , Computer mcqs for competitive exams , Computer imp questions for govt exams , ASI question paper 2020 , ASI questions , ASI online test , ASI practice test , Very important questions of computer awareness , Computer awareness questions and answers , important questions for competitive exmas pdf , computer awareness pdf , Computer questions covered for ASI communication , OSSC junior clerk , Junior assistant , OSSSC combined exam , RRB , IBPS , SI , ASO , UPSC & for All Banking exams
0 Comments