Uncategorized
-
3.CONTINUE PROGRAMMING JOURNEY WITH IDE
Can you see how beautiful Java is?A computer understands only 0s and 1s. Yet, using a high-level programming language.like Java, we can describe real-world concepts such as objects, convert them...
-
-
1. STARTING WITH JAVA OOPS.
Java is an Object-oriented programming language. Your first question — What is Object Oriented Programming (OOPs)? So far we have slightly understood that world of computers is different from human...
-
1.Why Waste Energy In Learning Programming?
Introduction In our day-to-day life, we come across Wh-questions most often, in fact, almost daily. Wh-questions are the questions starting with Who, What(Which), When, Where, How and Why? Either you ask these...
-
5.How does data get stored in Computer
Recall the concepts & the block diagram we have framed in our mind so far. Redraw here Look at the right hand side — we see two boxes ending with...
-
4.Operating System In Computer(Level-1)
The best way to learn anything is to learn by doing. Do you think you can learn riding a bicycle without touching the bicycle? The answer is plain No. Can...
-
3.How does computer understand us?
Analogy 3.1We saw the analogy in the previous chapter that Sam’s mother gave in the instructions to do the shopping in their mother tongue.(say they talk in English). What if...
-
2. Master the Basics First: A Simple Introduction to Computers
Before we dive into programming, we should probably understand the machine we are using to do programming. We call that machine – a computer. Luckily, computers run on a very...