Wednesday 15 March 2017

HSC std 12 science IT web publishing fill in the blanks

Std XII Science
   Information Technology 
Web Publishing 
Fill In the blanks
1
_____________ is computer that stores websites.
Web server
2
_____________ is software program through which we can access webpage.
Web browser
3
______________ is a collection of web pages.
Website
4
The__________ is container tag for all other tags that are used to create frames.
<frameset>
5
The<frameset>tag replaces the __________tag in frameset documents.
<body>
6
The ___________tag defines how to divide the window into frames.
<frameset>
7
The __________ attribute of <frameset> tag divides the screen into Horizontal frames.
rows
8
The __________ attribute of <frameset> tag divides the screen into Vertical frames.
cols
9
The __________tag is used to create frame within frameset.
<frame>
10
_________attribute of <frame> tag is used to specify HTML page that you want to display in the frame
Src
11
The _________ tag is used to create frame within frameset.
<frame>
12
__________ attribute is used to specify HTML page that you want to display in the frame
src
13
__________attribute shows border around the frame.
Frameborder
14
__________attribute sets left and right frame margin in pixels.
Marginwidth
15
This attribute sets Top and Bottom frame margin in pixels.
Marginheight
16
______ attribute prevents the user from resizing the frames.
noresize
17
________magic target name  will open the page in the same window as link.
_self
18
________magic target name  will open the page in new blank window.
_blank
19
________magic target name will open a link in top frame of  browser window.
_top
20
________magic target name will open the page in the main or parent frame.
_parent
21
__________ is a single graphic image that consists of number of ” hyperlinks” incorporated within an image.
Image mapping
22
In Image mapping the specific areas within an image are known as_________.
hotspot
23
_______ side image maps are not dependent on server.
Client
24
________ side image map are executed on client machine from web browser itself.
Client
25
In order to mention that image map is client side,  __________ attribute of the <img>tag is used .
USEMAP
26
_____attribute of <area> tag specifies coordinates forRectangle, circle and polygon.
coords
27
______ attribute of <area> tag specifies alternate text given to hotspot
alt
28
In Image mapping ________shape  requires the coordinates of center point and radius (in pixels).
circle
29
In order to mention that image map is server side,  __________ attribute of the <img>tag is used .
ISMAP


30
In server side image mapping extension of external map file is _________
.map
31
_______ are used to accept or input the data from user.
forms
32
_______attribute of <form> tag has two values GET or POST.
method
33
_________attributeof <form>tag  is used to the specify the location/path or URL of the server where form information submitted.
action
34
______ attribute of <form> is used to assign the name to form
name
35
_______ tag is used to create a text/input field or single line text box.
<input>
36
Default  value of<input> tag  type attribute is .
text
37
______attribute of <input> tag  assign the limit to display size of a text box.
size
38
________ attribute of <input type= text>limits the number of character that the user can key in a text field.
maxlength
39
______atribute used to assign the name to the textbox for processing of information, at the server end.
name
40
__________attribute of <input> tag is used for default selection of radio button and checkbox
checked
41
________attribute of <input> tag indicates that changes to the form element cannot occur
readonly
42
Text entered in ___________ field of form is displayed as asterisk(*)or disc(•)sign.
password


43
RADIO buttons can be grouped  by giving them the same __________but different VALUE.
name
44
_________ buttons  can be selected only one at a time.
radio
45
________  form object  is used to select ONE or MORE options of a limited number of choices
checkbox
46
_________attribute will select the checkbox by default.
checked
47
A__________button is used to send form data to a server for processing
submit
48
_________ button resets the value of the form to its original states.
reset
49
The main purpose for the_____ field is to store the value that need to be sent to server along with form submission.
hidden
50
_________ attribute with <option> tag is used to display option as selected.
selected
51
________ tag is used to create multiline textbox or large editable area
<textarea>
52
_______ attribute of <textarea> tag specifies the width of the text entry area as columns.
cols
53
______attribute of <textarea> tag specifies the height of the text entry area as rows.
rows
54
MIDI stands for ________________.
Musical Instrument Digital Interface
55
AIFF stands for __________
Audio Interchange File Format
56
To insert Audio file without control __________tag is used.
<bgsound>
57
To insert Audio/ video file with control __________tag is used.
<embed>
58
To insert video file without control __________attribute of <img>tag is used.
dynsrc
59
_________ attribute specify number of times the audio/ video  file must be played.
loop
60
_________ attribute of <embed> tag Specify the name of audio or video file that is embeded in HTML page.
src
61
AVI stands for ____________.
Audio Video Interleave
62
Autostart=”_____”    tell the browser to play the music when page is loaded.
TRUE
63
Autostart="__________" that the sound will have to play by the user clicking on play button.
FALSE
64
_________attribute of <embed> tag Sets the volume of music
volume



66
Using __________tag  background sound can be added to an HTML page
<bgsound>
67
___________ attribute of <embed> tag specifies the width of console
width
68
___________ attribute of <embed> tag specifies the height of console
height
69
Unicode, also known as _________
Unicode Transformation Format-8
70
UTF -8 stands for _________
Unicode Transformation Format-9
71
CSS stands for _______________.
Cascading Style Sheet
72
_________is an advance tool for web designer to create professional WebPages that cannot be made using regular HTML attribute
Cascading Style Sheet
73
To define CSS into html code ______- tag is used within <head> tag.
<style>
74
In external style sheet  definitions are stored in a separate file with an extension________
.css
75
In External style sheet ______tag is used to Link the file with the HTML document.
<link>
76
_________ tag is used to link style sheet properties to an HTML document.
<link>
77
__________ attribute in external style sheet is used to define the relationship between the linked file and the HTML document
rel
78
__________ attribute in external style sheet  is used to specify a media type=text/css for a Cascading Style Sheet.
type
79
__________ attribute in external style sheet  Specifies the css filename to be linked.
HREF
80
In Inline style sheet  style element is used as an/a __________ of any tag.
Attribute
81
________ style property of css Sets the background color of an element
background-color
82
________ style property of css sets the color of the text
Color
83
________ style property of css sets the background image for an element
background-image
84
________ style property of css sets all the border properties in one declaration
border
85
________ style property of css sets the color of the four borders
border-color
86
________ style property of css sets the height of an element
height
87
________ style property of css sets thewidth of an element
width
88
________ style property of css sets all the font properties in one declaration
font
89
________ style property of css specifies the font family for text
font-family
90
________ style property of css Specifies the font size of text
font-size
91
________ style property of css specifies the font style for text
font-style
92
________ style property of css specifies whether or not a text should be displayed in a small-caps font
font-variant
93
________ style property of css Specifies the weight of a font
font-weight

3 comments:

  1. java script is an easy coding language and is for people who are new to programming! i love this language and all the places we can use this at is fantastic, thanks for posting.

    ReplyDelete