Contents
NIELIT O Level Syllabus
There are 06 sections in the NIELIT O Level Syllabus and here we are going to describe each. Yes the Revised ‘O’ Level Course Detailed Syllabus is available here on this page. Candidates who are pursuing the O Level Course must know about all the details and important contents about it. The syllabus will remove the chances of missing any important topic and all the chapters can be covered easily.
NIELIT O Level SyllabusThe NIELIT O Level Syllabus contains 6 sections namely:
- IT Tools and Business Systems
- Internet Technology and Web Design
- Programming and Problem Solving through ‘C’ language
- Application of .NET Technology
- Introduction to Multimedia
- Introduction to ICT Resources
IT TOOLS AND BUSINESS SYSTEMS
Computer Appreciation | Characteristics of Computers, Input, Output, Storage units, CPU, Computer System, Binary number system, Binary to Decimal Conversion, Decimal to Binary Conversion, ASCII Code, Unicode. |
Computer Organization | Central Processing Unit – Processor Speed, Cache, Memory, RAM, ROM, Booting, Memory- Secondary Storage Devices: Floppy and Hard Disks, Optical Disks CD-ROM, DVD, Mass Storage Devices: USB thumb drive. Managing disk Partitions, File System Input Devices – Keyboard, Mouse, joystick, Scanner, webcam, Output Devices- Monitors, Printers – Dot matrix, inkjet, laser, Multimedia- What is Multimedia, Text, Graphics, Animation, Audio, Images, Video; Multimedia Application in Education, Entertainment, Marketing. Names of common multimedia file formats, Computer Software- Relationship between Hardware and Software; System Software, Application Software, Compiler, names of some high-level languages, free domain software. |
Operating System | Microsoft Windows- An overview of different versions of Windows, Basic Windows elements, and File management through Windows. Using essential accessories: System tools – Disk cleanup, Disk defragmenter, Entertainment, Games, Calculator, Imaging – Fax, Notepad, Paint, WordPad. Command Prompt- Directory navigation, path setting, creating and using batch files. Drives, files, directories, and directory structure. Application Management: Installing, uninstalling, and Running applications. Linux- An overview of Linux, Basic Linux elements: System Features, Software Features, File Structure, File handling in Linux: H/W, S/W requirements, Preliminary steps before installation, specifics on Hard drive repartitioning and booting a Linux system. |
Word Processing | Word processing concepts: saving, closing, Opening an existing document, Selecting text, Editing text, Finding and replacing text, printing documents, Creating and Printing Merged Documents, Character and Paragraph Formatting, Page Design, and Layout. Editing and Profiling Tools: Checking and correcting spellings. Handling Graphics, Creating Tables and Charts, Document Templates, and Wizards. |
Spreadsheet Package | Spreadsheet Concepts, Creating, Saving and Editing a Workbook, Inserting, Deleting Work Sheets, entering data in a cell/formula Copying and Moving from selected cells, handling operators in Formulae, Functions: Mathematical, Logical, statistical, text, financial, Date and Time functions, Using Function Wizard. Formatting a Worksheet: Formatting Cells – changing data alignment, changing the date, number, character, or currency format, changing the font, adding borders and colors, Printing worksheets, Charts, and Graphs – Creating, Previewing, Modifying Charts. Integrating word processors, spreadsheets, and web pages. |
Presentation Package | Creating, Opening, and Saving Presentations, Creating the Look of Your Presentation, Working in Different Views, Working with Slides, Adding and Formatting Text, Formatting Paragraphs, Checking Spelling and Correcting Typing Mistakes, Making Notes Pages and Handouts, Drawing and Working with Objects, Adding Clip Art and other pictures, Designing Slide Shows, Running and Controlling a Slide Show, Printing Presentations. |
Data Base Operations | Data Manipulation-Concept: Database, Relational Database, Integrity. Operations: Creating, dropping, manipulating table structure. Manipulation of Data: Query, Data Entry Form, Reports. |
Information Technology and Society | Indian IT Act, Intellectual Property Rights – issues. Application of Information Technology in Railways, Airlines, Banking, Insurance, Inventory Control, Financial systems, Hotel Management, Education, Video games, Telephone exchanges, Mobile phones, Information kiosks, special effects in Movies. |
Introduction to InternetInternet, Growth of Internet, Owners of the Internet, Anatomy of Internet, ARPANET and Internet history of the World Wide Web, basic Internet Terminology, Net etiquette. Internet Applications – Commerce on the Internet, Governance on the Internet, Impact of Internet on Society – Crime on/through the Internet. |
TCP/IP – Internet Technology and ProtocolPacket switching technology, Internet Protocols: TCP/IP, Router, Internet Addressing Scheme: Machine Addressing (IP address), E-mail Addresses, Resources Addresses |
Internet ConnectivityConnectivity types: level one, level two and level three connectivity, Setting up a connection: hardware requirement, selection of a modem, software requirement, modem configuration, Internet accounts by ISP: Telephone line options, Protocol options, Service options, Telephone line options – Dialup connections through the telephone system, dedicated connections through the telephone system, ISDN, Protocol options – Shell, SLIP, PPP, Service options – E-mail, WWW, News Firewall etc. |
Internet NetworkNetwork definition, Common terminologies: LAN, WAN, Node, Host, Workstation, bandwidth, Interoperability, Network administrator, network security, Network Components: Severs, Clients, Communication Media, Types of network: Peer to Peer, Clients Server, Addressing in Internet: DNS, Domain Name and their organization, understanding the Internet Protocol Address. Network topologies: Bust, star and ring, Ethernet, FDDI, ATM and Intranet. |
Services on Internet (Definition and Functions)E-mail, WWW, Telnet, FTP, IRC and Search Engine |
Electronic MailEmail Networks and Servers, Email protocols –SMTP, POP3, IMAp4, MIME6, Structure of an Email – Email Address, Email Header, Body and Attachments, Email Clients: Netscape mail Clients, Outlook Express, Web based E-mail. Email encryption- Address Book, Signature File. |
Current Trends on InternetLanguages, Internet Phone, Internet Video, collaborative computing, e-commerce. |
Web Publishing and BrowsingOverview, SGML, Web hosting, HTML. CGL, Documents Interchange Standards, Components of Web Publishing, Document management, Web Page Design Consideration and Principles, Search and Meta Search Engines, WWW, Browser, HTTP, Publishing Tools |
HTML Programming BasicsHTML page structure, HTML Text, HTML links, HTML document tables, HTML Frames, HTML Images, multimedia |
Interactivity ToolsASP, VB Script, JAVA Script, JAVA and Front Page, Flash |
Internet Security Management Concepts, Information Privacy and Copyright IssuesOverview of Internet Security, Firewalls, Internet Security, Management Concepts and Information Privacy and Copyright Issues, basics of asymmetric cryptosystems. |
Programming and Problem Solving through ‘C’ language
Introduction to Programming |
The Basic Model of Computation, Algorithms, Flow-charts, Programming Languages, Compilation, Linking and Loading, Testing and Debugging, Documentation |
Algorithms for Problem Solving |
Exchanging values of two variables, summation of a set of numbers, Decimal Base to Binary Base conversion, Reversing digits of an integer, GCD (Greatest Common Division) oftwo numbers, Test whether a number is prime, Organize numbers in ascending order, Find square root of a number, factorial computation, Fibonacci sequence, Evaluate ‘sin x’ as sum of a series, Reverse order of elements of an array, Find largest number in an array, Print elements of upper triangular matrix, multiplication of two matrices, Evaluate a Polynomial |
Introduction to ‘C’ Language |
Character set, Variables and Identifiers, Built-in Data Types, Variable Definition, Arithmetic operators and Expressions, Constants and Literals, Simple assignment statement, Basic input/output statement, Simple ‘C’ programs. |
Conditional Statements and Loops |
Decision making within a program, Conditions, Relational Operators, Logical Connectives, if statement, if-else statement, Loops: while loop, do while, for loop, Nested loops, Infinite loops, Switch statement, structured Programming . |
Arrays |
One dimensional arrays: Array manipulation; Searching, Insertion, Deletion of an element from an array; Finding the largest/smallest element in an array; Two dimensional arrays, Addition/Multiplication of two matrices, Transpose of a square matrix; Null terminated strings as array of characters, Standard library string functions |
Functions |
Top-down approach of problem solving, Modular programming and functions, Standard Library of C functions, Prototype of a function: Formal parameter list, Return Type, Function call, Block structure, Passing arguments to a Function: call by reference, call by value, Recursive Functions, arrays as function arguments. |
Storage Classes |
Scope and extent, Storage Classes in a single source file: auto, extern and static, register, Storage Classes in a multiple source files: extern and static |
Structures and Unions |
Structure variables, initialization, structure assignment, nested structure, structures and functions, structures and arrays: arrays of structures, structures containing arrays, unions |
Pointers |
Address operators, pointer type declaration, pointer assignment, pointer initialization, pointer arithmetic, functions and pointers, Arrays and Pointers, pointer arrays, pointers and structures, dynamic memory allocation. |
Self-Referential Structures and Linked Lists |
Creation of a singly connected linked list, traversing a linked list, Insertion into a linked list, Deletion from a linked list |
File Processing |
Concept of Files, File opening in various modes and closing of a file, Reading from a file, Writing onto a file |