MICRO MIDTERM Flashcards

(40 cards)

1
Q

a programmable machine that processes binary data. It is traditionally represented by five
components: CPU, ALU plus control unit, memory, in- put, and output.

A

Digital Computer

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

The group of circuits that processes data and provides control signals and
timing. It includes the arithmetic/logic unit, registers, instruction decoder, and the control unit.

A

CPU

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

CPU MEANS

A

central processing unit

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

the group of circuits that performs arithmetic and logic operations.

A

ALU

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

the group of circuits that provides timing and signals to all operations in the computer and controls
data flow.

A

Control unit

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

a medium that stores binary information (instructions and data). Input a device that transfers
information from the outside world to the computer. Output-a device that transfers information from the
computer to the outside world.

A

Memory

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

the process of designing a few circuits on a single chip. The term refers to the
technology used to fabricate discrete logic gates on a chip.

A

SSI (small-scale integration)

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

the process of designing more than a hundred gates on a single chip

A

MSI (medium-scale integration)

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

– the process of designing more than a thousand gates on a single chip.

A

LSI (large-scale integration)

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

VLSI means

A

(very-large-scale integration)

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

a semiconductor device (integrated circuit) manufactured by using the LSI technique. It
includes the ALU, register arrays, and control circuits on a single chip.

A

Microprocessor (MPU)

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

a machine or product that uses a microprocessor to run or execute its
operations. It is represented by three components: microprocessor, memory, and I/O (input/output).

A

Microprocessor-based product

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

SLSI means

A

(super-large-scale integration)

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

a device that includes microprocessor, memory, and I/O signal lines on a single chip,
fabricated using VLSI technology.

A

Microcontroller

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

a computer that is designed using a microprocessor as its CPU. It includes microprocessor,
memory, and I/O (input/output)

A

Microcomputer

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

a group of lines used to transfer bits between the microprocessor and other components of the computer
system.

A

Bus

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

see R/Wm.

A

RAM (Random-Access memory)

18
Q

Ram means

A

(Random-Access memory)

19
Q

a memory that stores binary information during the operation of the computer.
This memory is used as a writing pad to write user programs and data.

A

R/WM (Read/Write memory)

20
Q

a memory that stores binary information permanently. The information can be
read from this memory but cannot be altered.

A

ROM (Read-Only memory)

21
Q

a binary digit, 0 or 1.

22
Q

a group of eight bits.

23
Q

a group of bits the computer recognizes and processes at a time.

24
Q

– a command in binary that is recognized and executed by the computer to accomplish a task. Some
instructions are designed with one word, and some require multiple words.

25
– a combination of letters to suggest the operation of an instruction.
Mnemonic
26
– a set of instructions written in a specific sequence for the computer to accomplish a given task.
Program
27
– the binary medium of communication with a computer through a designed set of instructions specific to each computer
Machine language
28
A medium of communication with a computer in which programs are written in mnemonics. An ________ is specific to a given computer.
Assembly language
29
– a medium of communication that is machine-dependent or specific to a given computer. Programs written in these languages are not transferable to different types of machines.
Low level Language
30
a medium of communication that is independent of a given computer. Programs are written in English-like words, and they can be executed on a machine using a translator (a compiler or an interpreter).
High-level language
31
– a program written either in mnemonics of an assembly language or in English-like statements of a high-level language (before it is assembled or compiled).
Source code
32
a program that translates English-like words of a high-level language into the machine language of a computer. It reads a given program, called a source code, in its entirety and then translates the program into the machine language, which is called an object code.
Compiler
33
a program that translates the English-like statements of a high-level language into the machine language of a computer. It translates one statement at a time from a source code to an object code.
Interpreter
34
– a computer program that translates an assembly language program from mnemonics to the binary machine code of a computer.
Assembler
35
– a procedure of looking up the machine codes manually from the instruction set of a computer and entering those into the computer through a key- board.
Manual assembly
36
– This is a 7-bit alphanumeric code with 128 combinations. Each combination is assigned to either a letter, decimal digit, a symbol, or a machine command.
(ASCII) American Standard Code for Information Interchange.
37
– an 8-bit code with 256 combinations. The ____ code is extended from seven bits to eight bits to include additional graphic symbols.
Extended ASCII
38
– a set of programs that manages interaction between hardware and software. It is responsible primarily for storing information on disks and for communication between microprocessor, memory, and peripherals.
Operating system
39
– a program that interprets the input from a keyboard and converts the input into its binary equivalent
Monitor program
40
a group of four bits.
Nibbles