FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download CBSE Class 10 ComputerApplication Marking Scheme 2021 Model Paper

Download Central Board of Secondary Education (CBSE) Class 10th (10th Board Exam) ComputerApplication Marking Scheme 2021 Model Paper

This post was last modified on 07 March 2021

JNTU Kakinada (JNTUK) B.Tech R20-R19-R16 Syllabus And Course Structure


Class: X Session: 2020-21

Computer Applications (Code 165)

Sample Question Paper (Theory)

--- Content provided by‌ FirstRanker.com ---

Marking Scheme

Maximum Marks: 50

Time Allowed: 2 Hours

Question No. Part-A Section-I Marks allocated
1

This section consists of 13 questions of very short answer type. Question no. 4 to 8 are of 'fill in the blank' type. Fill the blank with the most appropriate answer. Attempt any 10 questions from question no 1 to 13.

What is a Homepage?

--- Content provided by⁠ FirstRanker.com ---

1
Ans The default (first) page of a website is called a Homepage. (1 Mark for the correct answer)
2 Which heading element gives the most prominent headings? 1
Ans <H1> (1 Mark for the correct answer)
3 Give one use of anchor tag. 1
Ans Anchor tag is used to create hyperlinks. (1 Mark for the correct answer)
4 __________ tag is used for a horizontal line. 1
Ans HR tag (1 Mark for the correct answer)
5 An empty HTML element has a __________ tag but no __________ tag. 1
Ans start, end (1/2 Mark each for start and end)
6 __________ tag creates a bulleted list. 1
Ans <UL> (1 Mark for the correct answer)
7 The code for inserting an image in an HTML page is <imgsrc=" " alt=" ">. The alt attribute is used for 1
Ans specifying alternate text for the image (1 Mark for the correct answer)
8 Ravi was trying to log-in to his net-banking account. He noticed that the URL of the net banking starts with 'https'. The 's' in 'https' stands for __________ 1
Ans Secure (1 Mark for the correct answer)
9 Sarita is designing a webpage and wants to change the name of the font (font-type) for certain text. Which attribute of the FONT tag she should use. 1
Ans face (1 Mark for the correct answer)
10 What is the use of <br> tag in HTML Code? 1
Ans <br> tag is used to insert a single line break in a HTML Document. (1 Mark for the correct answer)
11 What is the significance of the URL? 1
Ans URL specifies unique address of each document on the internet. (1 Mark for the correct answer)
12 What is the importance of vlink attribute of <BODY> tag? 1
Ans vlink attribute specifies the color of visited links in a document (1 Mark for the correct answer)
13 What is the method of using comment line in the HTML code? 1
Ans <!-- Any text --> (1 Mark for the correct answer)
14

Section-II

Both the Case study based questions are compulsory. Attempt any 5 questions (out of 7 questions) from each case study. Each question carries 1 mark

Internet Protocols

For communication over the Internet, the communicating devices must follow certain rules. These rules are called Internet protocols. For email communication, we use SMTP and POP. For communication between browser and server HTTP and HTTPS protocols are used. We can use TELNET to access services available on a remote computer.

(i) Which of the following is an Internet Protocol. a) HTTP b) FTP c) both (a) and (b) d) None of the above 1
Ans c) both (a) and (b) (1 Mark for the correct answer)
(ii) SMTP protocol is a) used for composing an emailmessage. b) used in receiving incoming emails by pulling the message from server to client c) used in sending outgoing emails by pushing the message from client to server d) None of the above 1
Ans c) used in sending outgoing emails by pushing the message from client to server (1 Mark for the correct answer)
(iii) POP protocol is a) used for composing an emailmessage b) used in receiving incoming emails by pulling the message from server to client c) used in sending outgoing emails by pushing the message from client to server d) None of the above 1
Ans b) used in receiving incoming emails by pulling the message from server to client (1 Mark for the correct answer)
(iv) Which of the following internet protocols provides secure data transmission between server and browser with the help of encryption. a) HTTP b) HTTPS c) TELNET d) ARPANET 1
Ans b) HTTPS (1 Mark for the correct answer)
(v) The full form of POP (email protocol) is a) Post Order Protocol b) Push Order Protocol c) Post Office Protocol d) Pull Over Protocol 1
Ans c) Post Office Protocol (1 Mark for the correct answer)
(vi) Which of the following protocol is used for delivering data from the source to the destination. a) TCP b) IP c) SMTP d) ARPANET 1
Ans b) IP (1 Mark for the correct answer)
(vii) The Full Form of SMTP is a) Secure Mail Transfer Protocol b) Secure Mail Transmit Protocol c) Simple Mail Transmit Protocol d) Simple Mail Transfer Protocol 1
Ans d) Simple Mail Transfer Protocol (1 Mark for the correct answer)
15

