Computer Fundamentals Flashcards
it deals with variables of two discrete values and with operations that assume logical meaning. It is equivalent to Boolean Algebra. It also consists of binary variables and logical operations
Boolean Logic
A table of all possible combinations of the variables showing the relation between the values that the variables may take and the result of the operations
Truth table
NAND and NOR are examples of
Derived logic
Blocks of hardware that produce a logic of 1 or 0 if input logic requirements are satisfied.
Logic Gates
It is an expression formed with binary variables, the operators, parentheses and equal sign
Boolean Functions
It is a logic system without memory or storage capacity
Combinational
It is a logic system WITH memory or storage capacity
Sequential
It is a logic system that uses simple logic gates and only carries out the implementation.
Combinational
It is a logic system that carries out the implementation together with the logic gates, flip-flops, counters, registers, memory cores etc.
Sequential
It is a logic system that is described by a set of output functions only.
Combinational
It is a logic system that is described by a set of output functions and also next state functions.
Sequential
It is a logic system where its output depends only on the present input.
Combinational
It is a logic system whose output depends on the present input as well as on the present state of the system.
Sequential
It is a logic system whose output depends on the present input as well as on the present state of the system.
Sequential
Resistor-Transistor Logic is a ____ gate.
NOR
Diode Transistor Logic behaves like a ______ gate
NAND
Emitter Coupled Logic behaves like a _____ gate
NOR
This code is very convenient for representing decimal digits in digital circuits
BCD Code
This code is very convenient for representing decimal digits in digital circuits
BCD Code
These are don’t care conditions and do not have any meaning in BCD Code
1010 and 1111
This code can be conveniently used for performing subtracting operations in digital computers
Excess 3- Code
This code can be derived from BCD by adding 3 to each coded number.
Excess-3 Code
In this code only one bit changes between any two successive numbers.
Gray code
It is mainly used in the location of angular positions of a rotating shaft
Gray code
This code uses 3 bits to represent one octal digit.
Octal code
This code uses four bits to represent one hexadecimal digit.
Hexadecimal Code
This code uses four bits to represent one hexadecimal digit.
Hexadecimal Code
It is a type of computer storage containing non-volatile, permanent data that, normally, can only be read, not written to. Once data is written on this chip, it cannot be removed
Read Only Memory (ROM)
it contains the programming that allows a computer to start up or regenerate each time it is turned on
Read Only Memory (ROM)