CBSE Class 10 Computer Applications Syllabus 2019 2020
CBSE Class 10 Computer Applications Syllabus 2019 2020
com
COMPUTER APPLICATIONS
CLASS IX (Code 165)
(2019-20)
Learning Outcomes
Unit 2: Cyber-safety
Safely browsing the web and using social networks: identity protection, proper
usage of passwords, privacy, confidentiality of information, cyber stalking,
reporting cybercrimes
Safely accessing websites: viruses and malware
Introduction to Scratch.
Drag and drop commands, creating simple scripts, repeating blocks of
commands.
Discuss x-y plane, create scripts to move the cat (Scratch mascot).
Create a script to draw diagrams using the pen feature.
5. Lab Exercises
Basic I/O devices: use the mouse and keyboard, draw a figure.
Working with the operating system: Navigation of the file system using a mouse
and keyboard.
Word processing: create a text document; create a letter, report, and greeting
card.
Create a text document with figures in it. It should describe a concept taught in
another course.
Discuss the following in a text document about the basic organisation of a
computer: CPU, memory, input/output devices, hard disk.
Create a text document in an Indian language other than English.
Create a presentation.
Create a presentation with animation.
Include existing images/ pictures in a presentation.
Animate pictures and text with sound effects in a presentation
Create a simple spreadsheet and perform the following operations: min, max,
sum, and average.
Create different types of charts using a spreadsheet: line, bar, area and pie.
Write basic Scratch/Python programs.
Computer Applications
CLASS X (Code 165)
(2019-20)
Learning Outcomes
Unit 1: Networking
Internet: World Wide Web, web servers, web clients, web sites, web pages,
web browsers, blogs, news groups, HTML, web address, e-mail address,
downloading and uploading files from a remote site. Internet protocols: TCP/IP,
SMTP, POP3, HTTP, HTTPS. Remote login and file transfer protocols: SSH,
SFTP, FTP, SCP, TELNET, SMTP, TCP/IP.
Services available on the internet: information retrieval, locating sites using
search engines and finding people on the net;
Web services: chat, email, video conferencing, e-Learning, e-Banking, e-
Shopping, e-Reservation, e-Governance, e-Groups, social networking.
Mobile technologies: SMS, MMS, 3G, 4G.
Introduction to web page designing using HTML: create and save an HTML
document, access a web page using a web browser.
HTML tags: html, head, title, body, (attributes: text, background, bgcolor, link,
vlink, alink), br (break), hr(horizontal rule), inserting comments, h1..h6
(heading), p (paragraph), b (bold), i (italics), u (underline), ul (unordered list), ol
(ordered list), and li (list item). Description lists: dl, dt and dd. Attributes of ol
(start, type), ul (type).
Font tags (attributes: face, size, color).
Insert images: img (attributes: src, width, height, alt), sup (super script), sub
(subscript).
HTML Forms: Textbox, radio buttons, checkbox, password, list, combobox.
Embed audio and video in a HTML page.
Create a table using the tags: table, tr, th, td, rowspan, colspan
Links: significance of linking, anchor element (attributes: href, mailto), targets.
Cascading style sheets: colour, background-colour, border-style, margin,
height, width, outline, font (family, style, size), align, float.
Netiquettes.
Software licenses and the open source software movement.
Intellectual property rights, plagiarism and digital property rights.
Freedom of information and the digital divide.
E-commerce: Privacy, fraud, secure data transmission.
Alternative 1: Scratch
5. Lab Exercises
Create static web pages.
Use style sheets to enforce a format in an HTML page (CSS).
Embed pictures, audio and videos in an HTML page.
Add tables and frames in an HTML page.
Decorate web pages using graphical elements.
Create a website using several webpages. Students may use any open source
or proprietary tool.
Work with HTML forms: text box, radio buttons, checkbox, password, list,
combo box.
Write a blog using HTML pages discussing viruses, malware, spam and
antiviruses
Create a web page discussing plagiarism. List some reported cases of
plagiarism and the consequent punishment meted out. Explain the nature of the
punishment in different countries as per their IP laws.
Create simple stories with Scratch (involving at least two objects/characters)
and iteration OR write programs for finding the sum/product of first n natural
numbers using Python