Midterm Flashcards
Study chapter 1 to 5
What is the primary difference between digital and analog systems?
Digital systems use discrete values, while analog systems can vary continuously over a specified range.
What are the two types of circuits discussed?
- Combinational circuits
- Sequential circuits
How do combinational circuits differ from sequential circuits?
Combinational circuits’ output depends only on present input values, while sequential circuits’ output depends on both past and present input values.
What is a basic building block of combinational circuits?
Logic gate
What is a basic building block of sequential circuits?
Flip-flop
What is the significance of binary numbers in digital systems?
Binary numbers are used because most switching devices only assume two different values.
What is positional notation in decimal numbers?
Each digit is multiplied by an appropriate power of 10 depending on its position.
What is positional notation in binary numbers?
Each digit is multiplied by an appropriate power of 2 depending on its position.
What does power series expansion in any number system involve?
Any positive integer R can be chosen as the radix or base, using R digits (0, 1, …, R−1).
How do you convert a decimal integer to base R using division?
Continue dividing until a0 is obtained; the remainder in each step is the desired digit.
Which letters represent numbers greater than 9 in hexadecimal?
- A = 10
- B = 11
- C = 12
- D = 13
- E = 14
- F = 15
How can conversion from binary to hexadecimal be done?
By inspection, as each hexadecimal digit corresponds to exactly four binary digits (bits).
Fill in the blank: A switching circuit has one or more _______ and one or more outputs which take on discrete values.
inputs
True or False: In sequential circuits, the output values only depend on the present values of inputs.
False
What are the basic operations that can be performed on positive binary numbers?
- Add
- Subtract
- Multiply
- Divide
What forms can negative binary numbers be represented in?
- Sign and magnitude
- 1’s complement
- 2’s complement
What code is used to represent decimal numbers in binary-coded decimal (BCD)?
Binary-coded-decimal (BCD)
What does it mean for switching devices to be two-state devices?
The output can only assume one of two discrete values.
What is required to represent digits in bases greater than 10?
More than 10 symbols are needed.
What does each octal digit correspond to in binary?
Three binary digits
Convert the binary number 100101101011010 to octal.
45532
In digital systems, arithmetic is performed in which number system?
Binary
What is the binary addition table used for?
To perform binary addition operations
What does the arrow indicate in binary subtraction?
Borrow which subtracts one from that column