Вы находитесь на странице: 1из 11

COMPUTER APPLICATIONS (86)

Aims: 4. To enable students to learn to process words and


numbers, analyze data, communicate ideas
1. To empower students by enabling them to build
effectively and make the optimum use of
their own applications.
computer resources.
2. To introduce students to some effective tools to
5. To help students learn fundamental concepts of
enable them to enhance their knowledge,
computing using object oriented approach in one
broaden horizons, foster creativity, improve the
computer language.
quality of work and increase efficiency.
6. To provide students with a clear idea of ethical
3. To enable students to learn to use the World
issues involved in the field of computing.
Wide Web in order to gather knowledge and
communicate with students and the academic
community all over the world.
CLASS IX
There will be one written paper of two hours duration ii) Graphic User Interface
carrying 100 marks and Internal Assessment of 100
Working with the Graphical User Interface
marks.
(GUI), Elements of a GUI, handling files and
The paper will be divided into two sections A and B. directories under GUI, managing the desktop.
Section A (Compulsory – 40 marks) will consist of Concept of an active window. Familiarity with
compulsory short answer questions covering the the icons, the buttons and the task bar.
entire syllabus. Resizing a window. Handling multiple
windows.
Section B (60 marks) will consist of questions which
will require detailed answers and there will be a Creating folders. Copying items. Moving
choice of questions in this section items. Deleting Items. Setting attributes of
items.
THEORY – 100 Marks Creating shortcuts on the desktop, arranging
the folders on the desktop.
1. Operating System
2. The Internet
i) Introduction to Operating System
Internet, e-mail, WWW, modem and related protocols.
The need for an operating system, features
and functions of an operating system and Working of internet, creating an e-mail account,
sending and receiving e-mails, web servers, search
familiarity with installing and uninstalling
engines to perform a simple search and Boolean
software. operators to fine tune a search, basic working of a
Functions and features of an operating system modem (modulation and demodulation) through
(examples of single user and multiple users); block diagrams only. Protocols and its need (FTP,
familiarize the students with installation and HTTP, IMAP, POP, SMTP). Downloading
information.
un-installation of connected peripherals and
other related softwares like dictionaries,
encyclopedias, etc.

148
3. Computing and Ethics Defining the structure of a database, entering data of
various types, saving it in an appropriate area.
Ethical issues in computing. Adding, deleting and modifying records, global
Intellectual property rights; protection of individual’s editing.
right to privacy; data protection on the internet; Performing calculations on one record or a group of
protection against Spam; software piracy, cyber records.
crime, hacking, protection against malicious intent
Modifying the structure of a database by inserting,
and malicious code.
deleting or modifying fields.
The stress should be on good etiquette and ethical Sorting on one field/ multiple fields, sorting selected
practices. records/ all the records.
4. Office Application Software: Indexing on one field/ multiple fields. The need for
re- indexing. Sorting vs. Indexing.
Word processor, Multimedia presentation and Setting query condition, Relational and Logical
Spreadsheets. Operators, setting query using multiple conditions.
Generating detailed or summary reports.
Discuss the following features for Word Processor,
Multimedia Presentation and Spreadsheets: Working with multiple databases and explain the
relationship (one to one, one to many, many to one
Opening and closing, saving, editing, formatting, and many to many) through real life examples.
printing, spell check, grammar and header/footer. Linking objects/embedding objects, linking vs.
embedding.
Special features:
Creating database applications depending upon the
Word Processor – inserting a table and working with requirement of the user.
tables.
6. Elementary Concept of Objects and Classes
Multimedia Presentation – the students should be Modelling entities and their behaviour by objects; a
able to create a presentation using images / pictures, class as a specification for objects and as an object
sound, video and custom animation. Students should factory; computation as message passing/function
be able to import material from word processors, calls between objects (many examples should be done
spreadsheets, databases and internet. to illustrate this). Objects encapsulate state (attributes)
and have behaviour (functions). Class as a user
Spreadsheets – Using formulae functions defined type.
(mathematical), working with ranges, graphs and A class may be regarded as a blueprint to create
charts. Difference between absolute and relative objects. It may be viewed as a factory that produces
references. similar objects. A class may also be considered as a
new data type created by the user, that has its own
5. Database Packages functionality.
The need for database management; creating and All the four features of Object Oriented Programming
saving a database; editing a database; performing should be defined and explained using real life
calculations; modifying the structure of a database; examples.
sorting, indexing; querying; report generation.
Working with multiple databases, object linking and Analyze each object and show how each contains
embedding, creating applications. attributes and responds to certain messages or
permits certain operations.
The need for database management for handling vast
amount of data- storing, sorting, summarizing, Emphasize that an object is an instance of a class. A
classifying and retrieving quickly. single object is just a bundle of values, one for each
attribute in the class.

