Terms and Concepts Flashcards

(50 cards)

1
Q

any organization/device that includes input, process, and output features

A

System

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

can be used to control external devices having inputs and outputs as a series of voltages

A

microprocessor

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

due to being prone to moisture and abrasions, microprocessors are encapsulated by _____

A

plastic or ceramic

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

the size, shape, and number of pins of a microcontroller depends on ____

A

amount of data it can handle

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

an electronic circuit fabricated out of a solid block of semiconductor material. often called solid state circuit, allows for very complex circuits to be constructed in a small volume

A

Integrated circuits

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

particular microprocessor based system that can be used as a computer

A

microcomputer

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

a complete microprocessor based control system built into a single chip. a small and convenient but doesn’t do anything that coudn’t be done with a microprocessor

A

microcontroller

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

MPU

A

Microprocessor unit

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

performs actual numerical and logical operations

A

Arithmetic and Logic Unit (ALU)

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

the results of ALU are stored in ____

A

Accumulators

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

set of instructions in the form of binary pattern

A

Machine language/machine code

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

also known as assembly language, is a human-readable representation of machine code instructions

A

mnemonics

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

conversion of assembly-level language into binary machine-level language

A

assembler

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

how many registers does an 8085 microprocessor have

A

6 registers (B,C,D,E,H,L)

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

group of flip-flops, where each flip-flop stores one bit of information. its basic function is to hold information in a digital system and make it available to the logic elements for the computing process

A

registers

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

number of bits in a register is called _____

A

width

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

action of puting data into memory

A

writing

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

getting the data out of memory

A

reading

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

a special register in a computer’s processor that contains individual binary flags or status bits. These flags reflect the outcomes or conditions resulting from the execution of instructions. Each flag represents a specific condition, such as the result of an arithmetic operation or the state of a specific flag bit.

A

flag register

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

a 16-bit register that deals with sequencing the execution of instructions. also a memory pointer, used to point the memory address from which the next byte is to be fetched

A

program counter

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

it points to a memory location in R/W memory called stack. special register in a computer’s processor that keeps track of the top or current position of the stack in the system’s memory

A

Stack Pointer

22
Q

8-bit register that temporarily stores the current instruction of a program

A

instruction register/decoder

23
Q

generates signals on data bus, address bus, and control bus within microprocessors to carry out the instruction that has been decoded

24
Q

is a single binary digit.

25
group of wires/lines that carry similar information.
Bus
26
group of wires/lines used for communication between the microprocessor and peripherals.
system bus
27
number of bits that can be stored in a register or memory element is called
memory word
28
It carries the address, which is a unique binary pattern used to identify a memory location or an I/O port.
address bus
29
used to transfer data between memory and processor or between I/O device and processor.
data bus
30
carry control signals, which consists of signals for selection of memory or I/O device from the given address, direction of data transfer and synchronization of data transfer in case of slow devices.
control bus
31
among the three buses (address, control, and data), which on is unidirectional
address bus
32
process of specifying the data to be operated on by instruction
addressing
33
time taken by the processor to complete the execution of an instruction. consist of 1 to 6 cycles
instruction cycle
34
time required to complete 1 operation
machine cycle
35
time corresponding to 1 clock period. the basic unit to calculate execution of instructions
t-state
36
first step in the execution of any instruction
opcode fetch machine cycle
37
mechanism by which the processor is made to transfer control from its current program execution to another program having higher priority
interrupt
38
address of memory where Interrupt Service Routine(ISR) is located
Interrupt Vector Address (IVR)
39
type of interrupt that requires the IVA to be supplied by external device that gives interrupt signal
Vectored interrupts
40
type of interrupt that has a fixed IVA for ISRs of different interrupt signals
Non-vectored interrupt
41
type of interrupt that can be blocked
maskable interrupt
42
type of interrupt that are always recognized
non-maskable interrupt
43
type of interrupt that are special instructions, after execution transfer the control to predefined ISR
Software interrupt
44
A 16-bit binary number refers to the basic data size or bit size that can be processed by the arithmetic and logic unit of the processor.
Word
44
type of interrupt that are signals given to the processor, for recognition as an interrupt and execution of the corresponding ISR
Hardware Interrupt
45
8085 instruction set includes eight software interrupt instructions called
Restart (RST) instructions
46
used to mask/unmask RST hardware interrupts
SIM (set interrupt mask) instruction
47
used to read the status of the interrupt mask bits
RIM (read interrupt mask) instruction
48
the longest instruction of 8085 takes __ clock periods
18
49
interrupt signal must be applied at least __ clock periods
17.5