You are on page 1of 3

The Malegaon High School & Jr.

College - Malegaon
Second Semester Examination April - Sample
Day: Sample XIth Science Date: Sample

Time: 2 ½ Hrs Information Technology (IT) M. M.: 80

Q.NO. 1: Fill in the blanks. 10 Marks


1. …………………… is an address of a webpages on the internet.
2. The HTML……………………tag defines an unordered list.
3. …………………… data type in JavaScript used to store integer number.
4. …………………… tag in HTML displays text in subscript form.
5. …………………… are used to connect one document with another document.
6. …………………… tag is used to create each column of the table.
7. …………………… control of input type attribute is used to create multiline textbox.
8. The default method of submitting form data is ………………
9. A ……………… is a set of communication standards used for transferring information
between computers in a network.
10. ……………… tag is used for line break in HTML.

Q.No.2: State whether TRUE or FALSE. 10 Marks


1. Encryption is used to protect data.
2. Opera is a web browser.
3. In Javascript VAR keyword is used for variable declaration.
4. The discipline concerned with what is morally good and bad, right or wrong is called moral.
5. In JavaScript <SCRIPT> tag can be placed in <BODY> portion.
6. Hacking bank account related information is an example of plagiarism.
7. <rowspan> is used to specify table heading.
8. In HTML, tags are defined in <> brackets.
9. Hacking is representing someone else's work as own without permission.
10. Background attribute in <BODY>is used to change the background image.

Q.No.3: Multiple choice SINGLE answer. 10 Marks


1. ……………………tag is used to make text italicized.
a) <P> b) <U> c) <S> d) <I>
2. ……………………tag is used to create ordered list
a) <Select> b) <OL> c) <Table> d) <Textarea>
3. <Marquee> tag has following attribute ……………………
a) Scrollamount b) Src c) Start d) Size
4. The HTML …………………… tag defines a hyperlink.
a) <Table> b) <A> c) <Img> d) <UL>
5. Breaking security systems for illegal reasons is called……………………
a) S/W Piracy b) Cracking c) Cyberbully d) Hacking

1
6. The …………………… button allows more than one selection against multiple choices.
a) checkbox b) submit c) radio d) reset
7. Keyboard event used in Javascript is ……………………
a) Click b) onKeyDown c) Enter d) onMouseOver
8. Following is the logical operator used in Javascript ……………………
a) ||(OR) b) <> c) < d) %
9. ……………………control send the text content to the server entered in the form.
a) radio b) checkbox c) reset d) button
10. In JavaScript the post decrement operator is ..............
a) x++ b) x-- c) --x d) ++x

Q.No.4: Choose TWO multiple choices from multiple answers. 20Marks

1. The ………………… tag displays text in bold and with largest heading level where as
………………… tag displays text in the smallest heading level.
a) <H6> b) <H1> c) <H10> d) <H5>
2. <HR> tag has following attributes ………………… & …………………
a) Bordercolor b) Color c) Align d) Size
3. Attributes of <textarea> tag are …………………& …………………
a) Maxlength b) Get c) Post d) Placeholder
4. In the JavaScript …………………is relational operator while ………………… is arithmetical
operator.
a) * b) || (or) c) != d) ! (not)
5. …………………… refers to security (Hardware and Software) & …………………… is
consistent security model.
a) internet b) Encryption c) Firewall d) SSL
6. To define a table data …………………… tag & for table row …………………… tag is used.
a) <TR> b) <TROW> c) <TDATA> d) <TD>
7. ……………………&…………………… attributes are used in <IMG> tag.
a) Height b) size c) width d) color
8. Attributes of <OL> tag are ……………………&……………………
a) Start b) Type c) Face d) Align
9. A …………………… is a list of commands that are executed by a scripting engine. It is
used to generate …………………… web pages on the Web.
a) script b) dynamic c) static d) html
10. Table tag attributes are …………………… & ……………………
a) color b) Size c) Cellspacing d) border

Q.No.5:Choose THREE multiple choices from multiple answers. 6 Marks


1. Event handlers are ……………………
a) OnMouseOver b) OnMouseOut c) ParseFloat() d) alert()
e) confirm() f) OnKeyDown

2
2. Commonly used built-in functions in Javascript are ……………………
a) parseInt() b) onMouseOver c) parseFloat() d) onClick
e) onKeyDown f) alert()

Q.No.6: Rearrange the following. 04 Marks

a) </body>
b) <body>
c) </table>
d) <td bgcolor=green>Green</td></tr>
e) <tr><td rowspan=2> Colors </td>
f) <td bgcolor=red>Red</td></tr>
g) <tr>
h) <table border="3">

Q.No.7: Answer in brief. (any two) 10 Marks


1. Write features of Javascript. (any five)
2. What is Event Handling in JavaScript? State 2 examples of keyboard & mouse event
handlers.

Q.No.8: Write program for the following.


(A) Write HTML code for the following table. 5 Marks

Or
(A)

(B) Write a JavaScript program to find area of triangle. Accept length and breadth
using prompt function. 5 Marks
Or
(B) Write a JavaScript program to accept two numbers using prompt function and
perform subtraction of two numbers.

You might also like