Initial Idea 2: Computer Programming

COMPUTER PROGRAMMING


What is Computer Programming?

Computer programming is the process of designing and developing a wide variety of software programs in order to achieve a specified computing result. The process includes duties such as analysis, coding, algorithm generation, checking algorithm accuracy, resource consumption of algorithms, etc. The goal of computer programming is to find a set of instructions that will allow a computer to solve a given problem. (Martin, 2022)

Computer Programming is not hard if done correctly. The hard part of it is finalizing the right programming language because there are many programming languages. (Martin, 2022)


(TSR, 2022)
Programming languages, like normal human languages, have a grammar called syntax. There are several fundamental program code parts that are shared by all programming languages. 
(Hansen, 2022)

Important components of programming languages are;


-Programming Environment

-Data Types

 -Variables

 -Keywords

 -Logical and arithmetical operators

 -If else conditions

 -Loops

 -Numbers, characters, and arrays

 -Functions

-Input and Output operations



Reference(s):

Hansen, 2022. Invalid Syntax in Python: Common Reasons for SyntaxError – Real Python. [online] Realpython.com. Available at: <https://realpython.com/invalid-syntax-python/> [Accessed 7 May 2022].

Martin, 2022. What is Computer Programming? Basics to Learn Coding. [online] Guru99. Available at: <https://www.guru99.com/computer-programming-tutorial.html> [Accessed 7 May 2022].

TSR, 2022. What is a programming language?. [online] TheSchoolRun. Available at: <https://www.theschoolrun.com/what-programming-language> [Accessed 7 May 2022].


Comments

Popular posts from this blog

Initial Idea 1: Database Design and Implementation

Software - Evaluation & Functionalities