Skip to main content

Computer Science Grade 11

 .

Course Content of Computer Science Grade 11

Unit 1 :   Computer system

1.1 Introduce computer with its characteristics and Application

1.2 Describe the evolution of computer

1.3 Describe the measurement unit of processing speed and storage unit and use them

1.4 Introduce Super, Mainframe, Mini and Microcomputers and compare them.

1.5 Introduce mobile computing and its application and use it

1.6 Sketch and describe computer architecture and organization.

1.7 Identify and explain the components of computer system.

1.8 Introduce and explain microprocessor and bus system.

1.9 Introduce and explain primary and secondary memory.

1.10 Identify and use input and output devices.

1.11 Describe hardware interfaces and use them.

Unit 2 : Number System and Conversion Boolean Logic

2.1 Introduce the number system, Decimal-Binary-Octal Hexadecimal conversion and binary calculation.

2.2 Introduce the Boolean Algebra, Boolean values and truth table, Boolean expression and Boolean function

2.3 Introduce and explain Logic Gates.

2.4 Describe Laws of Boolean Algebra.

Unit 3 : Computer Software and Operating System

3.1 Explain software with its categories

3.2 State the concept of operating system with its functions and etymologies.

3.3 Describe GUI based operating system and its features

3.4 Introduce desktop application and windows environment

3.5 Create file and folders with file explorer

3.6 Customize the start screen and desktop

3.7 Install and remove the devices

3.8 Manage password and privacy

3.9 Use control panel, system tools and accessories

3.10 State the concept of open sources and mobile operating system

3.11 Introduce Linux, UNIX and Linux distribution

3.12 Explain the types of mobile operating system

Unit 4 : Application Package

4.1 Describe the office package (Word, Processor, Spreadsheet and Presentation) and apply them

4.2 Introduce the domain-specific tools

Unit 5 : Programming Concepts & Logics

5.1 Introduce the programming language and identify its levels

5.2 Introduce and compare Compiler, Interpreter and Assembler

5.3 Introduce Syntax, Semantic and Runtime errors and apply them

5.4 Introduce control structures and use them

5.5 Identify problem design tools and use them

5.6 Describe absolute binary, BCD, ASCII and Unicode.

5.7 State the features and structure of C language.

5.8 Introduce C preprocessor and header files and use them

5.9 Introduce character set and apply it

5.10 Explain the Identifiers, Keywords and Tokens

5.11 Introduce and explain the basic data types

5.12 Introduce constants, variables, operators and expressions and apply them

5.13 Identify the types of specifier and apply them

5.14 Identify the simple and compound statements and applythem

5.15 Introduce Input/output (I/O) functions

5.16 Introduce Selection Control Statement and Iteration Control Statement

5.17 Describe array and string functions and apply them

Unit 6 : Web Technology I

6.1 Explore web browsers and search engines

6.2 Overview internet and web technology

6.3 Explain and use Content Management System (CMS)

6.4 Describe with objectives and structure of HTML

6.5 Differentiate between tags and attributes

6.6 Describe and use the types of tags in HTML

6.7 Introduce Cascading Style Sheet (CSS), describe its types and use them

Unit 7 : Multimedia 

7.1 Introduce and apply multimedia

7.2 Describe the components of multimedia

Unit 8 : Information Security and Cyber Law

8.1 Describe digital society and computer ethics

8.2 State the concept of information security and cybercrime

8.3 Explore and apply the protective measures of cybercrime

8.4 Identify key aspects intellectual property right and followit

8.5 State the concept of digital signature and use it

8.6 Analyze cyber law and ICT policy in Nepal





Comments

Popular posts from this blog

Important Questions of Data Structure and Algorithm (DSA)

 . 1. What is Data structure? Explain different operations to be performed on data structure. 2. Define stack as ADT. Convert P+Q-(R*S/T+U) - V*W into infix expression to postfix. 3. Define Queue. Explain its type with example. 4.  Difference between stack and Queue. 5. Difference between Linear Queue and circular Queue. 6. Write an algorithm to enqueue and dequeue data element in a circular queue.                              7. Define Linked List. Explain its type. How does double linked List is different from circular linked   List. 8. What is recursion and recursive function? write a recursive function to compute Fibonacci number. 9. What is an AVL tree ? Create an  AVL tree from the following data:      18, 12, 14, 8, 85, 25, 31, 24, 27 10. Define B-tree? How to insertion and deletions of elements can be done in a B-tree. 11. Create an B-tree from the following Data:  ...

Introduce Linux, UNIX and Linux distribution.

 . Linux Linux is an open source operating system. The term Linux is actually referred to mean a kernel of Unix like operating system developed by a Finish software architect Linus Torvald. The name Linux is derived from Linus' Unix. Linux was originated from the inspiration of a small Unix like operating system MINIX by A.S Tanenbum. Linux is a complete multiuser, multiprocessing, secure and stable operating system which is also considered as UNIX clone. However no code from the proprietary from AT and T is included in Unix. It has flavor of Unix but is not Unix. UNIX  UNIX is a layered operating system. The innermost layer is the hardware that provides the service for the OS. The operating system, referred to in UNIX as the kernel, interacts directly with the hardware and provides the services to the user program. These user programs don't need to know anything about the hardware. They just need to know how to interact with the kernel and it's up to the kernel to provide ...

Introduction of Computer

.  A computer is an electronic device. It take input and store the data in memory and performing the function to produce accurate result in output device. It is used to type document, send email, play game, browse the web and entertainment.   Characteristics of computer  1 . High speed  Computer is very fast device. It is capable of performing calculation of very large amount of data. The computer has unit of speed in microsecond, nanosecond and even in picosecond. The computer is capable of performing millions of tasks per second. 2. Accuracy  The computer produces highly accurate and reliable result.  It does not make any kind of mistake in calculating. The calculation are 100% error free. The computers perform accurate 'n' number of times. 3. Storage capability A computer has much more storage capability. It can store large amount of data. It can store any type of data such as image, video, text document, audio and many more. 4. Diligence Diligence ...