Vocabulary A
Vocabulary B
Vocabulary C
Vocabulary D
Vocabulary E
100

Function takes in any number of parameters, and prints them out on one line of text

Print

100

Computer machinery and equipment, including memory, cabling, power supply, peripheral devices, and circuit boards.

Hardware

100

Instructions that tell a computer what to do.

Software

100

A place where, or a device through which, energy or information enters a system

Input

100

How you would write the code characters for new line and tab

\n - new line

\t - tab

200

The process or activity of writing computer programs.

Programming

200

Zero, positive or negative whole numbers without a fractional part and having unlimited precision.

Integer

200

A special program that processes statements written in a particular programming language

Compiler

200

An element, feature, or factor that is liable to vary or change.

Variable

200

Detailed plan or procedure for solving a problem with a computer

Program

300

The name of the coding language we use in class

Python

300
The output for print(3+4)

7

300

A piece of text placed within a program to help other users to understand it, which the computer ignores when running the program.

Comment

300

Arrays of bytes representing Unicode characters.

String

300

The output for print("3+4")

3+4

400

Is also termed as external memory and refers to the various storage media on which a computer can store data and programs.

Secondary memory

400

A place where power or information leaves a system.

Output

400

Converts values to a string form

Str() command

400

An electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program

computer

400

A wave is recorded or used in its original form.

Analog technology

500

Expressed as a series of the digits 0 and 1, typically represented by values of a physical quantity such as voltage or magnetic polarization.

Digital

500

The portion of a computer that retrieves and executes instructions.

CPU

500

The escape character

\

500

The main storage region of a computer, to which the central processor has immediate or direct access

Main memory

500

What does CPU stand for?

Central Processing Unit

M
e
n
u