Originally developed to instruct looms how to make intricate textiles
What is punch cards?
Step by step directions to achieve a specific result
What is algorithm?
This function displays data as output to the screen
What is print?
A math operation that finds the whole number without remainder when one integer is divided by another
What is integer division //?
A named unit of data that is assigned a value
What is a variable?
A mathematician and writer who wrote the first computer program
Who is Ada Lovelace?
An outline of the program
What is pseudocode?
This function displays a value's type, for example int or str
What is type?
A math operation that finds the remainder when one integer is divided by another
What is modulo %?
Human readable language that is compiled or interpreted into machine language
What is a high level programming language?
First compiled high level programming language
What is Fortran?
Program that translates computer code written in one programming language into another
What is a compiler?
This function prompts the user to provide data
What is input?
This error is given when you try to add a string and a number print('What error am I?' + 400)
What is a TypeError?
Carries all the information inside a computer
What are wires and circuits?
A high level interpreted object oriented programming language
Program that translates one statement into a sequence of one or more processes, and then into another language
What is an interpreter?
This type of function converts data from one datatype to another datatype
What is casting or type casting?
Represents a straight line
What is a linear equation?
The smallest piece of information a computer can store
What is a bit?