• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Study Abroad
  • Writing Services
  • About Us
  • Contact
  • Blog

AcademicsHQ

Instant access to Study Resources, 24/7 Homework Help, Tutors, to help you ace your homework.

homework help
  • Academic Writing
    • Dissertation Writing
    • Report Writing
  • Research Process
  • Referencing Guide
  • Resume Writing
Home » Blog » Computer Applications (Projects, Notes) ICSE Class 10

Computer Applications (Projects, Notes) ICSE Class 10

June 6, 2018 by academicshq Leave a Comment

ICSE class 10 project

Computer Applications (Projects, Notes) ICSE Class 10.

Besides the main written paper (exam), Class X ICSE students have to complete several laboratory assignments during the whole year. The students also have to make one real life project using the concepts taught.


GET INSTANT HELP FROM EXPERTS!

  • Looking for any kind of help on your academic work (essay, assignment, project)?
  • Want us to review, proofread or tidy up your work?
  • Want a helping hand so that you can focus on the more important tasks?

Hire us as project guide/assistant. Contact us for more information


Programs in computer project should cover the following topics:

  • Sequential structure
  • Selection structure (if else and switch case)
  • Iterative structure (for, while and do…while)
  • Strings
  • Arrays

 

All programs must have question clearly written, followed by sourcecode, a sample input/output and variable description. The program code can be printed either directly from the Blue-J IDE or can be transferred to a Word File and then printed.

As per ICSE rules, for Computer Application, there will be one written paper (two hours, 100 marks) and Internal Project/Assessment of 100 marks.
Contents hide
1 Syllabus
2 Useful Links
3 ICSE Computer Applications Projects: Ideas for Projects
4 DEPARTMENTAL STORE MANAGEMENT
5 Service Center Management

Syllabus

Object Oriented Programming(OOP) History and Development of Java Concept of data types in Java Data Types, Operators and Expression Operators and Expression in Java General Programming and decision Making in Java Iterations through Loops Using Library Classes String Manipulation in Java Arrays Basic Input/Output( Scanner and Printer Classes) Functions/ Methods Class as a user defined type Constructors Encapsulation and Inheritance

Useful Links

  • bluejforicse.wordpress.com
  • Computer project document

 

ICSE Computer Applications Projects: Ideas for Projects

  • Sorting (in ascending or descending order)
  • WAP to store the age and name of 20 pupil in a class.
  • Check number: Even, odd, prime
  • Write a program to print the number of the prime digits of an entered number?
  • Write a program to print the sum of the even digits of an entered number?
  • Write a program to print the number of the even digits of an entered number?
  • Write a program to print the maximum digit of an entered number?(eg:-9876, max=9)
  • Write a program to print the minimum digit of an entered number?(eg:-1234,min=1)
  • Write a program to print the factorial of its digits?(hint:- 3!=3*2*1,4!=4*3*2*1)
  • Write a a program for the following series:- S=1+3+5+7+9+___________+n S=1-2+3-4+_______________+n S=1 , 22 , 333 , 4444 , 55555 , __________+n S=1 , 12 , 123 , 1234 , 12345
  • Write a program to print the sum of the prime digits of an entered number?
  • Write a program to print whether the sum of digits of an entered number os odd or even?
  • Write a program to print factors of each digit of an entered number?
  • Write a program to print the sum of odd digits of an entered number?
  • WAP using a function called area to computer the area of the following 1) circle 2) square 3) rectangle
  • Read any 7 three digit numbers and store them in an array.using a menu display the following choices and based on the users choice print 1)number of numbers begin with 7 2)Number of numbers where sum of 1st and last digit is 10?
  • WAP with the function to input a string .using this form another string by adding 5 to each character in the string Eg:- abc becomes fgh
  • TAKE THE INPUT OF STRING FROM USER AND OUTPUT THE FOLLOWING:- A)Number of uppercase? b)Number of lower case? c)Number of spaces?
  • write a class with the function word() to input a sentence and display the following? a)count number of times “in” occurs in the string? b)ascii code of each character in the string? c)reverse a string?
  • Write a program using string function to input any word and print the same in alphabetical order? Q4) Write a function newstr() to display each word of the string in reverse order? Ex_if the string is=”Trip to saat tal” Output- “pirt ot taas lat”
  • Write a program to accept name of 10 countries and their capital.Input name of countries and find whether it exist in the list if yes then display name of country and its capital?
  • Wap To print upper half of triangle of 3*3 matrix?
  • Wap to print sum of diagnols of 2-d matrix(3*3)?
  • Write a c++ program that copies all lower case letters from a text file called “imp.txt” into file called “cpp1.txt”?
  • Write a function in c++ to read one character at a time from an existing text file named as old.txt and store into another text file named as new.txt in uppercase?
  • Write a user defined function to count the no of words in a given text file “poems.txt”?
  • Assuming that a text file joy.txt contains some text written into it .write a function named vowel that reads the file joy.txt and creates a new file names joy1.txt which starts with the lower case vowel (‘a’,’e’,’i’,’o’,’u’) Eg:– Carry umbrella and overcoat when it rains Joy1.txt Umbrella and overcoat it
  • Find the Country capital and telephone dialing code, based on the Country name
  • Making some sort of Calculator
  • Determine if a number is Palindrome or not
  • Calculate Surface Area and Volume of Cuboid and Cube
  • Banking: Search for a customer, display details, allow transaction
  • School library system
  • Make a game
  • Traffic lights, traffic signal management and control system
  • Elevator control
  • Inventory management in Retail Outlet
  • Office attendance
  • Company Payroll
  • Household gadgets like microwave ovens
  • Washing machines
  • Air Conditioners
  • Cars
  • Airplanes
  • Vending machines
  • Automatic Teller Machines (ATM )
  • A Social System
  • A musical composition
  • A clinical diagnostic system

