Java Games: Flashcards, matching, concentration, and word search.

Python Unit 1 Vocabulary Practice

AB
Computer ScienceThe process of using technology to solve human problems
print()A command that displays text and numbers on the screen
CompilerA program that translates written code into machine language
ComputerAn electronic device consisting of hardware and software
CPUA computer component that carries out a program's instructions
HardwareThe physical machine; any partI of a computer that you can touch
InputInformation sent to the computer by the user, in the form of letters, numbers, or symbols
Main MemoryShort term, temporary memory. When computer is powered off, all information here is lost.
StringAn object in Python that stores letters, numbers and words. Not used for calculations
ProgramInstructions that a computer follows, written in code
Second MemoryLong term memory, or storage. Preserved when a computer is powered off.
SoftwarePrograms that run on hardware.
Escape Charactersspecial characters marked with the \ symbol. Can also allow you to make a new line, tab, print a quotation mark, or print a backlash
CommentA note written in computer code for the programmer to read, that the computer ignores. Marked in Python with a # symbol
OutputDigital information displayed or sent to the user by the computer, in a form that humans can interpret(sound, video, text, etc.)
VariableA name for a spot in the computer's memory where information can be stored
int()A function that translates strings into intergers
str()A function that tell Python to handle the value in the parentheses as a string, not as a number
AnalogData and information in the real world that can be measured continuously. Example volume or color
DigitalData and information in the real world that can be measured numerically. Example binary data
BinaryA number system based on two numbers, 0 and 1
DecimalA number system based on ten, the number system we normally use
IntegerAny whole number (either positive or negative), and zero
Integrated Development Environment (IDE)A program environment. It allows users to write a program, run the program, and debug the program
Operating SystemThe software that supports a computer's basic functions, such as controlling computer memory, scheduling tasks, and running applications


CT

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities