Programming · Level 1 of 5
Program
A set of instructions expressed for a computing system.
A program specifies operations and control flow over represented data.
Example
A script reads a file and prints a summary.
Listen to the definition and example
Audio transcript
Program. A set of instructions expressed for a computing system. A program specifies operations and control flow over represented data. For example: A script reads a file and prints a summary.
Explore this concept
Why it matters
This helps you read implementation code and describe its behavior precisely.
Quick recall question
Try answering before looking back at the definition.