CFP Assignment 2
CFP Assignment 2
ASSIGNMENT 2
(Comp 212 – Computer Fundamentals and Programming)
Prepared by:
LOILA S. EMPIMO
Faculty
1. Computer programming means the writing, testing, and maintenance of the code,
which enables the computer software and hardware to execute a certain task. It is all
about writing instructions, now called 'code,' that the computer will follow in order
to perform specific actions or solve specific problems. Programmers do this through
writing code in many different programming languages, including Python, Java, and
JavaScript, depending on what the application requires. There are high-level
languages, which man's intellect can grasp more effectively; there are low-level
languages as well, which are closer to the machine code, hence more complicated.
Developing algorithms is perhaps the most important activity when it comes to
programming, as they represent some sort of steps involved in order to solve any
given problem efficiently.