149
7. Values and types Suggested list of Assignments:
Tokens and its types, Primitive types, operations on For topics (1 – 5)
primitive values, expressions, assignment (assignment 1. Connect to net. If you are already connected start
is also an expression). a browser and a search engine and perform a
Introduce the primitive types and the range of values simple search on any of the subjects. Then
each represents. Discuss all the operations that can be perform a Boolean search for the same topic and
done with primitive types namely mathematical, note the difference. Create your own email ID and
relational and logical. Discuss precedence and send an e-mail.
associativity of operators. Introduce the concept of 2. A story is given in which the main character is a
type casting. lady, Mrs. James. Make changes in the document
using find and replace so that the main character
Introduce System.out.println and System.out.print, becomes a gentleman Mr. Brown. Take care of the
for simple output. pronouns.
Discuss different types of errors occurring during 3. Design a presentation to launch an awareness
execution and compilation of the program (syntax program like “Save the Earth”.
errors, runtime errors and logical errors).
4. Create a presentation to highlight the activities in
8. Conditionals and non-nested loops your school.

Application of if else, if else if ladder, switch-case 5. Build a friendly database to access phone
(default, break). numbers, emails and addresses conveniently.
Fixed number of iterations- the for loop. Unknown For topics (6-8)
number of iterations - while loop, do-while loop.
The laboratory assignments will form the bulk of the
The conditional/ternary operator (? : ) should be course. Good assignments should have problems
introduced at this point. which require design, invention of an algorithm and
only then implementation and testing. The problems
Loops are fundamental to computation and their need will mimic a real life problem and require careful
should be shown by examples. . design or will require an interesting algorithm to solve
Examples: various number based problems: prime it. They should also embody one or more concepts
numbers, composite numbers, perfect numbers, that have been discussed in the theory class. A
fibonacci numbers, etc. significant proportion of the time has to be spent in
the laboratory. Computing can only be learnt by
INTERNAL ASSESSMENT - 100 Marks doing.
This segment of the syllabus is totally practice Some sample problems are given below as examples.
oriented. The accent is on acquiring basic usage skills The problems are of varying levels of difficulty:
quickly and efficiently.
Assignments and Application Building 6. Enter marks of ten students in six subjects, find
the total marks and the average of each student
Students should complete a number of laboratory using Mathematical functions and make a chart on
assignments during the whole year to reinforce the the basis of their average marks.
concepts studied in the class.
The students should build one real life application 7. Create a table in a Word Processor for your class
using elements from most of the packages used (topics with the following fields: Roll No., Name, Date
1-7). Great care should be exercised to ensure that of Birth and Optional Subject.
most of the components of the packages are used 8. Implement a Calculator class that models a hand
while building the application. held calculator. It should have (at least) the
Important: In Class IX mostly primitive types should following functionality: addition, subtraction,
be used to construct Objects.

