Pthyon term Flashcards

1
Q

Operating system

A

Software that controls the internal operations of the computers hardware and devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Application software

A

Software that people spend most of their time running on their computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Keywords

A

Words that have a special meaning for a programming language also known as reserved words

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Operators

A

Symbols that perform operations on items of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ASCII

A

A set of numeric codes that represent English letters, punctuation and characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IDE

A

The development environment consisting of a text editor, compiler debugger and other utilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Machine language

A

Instructions written in a binary that a CPU can understand

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Source code

A

Programming statements that are written by the programmer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Compiler

A

A program that translates source code into an executable file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Syntax error

A

Mistakes in source that violate the rules of the programming language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Assembly language

A

Uses short words instead of binary numbers as in structures for the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Low-level languages

A

Programming languages that require a lot of knowledge about the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

High-level languages

A

Programming languages that are easy to understand and do not require detailed knowledge of how the CPU works

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

print()

A

The python function that is used to print a message on the screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Interpreter

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly