Quiznetik

Web Technologies | Set 1

1. The tag used to create a hypertext relationship between current document and another URL is

Correct : C. <link>

2. How can you make an e-mail link?

Correct : B. <a href ="mail to:xxx@y.com">

3. To create a combo box (drop down box) which tag will you use?

Correct : A. <select>

4. HTML stands for?

Correct : A. hyper text markup language

5. Which of the following tag is used to mark a beginning of Paragraph?

Correct : C. <p>

6. Correct HTML tag for the largest heading is

Correct : D. <h1>

7. The attribute of <form> tag

Correct : C. both (a)&(b)

8. Web pages starts with which off the following tag?

Correct : C. <html>

9. How can you open a link in a new browser window?

Correct : B. <a href = "url" target= "_blank">

10. The tag used to create a new list item and also include a hyperlink is

Correct : A. <li>

11. Which of the tag is used to creates a number list?

Correct : C. <li> and <ol>

12. The tag used to create a hypertext relationship between current document and another URL is

Correct : C. <link>

13. The text inside the <TEXT AREA> tag works like

Correct : C. <pre> formatted text

14. What is the correct HTML for adding a background color?

Correct : C. <body bgcolor = "yellow">

15. Which tag allows you to add a row in a table?

Correct : D. <tr> and </tr>

16. How can you make a bulleted list?

Correct : C. <ul>

17. Choose the correct HTML tag to make a text italic

Correct : D. <i>

18. Choose the correct HTML tag to make a text bold?

Correct : A. <b>

19. Which tag creates a check box for a form in HTML?

Correct : B. <input type="checkbox">

20. Which of the following attributes is used to specify elements to bind style rules to?

Correct : D. all of the mentioned

21. Which selector is used to specify a rule to bind a particular unique element?

Correct : A. id

22. __________ has introduced text, list, box, margin, border, color, and background properties.

Correct : A. css

23. The _______property is used to set the color of the text. Answer:- Text color

Correct : D. text color

24. The CSS __________properties is used to define the background effects. Answer:- background

Correct : C. background

25. _______ is a platform independent light weighted objet based scripting language.

Correct : A. java script

26. JavaScript support three primitive data types: ___________.

Correct : C. number ,string & boolean

27. JavaScript allows two composite data types: __________

Correct : A. objects and array

28. The script tag must be place in the ______.

Correct : B. head

29. _________ keyword is used to declare variables in java script

Correct : C. var

30. DOM stand for ___________

Correct : A. document object model

31. ________ java script is also called server side java script

Correct : D. live wire

32. Increment operator, increases the value of variable by what number?

Correct : A. 1

33. FUCTION is a block of statements that performs certain task.

Correct : A. true

34. __________means the amount of data that can be sent from one point to another in a certain period of time

Correct : A. bandwidth

35. HTML color are specified using predefined color names or ________ values.

Correct : D. all of these

36. HTML supports__________ standard color names.

Correct : A. 140

37. ____this tag is used to give paragraph

Correct : A. <p>

38. ________ tag is used to brake the line it is single tag

Correct : B. <br>

39. ________ is pre formatted tags it is used ,it show the without formatted text .

Correct : C. <pre>

40. __________tag is used to create a scrolling effect to th selected text

Correct : D. <marquee>

41. __________ element is used to indicate text quoted from another source.

Correct : A. <blockquote>

42. _______- it is used to show list by order wise .

Correct : A. <ol>

43. _____________ it is used to show list by no particular order wise .it show bulleted wise .

Correct : A. <ul>

44. ________it is a comment , it is used to show additional information in html.

Correct : A. <!---->

45. _________ it is italic tag , it is used to show the italic font.

Correct : A. <i>

46. _________ it is used to display a font in a bigger font size .

Correct : A. <big>

47. _________ this definition tag is used to define the concept .

Correct : A. <def>

48. ________citation tag is used to display a citation in html document .

Correct : A. <cite>

49. Tag is divided into 2 tags

Correct : D. a and b b both

50. __________ this tag is used to make taxt to be aligned cantered.

Correct : B. <center>

51. To link to the another web site following link is used <a href="https://www.lokmat.com/html/">Visit our lokamat paper </a>

