1. Which of the following is not a valid jump statement?
Correct : D. return
2. _______is the measured as the amount of data that can be transferred from one
point to another point within a specific amount of time.
Correct : B. bandwidth
3. A ___________ is a document, typically written in plain text distributed with
formatting instruction of Hypertext markup languages like HTML,XHTML
Correct : C. webpage
4. ___________ Stands for Hypertext markup languages for displaying web
pages and other information that can be displayed in a web browser
Correct : A. http
5. Cost of buying and running a server for client serve model are high .
Correct : A. true
6. Following are the types of CSS , which one is not type of CSS.
Correct : D. none of these.
7. Which of these coding types is used for data type characters in Java?
Correct : C. unicode
8. Which of these operators is used to allocate memory to array variable in Java
script?
Correct : C. new
9. Which of these is an incorrect array declaration?
Correct : D. int x[] = int [5] new
10. Which of these selection statements test only for equality?
Correct : B. switch
11. The CSS background properties are used to define the ___________effects.
Correct : A. background
12. CSS border properties allow us to__________ the borders.
Correct : B. customize
13. By applying an_______ a style can be applied to just a single tag.
Correct : D. id rule
14. _________selectors are used to specify a group of elements.
Correct : C. class
15. In CSS, “font-size” can be called as ________
Correct : A. property name
16. In CSS, h1 can be called as _______
Correct : B. selector
17. In , CSS “color:red” can be called as _____________
Correct : C. declaration
18. Reset (button) :- it is used to reset the button ( cancel the data) to upload
Correct : A. <reset>
19. _______ describes how HTML elements are to be displayed on screen, paper, or in
other media
Correct : A. css
20. Websites are uploaded _______
Correct : B. serve
21. HTML web pages can be read and rendered by __________
Correct : A. web browser
22. <INPUT> is ________tag.
Correct : C. empty
23. The HTML tag to left align the content inside a table cell is
<td align = “left”>.
Correct : A. true
24. The body tag usually used after _________
Correct : D. head tag
25. Tags and text that are not directly displayed on the page are written in
___________section.
Correct : D. head
26. Some tags enclose the text. Those tags are known as ___________
Correct : A. single tag
27. The <strike> tag is used to _________the text or sentence.
Correct : C. strikeout
28. The <del> tag is used to display ________ text form a document
Correct : D. deleted
29. _________ is used to give additional information.
Correct : A. title tag
30. The _______ tag provides no visual change by itself, but when it is marked, you can
style it with CSS, or manipulate it with JavaScript.
Correct : B. <span>
31. The _________ tag defines an image in an HTML page.
Correct : A. <map>
32. The ____________tag has two required attributes: src and alt.
Correct : A. <map>
33. The _____________element is often used as a container for other HTML elements to
style them with CSS or to perform certain tasks with JavaScript.
Correct : B. <div>
34. _________tag Indicates that the text should be used with a font such as Courier that
allots the same width to each character.
Correct : D. <tt>
35. _____________ tag Indicates that the text should be displayed in a small font.
Available in HTML 3.0 or higher.
Correct : A. <small>
36. ______tag Indicates that the text should be displayed underlined. Not all browsers
support this tag.
Correct : C. <u>
37. ___________Indicates that characters should be emphasized in some way. Usually
displayed in italics.
Correct : B. <em>
38. _________Emphasizes characters more strongly than <EM>. Usually displayed in a bold
font
Correct : D. <strong >
39. _________tag Used to offset text that the user should enter. Often displayed in a
Courier font or a similar font that allots the same width to each character.
Correct : C. <kbd >
40. ________Indicates a variable. Often displayed in italics or underlined.
Correct : A. <var>
41. _________Indicates short quotes or citations. Often italized by browsers.
Correct : B. <cite>
42. The ________ele1ment defines a table row, the <th> element defines a table header,
and the <td> element defines a table cell.
Correct : B. <tr>
43. The _______ tag is used to create in an HTML table.
Correct : A. <table>
44. CSS stands for ___________
Correct : A. cascading style sheets
45. _________means the way to move from one page to another page in website.
To move from one page to another pages hyperlinks are used.
Correct : C. navigation
46. __________ is Web development software . Create, code and manage dynamic
websites easily with a smart, simplified coding engine
Correct : D. dream viewer
47. ________ is a server scripting language, and a powerful tool for making dynamic
and interactive Web pages.
Correct : A. php
48. _______ is a object oriented programming language , it is used to create the
object…
Correct : A. php
49. A ________ script can be placed anywhere in the document.
Correct : A. php
50. The default file extension for PHP files is _________
Correct : A. .php
51. __________ is used to show the out put …or give message..same as printf in c
language…
Correct : A. echo
52. PHP supports a ___________ range of databases
Correct : A. wide
53. PHP supports the following data types:
Correct : D. all of the above .
54. In PHP, an object must be_________declared.
Correct : A. explicitly
55. PHP divides the operators in the following groups:
Correct : D. all of the above
56. The basic assignment operator in PHP is __________ It means that the left operand
gets set to the value of the assignment expression on the right.
Correct : A. =
57. the _________ statement is used to perform different actions based on different
conditions
Correct : A. switch
58. In PHP, we have the following loop types:
Correct : D. all the these.
59. In php, A ___________ is a block of statements that can be used repeatedly in a
program.