M1 Flashcards

1
Q

is an electronic device that accepts, processes,
stores, and outputs data at high speeds according to
programmed instructions

A

Computer

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

Tangible parts of a computer system

A

Hardware

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

Used to input instructions into the computer system.

A

Input Devices

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

Used to give an output of what the computer executes.

A

Output Devices

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

These are programs that run the computer, designed to

perform a particular type of task.

A

Software

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

It is the software that makes the computer work.

A

Operating System

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

it stores data and program instructions.

A

Computer Memory

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

an be read or changed by the user or computer

A

RAM – Random Access Memory

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

can be read by the computer but not altered in any

way

A

ROM – Read Only Memory

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

nformation is written to a X chip after it is manufactured.

A

PROM

Programmable Read Only Memory

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

Information is written to a PROM chip -

A

after it is manufactured.

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

Information is written to an EPROM chip -

A

after it is

manufactured.

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

An X can be erased with exposure to

UV light.

A

EPROM chip

Erasable Programmable Read Only Memory

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

An X can be erased and re-written without having

to remove the chip from the computer

A

EEPROM chip

Electrically Erasable Programmable Read Only
Memory

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

EEPROM chips are also called

A

Flash ROMs.

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

part of the computer that translates

commands and runs programs

A

Central Processing Unit (CPU)

17
Q

Information from an input device or from the computer’s
memory is communicated via the X to the central processing
unit (CPU)

A

bus

18
Q

X handles all arithmetic and logical

operations.

A

Arithmetic and Logic Unit (ALU)

19
Q

is the nerve center of a computer. It extracts

instructions from memory and decodes and executes them.

A

Control Unit (CU)

20
Q

Discrete Structures 1
It contains the series of commands that create software, all other programming
languages must be converted to machine code for them to be understood
because a CPU has a limited set of instructions known as machine code that it is
capable of understanding.

A

Programming Language

21
Q

A program is a sequence of extremely simple instructions known
as

A

machine code

22
Q

Machine code instructions are X which

are not easy to understand

A

binary

23
Q

This is the language that is written for the computer hardware

A

Machine Language

24
Q

This programming languages were developed because of the

difficulty of programming using assembly languages

A

High-level languages

25
Q

are easier to use than machine and
assembly languages because their commands are closer to
natural human language .

A

High-level languages

26
Q

A compiler turns a high-level program into a X

A

CPU-specific

machine language.

27
Q

X is a programming language that uses easy-
to- remember commands in place of binary patterns in order to
make the task of programming easier.

A

Assembly language

28
Q

Once an assembly-language program is written, it is converted
to a machine-language program by another program called an

A

assembler .

29
Q

means that programs
(together with data) are stored in main memory
during execution.

A

Von Neumann Architecture

30
Q

Von Neumann Architecture is also known as the X Architecture

or the X Architecture

A

Stored Program

Fetch- Decode-Execute

31
Q

is a collection of wires on which electrical signals

pass between components in the system.

A

bus

32
Q

is used to shuffle data between the various

components in a computer system

A

Data Bus –

33
Q

The X, which is a bidirectional path, carries the actual
data between the processor, the memory and the
peripherals.

A

data bus

34
Q

specifies the location of data in memory. To
differentiate memory locations and I/O devices, the system
designer assigns a unique memory address to each memory
element and I/O device.

A

Address Bus -

35
Q

is an extensive collection of signals that control how the

processor communicates with the rest of the system.

A

Control Bus -

36
Q

The X carries the control, timing and coordination signals to
manage the various functions across the system

A

control bus