150
multiplication, integer division, remainder, unary 3. Visualize the future based on current
minus, enter, clear. developments in technology. Focus upon its
impact and the ethical questions involved.
9. A student has a name, roll number, class in which
studying, and marks in 6 subjects. Design a class 4. Find out how each component of the computer
for student. Write constructors, get and set works. Build a presentation to explain what really
functions and separate functions to return the goes on, inside a computer.
total, percentage and grade. 5. Build a dictionary or a thesaurus database and use
it to find synonyms, antonyms and the
10. Fibbonacci series is obtained by adding the pronunciation of words.
previous two terms. For example:
6. Build a project to store the data of various cricket
1,1,2,3,5,8,13,21…etc.
teams and output it in a variety of ways. Make
Fibbonacci primes are prime numbers that belong future projections on the basis of this data.
to the Fibbonacci series. For example 2,3,5,13… 7. Collect the data on the state of air/water/noise
etc. Define a class NumberSeries with suitable pollution in your area with the help of your
methods which takes an integer argument and chemistry teacher. Use your computer to keep
prints out all the Fibbonacci primes below that track of this data and analyze it. Launch an
number. awareness campaign and find ways to improve the
11. n is a perfect number if the sum of all the factors situation. You can make pamphlets and
of the number (including 1) excluding itself is n. presentations with the help of your computer.
For example: 8. Ask your teacher/ father/ mother/ Principal as to
6 = 1+2+3 what are the documents they need for their work.
Prepare a list and see if you can make some
28=1+2+4+7+14 templates to help them. Help them with their
Define a class called Number Problems which budgets, accounting and future planning.
have the following functions: 9. Write a small book of poems or quotations and
int sumOfFactors(int n) - which returns sum of all index it. Build the table of contents.
the factors of the number n except itself. 10. You are building your own web page. What
boolean isPerfect(int n) – which returns true if the material will you require? Create it.
number n is perfect and false otherwise. 11. Visit your school library. Build a project to handle
void PerfectNosBelow(int lim) - which first prints the issuing and returning of books.
out all perfect numbers less than lim. Each perfect
12. Build a project to generate various quizzes and
number should be printed on a single line along puzzles automatically.
with its factors (see below). So for example the
output from PerfectNosBelow(10) will be: 13. Imagine you are organizing an event; say a three-
day computer festival in your school. Use your
6= (1,2,3) computer to manage all the planning and details.
Important: This list is indicative only. Teachers and 14. Visit your Bank. Find out about the various kinds
students should use their imagination to create of accounts e.g. Saving Accounts, Current
innovative and original assignments. Accounts, Fixed Deposit Accounts, and Recurring
Some Ideas for Application Building: Deposit Accounts. Design a project to handle at
least one kind of account.
1. Trace the evolution of Computing over the
centuries. 15. Visit a small retail organization. Build a project to
handle the bills and inventory.
2. How computers affect human beings. Focus upon
the Ergonomic, Psychological and Social aspects. 16. Visit your school office. Study the teachers’
payroll system. Design a system to print pay slips.

151
17. Visit a hotel. Study the various processes. Design Execution:
a project to handle the booking and checking out.
Does the application run correctly?
18. Visit the LIC office. Study how they handle
various policies. Design a project to handle any Effectiveness:
one kind of policy. Does the application solve the problem effectively?
19. Design a Booklet (Giving details of the Criteria Analysis Design Executio Effectivene
organization, courses offered and the additional (mm -40) (mm- (mm- n (mm- ss
facilities provide by the Institute), Handbills and 10) 10) 10) (mm-10)
Posters for advertisement for a newly established Excellent 10 10 10 10
Computer Institute. Good 8 8 8 8
20. Create a multi page brochure for a travelling
Fair 6 6 6 6
agency, including the following points:
Poor 4 4 4 4
 Description of the places to be visited
 Schedules of various trips
EVALUATION
 Costs Involved
The teacher in-charge shall keep the record of all the
Important: This list is indicative only. Teachers and assignments and evaluate them internally.
students should use their imagination to create
The teacher-in-charge shall evaluate one application
innovative and original applications.
built by the student. He/She shall ensure that most of
Application Building Assignments (Class IX) the components of the syllabus have been used
appropriately in the chosen application.
Proposed Guidelines for Marking
The teacher should use the criteria below to judge the SOFTWARE FOR CLASS IX:
internal work done. Basically, four criteria are being
suggested: analysis, design, execution and There is a wide variety of software packages and
effectiveness. The important questions to be asked operating systems available but software has to be
when evaluating each criterion are shown. 25% of the chosen very carefully. Schools are expected to explore
total credit is assigned to each criterion - so each is any suitable Operating System or Software Package,
equally important. The actual grading will be done by which is being used currently and is likely to be used
the internal teacher based on his/her judgment. in future, and choose it for covering topics 1-5 of the
However, one possible way: divide the outcome for syllabus.
each criterion into one of 4 groups: excellent, good, The criteria used in the selection of software should
fair/acceptable, poor/unacceptable, then use numeric be:
values for each grade and add to get the total which
can be multiplied by a suitable factor to get the final  It should have a good user interface so that the
marks. beginners may learn to use it easily.

