0% found this document useful (0 votes)
19 views3 pages

IT 12 B Slip Test Paper 1-Answers

Uploaded by

Tanvi Bhagwat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

IT 12 B Slip Test Paper 1-Answers

Uploaded by

Tanvi Bhagwat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Smt.

Rukmanrani Education Foundations


WISDOM HIGH INTERNATIONAL SCHOOL & JR. COLLEGE
NASHIK
QUESTION PAPER
Academic Year: 2024-2025 DI No. ACA/DI/13
Location: GOC Rev:01 Date:01.10.2021 Section: All Boards
SLIP TEST 1 - EXAMINATION
SUBJECT: - Information Technology
GRADE: - XII (HSC-SCI) MODEL ANS DATE : - 13/11/24
TIME : - 1 ½ Hrs. MARKS: - 40

L1 - ADVANCED WEB DESIGNING (HTML & CSS),


L5 – SERVER SIDE SCRIPTING (PHP),
L6 - ECOMMERCE & E-GOVERNANCE

Q1. Fill in the Blanks: [4]


i) The <input type= “____________”> defines a date picker with the year, [1]
month and day. (date)
ii) The _______________ tag is used by search engines to search [1]
information that is provided with the web page. (<meta>)
iii) A variable in PHP starts with a ___________ sign. ($) [1]
iv) E-commerce is the _________ exchange of business information. [1]
(paperless)

Q2. True/False [4]


i) <area shape = “circ” coords = “30, 40, 20” href = “www.yahoo.com”> is [1]
correct syntax? (True)
ii) E-commerce gives the guarantee of the goods ordered about their [1]
quality and reliability. (False)
iii) A variable declared within a function in PHP has a local scope. (True) [1]
iv) <meta charset=”UTF-8”> is used to represent a web page with Indian [1]
characters. (True)

Q3. MCQ (1) SINGLE CORRECT: [4]


i) Which of these is not an attribute of <audio> tag: [1]
a. autoplay b. Muted c. controls d. repeat
Ans : d. Repeat
ii) __________ attribute of textbox restricts the user for specified number [1]
of characters.
i. Size ii. name iii. value iv. Maxlength
Ans : iv. Maxlength
iii) In PHP ______________ keyword is used to display text on a web page. [1]
a. echo b. print c. write d. cin
Ans: a. echo
iv) The ___________________ model of E-commerce, helps consumers to [1]
sell their assets by publishing their information on the website.
Grade XII B (HS) IT SLIP Test – 1 MODEL ANS Paper (2024-2025) Page 1
Release Date:-
i. C2B ii. B2C iii. B2B iv. C2C
Ans: iv. C2C

Q4. MCQ (2) TWO CORRECT: [4]


i) Single line comment in PHP is possible using __________ [2]
a. // b. /* */ c. # d. <!-- --> e. $
Ans: a. // and c. #
ii) A CSS rule set contains _________ and ____________ [2]
a. set b. selector c. post d. declaration e. block
Ans: b. Selector and d. declaration

Q5. MCQ (3) THREE CORRECT: [6]


i) Following GUI elements can be created by specifying TYPE attribute in [3]
<input> tag:
i. textbox ii. submit button iii. Drop down list
iv. color picker tool v. map vi. Multi line text box
Ans: i. textbox , ii. submit button and iv. color picker tool
ii) Advantages of E-governance are: _______ [3]
a. Increased Convenience
b. No Transparency
c. Reduction in Overall Cost
d. Increase in Cost
e. Expanded reach of the Government
f. More Corruption
Ans: a. Increased Convenience, c. Reduction in Overall Cost,
e. Expanded reach of the Government

Q6. MATCH THE PAIRS: [2]


COLUMN A COLUMN B
a. http-equiv 1. used to make the text italics
b. str_replace() 2. specifies coordinates of the
clickable regions
c. font-weight 3. Replaces some characters with
some other characters in a string.
d. substr() 4. used to make the text bold
5. used for http response
message headers
6. Returns a part of the string.
Ans: a – 5, b - 3, c - 4, d - 6
Q7. ANSWER THE FOLLOWING: (ANY 4) [8]
i) State and explain 3 advantages and 3 disadvantages of E-Commerce? [2]
Explain with appropriate examples.
ii) State and explain the Font and Text properties of CSS. [2]

Grade XII B (HS) IT SLIP Test – 1 MODEL ANS Paper (2024-2025) Page 2
Release Date:-
iii) Write short note on Digital signature and Digital certificate. [2]
iv) Explain the PHP foreach() loop with syntax and example. [2]
v) State and explain any 4 new HTML 5 - input elements that can be used [2]
to create forms in HTML. Give examples to support your answer.
vi) Define CSS. Briefly explain the difference between internal CSS and [2]
External CSS.
vii) What is E-Governance? State its advantages. [2]

Q8. WRITE HTML PROGRAMS FOR THE FOLLOWING: [8]


A) i) Design a web page that should accept name of the user, select file for [4]
upload option, color picker tool, website URL box, search box, and
submit button. Make use of validation attributes wherever possible.
OR
ii) Write HTML CODE to display a web page containing a “railway ticket
reservation form” .
 Give heading to the form.
 The form should have controls to accept the passenger name,
 Accept “city to” and “city from” fields.
 Create an input box for accepting his mobile number. Make sure
he enters a 10 digit mobile number like (9999999999). (Apply
suitable validation property for the same).
B) i) Write a program using HTML with following CSS Specifications: [4]
 Add a heading “Nashik! The city of grapes” in blue color with
yellow background. All capital letters , and having a dotted
border of any color around the text.
 Also add a scrolling text as “Come and Visit the Vineyards of
Nashik” in green color, font as “courier new” size = 24 , and bold
text.
OR
ii) Write an HTML code using CSS to display a list of your best friends
in green color, font bookman old style, size 50, capitalize the letters and
space between words as 20.

Grade XII B (HS) IT SLIP Test – 1 MODEL ANS Paper (2024-2025) Page 3
Release Date:-

You might also like