Secure data transmission

--- Content provided by FirstRanker.com ---

Secure data transmission means that data/information is not being received or modified by an unauthorized person, over a network, from source to destination. For secure data transmission, we can convert an actual message (which is in readable form) into an unreadable message (called an encrypted message) with the help of the concept of encryption. This unreadable message is sent through the network to the destination. If a hacker tries to read this message, he/she receives an unreadable message that cannot be easily converted into the actual message. The unreadable message can be converted to the original message by the receiver at the destination.

Caesar Cipher is one of the common encryption techniques. In this technique, each letter of the word is replaced by a letter some fixed number of positions (usually called as key) down the alphabet. For example, if the key is 3, each 'A' will be replaced by 'D' (Letter 'D' is 3 positions down Letter 'A' in the alphabet), each 'B' will be replaced by 'E' and similarly, each 'Z' will be replaced by 'C'. The receiver can identify the original message by using the reverse technique of encryption. This reverse technique is called decryption.

(i) .Secure data transmission means a) Data can be accessed by any unauthorized person during transmission. b) Data can not be accessed by any unauthorized person during transmission. c) Transmission of data d) None of the above 1
Ans b) Data can not be accessed by any authorized person during transmission (1 Mark for the correct answer)
(ii) Which of the following techniques can be used for security of data. a) Authentication b) Authorisation c) Encryption d) All of the Above 1
Ans d) All of the Above (1 Mark for the correct answer)
(iii) Caesar Cipher is a) used for conversion of the actual message into an encrypted message b) an encryption technique c) both (a) and (b) d) None of the above 1
Ans c) both (a) and (b) (1 Mark for the correct answer)
(iv) Person 'X' has received an encrypted mom and wants to convert this message into the actual message (message before encryption). The technique he should use is called a) Conversion b) Encryption c) Decryption d) None of the above 1
Ans c) Decryption (1 Mark for the correct answer)
(v) A sender wants to send a message having the text as 'COMPUTER' to a receiver using 4 as the key. What will be the encrypted message? a) GSQTZXIV b) GSQTYXIV c) GSXTYXIV d) GSQSYXIV 1
Ans b) GSQTYXIV (1 Mark for the correct answer)
(vi) An encryption algorithm is used to transform a readable message into: a) Text message b) Simple message c) Converted message d) Encrypted message 1
Ans c) Encrypted message (1 Mark for the correct answer)
(vii) In Ceaser Cipher, for which of the following values of key, the encrypted message will be the same as original message. a) 0 b) 26 c) both (a) and (b) d) None of the above 1
Ans c) both (a) and (b) (1 Mark for the correct answer)

Part -B

All questions are compulsory. In case of internal choices, attempt any one.

16 Sarvesh, a student of Class X, is not able to understand the difference between web client and web-server. Help him in understanding the same by explaining their role and giving suitable example of each. 2
Ans Web-Client: An application (Web Browser, Chatting Program, etc.) that requests for services from a web- server. Example: Web Browsers, Chatting Applications Web-Server: Web-server is a software (or any dedicated computer running this software) that serves the request made by web-clients. Example: Apache Server (1/2 mark each for explaining the role of Web-Client and Web-Server) (1/2 mark each for example of web-client and web-server)
17 Write the full form of Cc and Bcc (used in emailcommunication). Explain the difference between them. 2
Ans Cc: Carbon Copy: every recipient can check who else has received the mail. Bcc: Blind Carbon Copy: no recipient can check who else has received the mail. (1/2 mark each for full form of Cc and Bcc) (1 mark for explaining the correct difference)
18 What is the use of <sub> and <sup>tag. Explain with suitable example. 2
Ans <sub> : defines subscripted text <sup> : defines superscripted text Example To write a² : a<sup>2</sup> To write CO2 : CO<sub>2</sub> (1/2 mark each for explaining the use of <sub> and <sup> tag) (1/2 mark each for example of <sub> and <sup> tag)
19 Sunil wants to insert an image 'elearning.jpg' into a webpage. Write the name and the syntax of the HTML Tag she should use. The alternate text for the image should be 'E-learning Image' 2
Ans Name of Tag: Image Tag (<img>) Syntax of Tag :<imgsrc = "elearning.jpg" alt = "E-learning Image"> (1/2 mark for correct name of tag) (1/2 mark for correct use of img tag in syntax) (1/2 mark for correct use of src attribute) (1/2 mark for correct use of alt atribute)
20 Define the following (i) Intellectual Property Rights (ii) Plagiarism

