The Importance of Writing Efficient Code

The other day, my dad gave me the task of writing a short program to compare 10 numbers to show the greatest, and the least. This was the code that I wrote: Yes this code was very confusing, but it was very bulky, and inefficient. One big thing was that it either only did the […]

Read More The Importance of Writing Efficient Code

Let me C

For the past few weeks, I have been read a book called Let Us C. It was written by Yashavant Kanetkar. Let Us C talks about the extremely popular programming language known as ‘C’. I have read 8 chapters of it. Here are my descriptions of each of the chapters from 1-8. THE FIRST CHAPTER […]

Read More Let me C

Comparison: Greater Than

In the most recent class, we were assigned to write a program that prints the greatest number of ten numbers entered. The both of us found this very hard to do so my Dad simplified the assignment and said we would have to compare 2 numbers entered by the the user. In the beginning I […]

Read More Comparison: Greater Than

Programming: My first Experience

In the most recent class, I had my first experience with programming. Now, I didn’t go on my desktop to program. I programmed in real life with my friend. What I had to do was instruct my blind-folded friend in the simplest instructions on taking the dictionary off the table, and put it on the […]

Read More Programming: My first Experience

Operating Systems

What is an Operating System? An operating system is a software that basically runs the computer. It has many jobs. It is also a software in which the end user instructs the computer. Some examples of operating systems are Microsoft windows, Linux, Mac OS, and Android.   Features of an Operating System It is an […]

Read More Operating Systems