Trending ▼   ResFinder  

CBSE Board Exam Class 10 2016 : Computer Applications

8 pages, 9 questions, 0 questions with responses, 0 total responses,    0    0
CBSE 10
Kendriya Vidyalaya (KV), Kamla Nehru Nagar, Ghaziabad
+Fave Message
 Home > CBSE - main folder >

Instantly get Model Answers to questions on this ResPaper. Try now!
NEW ResPaper Exclusive!

Formatting page ...

SET-4 Series JSR Code No. 53 Candidates must write the Code on the title page of the answer-book. Roll No. Please check that this question paper contains 8 printed pages. Code number given on the right hand side of the question paper should be written on the title page of the answer-book by the candidate. Please check that this question paper contains 6 questions. Please write down the Serial Number of the question before attempting it. 15 minute time has been allotted to read this question paper. The question paper will be distributed at 10.15 a.m. From 10.15 a.m. to 10.30 a.m., the students will read the question paper only and will not write any answer on the answer-book during this period. SUMMATIVE ASSESSMENT - II FOUNDATION OF INFORMATION TECHNOLOGY Time allowed : 3 hours 53 Maximum Marks : 90 1 P.T.O. SECTION - A 1. 2. 53 Fill in the blanks : 10 (a) __________ is used to change the colour of a visited link. (b) __________ are used to connect web pages. They are created with <A> tag. (c) __________ attribute is used to give border to an image. (d) __________ attribute with <HR> tag is used to specify colour of the line. (e) __________ is business in online environment. (f) __________ is a computer program that detects, prevents and takes action to remove malicious software programs. (g) __________ is a software program that is designed to copy itself from one computer to another. (h) In XML, __________ can t contain multiple values. (i) XML is subset of __________. (j) <TD> tag can only be present inside __________ Tag. State True or False : 10 (a) An XML document must have one root element. (b) <I> tag displays text in bold. (c) Cellpadding attribute is used with <BODY> tag. (d) <Font> tag is one of the structural tag of HTML document. (e) <Caption> tag gives heading to a web page. (f) <Head> defines the HTML header and does not affect the appearance of document. (g) <TD> will make the text bold. (h) One of the attributes of XML tag is TYPE. (i) Junk emails are also called spam. (j) Cracker is a person who break security to see what we have stored on our computers with malintentions. 2 3. Short Answer Questions : (a) Write any two storage mediums for data backup. 2 (b) Write any two tips to avoid spams. 2 (c) Write the HTML code to display a table with border of 5px. 2 (d) Write the full forms of : 2 (i) 4. ISP (ii) HTTP (iii) <DL> (iv) <BR> (e) Write the HTML code to display an image on the right side of page. 2 (f) Name the attributes of <TABLE> tag which are used for specifying its dimensions in a web page. 2 Short Answer Questions : (a) Draw the XML tree for the code given below : 5 <Library> <Books category = Thriller > <Author>ABC</Author> <Price> 150 </Price> </Books> <Books category> = Fiction > <Author>EFG</Author> <Price> 250 </Price> </Books> </Library> 53 3 P.T.O. (b) Observe the following table and write the HTML code to generate it : 5 Activities Maths Club Sr School Robotics Club Photography Gymnastic Middle School Yoga Computer Club Dance Primary School Vocal Music Swimming (c) Answer the following questions : (i) (ii) (d) 53 In a small office network, to protect every computer from hackers, virus or worm. Which statement do you think is True or False from the given options : (a) Set Firewall Turned on. (b) Install antivirus software (c) Allow users to use external disk drives (d) Download attachments from reliable source even without scanning. Mohan has downloaded few attachments in his mail to his system from Internet. When he opened those attachments there were multiple copies of the same file opened. After some time his system got reboot automatically. He is unable to find out why his system is not responding properly. Can you tell what happened to his system and give him some solution ? 1 2 (iii) Name one 4 data backup devices/mediums. 2 Identify which of the following is a tag or an attribute : 5 (i) HR (v) Text (ii) BR (iii) P 4 (iv) Align 5. Long Answer Questions : (a) Observe the following web page and write HTML code to generate it. 10 Note the following points while generating the web page : 53 Title of page is Cleanliness Link colour is green Font style for the page is arial Heading of the page is maroon Image used is clean.jpg Table border is 2px and border colour is red Link for bottom message is contact.html 5 P.T.O. (b) (i) Write two points of difference in HTML and XML. 2 (ii) Write three points of well formed XML document. 3 (iii) Write the code to create an XML document to present following data : Furniture Material Quantity Table Wood 75 I Chair Plastic 85 II 5 Floor st nd SECTION - B 6. Multiple Choice Questions (Choose most appropriate option) : (i) (ii) Valid XML document means : (a) The document has root element (b) The document contains at least one or more root element (c) The XML document has DTD associated with it and it complies with that DTD (d) Each element must nest inside any enclosing element properly Alt attribute allows : (a) Addition of an alternative hyperlink (b) Addition of a border to image (c) Use of an alternative image in place of the specified image (d) Addition of alternative text about an image (iii) What does DTD stands for ? (a) Dynamic Type Definition (b) Dynamic Type Declaration (c) Document Type Declaration (d) Document Type Definition (iv) The <HR> tag inserts __________ on a web page. 53 (a) a straight line (b) a circle (c) a border (d) none of these 6 18 (v) Choose correct HTML tag for the largest heading. (a) <H1> (b) <H6> (c) <Big heading> (d) <H size=1> (vi) Which one of the following is not a malware ? (a) Computer Virus (b) SPAM (c) WORM (d) Application Software (vii) Which one of the following is not way to get a computer virus ? (a) Through email attachments (b) Through pen drive (c) By typing on keyboard (d) By downloading files (viii) One limitation of antivirus program is that they : (a) Sometimes start behaving like virus (b) Are very expensive (c) Harm the computer (d) Can detect only those viruses for which they are programmed (ix) Firewall : (x) (a) Amplifies weak outgoing signals to stronger ones (b) Is the name of an open source browser (c) Is the name of computer virus (d) prevents intruders from accessing your system Which attribute is not valid for <body> tag ? (a) Bgcolor (b) Color (c) Text (d) Topmargin (xi) To display bullets against list items we use : 53 (a) <OL> (b) <UL> (c) Both of them (d) None of them 7 P.T.O. (xii) Which of these tags belong to <table> tag ? (a) <thead> <body> <tr> (b) <table> <head> <tfoot> (c) <table> <tr> <td> (d) <table> <tr> <tt> (xiii) What does XML stand for ? (a) Extra Markup Language (b) Extensible Markup Language (c) Example Markup Language (d) None of the above (xiv) Comment in XML can be given by : (a) <?--> (b) <!--> (c) <?!----> (d) <!?----> (xv) Which one of the following is not an option for aligning data in a table ? (a) justify (b) right (c) left (d) (xvi) With which code you can make an image work as a link ? (a) <A href = URL > Text</A> (b) <A href = ABC.html><img src = graphic.gif>Click Here</A> (c) <A ref = mailto:<img src = graphic.gif>Click Here</A> (d) None of above (xvii) XML uses : (a) Only 5 tags (b) Predefined tags (c) Custom tags (d) HTML tags (xviii) In XML value of attribute must appear : 53 (a) In uppercase (b) In Brackets (c) In quotes (d) In lowercase 8 center

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

 

  Print intermediate debugging step

Show debugging info


 


Tags : INDIA - OUTSIDE DELHI, cbse class x, cbse 10, cbse 10th standard, cbse papers, cbse sample papers, cbse books, portal for cbse india, cbse question bank, central board of secondary education, cbse question papers with answers, prelims preliminary exams, pre board exam papers, cbse model test papers, solved board question papers of cbse last year, previous years solved question papers, free online cbse solved question paper, cbse syllabus, india cbse board sample questions papers, last 10 years cbse papers, cbse question papers 2017, cbse guess sample questions papers, cbse important questions, specimen / mock papers 2018.  

© 2010 - 2025 ResPaper. Terms of ServiceContact Us Advertise with us

 

cbse10 chat