Analysis:  It should be used widely and be easily available.


 The material related to the software should be
Has the problem been analyzed carefully?
abundantly available.
Have suitable tools been chosen?
In this respect the latest versions of the chosen
Design: software should be made available.
Is the choice of data structures proper? Great emphasis should be placed on ethics. Some
Is the logic suitable for the problem? people do not object to using pirated software. They
do not realize that it has something to do with ethics.
How efficient is it? It is important to introduce these concepts to the
students in the very beginning.

152
For covering topics 6-8 any other editor or IDE, compatible with JDK (1.3
 Any suitable Operating System can be used. or higher version) as the base may be used. Ensure
that the latest versions of software are used.
For teaching fundamental concepts of computing
using object oriented approach, BlueJ
environment (1.2 or higher version) compatible
with JDK (1.3 or higher version) as the base or

153
CLASS X
There will be one written paper of two hours duration Need of functions. Types of functions (pure and
carrying 100 marks and Internal Assessment of 100 impure). Function declaration and definition, ways of
marks. calling functions (call by value and call by reference)
Returning information/messages from the functions
The paper will be divided into two sections A and B. and use of multiple functions and more than one
function with the same name (function overloading).
Section A (Compulsory – 40 marks) will consist of
Use of static data member with static member
compulsory short answer questions covering the
function. Discuss invocation of functions on objects
entire syllabus. (through the reference). Discuss the concept of this
Section B (60 marks) will consist of questions which with a reference to the object on which the invocation
will require detailed answers and there will be a is made again.
choice of questions in this section 5. Class as a User Defined Type
Class as a composite type, distinction between
THEORY – 100 Marks
primitive type and composite or class types.
1. Revision of Class IX Syllabus Class may be considered as a new data type created
by the user, that has its own functionality.
(i) Elementary Concept of Objects and Classes.
The distinction between primitive and composite types
(ii) Values and types. should be discussed through examples. Show how
(iii) Conditionals and non-nested loops. classes allow user defined types in programs. All
primitive types have corresponding class wrappers.
2. Class as the Basis of all Computation The following methods are to be covered:
int parseInt(String s), int valueOf(String s),
Objects and Classes long parseLong(String s), long valueOf(String s),
Objects encapsulate state and behaviour – numerous float parseFloat(String s), float valueOf(String s),
examples; member variables; attributes or features. double parseDouble(String s),
Variables define state; member functions; double valueOf(String s), boolean isDigit(char ch),
Operations/methods/ messages/ functions define boolean isLetter(char ch),
behaviour. boolean isLetterOrDigit(char ch),
boolean isLowerCase(char ch),
Classes as abstractions for sets of objects; class as an boolean isUpperCase(char ch),
object factory; concept of type, primitive data types, boolean isWhitespace(char ch),
composite data types. Variable declarations for both char to LowerCase (char ch)
types; difference between the two types. Objects as char to UpperCase(char ch)
instances of a class.
6. Iterations.
Consider real life examples for explaining the concept
of class and object. Loops, nested loops, break and continue.
3. Constructors
Revision of loops (while, do while and for).
Constructor and its types.
Show how each kind of loop can be converted to the
Default constructor, parameterized constructor, other form of the loop. Introduce nested loops through
constructor with default parameter and constructor some simple examples. Demonstrate break and
overloading. continue statements with the help of loops/nested
4. Functions loops.

Functions and its types 7. Using Library Classes


Simple input/output. String, packages and import
statements.

