Pthyon term Flashcards
Operating system
Software that controls the internal operations of the computers hardware and devices
Application software
Software that people spend most of their time running on their computers
Keywords
Words that have a special meaning for a programming language also known as reserved words
Operators
Symbols that perform operations on items of data
ASCII
A set of numeric codes that represent English letters, punctuation and characters
IDE
The development environment consisting of a text editor, compiler debugger and other utilities
Machine language
Instructions written in a binary that a CPU can understand
Source code
Programming statements that are written by the programmer
Compiler
A program that translates source code into an executable file
Syntax error
Mistakes in source that violate the rules of the programming language
Assembly language
Uses short words instead of binary numbers as in structures for the CPU
Low-level languages
Programming languages that require a lot of knowledge about the CPU
High-level languages
Programming languages that are easy to understand and do not require detailed knowledge of how the CPU works
print()
The python function that is used to print a message on the screen
Interpreter