Skip to main content

Posts

Showing posts from November, 2021

Computer Programming and Programming Paradigms.

"Computer programming has an integral role in our world. Without computer programming no one would be able to use cell phones, computers or smart TV. Learning  programming can help to innovate and create solutions for a global society." What is a computer program? Computer program is an ordered and detailed collection of instructions that are carried out by a computer to perform specific operations. What is programming?  Programming is implementation of logic to facilitate specified computer operators and functionality. It can occur in one or more programming languages which differ by application and model. What are the basic functions of a computer program? There are 3 main tasks that are done by a computer program. Manipulate Data. Perform Operations. Provide Results. Programming Languages. A programming language is a notation for writing programs, which are specifications of a computation or algorithm. Programming languages can be categorized into three main parts. Machine