Trending ▼   ResFinder  

CBSE Class X Sample Question Paper 2017 : INFORMATION AND COMMUNICATION TECHNOLOGY (with Marking Scheme / Solutions)

15 pages, 50 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 > SAMPLE / MOCK Question Papers : CBSE Board Class 10 >

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

Formatting page ...

Sample Question Paper ICT Class: X Session 2016-17 Time : 3 hrs M.M: 70 1 What is the purpose of FORM in web page ? 1 2 Identify the following: 1 i. Software that literally spies on what is being done on a computer. ii. It seeks to compromise a DNS server so that users can be redirected to unsafe websites. 3 Name any two activities that can be considered as a Theft of Intellectual 1 Property. 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Why is Phishing termed as a form of identity theft? Proprietary software companies get a copyright for all of its software. What is its utility? Name the two of the most common Web attacks that attempts to breach a website. Who is a Netizen? What is Cyberspace? Give any two advantages of CSS. Explain Workstation Licence. Write the CSS code to insert the image of the butterfly with name btfly.gif as a background image for a web page Write the CSS code to change the foreground color of text to #ff0000 in h1 tags Write the CSS code to display the text of td tag in centre Highlight the importance of DOM component of DHTML. Consider the following CSS code: h1 {font-family: arial, comic sans-serif, Times New Roman ;} Explain font-family. Consider the following HTML code : Father Name: <input type= text size = 20 name= FName > Identify the internal name and explain its relevance. What is a firewall? Differentiate between GET and POST method of sending data. List any 3 items that can be created using DHTML. Observe the following code and answer the questions that follow: <html> <head> <title> Find Output 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 </title> </head> <body> <select Multiple> <Option> Science</Option> <Option> Commerce</Option> <Option> Humanities</Option> </select> </body> </html> i. What is the use of <select> tag in the above code? ii. Explain the purpose of Multiple attribute of <select> tag. iii. What output will be produced when the above code is executed? 21 22 23 Observe the following code carefully and answer the questions that follow: <html> <head> <title>Example</title> <style type="text/css"> li { letter-spacing:10px ; text-transform:uppercase; } </style> </head> <body> Creation of a project <ol> <li>Analysis</li> <li>Design </li> <li>Coding</li> <li>Testing</li> <li>Maintenance</li> </ol> </body> </html> Predict the output of the above code while explaining the effects applied on <li> in the CSS code. Differentiate between Open source , Freeware and Shareware. Write code to create the following HTML Form to accept User s Information as part of a Magazine Survey: 3 3 4 Note: Address accepts multiline text. 24 25 26 a) b) c) Create an external style sheet style.css with the following specifications for the various HTML <BODY>: Background color should be Aqua( ) Foreground color should be Navy( ) <H1> Should be underlined and center aligned <P> First line should be indented to 60px Font-weight should be normal Write the HTML code to create a link from the HTML document to the style sheet (style.css).Where in the HTML document should the code be placed? List any 4 cyber safety guidelines which should be followed by all the Netizens. Multiple Choice Questions Name the attribute of the <input> tag that determines the category of controls a) SRC b) value c) name d) type Name the attribute that is specified to set the width of a text. e) limit f) size g) value h) maxlength Is it possible for the developer to restrict the values accepted in a text field by specifying an attribute? a) numeric b) integer c) value d)You cannot restrict text values using HTML. 4 4 1 1 1 d) e) f) g) h) i) j) We mask the input typed into a text field by specifying an <input> tag as ________. a) password b) secure c) invisible d) hidden HTML provides an attribute for the <input> tag that allows you to encrypt data to make it secure. a) True b) False Which of the following is correct? a) <input type= radio name= animal value= Zebra > Zebra <input type= radio name= animal value= Lion > Lion <input type= radio name= animal value= Tiger > Tiger 1 1 1 b) <input type= radio name= Zebra > Zebra <input type= radio name= Lion > Lion <input type= radio name= Tiger > Tiger Which of the following is most true? 1 a) The <option> tag does not have a value attribute. If selected, it passes its displayed value. b) The <option> tag only passes values through its value attributes. The displayed value is never displayed. c) The <option> tag passes values through the value tag if it is present, and passes the value displayed if the value attribute is not given. d) The purpose of the <option> tag is to specify the type of control to use, not to pass values. In order to clear the values in a form, the developer specifies an <input> tag as: 1 a) empty b) clear c) refresh d) reset Term to describe harassing, taunting, or teasing online 1 a) Cyber bullying b) Flaming c) Trolling Tricking users into revealing personal information such as passwords and bank account numbers by way of emails pretending to be from actual companies a) Phishing b) Spyware c) Bird Watch 1 k) Using someone else's work and taking credit for it a)Fair Use b)Ethical c)to plagiarize 1 l) Malicious that enters a computer and tracks and gathers personal information a) Phishing b) Spyware c) Malware 1 m) Which of the following property is used to create a small-caps effect? 1 n) o) p) a) font-family b) font-style c) font-variant d) font-weight Multiple external style sheets cannot be referenced inside a single HTML document a) True b) False Which of the following is correct CSS syntax for using font property? a) <p style="font: italic, bold, 25px;"> ................ </p> b) <p style="font-style: italic font-weight: bold font-size: 25px;"> ................... </p> c) <p style="font: italic bold 25px;"> ....................... </p> What are the three methods of implementing CSS? 1 1 1 a) Direct, Indirect, and External b) Internal, External, and Embedded c) Inline, Embedded, and External q) r) table {color: blue;} In the code snippet above, which part represents the property? a) table b) color c) blue Which of the following statements is TRUE for CSS a) An external style sheet is ideal when the style is applied to many pages b) An inline style sheet should be used when a single document has a unique style c) Both A and B above d) An externay styye sheet can be written in HTML 1 1 Marking Scheme ICT Class: X Session 2016-17 Time : 3 hrs M.M: 70 1 What is the purpose of FORM in web page? 1 Ans: HTML form on a web page allows a user to enter data that can be processed. (1 Mark for Correct answer) 2 Identify the following: 1 i. Software that literally spies on what is being done on a computer. ii. It seeks to compromise a DNS server so that users can be redirected to unsafe websites. Ans: i. Spyware ii. DNS Poisoning ( Mark for each correct answer) 3 Name any two activities that can be considered as a Theft of Intellectual 1 Property. Ans: Downloading copyrighted music & videos Plagiarism, Cheating Software piracy ( Mark for any 2 correct activities) 4 Why is Phishing termed as a form of identity theft? 1 Ans: Phishing is the process of trying to tempt the target to provide personal information which can be used to perform illegal actions. (1 mark for the correct answer) 5 1 Proprietary software companies get a copyright for all of its software. What is its utility? Ans: A software copyright is a legal right that protects all source code, written text materials, graphic images/ designs, drawings, any linked sound, video files or films from its illegal use and distribution. (1 Mark for the correct answer) 6 Name the two of the most common Web attacks that attempts to breach a 1 website. Ans: i. SQL injection ii. cross-site scripting ( Mark each for any 2 valid attacks) 7 Who is a Netizen? 1 Ans: Netizens are the inhabitants of the internet and use it as an extension of their physical world (1 Mark for correctly identifying Netizen) 8 What is Cyberspace? 1 Ans: Cyberspace is a man made machine world reshaping itself periodically which 9 10 is information driven. (1 Mark for correctly identifying Cyberspace) Give any two advantages of CSS Ans: The advantages of using CSS are: It controls layout of many documents from one single style sheet. It has more precise control of layout. (1 Mark for each for two advantages) Explain Workstation Licence. Ans: Workstation licenses are licenses that permit the installation of an application on a 2 2 single computer. Before installing it on a different machine the software must be removed from the first machine 11 12 13 14 15 16 17 (2 Mark for Correct explanation) Write the CSS code to insert the image of the butterfly with name btfly.gif as a background image for a web page Ans: body { background-image: url( btfly.gif ); } (1 Mark for Correct code) Write the CSS code to change the foreground color of text to #ff0000 in h1 tags Ans: h1 { color: #ff0000; } (1 Mark for Correct code) Write the CSS code to display the text of td tag in centre Ans: td { text-align: center; } (1 Mark for Correct code) Highlight the importance of DOM component of DHTML. Ans: Document Object Model (DOM) The road map through which you can locate any element in an HTML document and use a scripting language, such as JavaScript, to change the element s properties. (1 Mark for expanding DOM) (1 mark for its correct importance) Consider the following CSS code: h1 {font-family: arial, comic sans-serif, Times New Roman ;} Explain font-family. Ans: The property font-family is used to apply prioritized list of fonts in a web page. If the first font of the list is not installed on the computer then the next font of the list will be displayed until a suitable font is found. (2 marks for the correct answer) Consider the following HTML code : Father Name: <input type= text size = 20 name= FName > Identify the internal name and explain its relevance. Ans: Internal Name: FName Internal name is used by the program that handles the form for the purpose of identification of data while retrieving data. (1 Mark for identification of the Internal name and writing its relevance) What is a firewall? Ans: A firewall is a program or hardware device that filters the information coming 2 2 2 2 2 2 2 18 19 20 through an internet connection to a network or computer system. If incoming information does not pass the rules stored in the firewall, it is not allowed through. (1 mark for identifying firewall as a program or hardware device) (1 Mark for the correct definition) Differentiate between GET and POST method of sending data. Ans: GET Method POST Method Appends form-data into the URL Appends form-data inside the in name/value pairs body of the HTTP request (data is not shown is in URL) The length of a URL is limited It has no size limitations (about 3000 characters) GET is better for non-secure data, POST suitable for sending like query strings in Google sensitive data Useful for form submissions Form submissions with POST where a user want to bookmark cannot be bookmarked the result (1 Mark each for any 2 valid differences) List any 3 items that can be created using DHTML. Ans: DHTML can be used to create the following: Animation Pop-up menus Inclusion of Web page content from external data sources Elements that can be dragged and dropped within the Web page (Any three points & 1 Mark for each point) Observe the following code and answer the questions that follow: <html> <head> <title> Find Output </title> </head> <body> <select Multiple> <Option> Science</Option> <Option> Commerce</Option> <Option> Humanities</Option> </select> </body> </html> i. What is the use of <select> tag in the above code? ii. Explain the purpose of Multiple attribute of <select> tag. iii. What output will be produced when the above code is executed? Ans: i. <select> tag is used to create a dropdown box that prompts the user to 2 3 3 select item / item(s) from the list (1 mark for the correct answer) ii. Multiple attribute of <select> tag allows multiple selection from the list (1 mark for the correct answer) iii. 21 (1 mark for the correct output) Observe the following code carefully and answer the questions that follow: <html> <head> <title>Example</title> <style type="text/css"> li { letter-spacing:10px ; text-transform:uppercase; } </style> </head> <body> Creation of a project <ol> <li>Analysis</li> <li>Design </li> <li>Coding</li> <li>Testing</li> <li>Maintenance</li> </ol> </body> </html> Predict the output of the above code while explaining the effects applied on <li> in the CSS code. 3 Ans: 22 (1 mark for the correct output) LETTER-SPACING: This property is used to give the specified spacing between the text characters. TEXT-TRANSFORM: The text-transform property controls the capitalization of a text.In the above code uppercase is used to converts all letters to uppercase. (1 mark each for correctly explaining LETTER-SPACING and TEXTTRANSFORM) Differentiate between Open source , Freeware and Shareware. Ans: Open-source software (OSS) is computer software with its source code made available. It is very often developed in a public, collaborative manner. A license for open sources software allows the end user to study, change and distribute the software for any purpose. 3 Some copyrighted software is made available for use, free of charge for an unlimited time. These are called Freeware. The copyright still remains with the producer / owner for any future development. Shareware are copyrighted software that can be shared for a limited on a trial basis with the understanding that if the user decides to use it, he will pay for it. 23 (3 marks for the correct answer) Write code to create the following HTML Form to accept User s Information as part of a Magazine Survey: Note: Address accepts multiline text. Ans: <Html> <Head> <Title> Reader's Joy </Title> </Head> 4 <Body> <H1 align="center">User Survey</H1> <Form method="get" action=""> Name:<input type="text" name="Username"><br> Address:<input type = "textarea" name="Useraddress"><br> Male<input type="radio" name="G"> Female<input type="radio" name="G"><br> You came to know about our Magazine from :<br> <input type="Checkbox" name="G">Friend <input type="Checkbox" name="G"> Newspaper <input type="Checkbox" name="G">TV/Radio <input type="Checkbox" name="G"> Others<br> <input type ="Submit" Value="Submit"> </Form> </Body> </HTML> (1 mark for creating textfield correctly as per the format mentioned) (1 mark for creating textarea correctly as per the format mentioned) (1 mark for creating radio button correctly as per the format mentioned) (1 mark for creating checkbox correctly as per the format mentioned) 24 ( Mark to be deducted if <form> tag not used) Create an external style sheet style.css with the following specifications for the various HTML <BODY>: Background color should be Aqua( ) Foreground color should be Navy( ) <H1> Should be underlined and center aligned <P> First line should be indented to 60px Font-weight should be normal Write the HTML code to create a link from the HTML document to the style sheet (style.css).Where in the HTML document should the code be placed? Ans: style.css body { background-color: Aqua; color : navy } h1 { text-align:center; 4 text-decoration:underline; } p { font-weight:normal; text-indent:60px; } To create a link from the HTML document to the style sheet (style.css). The following code will be inserted in the header section of the HTML code i.e. between the <head> and </head> tags. <link href="style.css" rel ="stylesheet" type="text/css"> (1 Mark for each correct CSS component (i.e. body,h1,p)as per the question) (1 Mark for writing the correct method of creating a link from the HTML document to the style sheet) 25 26 a) b) List any 4 cyber safety guidelines which should be followed by all the Netizens. Ans: All Netizens should follow the following guidelines to recognize online risks: Set secure passwords and don t share them with anyone. Take advantage of privacy and security settings. Use site settings to limit the information you share with the general public online. Be suspicious of unknown links or requests sent through email or text message. Do not click on unknown links or answer strange questions sent to your mobile device, regardless of who the sender appears to be. Download only trusted applications from reputable sources or marketplaces. 4 (1 Mark for any 4 valid cyber safety guidelines) Multiple Choice Questions Name the attribute of the <input> tag that determines the category of controls a) SRC b) value c) name d) type Ans. d) type ( 1 mark for correct identification) Name the attribute that is specified to set the width of a text. e) limit f) size g) value h) maxlength Ans. b) size 1 1 c) d) e) f) g) ( 1 mark for correct identification) Is it possible for the developer to restrict the values accepted in a text field by specifying an attribute? a) numeric b) integer c) value d)You cannot restrict text values using HTML. Ans. d)You cannot restrict text values using HTML. ( 1 mark for correct identification) We mask the input typed into a text field by specifying an <input> tag as ________. a) password b) secure c) invisible d) hidden Ans. a) password ( 1 mark for correct identification) HTML provides an attribute for the <input> tag that allows you to encrypt data to make it secure. a) True b) False Ans. b) False ( 1 mark for correct identification) Which of the following is correct? a) <input type= radio name= animal value= Zebra > Zebra <input type= radio name= animal value= Lion > Lion <input type= radio name= animal value= Tiger > Tiger b) <input type= radio name= Zebra > Zebra <input type= radio name= Lion > Lion <input type= radio name= Tiger > Tiger Ans. a) <input type= radio name= animal value= Zebra > Zebra <input type= radio name= animal value= Lion > Lion <input type= radio name= animal value= Tiger > Tiger ( 1 mark for correct identification) Which of the following is most true? a) The <option> tag does not have a value attribute. If selected, it passes its displayed value. b) The <option> tag only passes values through its value attributes. The displayed value is never displayed. c) The <option> tag passes values through the value tag if it is present, and passes the value displayed if the value attribute is not given. 1 1 1 1 1 d) The purpose of the <option> tag is to specify the type of control to use, not to pass values. Ans. h) i) c) The <option> tag passes values through the value tag if it is present, and passes the value displayed if the value attribute is not given. ( 1 mark for correct identification) In order to clear the values in a form, the developer specifies an <input> tag as: 1 a) empty b) clear c) refresh d) reset Ans. d)reset ( 1 mark for correct identification) Term to describe harassing, taunting, or teasing online 1 a) Cyber bullying b) Flaming c) Trolling Ans. j) Ans. k) l) a) Spyware ( 1 mark for correct identification) Using someone else's work and taking credit for it a)Fair Use b)Ethical c)to plagiarize Ans. c)to plagiarize ( 1 mark for correct identification) Malicious that enters a computer and tracks and gathers personal information a) Phishing b) Spyware c) Malware Ans. m) a) Cyber bullying ( 1 mark for correct identification) Tricking users into revealing personal information such as passwords and bank account numbers by way of emails pretending to be from actual companies a) Phishing b) Spyware c) Bird Watch a) Phishing ( 1 mark for correct identification) Which of the following property is used to create a small-caps effect? 1 1 1 1 n) a) font-family b) font-style c) font-variant d) font-weight Ans. c) font-variant ( 1 mark for correct identification) Multiple external style sheets cannot be referenced inside a single HTML document a) True b) False Ans b) False o) Which of the following is correct CSS syntax for using font property? a) <p style="font: italic, bold, 25px;"> ................ </p> b) <p style="font-style: italic font-weight: bold font-size: 25px;"> ................... </p> c) <p style="font: italic bold 25px;"> ....................... </p> Ans 1 1 c) <p style="font: italic bold 25px;"> ....................... </p> ( 1 mark for correct identification) p) Ans q) Ans r) Ans What are the three methods of implementing CSS? a) Direct, Indirect, and External b) Internal, External, and Embedded c) Inline, Embedded, and External c) Inline, Embedded, and External ( 1 mark for correct identification) table {color: blue;} In the code snippet above, which part represents the property? a) table b) color c) blue b) color ( 1 mark for correct identification) Which of the following statements is TRUE for CSS a) An external style sheet is ideal when the style is applied to many pages b) An inline style sheet should be used when a single document has a unique style c) Both A and B above d) An external style sheet can be written in HTML a) An external style sheet is ideal when the style is applied to many pages ( 1 mark for correct identification) 1 1 1

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

Formatting page ...

 

  Print intermediate debugging step

Show debugging info


 


Tags : CBSE Board Examinations : Class X Previous Year Question Papers Class 10 Sample / Model Papers - with Solutions, 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