Computer Science / CS 0351 · Atom · ~20 seconds
The High-Level Language
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
A high-level programming language is designed to be easy for humans to read, write, and understand — abstracting away hardware and machine-code complexity so programmers solve problems, not architectures.
Show
An invoicing app in English-like syntax rather than bits is the abstraction cashed in.
Watch for
Ease for humans is the goal, not a side effect.