OR

--- Content provided by FirstRanker.com ---

What is e-commerce? Write any two preventive measuresto be taken for secure online transaction.
2
Ans Intellectual Property Rights: rights given to creators for creations of their minds. Plagiarism: taking credit of ideas/words of another person

OR

e-commerce: Buying and selling of goods on the internet Two preventive measures for secure online transaction 1. Never share OTP with anyone. 2. Before making an online payment, ensure that connection is secure (HTTPS) (1 mark each for the correct definition of Intellectual Property Rights and Plagiarism)

OR

(1 mark for the correct definition of e-commerce) (1/2 mark each for two preventive measures)
21 Shalini, a web designer, wants to create a webpage to display a list where each item is listed by a number. Which type of list she should use? Explain the role of start and type attributes. 3
Ans Ordered List Role Start Attribute: specifies the start value of an ordered list Type Attribute: specifies the type of the list item marker (1 mark for the correct list type) (1 mark each for explaining the correct role of start and type attributes)
22 What are the roles of Rowspan and Colspan attribute? Explain with suitable HTML example. 3
Ans Rowspan: Combine Cells vertically Colspan: Combine Cells horizontally Example <table border = '1'> <tr> <td>Row-1 Column-1</td> <td colspan="2">Row-1 Column-2and3</td> <td rowspan="2">Row-1and2 Column-4</td> </tr> <tr> <td>Row-2 Column-1</td> <td>Row-2 Column-2</td> <td>Row-2 Column-3</td> </tr> </table> (1/2 mark each for explaining role of Rowspan and Colspan) (1 mark each for correct explaination of Rowspan and Colspan using HTML example)
23 Saroj, a student of Class X, wants to represent a table in webpage but she is unaware about the table tag. Explain her the role of <th>, <tr> and <td> tag. Write HTML code of a table and show the use of <th>, <tr> and <td> tag. 3
Ans <tr>: defines table row. <th>: defines table header. <td>: defines table data/cell. HTML Code <table> <tr> <th>Roll Number</th> <th>Name</th> <th>Stream</th> </tr> <tr> <td>1</td> <td>Ajay</td> <td>Arts</td> </tr> <tr> <td>2</td> <td>Vijay</td> <td>Commerce</td> </tr> <tr> <td>3</td> <td>Ramesh</td> <td>Commerce</td> </tr> </table> (1/2 mark each for explaining the correct role of <th>, <tr> and <td> tag) (1.5 mark for correct code of HTML table showing the use of <th>, <tr> and <td> tag)
24 What is the digital divide? Write any two reasons for digital divide in India. 3
Ans Digital Divide refers to the differing amount of information between those who have access to ICT and those who don't have access. Reasons • due to the unequal distribution of wealth, poverty is higher in rural areas • Less Literacy rate in rural India (1 mark for the correct definition of digital divide) (1 mark each for any two correct reasons for the digital divide in India)
25 Define Internet and write its two uses in our daily life. How is it different from the World Wide Web (www).

OR

What is e-learning? Explain any two merits of e-learning.
3
Ans The Internet is a worldwide network that links many smaller computer-networks. Uses of the Internet 1. e-learning 2. e-commerce The difference between the internetandwww www: It is a collection of various hypertext documents available over the internet. www is a part of the internet. internet: A worldwide network that provides various other services (apart from www) like email-communication, File sharing, etc.

OR

e-learning: learning through the courses which are delivered online. Benefits: 1. Self Paced (Learn at your speed). 2. We can attend classes atanytime and anywhere. (1 mark for the correct definition of the internet) (1/2 mark each for writing two use of internet in daily life) (1 mark for explaining the correct difference between internet and www)

OR

--- Content provided by FirstRanker.com ---

(1 mark for the correct definition of e-learning) (1 mark each for writing any two merits of e-learning)
26

Our Country : India

This download link is referred from the post: JNTU Kakinada (JNTUK) B.Tech R20-R19-R16 Syllabus And Course Structure