PSU Computer Principles
PSU Computer Principles
Positional Notation
Question No.6:
The code 1011 in BCD is
The Hexadecimal Number System A. 24 B. Letter A C. 11 D. Invalid
The name is derived from the fact that the
system uses 16 symbols from 0 to F. Question No.7:
One Hexadecimal digit is equivalent to 4 Binary What is the process used to describe
digits. analog-to-digital conversion?
A. binarize B. linearize C. digitize D. analogize
The Hex Number Representation
Question No.8:
Which of the following is not used in
hexadecimal digital symbols?
A. A B. C C. H D. F
Question No.9:
What is the equivalent of hexadecimal 1A
in decimal?
A. 27 B. 26 C. 42 D. 40
Question No.10:
First commercial computer introduced in
Positional Notation
1953 that uses valves
A. IBM – 1400 B.UNIVAC C.IBM – 701 D.ENIAC
Computer Logic
Logic is defined as the science of reasoning.. NAND Gate Truth Table
Logic Polarity
Logic polarity is the type of voltage used to
represent the logic 1 of the statement.
Two types of Logic Polarity:
Positive Logic
Negative Logic
Positive Logic
If the signal that activates the circuit (state 1) NOR Gates
has a voltage level more positive than the zero NOR Gates are OR Gates with a NOT Gate.
state, it is considered as Positive Logic. The output of the NOR Gate is LOW when
Negative Logic there is ONE or ALL inputs are HIGH.
If the signal that activates the circuit (state 1) The output is HIGH when ONE or ALL the
has a voltage level more negative than the zero inputs are LOW.
state, it considered as Negative Logic. Also known as: Peirce’s Arrow
Proved by Charles Sanders Peirce
Positive and Negative Logic NOR Gates
Boolean Algebra
Also known as Boolean Logic.
Boolean Algebra was developed by an English
mathematician George Boole in the 19th century.
Logic Gates Boolean expressions is nothing more than a
The “decision-making” circuit of computers and description of the input conditions to get the
other types of digital equipment where there desired output.
should be certain conditions to exist to produce Laws and Theorems
the desired output.
Types of Logic Gates
AND
OR
NOT
NAND
NOR
Logic Gates
AND OR NOT
NAND Gate
XOR Gate Truth Table
XNOR Gate
The Exclusive NOR or XNOR gate is nothing
more than an XOR gate with inverted output.
It produces a HIGH output when the inputs are
either all HIGH or all LOW.
Parallel Adders
Parallel Adders are designed to add multiple-
digit numbers.
Adders
Adders are combination of logic gates that
combines binary output to produce a sum.
Adders are classified according to their ability to
accept and combine the digits.
Questions No.12:
Speed of a logic circuit is normally
expressed as _____.
A. Logic levels C. Propagation delay
Half Adder B. Speed immunity D. Power consumption
Half Adder is designed to combine to binary digits and
produce a carry. Questions No.13:
_____ is a gate which has two or more low
inputs signals to get a low output.
A. AND gate C. Inverter gate
B. OR gate D. NAND gate
Questions No.14:
What logic circuit is analogous to a single
pole mechanical selector switch?
A. decoder C. Multiplexer
B. encoder D. exclusive OR
Questions No.15:
_____ is a single bit comparator
A. Wired OR C. NOR gate
B. Exclusive OR D. Exclusive NOR
Questions No.16:
Full Adder What is a multi-wire connection between
Full Adder becomes necessary when carry input must be digital circuits?
added to the two binary digits to obtain the correct sum. A. Bus C. Multiplexed cable
B. Wire wrap D. Cable ribbon