154
Browsing the documentation for classes in the 10. Input/Output
libraries and illustrating their use. The following
functions have to be covered: Basic input/output using Scanner and Printer classes
from JDK.
String library functions:
Char charAt (int n)
int compareTo(String1, String2) The Scanner class can be used for input of various
String concat(String str) types of data (e.g. int, float, char etc.) from the
boolean endsWith(String str) standard input stream.
boolean equals(String str)
boolean equalsIgnoreCase(String str) INTERNAL ASSESSMENT - 100 Marks
int indexOf(char ch)
int lastIndexOf(char ch) Assignments and Project
int length( ) The students should complete a number of laboratory
String replace (char oldChar,char newChar) assignments during the whole year to reinforce the
boolean startsWith(String str) concepts studied in the class.
String substring(int beginIndex, int endIndex)
The students should build one real life project using
String toLowerCase( )
the concepts taught.
String toUpperCase( )
String trim( ) Suggested list of Assignments:
String valueOf(all types)
Mathematical Library Functions: Good assignments should have problems which
pow(x,y), log(x), sqrt(x), ceil(x), floor(x), rint(x), require design, invention of an algorithm and only
abs(a), max(a, b), min(a,b), random( ), sin(x), cos(x), then implementation and testing. The problems will
tan(x). mimic a real life problem and require careful design or
will require an interesting algorithm to solve it. They
Introduce the concept of packages and import should also embody one or more concepts that have
been discussed in the theory class. A significant
statement (Avoid discussing the details of libraries).
proportion of the time has to be spent in the
laboratory. Computing can only be learnt by doing.
8. Encapsulation Some sample problems are given below as examples.
Access specifiers and scope and visibility The problems are of varying levels of difficulty.
Access specifiers – private and public. Visibility rules 1. A student has a name, roll number, class in which
for private, package and public access specifiers. studying, home address and a date of birth.
Design a class containing constructors and user
Scope of variables, instance variables, argument
define functions, get and set – get to input data
variables, local variables. and set to display data. . . .
9. Arrays 2. Write a class Convert with methods as follows:
a) takes 4 arguments representing miles, yards,
Arrays –storing, retrieving and arranging data
feet and inches and convert them into kilometres,
Arrays and their uses, sorting algorithms - selection meters and centimetres.
b) takes an argument representing degrees
sort and bubble sort; Search algorithms – linear
Fahrenheit and convert it to degrees centigrade.
search and binary search Example of a composite c) a kilobyte is interpreted in two ways: some
type. Array creation. Sorting and searching times it is 1000 bytes (actually correct), but often
algorithms should be discussed (single dimensional (and traditionally) it is 210 which is 1024. Similar
array only). discrepancies arise for mega, giga, tera and peta
(each is 1000 (or 210) times the previous one).
The function should take the 103 (standard kilo)
and give the equivalent value using 210 as a kilo
for all the above.

155
3. Define a class Recurring Patterns and define Important: This list is indicative only. The teachers
methods in it which will print the following and students should use their imagination to create
patterns. innovative and original assignments.

a) The method takes an integer argument n and Some Ideas for the Project:
prints the following pattern, shown for n=4. Students have already been introduced to
a spreadsheets, databases, word processors and
a a presentation software earlier. That familiarity should
a a a be used to introduce the idea of how the software can
a a a a be designed by modeling it as operations permitted on
a a a different objects. Other real world systems can also be
a a modeled on the same lines:
a
1. Calculators
b) The method takes an integer argument and
2. Banks
prints the following pattern, shown for n=4.
3. A school
1
121 4. Toys
12321 5. A game
1234321
12321 6. Traffic lights
121 7. Elevators
1
8. Retail Outlets
c) The method takes an integer argument and
prints the following pattern, shown for n=4. 9. An office
abcdcba 10. A company
abc cba
11. Household gadgets like microwave ovens
ab ba
a a 12. Washing machines
ab ba 13. Air Conditioners
abc cba
abcdcba 14. Cars

