0
0
Intro to Computingfundamentals~10 mins

What a programming language is in Intro to Computing - Flowchart & Logic Diagram

Choose your learning style9 modes available
Process Overview

A programming language is a special set of instructions that people use to tell computers what to do. This flowchart shows how a simple instruction in a programming language is understood and acted upon by a computer.

Flowchart
Rectangle
Rectangle
Yes No
Rectangle
This flowchart shows the step-by-step process of how a programming language instruction is written, read by the computer, checked for correctness, and then executed if valid.
Step-by-Step Trace - 6 Steps
Step 1: Start the process
Step 2: Write instruction in programming language
Step 3: Computer reads instruction
Step 4: Check if instruction is valid
Step 5: Execute instruction
Step 6: End process
Diagram
Write Instruction
Programming Language
Computer
Output: Hello
This diagram shows how a user writes an instruction using a programming language, which the computer then understands and produces the output 'Hello'.
Flowchart Quiz - 3 Questions
Test your understanding
What does a programming language help you do?
AMake coffee
BTell the computer what to do
CPaint pictures by hand
DDrive a car
Key Result
A programming language is a set of instructions that lets people tell computers what to do in a way the computer can understand and act upon.