Keywords 3 - Computer Architecture, Languages and Operating Systems Flashcards

1
Q

Cache Memory

A

A portion of memory used for high speed storage

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

Register

A

An inetrnal memory location within the CPU that temporarily holds data and instructions during processing

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

Accumulator

A

The register that is used for arithmetic and logic calculations

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

Peripheral

A

A hardware device, used to inputm store or output data from a computer, that is not directly part of a computer itself

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

High Level Language

A

A programming language that looks like the language humans generally use

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

Low Level Language

A

A programming language that is closer to the native language of computers

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

Machine Code

A

A series of binary numbers, madfe up of 0s and 1s

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

Assembly Language

A

A low-level programming langaue that uses mneumonic codes to create programs

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

Syntax

A

The structure of language in a computer program

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

Compiler

A

A computer program that takes a whole computer program written in a high level language and translates it into machine code

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

Interpreter

A

A computer program that translates a program written in a high level language line by line into machine code

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

Source Code

A

Code in its text-based form that is yet to be translated into machine code

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

Executable File

A

A file format that a computer can directly process

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

Mnemonic Codes

A

Instruction codes used in assembly language

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

Assembler

A

Converts assembly language into machine code

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

Driver

A

A oriogram that controls a device, for example, a printer on a keyboard