Annual Examination 2022-2023: Vidya Valley North Point Junior College

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Dnyanvardhini Pratishthan’s

Vidya Valley North Point Junior College


Chinchwad, Pune - 411 019.
Annual Examination 2022-2023
Subject-Information Technology
Std - XI(Science) Marks-80
Day & Date: - Saturday 18/03/2023 Time - 2hr.30mins.

Q.1 Fill in the Blanks 10


1. WAN stands for _____
2. ____ is known as Read/Write Memory.
3. Program or set of program are called as_____
4. HTML stand for____
5. The____data type is used for storing integer value.
6. The____ tag is used to display horizontal line.
7. The ____tag is used to define paragraph.
8. The ____tag indicates table heading.
9. Variable name in JavaScript is declared with keyword_______
10. The ____deals with right and wrong.
Q.2. True or False 10
1. <sub> display text in superscript form.
2. In HTML links are created by using <a> tag.
3. The default method of submitting form data is GET.
4. The checked attribute specifies the default selection for option in a checkbox or radio
button.
5. Strings are used for storing number data type.
6. var keyword is used to declare the variable in JavaScript.
7. && (and) operator evaluates to true only when all its operands are true.
8. alert() function display alert popup box with ok button.
9. onClick is a keyboard event.
10.++x Pre-increment operator in JavaScript.
Q.3 A] Choose the ONE correct answer 10
1. The ____ tag is used to define caption for the table.
a. <cap> b. <caption> c.<caps> d. <th>
2. To merge two or more columns of table ______attribute is used.
a. Rowspan b. Colspan c.Cols d. Rows
3. In HTML the form is created by using _____tag.
a. <form> b. <web page> c. <table> d.<html>
4. To specify different type of controls ______is used.
a. <input> b. <img> c. <table> d.<form>
5. The _____ attributes specifies value to the object.
a. Value b. Checked c. Size d. height
6. Information sent from a form with _____method is visible to everyone.
a. POST b. GET c. HTTP d. FTP
7. The ______function is used to parse a string and convert it into a number.
a. parseInt() b. parseFloat() c. Prompt() d.alert()
8. The _____ type represents value true and false.
a. Boolean b. String c. Number d. Float

9. To convert text into lowercase which string function are used.


a. toUppercase b. toLowercase c.isNaN d. Str
10. The _____ attributes is used to specify name of the form.
a. Method b. Name c. Action d. Text

Q.3 B] Multiple Choices two correct answer 20


1. Identify the Logical operator in JavaScript.
a. OR b. AND c. Not d. && e.!
2. Maxlength attribute is common in
a. <input> b. <textarea> c. <form> d. <select> e.<head>
3. Common attributes for <th> and <td>
a.align b. length c. size d. colspan e. h1
4. Decrement in javascript can be done in two ways.
a. Pre-increment b. pre-decrement c. post-decrement d. post-increment
5. The attributes of <IMG> tag are _____
a. src b. alt c. select d. cols e. color
6. Identify the Relational operator in JavaScript.
a. <= b. || c. != d. && e. %
7. Mouse event in JavaScript are _____
a. onClick b. onKeydown c. onMouseOver d. onKeyUp e. alert
8. Cyber crime involve in _____
a. Fraud b. Cyber c. Defamation d. copy e.access
9. Data types in Java script are_____
a. Number b. String c. var d. SUM e.type
10. The attributes of table tag are ______
a. border b. src c. bgcolor d. href e.alt

Q.3 C] Multiple Choices three correct answers. 6


1.Attributes of< form>tag are______
a. href b.cols c. action
d.method e. src f. name
2. Attributes of <textarea> tag are_______
a.src b.url c. cols
d.option e.placeholder f. required

Q.4 Match the Following.


1.alert() a)Triggers when a key is released
2.toLowerCase() b)Display an alert box
3.onKeyUp c)Modulus
4. % d) convert the string to lowercase letter
Q.5 [A]Answer briefly (any 5) 10
1. Write down the difference between LAN, MAN and WAN.
2. What is primary key?
3. What is DDL?
4. Define the terms 1.Ethics 2.Moral
5. Explain software piracy and Hacking.
6. Explain unauthorized access?
7. Explain Peer-to-Peer Architecture.
8. Explain Primary Memory.

Q.5[B] Write a Program 10


A. Write a html program to create an unordered list having names of five Books.
OR
A. Write a html program to display “INDIA” having Arial font, and background
colour green.

B. Write an event driven JavaScript program to display addition of two number.

OR
B. Write JavaScript program to check the number is even or odd.

*******************************

You might also like