DELD practical Flashcards
Flip flop def
an electronic device which is used to store 1-bit of information by using clock signal
Combinational and Sequential circuits
Combinational - output dependent entirely on input condition (no memory elements)
ex Adder, Sub, Multiplexer, Decoder, Encoder, Comparator, Code converter
Sequential - flip flops act as memory units for storing past inputs as well
ex flipl flops, counters, shift registers
What is a bit?
A bit (binary digit) is the smallest unit of data that a computer can process and store. Binary data bit.
Byte consists of 8 bits, references to computer memory are always in terms of bytes
BCD code
Binary coded decimal (decimal represented as 4 bit binary)
BCD adder
Adder circuit, Logic circuit (for detection - if the number is greater than 9), adder circuit (corrector - to add 0110)
Multiplexer and uses
Digital switch which allows digital info from several sources to be routed onto a single output line
n = selection lines, 2^n - input lines
74151 - 8:1 MUX
Uses - data line selector, implement combinational logic circuit
Comparator
simple AND, OR, NOT gates used to compare binary inputs
1 bit (2 inputs) 2 bit (4 inputs)
Parity gen/checker
Detecting errors during transmission of binary info (if 0 changed to 1 or vise versa)
Binary subtraction
for positive number (result): add carry 1 to the result for final result
for negative number (result): take one’s complement
Canonical form
Contains all literals
Encoders and decoders
Encoders - are used to convert digital data into an analogue signal, have more input lines, work on single bit at a time
Decoders - are used to convert an analogue signal into digital data, which can then be processed by a computer, more output lines, more bit and more outputs