Computer Science
SEE Computer Science Syllabus
The latest syllabus of SEE computer science as updated in 2077 is listed beneath. As we all know, the CDC (Curriculum Development Committee) of Nepal launched a new course syllabus in 2077. The syllabus contains both new and old chapters. The Computer Science class was divided into three sections. The first section was titled "computer fundamentals." The second section covered Database Management System, and the third covered QBasic Programming. SEE computer science's new syllabus includes new chapters on programming in C.
We are thankful towards Blaze Codes for providing this syllabus.
Chapters
Chapter 1-5: 16 Marks
1. Networking and Telecommunication
Introduction to Telecommunication, Bandwidth, Transmission Mode: (Simplex, Half and Full Duplex), Transmission Media: (Guided/Bounded and Unguided/Wireless Media), Computer Network, Network Components: (NIC card, Connectors, Hub, Switch, Bridge, Router, Gateway, Repeater, MODEM), Types of Network: (LAN, MAN, WAN), Network Architecture/Model: (Centralized Network, Client-Server Network, Peer-to-Peer Network), Topology:(Bus, Ring/Loop, Star), Internet Services:(WWW, Email, Telnet, FTP, Search Engine, IRC, E-commerce).
2. Ethical and Social Issues in ICT
Computer ethics, Cyber ethics, Digital Citizenship, Digital Footprint, Cyber Bullying, ICT Policy 2072, Electronic Transaction Act (ETA), Opportunities and Threats in Social Media.
3. Computer Security
Introduction to Computer Security, Information Security, List of security threats, Security Mechanism: Authentication: (Password, Biometric, Firewall, Cryptography), Antivirus, Backing system and Hardware Security.
4. E-commerce
Introduction to E-Commerce, Commerce Vs E-Commerce, Advantage and Limitation of E-commerce, Types/Modal of E-Commerce, M-Commerce, Online Payment.
5. Contemporary Technology
Cloud Computing, Basic Types of Cloud Computing, Artificial Intelligence(AI), Virtual Reality(VR), E-Governance, Mobile Computing, and the Internet of Things (IoT).
6. Number System: 4 Marks
Number System, Types of the Number system, Number System Conversion: Decimal to Binary, Binary to Decimal, Decimal to Octal, Octal to Decimal, Decimal to Hexadecimal, Hexadecimal to Decimal, Binary to Octal, Octal to Binary, Binary to Hexadecimal, Hexadecimal to Binary, Octal to Hexadecimal, Hexadecimal to Octal.
7. DBMS: 10 Marks
Introduction to DBMS, Data and Information, Components of Database, MS-Access Practicals.
8. QBASIC: 15 Marks
IF … ELSEIF … END IF statement, SELECT ... END SELECT statement, FOR … NEXT statement, DO … LOOP statement, WHILE … WEND statement, Inbuilt/Library Function, Modular Programming: Sub-Procedure, Function-Procedure, Global and Local Variable, File Handling: Basic File Operation, OUTPUT, APPEND, WRITE, CLOSE, READ, EOF, INPUT, LINE INPUT, File Management Commands.
9. C-Programming: 5 Marks
Structured Programming, Features of Structured Programming, Features of C- Programming, Application of C language, Data Types in C, Format Specifier In C, Pre-Processor Directive, Header File, Escape Sequence, Operators in C: Arithmetic, Relational, Logical, Unary, if..else statements, looping statement: while loop, do..while loop, for a loop.