Terms and Concepts Flashcards
any organization/device that includes input, process, and output features
System
can be used to control external devices having inputs and outputs as a series of voltages
microprocessor
due to being prone to moisture and abrasions, microprocessors are encapsulated by _____
plastic or ceramic
the size, shape, and number of pins of a microcontroller depends on ____
amount of data it can handle
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
Integrated circuits
particular microprocessor based system that can be used as a computer
microcomputer
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
microcontroller
MPU
Microprocessor unit
performs actual numerical and logical operations
Arithmetic and Logic Unit (ALU)
the results of ALU are stored in ____
Accumulators
set of instructions in the form of binary pattern
Machine language/machine code
also known as assembly language, is a human-readable representation of machine code instructions
mnemonics
conversion of assembly-level language into binary machine-level language
assembler
how many registers does an 8085 microprocessor have
6 registers (B,C,D,E,H,L)
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
registers
number of bits in a register is called _____
width
action of puting data into memory
writing
getting the data out of memory
reading
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.
flag register
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
program counter