What is Computer Programming, Programming Language ? Explained in 2 Minutes

Share

Summary

This video explains the fundamental concepts of computer programming, programming languages, and the role of a programmer.

Highlights

What is a Computer?
00:00:13

A computer is an electronic device capable of performing billions of calculations rapidly. However, a computer is a machine that cannot function independently and requires instructions to execute tasks.

What is a Program?
00:00:26

To utilize a computer's capabilities, we must provide it with step-by-step instructions. The computer will then perform tasks based on these instructions. A collection of such instructions is known as a program.

Programmer and Programming Language
00:00:49

A 'programmer' is the individual who provides these instructions to the computer. The 'programming language' is the specific language used to write these instructions. Examples of programming languages include C, C++, Java, Python, Go, and JavaScript.

How it all Works
00:01:17

A programmer uses a programming language to give instructions, and the computer then executes these instructions to complete a task. This process is how computers are directed to achieve specific jobs.

Recently Summarized Articles

Loading...