Chapter 3 &4 Review Flashcards
The decimal system uses the number 9 as it’s base.
FALSE
To express a number in binary requires fewer digits than in the decimal system.
FALSE
In the Gray Code there is a maximum of one bit change between two executive numbers.
TRUE
The radix of a number system is the same as the base.
TRUE
All gates are devices that have one input with which they perform logic decisions and produce a result at one or more of their outputs.
FALSE
Only one input to an OR gate must be 1 or produce a 1 output.
TRUE
The AND function, implemented using switches, will mean switches connected in parallel.
FALSE
A two input OR function, expressed as a Boolean equation, would be Y+AB
FALSE
Hardwired logic is fixed and is changeable only by altering the way devices are connected.
TRUE
There is no difference between a relay schematic and a ladder logic program.
FALSE
The number 12 is: A. 12 in any number system B. 12 is decimal C. 12 in binary D. All the above
B
The binary nnumber 101 has the decimal equivalent of: A. 3 B. 101 C. 41 D.5
D
The Octal number 153 would be written in binary as: A. 011 101 001 B. 001 101 011 C. 011 111 101 D.010 100 011
B
The decimal number 28 would be written in binary as: A. 11100 B. 00111 C. 10110 D. 01011
A
The hexadecimal number C4 would be written in binary as: A. 21 B. 48 C. 182 D. 196
D