Computer Program
is a recipe of instructions that tells your computer what to do.
- When you write a program, you create a step-by-step recipe of what needs to be done to complete a task and when your computer executes the program it reads what you wrote and follows your instructions to the letter.
Syntax
The Rules for how a sentence is constructed.
Semantics
The actual meaning of statements.( the meaning the instructions can have).
Script
A Program that is short, simple and can be written very quickly.
What is automation?
The Process of replacing a Manual step with one that happens automatically.
Programming code
Programming code is set of written computer instructions, guided by rules, using a computer programming language.
-Programming code may be referred to as source code or scripts.
Programming languages
Syntax
Syntax is a set of rules for how statements are constructed in both humans and computer languages.
-Programming syntax includes rules for the order of elements in programming instructions, as well as the use of special characters and their placements in statements.
Semantics
Semantics refers to the intended meaning or effect of the statements, or collection of words, in both human and computer languages.
Computer Program
Computer Program
Script
Automation
Automation is used to replace a repetitive manual step with one that happens automatically.
Output
Output is the end result of a task performed by a function or a computer program.
Input
Input is information that is provided to a program by the end user. Input can be text, voice, images, biometrics and more.
Functions
Functions is a reusable block of code that performs a specific task.
Variables
Variables are used to temporality store changeable values in a programing code.
Python interpreter
The Program that reads what’s in the recipe and translates it into instructions for your computer to follow.
Key Terms
Platform-specific/ OS specific scripting language
Platform-specific scripting languages. like PowerShell ( for windows) and Bash ( for Linux) are used by system administrators on those platforms.
Client-side-scripting language
Client-side scripting languages, like JavaScript, are used mostly used for web programming.
-The scripts are transferred from a web server to end-user’s internet browser, then executed in the browser.
Machine Language
Machine Language is the lowest-level computer language.
Cross-platform programming language
Programming language that is compatible with one or more platforms/ operating systems ( e.g. Window. Linux, Max, iOS, Android).
Object-oriented programming language
In Object-oriented programming language, most coding elements are considered to be objects with Configurable properties.