Correct : A. true

52. ________ the space between is the space between content of the cell and cell wall .

Correct : C. cell spacing

53. __________ of the table is used to specify the thickness of the table.

Correct : A. border

54. _____tag is used to create the rows in a table

Correct : A. <tr>

55. __________tag is used to create the table heading of the table

Correct : B. <th>

56. To make a cell span more than one column, it is called use the _______attribute

Correct : B. colspan

57. To make a cell span more than one row, it is called use the _______ attribute.

Correct : D. rowspan

58. __________ is used to manage the layout the page.

Correct : C. <frame>

59. In html __________ is used to divide the browser the screen into 2 or more then one part.

Correct : C. frame

60. ______ tag is devide the tag horizontally or vertically .

Correct : C. <frameset>

61. ___________stands for Transmission Control Protocol/Internet Protocol

Correct : A. tcp/ip

62. ________is a set of standardized rules that allow computers to communicate on a network such as the internet.

Correct : A. tcp/ip

63. The __________ is a standard network protocol used for the transfer of computer files between a client and server on a computer network

Correct : B. ftp

64. The ____________element contains meta information about the HTML page

Correct : A. <head>

65. The ________element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

Correct : B. <body>

66. _______tag are used to indicate exactly how specific characters are to be formatted

Correct : C. physical

67. The LINKS starts at the ((Source)) anchor and points to the ((Destination)) anchor. These LINKIS are called as ___________

Correct : D. hyperlink

68. _______it is used to To create a link to another documents by using href attribute

Correct : A. <a>

69. __________accept only true or false we can select more then one option out of given option

Correct : B. checkbox

70. _________it is used to give the show the input box with multiple rows and column.

Correct : C. <textarea>

71. __________- accept the any text in intput box..

Correct : D. <text>

72. _____________it is used to submit the button ( accept the data) to upload

Correct : A. <submit>

73. ____________ it is used with text , when we use to hide the text matter

Correct : A. <password>

74. Which data type value is returned by all transcendental math functions?

Correct : C. double

75. Which of these values can a boolean variable contain?

Correct : A. true & false

76. Decrement operator, −−, decreases the value of variable by what number?

Correct : A. 1

77. Which right shift operator preserves the sign of the value?

Correct : B. >>

78. What is the output of relational operators?

Correct : B. boolean

79. . Which of these is returned by “greater than”, “less than” and “equal to” operators?

Correct : C. boolean

80. Which of these jump statements can skip processing the remainder of the code in its body for a particular iteration?

Correct : D. continue

81. Which of the following is not a decision making statement?

Correct : D. do-while

82. Which of the following is not a valid flow control statement?

Correct : A. exit()

83. What is the range of short data type in Java script ?

Correct : B. -32768 to 32767

84. What is the range of byte data type in Java script?

Correct : A. -128 to 127

85. An expression involving byte, int, and literal numbers is promoted to which of these?

Correct : A. int

86. What is the numerical range of a char data type in Java script?

Correct : D. 0 to 65535

87. Which of these coding types is used for data type characters in Java script?

Correct : C. unicode

88. Which one is a valid declaration of a Boolean?

Correct : C. boolean b3 = false;

89. Which of these operators is used to allocate memory to array variable in Java script?

Correct : C. new

90. Which of these is an incorrect array declaration?

Correct : D. intarr[] = int [5] new

91. Which of these is necessary to specify at time of array initialization?

Correct : A. row

92. Which of the following can be operands of arithmetic operators?

Correct : D. both numeric & characters

93. Modulus operator, %, can be applied to which of these?

Correct : C. both integers and floating – point numbers

94. Which operator is used to invert all the digits in a binary representation of a number?

Correct : A. ~

95. On applying Left shift operator, <<, on integer bits are lost one they are shifted past which position bit?

Correct : D. 31

96. Which of these operators can skip evaluating right hand operand?

Correct : D. &&

97. Which of these have highest precedence?

Correct : A. ()

98. Which of these statements are incorrect?

Correct : D. addition operator, +, and subtraction operator have equal precedence

99. Which of these selection statements test only for equality?

Correct : B. switch

100. . Which of these are selection statements in Java script?

Correct : A. if()