CBSE-10 Computer Applications Syllabus
CBSE-10 Computer Applications Syllabus
(6)
CBSE CIRCULAR 2023-24
(7)
Syllabus
Computer Applications
(Issued by CBSE on 31st March 2023)
Class - X (Code No. 165)
Latest Syllabus [2023-24]
Learning Outcomes
Ability to create a simple website
1. Ability to embed images, audio and video in an HTML page
2. Ability to use style sheets to beautify the web pages.
3. Ability to Interface a web site with a web server and record the details of a user's request.
4. Ability to follow basic cyber ethics
5. Ability to familiarize with network concepts.
Distribution of Marks and Periods
Unit No. Unit Name Marks Periods
Theory Practical
1. Networking 15 17 05
2. HTML 25 30 50
3. Cyber ethics 10 08 10
4. Practicals 50 - -
Total 100 55 65
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.
Unit 2 : HTML
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).
(8)
Syllabus
Font tags (attributes: face, size, color).
Insert images: img (attributes: src, width, height, alt), sup (super script), sub (subscript).
Create a table using the tags: table, tr, th, td, rowspan, colspan
(9)