DEPARTMENTAL STORE MANAGEMENT

SYNOPSIS

MAIN MENU

  1. Display Items
  2. Add a Record
  3. Search An Item By Name
  4. Search an Item by Record
  5. Modify A Record
  6. Delete a Record
  7. Generate Bill
  8. Complaints and Suggestions
  9. Exit

Service Center Management

MAIN MENU
  1. Workshop (display brief introduction of the Service Center)
  2. About Us (show company details)
  3. Form (accept the details of the customer)
  4. Updation (modify a particular customers record or delete it)
  5. Delete a particular record (allows customer to delete a particular record)
  6. Details Of Spareparts (display details of spareparts)
  7. Contact Us (show details of how to contact)
  8. Search and display records

Filed Under: School Projects

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


Primary Sidebar

Recent Posts

  • Hindi Project Work: Hindi Pariyojana Karya (हिंदी परियोजना कार्य)
  • Geography Projects Class 10
  • Money Education for Kids: Teach Them Financial Responsibility
  • Bachelor of Management Studies (BMS): Project Work
  • BMS (Bachelor of Management Studies): Assignment & Project Topics

Categories

  • Black Book Projects
  • Book Reviews
  • Business Law
  • CBSE Study Notes
  • Computers
  • Digital Business
  • Economics
  • Education Articles
  • English Literature
  • Environmental
  • Essays
  • Foreign Education
  • General
  • Geography
  • German
  • Global Education
  • Hindi
  • History
  • Hotel Management
  • HRM
  • Jobs
  • Management
  • Management Notes
  • Math
  • Media Study Notes
  • Movie Reviews
  • Primary
  • Research
  • Sample Essays
  • School Projects
  • School Study Notes
  • Science
  • Self Improvement
  • Services
  • Social Studies
  • Sociology
  • Solved Assignments
  • Student Software
  • Uncategorized
  • Writing Tips

Footer

CLASS NOTES

  • Class 10 . Class 9
  • Class 8 . Class 7
  • Class 6 . Class 5
  • Class 4 . Class 2
  • Class 2 . Class 1

ACADEMIC HELP

  • Essay Writing
  • Assignment Writing
  • Dissertation Writing
  • Thesis Writing
  • Capstone Projects
  • Homework Help
  • Report Writing

SERVICES

  • Writing Services
  • Book Review
  • Ghost Writing
  • Make Resume/CV

ABOUT US

  • About Us
  • Contact
  • Privacy Policy
  • Blog

Copyright © 2025 · News Pro on Genesis Framework · WordPress · Log in