Cit292 Computer Laboratory 1 Summary
Cit292 Computer Laboratory 1 Summary
WHATSAPP 08024665051
Measurements of the physical objects around us are never in discrete units, but rather
in a ______________ range.
Continuous
A bit, having either the value of 0 or 1 can represent only two things or two pieces of
information. It is, therefore, necessary to group many bits together to represent more
pieces of information. A string of n bits can represent 2n different pieces of
information.
For example, a string of two bits results in the four combinations 00, 01, 10, and 11.
Note that the use of binary numbers is just a form of representation for a string of bits.
The decimal digit 4 has a greater value than the decimal digit 8 because
_____________
It is in the tenth position whereas the digit 8 is in the unit position
The decimal value of a binary number can be found just like for a decimal number
except that we raise the base number 2 to a power rather than the base number 10 to a
power. For example, the value for the decimal number 658 is 65810 = 6×102 + 5×101
+ 8×100 = 600 + 50 + 8 = 65810
Hexadecimal numbers require ___________ different digit symbols
16
If each digit of a decimal number is represented by its binary equivalent, this produces
a code called _____________
Binary Coded Decimal
In a Boolean function the ____________ operator is either denoted with a dot (.) or no
symbol at all.
AND
Table 1.1(b): Truth tables for the three basic logical operators: (a) AND; (b) OR; (c)
NOT
______________ showed that circuits built with binary switches can easily be
described using Boolean algebra.
Claude Shannon
In____________, Claude Shannon showed that circuits built with binary switches can
easily be described using Boolean algebra.
1938
The dual of a logic expression is defined as one that is obtained by changing all +
operators with • operators
The _____________ states that if a Boolean expression is true, then its dual is also
true.
duality principle
______________ are tables which are set to list the possible inputs and find their
corresponding outputs.
Truth tables
The NOT gate, the OR gate and the AND gate are three main types of logic gates.
Boolean theorem are rules that can help us to simplify logic expressions and
____________
logic circuits
A _____________ is a product term that contains all the variables used in a function.
Minterm
A ______________ is a sum term that contains all the variables used in the function.
Maxterm
Boolean functions are expressed in terms of AND, OR, and NOT operations
The AND gate is a circuit that operates such that its output is high only when all its
inputs are high.
_____________ circuits are the class of digital circuits where the outputs of the circuit
are dependent only on the current inputs.
Combinational
______________ are circuits whose outputs are dependent on not only the current
inputs, but also on all of the past inputs.
Sequential circuits
The ____________method is an easy way for reducing an equation manually and is
discussed in unit 5 of this module.
Karnaugh map
The K-map is a 2-dimensional array of squares, each of which represents one minterm
in the Boolean function.
A Karnaugh map (K-map for short) provides a simple and straightforward procedure
for combining these product terms.
A Karnaugh map (K-map for short) provides a simple and straightforward procedure
for combining these product terms. A K-map is just a graphical representation of a
logic function’s truth table
____________ and flip-flops are the basic memory elements for storing information.
Latches
The simplest way to add extra inputs is to replace the two inverters with two NAND
gates. This circuit is called an______________.
SR latch
When two 1’s are fed back to the inputs which produce a 0 at the outputs, this
oscillating behaviour is called the _____________
critical race
There are basically four main types of flip-flops: D, S-R, J-K, and T.
If the slave latch is enabled when the clock is low it is referred to as a negative-edge-
triggered flip-flop.
The resulting circuit when all the flip-flops are clocked synchronously is known
as______________.
synchronous counter
The NOT gate, OR gate and AND gate are three main types of_____________
logic gates
A______________ is a product term that contains all the variables used in a function
Minterm
_____________are set to list the possible inputs and find their corresponding inputs
truth tables
Boolean______________ and variable are allowed to have only two possible values
Constants
A______________ is one whose output will change bits state simultaneously, without
any ripple.
Synchronous counter
The term_____________ implies the logical relationship between the inputs and the
outputs.
Logic Function
In order to change the state for a bistable element, we need to add external inputs
called_____________ to the circuit
RS latch
The major differences in these flip-flop types are in the number of____________ they
have and how they change states
Inputs
The NAND gate is derived from an AND gate and_____________ connected in series
Inverter
When the hours counter reaches 12, it will be reset to zero by the_____________ gate
NAND
Whenever both data inpuits J and K are at 1, then the flip-flop can be said to be in
a_____________ state
Toggle
_____________ gates are widely employed and can be used to make other logic gates
NAND
When several operators are used in the same expression, the precedence given to the
operators are, from___________ to lowest
Highest
The AND gate output is equal to the AND product of the______________ inputs.
Logic
To convert a binary number to octal, we group the bits into groups of__________
Threes
When a___________ is enabled, its state changes immediately when its input changes
Latch
A____________ is a product term that contains all the variables used in a function
Minterm
A____________ term is a term with either a single variable, or two or more variables
Product