History
Terms
Functions
Math
Computers
100

Originally developed to instruct looms how to make intricate textiles

What is punch cards?

100

Step by step directions to achieve a specific result

What is algorithm?

100

This function displays data as output to the screen

What is print?

100

A math operation that finds the whole number without remainder when one integer is divided by another

What is integer division //?

100

A named unit of data that is assigned a value

What is a variable?

200

A mathematician and writer who wrote the first computer program

Who is Ada Lovelace?

200

An outline of the program

What is pseudocode?

200

This function displays a value's type, for example int or str

What is type?

200

A math operation that finds the remainder when one integer is divided by another

What is modulo %?

200

Human readable language that is compiled or interpreted into machine language

What is a high level programming language?

300

First compiled high level programming language

What is Fortran?

300

Program that translates computer code written in one programming language into another

What is a compiler?

300

This function prompts the user to provide data

What is input?

300

This error is given when you try to add a string and a number print('What error am I?' + 400)

What is a TypeError?

300

Carries all the information inside a computer

What are wires and circuits?

400

A high level interpreted object oriented programming language

What is Python?
400

Program that translates one statement into a sequence of one or more processes, and then into another language

What is an interpreter?

400

This type of function converts data from one datatype to another datatype

What is casting or type casting?

400

Represents a straight line

What is a linear equation?

400

The smallest piece of information a computer can store

What is a bit?

M
e
n
u