If , where , then for all is equal to
View Answer
Correct Answer: C —
Explanation:
squaring on both sides, we get i.e.,
Browse topic-based Digital Logic practice sets.
18 practice sets · Page 1 of 1
If , where , then for all is equal to
Correct Answer: C —
Explanation:
squaring on both sides, we get i.e.,
The IK Flip-flop is similar to the SR Flip-flop but there is no change in state when the J and K inputs are both _.
Low
Infinite
High
Same
Correct Answer: A — Low
Explanation:
Explanation: The JK Flip-Flop Definition: A JK flip-flop is a type of digital storage element (or bistable multivibrator) that can operate in various modes, such as set, reset, toggle, or no change, depending on the states of its inputs (J and K) and the clock pulse. It is similar to the SR (Set-Reset) flip-flop but resolves the ambiguity when both inputs are high. The JK flip-flop is widely used in digital circuits due to its versatility and ability to handle the "race condition" present in SR flip-flops.
A _is a combinational circuit that uses single input that can be directed throughout several outputs.
Capacitor
Multiplexer (Mux)
Demultiplexer (Demux)
Transformer
Correct Answer: C — Demultiplexer (Demux)
Explanation:
Explanation: Demultiplexer (Demux) Definition: A demultiplexer (Demux) is a combinational logic circuit that takes a single input signal and channels it into one of several output lines. The specific output line that is selected for the input signal is determined by a set of select lines. It essentially performs the reverse operation of a multiplexer (Mux).
Which of the following is the complement of the boolean function.
A'B + CD' + A'B + CD'
A'B + CD'
(A + B)(C + D')
(A + B')(C' + D)
AB' + CD'
Correct Answer: C — (A + B')(C' + D)
Explanation:
(A + B')(C' + D). Given Boolean function: A'B + CD' + A'B + CD' First simplify the given expression: A'B + A'B = A'B (redundant term) CD' + CD' = CD' (redundant term) So, the simplified function = A'B + CD' Now, we are asked to find the complement of this function: Let F = A'B + CD' Then the complement is: F' = (A'B + CD')' Apply De Morgans Law: (A'B + CD')' = (A'B)' · (CD')' (A'B)' = A + B' (CD')' = C' + D Therefore, F' = (A + B')(C' + D) Hence, the correct answer is:Option 3) (A + B')(C' + D)
Match the LIST-I with LIST-II
LIST - I Boolean Algebra Law | LIST - II Axioms
---|---
A. | Absorption Law | I. | a + 1 = 1
B. | Bounded Law | II. | a + 0 = a
C. | Identity Law | III. | a
• (b + c) = (a
• b) + (a
• c)
D. | Distributive Law | IV. | a + (a
• b) = a
Choose the correct answer from the options given below:
A - IV, B - I, C - II, D - III
A - IV, B - III, C - I, D - II
A - III, B - IV, C - II, D - I
A - II, B - III, C - IV, D - I
Correct Answer: A — A - IV, B - I, C - II, D - III
Explanation:
correct matching of Boolean Algebra Laws with their corresponding Axioms is as follows: Absorption Law: a + (a b) = a Bounded Law: a + 1 = 1 Identity Law: a + 0 = a Distributive Law: a (b + c) = (a b) + (a c) Based on this, the correct matching is: A - IV (Absorption Law - a + (a b) = a) B - I (Bounded Law - a + 1 = 1) C - II (Identity Law - a + 0 = a) D - III (Distributive Law - a (b + c) = (a b) + (a c)) Additional Information Understanding Boolean Algebra is essential in digital electronics and computer science for designing and analyzing digital circuits. Boolean Algebra allows for the simplification of logic expressions, making it easier to implement and optimize digital systems. These fundamental laws and axioms provide the foundation for more complex theorems and applications in Boolean logic and digital design.
Which of the following statements are true?
A. Frequency division multiplexing technique can be handled by digital circuits.
B. Time division multiplexing technique can be handled by analog circuits
C. Wavelength division multiplexing technique is used with optical fiber for combining two signals.
D. Frequency division multiplexing technique can be applied when the bandwidth of a link is greater than the bandwidth of the signals to be transmitted.
Choose the correct answer from the options given below:
B and D only
C and D only
A and D only
B and A only
Correct Answer: B — C and D only
Explanation:
Key Points Frequency-division multiplexing: In telecommunications, frequency-division multiplexing (FDM) is a technique by which the total bandwidth available in a communication medium is divided into a series of non-overlapping frequency bands, each of which is used to carry a separate signal. For example, the coaxial cable used by cable television systems has a bandwidth of about 1000 MHz, but the passband of each television channel is only 6 MHz wide, so there is room for many channels on the cable. Time-division multiplexing: Time-division multiplexing (TDM) is a method of transmitting and receiving independent signals over a common signal path by means of synchronized switches at each end of the transmission line so that each signal appears on the line only a fraction of time in an alternating pattern.
The characteristics of the combinational circuits are:
A. Output at any time is function of inputs at that time
B. Contains memory elements
C. Do not have feedback paths
D. Clock is used to trigger the circuits to obtain outputs
Choose the correct answer from the options given below:
A and B only
B and C only
A and C only
B and D only
Correct Answer: C — A and C only
Explanation:
Key Points The combinational circuit is a circuit in which we combine the different gates in the circuit, for example, encoder, decoder, multiplexer and demultiplexer. Some of the characteristics of combinational circuits are following − The output of a combinational circuit at any instant of time depends only on thelevels present at input terminals. The combinational circuit does not use any memory.
A digital computer has a common bus system for 8 registers 16 bits each. How many multiplexers are required to implement common bus? What size of multiplexers is required?
16, 8 × 1
8, 16 × 1
8, 8 × 1
16, 16 × 1
Correct Answer: A — 16, 8 × 1
Explanation:
Key Points The number of multiplexers required to construct the bus is equal ton, where n is thenumber of bits in each register. The size of each multiplexer must bek: 1 since it multiplexes k data lines, where k is the number of registers. Therefore If there are 8 registers of 16 bits each, then we need 16 multiplexers, each of which is an 8: 1 multiplexer to create the 16-bit data bus.
The Octal equivalent of hexadecimal (D.C)16 is:
(15.6)8
(61.6)8
(15.3)8
(61.3)8
Correct Answer: A — (15.6)8
Explanation:
The correct option is (1) Concept:- In the number system, we know hexadecimal is base 16 and octal is base-8 Calculation: To convert hexadecimal D.C to octal, First, convert D.C16 into decimal = D16 = D × 160 + C × 16-1 = 13.7510 Now, we have to convert 13.7510 to octal 13/8 = 1 with remainder 5 1/8 = 0 with remainder 1 13 = 15 ----(1) For converting decimal fraction 0.75 to octal number, 0.75 × 8 = 6 + 0 0.75 = 0.6 ---(2) ∴ 13.7510 = 15.68 ------ [ from (1) and (2) Hence, hexadecimal number D.C converted to octal is equals: 15.6
A computer science teacher writes the binary number 1101 and the hexadecimal number A5 on the board and asks students to add them.
Question: What is the decimal value of the sum of the binary number 1101 and the hexadecimal number A5?
182
174
190
178
Correct Answer: D — 178
Explanation:
The correct answer is: option 4 Key Points Explanation: Convert the binary number and the hexadecimal number to decimal: 11012 = 1×2³ + 1×2² + 0×2¹ + 1×2Ⱐ= 8 + 4 + 0 + 1 = 13 A516 = 10×16¹ + 5×16Ⱐ= 160 + 5 = 165 Sum: 13 + 165 = 178 Therefore the correct decimal value of the sum is 178,
In a computer science class, the teacher explains that all data inside a computer is stored as binary digits (0s and 1s). A student asks how the character 'A' that she types on the keyboard is stored in the computer's memory.
Question: Which of the following is most likely used to standardize the conversion of the character 'A' into a binary number?
Binary Number System
ASCII Code
Unicode
Boolean Algebra
Correct Answer: B — ASCII Code
Explanation:
The correct answer is ASCII Code. Key Points ASCII (American Standard Code for Information Interchange) is a character encoding standard used to represent text in computers, telecommunications, and other devices. Each character, including letters, numbers, and symbols, is assigned a unique numeric value that is stored as a binary number in memory. For example, the character 'A' is represented by the numeric value 65 in ASCII, which is stored in binary as 01000001.
A number is larger than half of 80. It is more than 4 tens and less than 6 tens. The sum of its digits is 6. Its tens digit is double the ones digit. What is the number?
46
51
60
42
Correct Answer: D — 42
Explanation:
Calculations: Following choices are: 46, 51, 60, 42 1) 46 - The sum of digits is 10, not 6, so it can't be this. 2) 51 - The tens digit isn't double the ones digit, so it can't be this. 3) 60 - This exceeds the upper limit of less than 6 tens, so it can't be this.
The successor of 10999999 is:
10999991
10999000
11000000
10909909
Correct Answer: C — 11000000
Explanation:
Concept used: The successor of any number is the value that comes immediately after the original number. Calculation: The successor of 10999999 is (10999999 + 1) = 11000000 ∴ The correct answer is 11000000
Natural numbers are not closed under multiplication.
False
True
Cannot be determined
None of these
Correct Answer: A — False
Explanation:
Concept: The closure property of the multiplication of natural numbers states that the multiplication of two or more natural numbers always result in a natural number. Explanation: Hence, two or more natural numbers multiplied results in a natural number. For example, 5 × 2= 10, is a natural number.
While calculating the value of 95 × 103, a student writes 95 × 103 = 10000 + 10a - 15.
Then, what is the value of a ?
10
20
-20
-10
Correct Answer: C — -20
Explanation:
Given: While calculating the value of 95 × 103, a student writes 95 × 103 = 10000 + 10a - 15. Concept used: ⇒ (a - b) × (c + d) = (a × c) + (a × d) - (b × c) - (b × d) Calculation: We can write 95 × 103 = (100 - 5) × (100 + 3) ⇒ (100 ×100) + (100 × 3) - (5 × 100) - (5 × 3) ⇒ 10000 + 300 - 500 - 15 ⇒ 10000 - 200 - 15 We can write it as, ⇒ 10000 - 20 × 10 - 15 Compare with given statement, 10000 + 10a - 15. ⇒ a = - 20 ∴ Option 3 is correct.
A flip-flop can store:
One bit of data
Two bits of data
Three bits of data
Any number of bits of data
Correct Answer: A — One bit of data
Explanation:
The correct answer is One bit of data. Key Points A flip-flop is a basic digital memory circuit, also known as a bistable multivibrator. It has two stable states, which can be used to store binary information. Each flip-flop can store exactly one bit of data, representing either a 0 or a 1.
In Roman numerals, (XL + LX - LXXIV) is equal to
CXXVI
XXVI
XXXIV
LIV
Correct Answer: B — XXVI
Explanation:
Concept used: XL represents 40 in Roman numerals, LX represents 60, and LXXIV represents 74. Calculations: To find the value of (XL + LX - LXXIV), we first perform the addition and subtraction inside the parentheses, as follows: XL + LX - LXXIV = 40 + 60 - 74 Simplifying the addition and subtraction gives: = 100 - 74 = 26 = XXVI
The planet Uranus is approximately 2,896,819,200,000 metres away from the Sun. What is this distance in standard form?
2.8968192 x 1012 m
2.8968192 x 1013 m
28968192 x 1013 m
289.68192 x 1012 m
Correct Answer: A — 2.8968192 x 1012 m
Explanation:
Given: Distance = 2,896,819,200,000 metres Concept used: The standard form of a number is expressed in the powers of 10. Solution: Distance = 2,896,819,200,000 metres = 2.8968192 x 1012 m Hence, the correct option is 1.