COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Life was simpler before computers existed.
|
|
Technology is the best way to solve all problems.
|
|
Technology does not do anything by itself.
|
|
Before there were computers, life was much more boring.
|
Detailed explanation-1: -By creating algorithm you will be able to evaluate all the possible solution to specific problem. The most important thing to remember about algorithms is that there can be many different algorithms for the same problem, but some are much better than others.
Detailed explanation-2: -Computer programming is important today because so much of our world is automated. Humans need to be able to control the interaction between people and machines. Since computers and machines are able to do things so efficiently and accurately, we use computer programming to harness that computing power.
Detailed explanation-3: -A hacker is just a person who uses computer programming or technical skills to overcome a challenge or problem.
Detailed explanation-4: -Programmers must first understand how a human solves a problem, then understand how to translate this “algorithm” into something a computer can do, and finally how to “write” the specific syntax (required by a computer) to get the job done.