Home > Courses > Computer Programming II (COS 202) > Introduction to Computer Programming

Introduction to Computer Programming

Subject: Computer Programming II (COS 202)
Computer programming is the process of designing and writing instructions that a computer can follow to perform tasks. These instructions are written in special languages called programming languages.





What is Programming?


At its core, programming is about problem-solving. You give a computer a set of clear, step-by-step instructions (called an algorithm) to complete a task—like calculating numbers, displaying text, or running apps.

Types of Programming Languages


Here are some common categories:
Low-level languages (closer to hardware) Example is assembly language
High-level languages (easier for humans to read and write) Examples is Python, Java, C++

By: Vision University

Comments

No Comment yet!

Login to comment or ask question on this topic


Next Topic