Note: for the three methods above you can 15. Airplanes
assume that n<10. However, think about what you 16. Vending machines
would do if you allowed n to be a 2 or even 3 digit
17. Automatic Teller Machines (ATM )
integer.
18. A Social System
4. Define class point to model points in the X-Y
plane. Define functions to translate a point along 19. A musical composition
the X and Y axes respectively. Define a function
20. A clinical diagnostic system
that calculates the distance from another point.
Important: This list is indicative only. The teachers
5. Write a program to input two strings. Check both
and students should use their imagination to create
the strings and remove all common characters
innovative and original projects.
from both the strings. Print both the strings after
removing the common characters. Programming Project (Class X)

156
Proposed Guidelines for Marking Are all attributes with the right kinds of types present?
The teacher should use the criteria below to judge the Is encapsulation properly done?
internal work done. Basically, four criteria are being Is the interface properly designed?
suggested: class design, algorithm design, coding and
documentation and execution. The important Algorithm design:
questions to be asked when evaluating each criterion Is the choice of data structures proper?
are shown. 25% of the total credit is assigned to each Is the algorithm suitable for the problem?
criterion - so each is equally important. The actual
grading will be done by the teacher based on his/her How efficient is it?
judgment. However, one possible way: divide the Coding and documentation:
outcome for each criterion into one of 4 groups:
excellent, good, fair/acceptable, poor/unacceptable, Is the coding done properly? (Choice of names, no
then use numeric values for each grade and add to get unconditional jumps, proper organization of
the total which can be multiplied by a suitable factor conditions, proper choice of loops, error handling,
to get the final marks. code layout) Is the documentation complete and
readable? (class documentation, variable
Class design: documentation, function documentation, constraints,
Has a suitable class (or classes) been used? known bugs - if any)
Execution:
Does the program run on all sample input correctly?
Criteria Class Design Algorithm Design Coding and Documentation Execution (mm-
(Total – 40 (mm-10) (mm-10) (mm-10) 10)
marks)
Excellent 10 10 10 10
Good 8 8 8 8
Fair 6 6 6 6
Poor 4 4 4 4
The total marks obtained out of 100 are to be sent to
the Council by the Head of the School.
EVALUATION:
The Head of the School will be responsible for the
The teacher in-charge shall keep the record of all the entry of marks on the mark sheets provided by the
assignments done by the student throughout the year Council.
and evaluate them internally. The student is expected
to do one project under the guidance of the teacher in
charge. EQUIPMENT
An External Examiner shall be nominated by the Head There should be enough computer systems to provide
of the school and may be a teacher from the faculty, for a teaching schedule where at least three-fourths of
but not teaching the subject in the relevant the time available is used for programming and
section/class. For example, a teacher of Computer project work.
Science of Class VIII may be deputed to be the The course shall require at least 4 periods of about 40
External Examiner for Class X, Computer minutes duration per week. In one week out of 4
Applications Projects. periods the time should be divided as follows:
 1 period – Lecture cum demonstration by the
Evaluation of practical work will be done as follows: Instructor
Subject Teacher (Internal Examiner) : 50 marks  3 periods –Assignments and Project
External Examiner : 50 marks

157
The hardware and software platforms should be such  The computers should have a minimum of
that the students can comfortably develop and run 128 MB RAM and at least a PIII or Equivalent
programs on those machines. Processor.
Since hardware and software evolve and change very
 Good Quality printers.
rapidly the schools shall need to upgrade them as
required. Following are the minimal specifications as  A scanner, a web cam/a digital camera (Should be
of now. provided if possible).

RECOMMENDED FACILITIES: SOFTWARE FOR CLASS X


 A lecture cum demonstration room with a Any suitable Operating System can be used.
MULTIMEDIA PROJECTOR/ an LCD and
O.H.P. attached to the computer. For teaching fundamental concepts of computing
using object oriented approach, BlueJ environment
 A white board with white board markers should (1.2 or higher version) compatible with JDK (1.3 or
be available. higher version) as the base or any other editor or IDE,
compatible with JDK (1.3 or higher version) as the
 A fully equipped Computer Laboratory that
base may be used. Ensure that the latest versions of
allows one computer per student.
software are used.
 Internet connection for accessing the World Wide
Web and email facility.

158

Вам также может понравиться