Microprocessor (Mod 2) Flashcards

1
Q

The basic blocks of a computer are the:

A
  • Central processing unit (CPU)
  • Memory
  • Input/Output (I/O)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Other terms for central processing unit

A
  • Central processor
  • Main processor
  • Processor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

the electronic circuitry within a computer that executes instructions that make up a computer program

A

Central Processing Unit

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

Any physical thing that makes up a computer is considered a

A

Computer hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  • consists of a collection of programs
  • collection of data or computer instructions that tells the hardware how to work or what to do
A

Computer Software

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

contain instructions and data for performing a specific task

A

Programs

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

Two main types of software

A
  • System software
  • Application software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

This type of software includes the programs that are dedicated to managing the computer itself, such as operating systems, file managements utilities, and disk operating systems

A

System software

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

This type of software is a program or group of programs designed for the end users

A

Application Software (App for short)

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

It translates any programming languages into binary or machine language

A

Compiler

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

In computers, all arithmetic operations are performed using

A

addition

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

is a pattern of 0’s and 1 ’s that represents a specific location in memory or a particular I/O device

A

Address

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

Typical 8-bit microprocessors have ___ address lines, and, these can produce ___ unique ___-bit patterns from 0000000000000000 to 1111111111111111, representing ___ different address combinations

A
  • 16 address lines
  • 216
  • 16-bit patterns
  • 65,536
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

2 locations of data

A
  • main memory
  • disk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Disks are divided into

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

Address definition based on:
- computer data storage
- computer networks
- internet

A
  • Address points to a location where data may be accessed
  • Address refers to IP address
  • Address refers to web address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

manner in which the microprocessor determines the operand (data) and destination address during execution of an instruction. It specifies a rule for interpreting or modifying the address field of the instruction before the operand is actually executed

A

Addressing mode

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

a digital circuit used to perform arithmetic and logic operations. It represents the fundamental building block of the central processing unit (CPU) of a computer

A

Arithmetic Logic Unit (ALU)

19
Q

the mathematical brain of a computer, it is THE thing that does all of the computation in a computer.

A

Arithmetic Logic Unit (ALU)

20
Q

The ALU is a two in one, it has a:

A
  • Logic Unit
  • Arithmetic Unit
21
Q

The Arithmetic Logic Unit has an operation in which it adds 1 to a number, this operation is called

A

Increment operation

22
Q

Arithmetic Logic Unit has two logic circuits

A
  • Full adder
  • Half Adder
23
Q

Arithmetic logic unit functions

A
  • Sum
  • Add w/ carry
  • Subtract
  • Subtract w/ borrow
  • Negate
  • Increment
  • Decrement
  • Pass through
24
Q

Sum of A and B (ALU function)

25
Q

Sum of A, B, and Carry-input (ALU function)

A

Add w/ carry

26
Q

Difference of A and B

27
Q

Difference of A and B with borrow (carry-input) (ALU function)

A

Subtract w/ borrow

28
Q

A is subtracted from zero, changing its sign from – to +, or vice versa (ALU function)

29
Q

Add 1 to A (ALU function)

30
Q

Subtract 1 from A (ALU function )

31
Q

all bits of A are passed through unmodified. (ALU function)

A

Pass through

32
Q

is a high-speed, directly accessible, relatively small, semiconductor read/write memory block used to store data/instructions that the microprocessor may need in the immediate future.

A

Cache memory

33
Q

How many levels that pentium I1 support

34
Q

In the pentium I1 this cache is contained inside the microprocessor

35
Q

In the pentium I1 this cache is interfaced to the microprocessor

36
Q

or timing circuits, synchronizes the microprocessor’s components, it’s a circuit that regulates the timing and speed of all computer functions.

37
Q

a list of commands that the microprocessor is designed to execute.

A

Instruction set

38
Q

Typical instructions in an instruction set

A
  • Add
  • Subtract
  • Store
39
Q

is a hardware device that allows information to be stored and retrieved on a computer

A

Random-access memory (RAM)

40
Q

What type of memory is RAM and it requires what

A
  • Volatile memory
  • Power
41
Q

is a storage medium for the groups of bits called words, and its contents cannot normally be altered once programmed

A

Read-only memory (ROM)

42
Q

What type of memory is ROM

A

Non-volatile memory

43
Q

Register is considered as what type of memory