Thursday, November 17, 2011
College Programming Perspectives of First Year Students
Why Hello World?
If you are starting yet to study programming or a specific programming language, you may notice that the first thing that your teacher/instructor would assign you to do is to create a program that displays the text “Hello World”. Has it come to your thought to ask why not just a simple “Hi” or “Hello” or “Good day!”? Probably yes, as during my time, I wondered a lot too.
Technically, the Hello World program has been traditionally used in learning basic programming. This was influenced by an example program in the seminal book “The C Programming Language” in which the example program prints “hello world”. Inherited from 1974, Bell Laboratories internal memorandum by Brian Kernighan, Programming in C: A Tutorial contained the first known version. (Wikipedia)
But still, why “Hello World”? Well, personally, I interpret it this way. Basically, programming depicts the reality. It has its own objects, behavior, methods just like a real world just in the weirdest way that only programmers understand. Yes, that’s why you may observe programmers do have their own world when they are in front of their PC -a complex world where only people like them could penetrate. They have their own language and wonderfully used it to communicate with the machine. If you are not a programmer then you can never understand.
Being a newbie in the world of programming, it is expected that you will be part of this complex technical world. And while you are starting to learn, it is like you are being made ready to be part of it. Like a newly born baby, you are welcomed in the world that you’re soon to explore with.
Hello World!
Welcome to the world of programming.
And so the next question..
Are you going to quit? Or
Are you going to survive?
Tuesday, November 15, 2011
F12 in College Programming
Does it cause you headache? Feelin’ like giving up?
BEEN THERE! DONE THAT.
Truly, programming is a challenging thing to do. It never fails you to feel good once you create the program successfully. That’s if you make it right. Otherwise, it could be the most annoying subject you could ever have. The feeling when you have the idea how to solve the problem, when you have it everything in your head but you could not put it into code? Possibly, you may have the idea how to solve the problem, everything’s on your head, but no matter how you change, interchange or revise the code, still it only gives you error. And you end up wondering why. Why?
Programming, like anything else, it requires practice. Along with it is the familiarization of the programming language you are using. It doesn’t necessarily mean that you do have to memorize the codes all the way from top to bottom but at least you have to “familiarize” in the real sense of the word. You have to know how each line is used.
Yes, I know you have heard it already from your teachers perhaps over and over again. The words “practice” and “familiarize” the program. What an excuse, right? How are you going to practice when there is nothing to practice with, right? There are many codes in the internet, you may find, but seldom of them only fits to your level. I mean, you cannot really relate the entire given example programs in the Internet, can you? Some are too broad and some are too narrow.
This is the very reason why this blog is created – to help college students(IT/CS majors), in their programming subjects. We will be posting sample program codes here which may be near to the particular problems given to a college student. The codes are personally created by group of individuals who have adequate knowledge in programming. This will be a simple guide for you to enhance your skills in solving problems, improve your solving techniques and create your own program in the future.
Sunday, November 13, 2011
What is Programming?
Roles of Programming Language:
- Technical: It is a means for instructing a Computer to perform Tasks
- Conceptual: It is a framework within which we organize our ideas about things and processes.
Top 5 Programming Languages that keeps you employed



JavaScript is Web's language. It enables all of the popular Web browsers and that says it all.

