PCEP Entry Certification

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

34 Terms

1
New cards

Program

Direction that make computers usable.

2
New cards

What do programs do?

Provide directions for computers to complete executions.

3
New cards

Programs create:

Languages

4
New cards

Machine Language

A simple language that machines run on.

5
New cards

Where is machine language executed?

Directly on computer hardware.

6
New cards

Machine Code

It is a compilation of machine language.

7
New cards

Instruction List

A complete set of known commands.

8
New cards

IL

Instruction list.

9
New cards

Natural Languages

Languages that develop naturally.

10
New cards

Machine languages are:

Developed by humans.

11
New cards

Alphabet

Symbols to build words.

12
New cards

Lexis

A dictionary to show the words offered to users.

13
New cards

Syntax

Rules to determine strings of words.

14
New cards

Semanties

Rules that determine phrases that make sense.

15
New cards

High-Level Languages

Solution for the need of a common language between humans and computers.

16
New cards

Source Code

A program written in a high-level programming language.

17
New cards

Source File

The file that contains the source code.

18
New cards

Alphabetically

Must be written in a recognizable script.

19
New cards

Lexically

Each language has a dictionary to master.

20
New cards

Syntactically

Each language has rules that must be obeyed.

21
New cards

Semantically

It must make sense.

22
New cards

Compilation

Source program is translated once through a file containing machine code.

23
New cards

Interpretation

You translate the source program each time it needs to be run.

24
New cards

Source code cannot be distributed through:

Interpretation.

25
New cards

Computer File

A computer program that is a piece of text.

26
New cards

Pure Text

Text with no fonts, colors, or images. Bare bones text.

27
New cards

Computer file text must be:

Pure text.

28
New cards

Error Message

Occurs if the interpreter detects an error in subsequent lines.

29
New cards

Compilation Advantages

Faster execution, user needs complier but end-user does not, programming tricks are secured.

30
New cards

Compilation Disadvantages

A time consuming process, you must have compliers for every platform you wish the code to be used on.

31
New cards

Interpretation Advantage

The code can run as soon as completed, can be stored as a programming language.

32
New cards

Interpretation Disadvantage

The code will be slower based on computer, you and the user will need the same interpreter.

33
New cards

Python is an:

Interpreted language.

34
New cards

Script Languages

Interpreter languages with encoded scripts.