Home » Archive by category "Online Computer Education" (Page 6)

Learn Fundamentals of Java Programming “Data Types and Variables in Java Programming ” Lesson 3

Data Types and Variables In the previous section, you learnt how to write and execute a simple Java program. This time let us write a program that does something a little more useful than just display a message. We will write a program that handles data. Given the marks obtained by a student and the total number of marks for an exam, our program will calculate the percentage obtained by the...
Continue reading »

Learn Fundamentals of Java Programming “Write Hello World Java Program” Lesson 2

Write a simple Java program that prints a Welcome Message (“Hello World”) on the screen. Since this will be your first Java program, you will first need to setup the programming environment (Refer to Appendix A for installation and starting NetBeans). Step 1: Double click the NetBeans icon on your computer to start NetBeans. Java will open the NetBeans IDE (Figure 1.1a). Step 2: All development in NetBeans is placed within...
Continue reading »

Learn Fundamentals of Java Programming “Introduction of Java” Lesson 1

  Introduction to Java Welcome to “Fundamentals of Java Programming”! In this unit, you will learn to write and execute Java programs. But before you start writing one, it is important to know what a program is. A computer program is a sequence of instructions given to the computer in order to accomplish a specific task. The instructions tell the computer what to do and how to do it. Programming is...
Continue reading »

Online “Operating Web Based Application” Course in 10 simple steps.

Operating Web Based Application   1. Operating Web-based Applications 2. Online Reservation Systems 3. Advantages of online reservation system 4. Using Online Reservation Systems     5. E-Governance 6. E-Governance Sites 7. Online Shopping and Bill payments 8. Online Tutoring Sites 9. Project Management – Web Based Application development 10. Case Study – Online Game, Online Quiz, Online Bill Calculator
Continue reading »

Learn Operating Web Based Application ”Case Study – Online Game, Online Quiz, Online Bill Calculator ” for CBSE Class 10 and 12, Lesson 10

Case Study – Online Game Let us now define the problem statement for the online game. Here, we create an online game called Hangman. It is a simple guessing game where a player has to guess the word which may belong to a category like, movie, country name etc. Let us create this game.   Problem Statement:Hangman is a popular word game. In this game, a player selects a category like,...
Continue reading »

Learn Operating Web Based Application ”Project Management – Web Based Application development” for CBSE Class 10 and 12, Lesson 9

Project Management – Web Based Application development A web application is a program that is stored on a remote server. A web application is online as it is delivered over the Internet through a web browser interface. A web application may be of different kinds, like, a quiz, a game or a bill calculator. Web based application development involves the process of developing web applications. A project is a task that is undertaken...
Continue reading »

Learn Operating Web Based Application ”Online Tutoring Sites” for CBSE Class 10 and 12, Lesson 8

Online Tutoring Sites There exist several online tutoring sites like, http://www.khanacademy.org/,  http://www.eagetutor.com/. Khan Academy is an educational website created in 2006 by educator Salman Khan. The website hosts video tutorials on different subjects, like, mathematics, history, physics, chemistry, civics, economics etc. The learner can view the video lectures at their convenience. eAgeTutor.com is an online tutoring site. It provides learners with one-to-one tutoring along with assessment. They provide tutoring on subjects like maths,...
Continue reading »

Learn Operating Web Based Application ”Online Shopping and Bill payments” for CBSE Class 10 and 12, Lesson 7

Online Shopping and Bill payments Online shopping is an e-commerce application where the customer can purchase goods over the Internet. There are several websites where the customer can go for online shopping. The customer can purchase all kinds of items, like, books, TV, mobile phones, dresses, shoes, cosmetics, jewelry, greeting cards etc. The customer can view the goods that are displayed along with the details of the goods. The customer can...
Continue reading »