The dual of a Boolean expression is obtained by interchanging (A) Boolean sums and Boolean products (B) Boolean sums and Boolean products or interchanging 0's and 1's (C) Boolean sums and Boolean products and interchanging 0's & 1's (D) Interchanging 0's and 1's

1 Answer

Answer :

(C) Boolean sums and Boolean products and interchanging 0's & 1's

Related questions

Description : Computers normally solve problem by breaking them down into a series of yes-or-no decisions represented by 1s and 0s. What is the name of the logic that allows computers to assign numerical values that fail ... 0 and 1? a) Human logic b) Fuzzy logic c) Boolean logic d) Operational logic

Last Answer : b) Fuzzy logic

Description : A context free grammar for L={w|n0(w)>n1(w)} is given by: (A) S→0|0S|1SS (B) S→0S|1S|0SS|1SS|0|1 (C) S→0|0S|1SS|S1S|SS1 (D) S→0S|1S|0|1

Last Answer : (C) S→0|0S|1SS|S1S|SS1 

Description : The simplified function in product of sums of Boolean function F(W, X, Y, Z) = Σ(0, 1, 2, 5, 8, 9, 10) is (A) (W' + X') (Y' + Z') (X' + Z) (B) (W' + X') (Y' + Z') (X' + Z') (C) (W' + X') (Y' + Z) (X' + Z) (D) (W' + X') (Y + Z') (X' + Z)

Last Answer : (A) (W' + X') (Y' + Z') (X' + Z)

Description : When did Alan Turing prove that a machine capable of processing a stream 1s and 0s of would be capable of solving any problem.?

Last Answer : 1942

Description : Micro-program consists of a set of microinstructions which are strings of 0s and 1s. a) True b) False

Last Answer : Answer: a Explanation: The computer understands only binary language. So, the microprogram should have instructions which are in the form of 0s and 1s. Each output line of the micro-program corresponds to one control signal

Description : Complement the subtrahend by converting all annddall a. 1’s to 0’s b. 0’s to 1’s ce. Both d. None of these

Last Answer : ce. Both

Description : A computer system recognizes only: a) Software b) 0s and 1s c) Modem Signals d) ASCII e) None of These

Last Answer : b) 0s and 1s

Description : A microprogram written as string of 0's and 1's is a a. symbolic microinstruction b. binary microinstruction c. symbolic microprogram d. binary microprogram

Last Answer : b. binary microinstruction

Description : Which of the following control expressions are valid for an if statement? A) An integer expression B) A Boolean expression C) Either A or B D) Neither A nor B

Last Answer : B) A Boolean expression

Description : Which of the following control expressions are valid for an if statement? A) An integer expression B) A Boolean expression C) Either A or B D) Neither A nor B

Last Answer : B) A Boolean expression

Description : In java, ............. can only test for equality, where as ............ can evaluate any type of the Boolean expression. A) switch, if B) if, switch C) if, break D) continue, if

Last Answer : A) switch, if

Description : Which of the following control expressions are valid for an if statement? A) an integer expression B) a Boolean expression C) either A or B D) Neither A nor B

Last Answer : B) a Boolean expression

Description : A Boolean operator Ө is defined as follows: 1Ө1=1, 1Ө0=0, 0Ө1=0 and 0Ө0=1 What will be the truth value of the expression (xӨy)Өz = xӨ(yӨz)? (A) Always false (B) Always true (C) Sometimes true (D) True when x, y, z are all true

Last Answer : (B) Always true

Description : Consider the following statements : (a) Boolean expressions and logic networks correspond to labelled acyclic digraphs. (b) Optimal Boolean expressions may not correspond to simplest networks. (c) Choosing essential blocks first in a Karnaugh map ... (b) only (C) (a) and (b) (D) (a), (b) and (c)

Last Answer : (D) (a), (b) and (c) 

Description : The digits of a two-digit number are in the ratio of 2 : 3 and the number obtained by interchanging the digits is bigger than the original number by 27.What is the original number? 1. 63 2. 48 3. 96 4. 69 5. 66

Last Answer : Answer- 4 (69) Explanation:- lets digit at tens and ones place be 2x and 3x So,number is 2x*10 + 3x After interchanging number will be 3x*10 +2x so, [3x*10 +2x] – [2x*10 + 3x]27 we get,x=3 so number =69

Description : Which of the following is the most efficient to perform arithmetic operations on the numbers? (A) Sign-magnitude (B) 1’s complement (C) 2’s complement (D) 9’s complement

Last Answer : (C) 2’s complement

Description : Mark correct option a) The expression postage means the duty chargeable for the transmission by post of postal articles b) The expression postage stamps means any stamp provided by the [Central Government] ... room, carriage or place used for the purposes of the Post Office. d) All the above

Last Answer : d) All the above

Description : In java, string is a ............. A) primitive data type B) abstract data type C) combination of boolean D) None of the above

Last Answer : B) abstract data type

Description : The simplified form of a Boolean equation (AB’+AB’C+AC)(A’C’+B’) is : (A) AB’ (B) AB’C (C) A’B (D) ABC

Last Answer : (A) AB’

Description : Simplified Boolean equation for the following truth table is: (A) F = yz’ + y’z (B) F = xy’ + x’y (C) F = x’z + xz’ (D) F = x’z + xz’ + xyz 

Last Answer : (C) F = x’z + xz’ 

Description : The Karnaugh map for a Boolean function is given as The simplified Boolean equation for the above Karnaugh Map is (A) AB + CD + AB’ + AD (B) AB + AC + AD + BCD (C) AB + AD + BC + ACD (D) AB + AC + BC + BCD

Last Answer : (B) AB + AC + AD + BCD

Description : What type of gate is represented by the output Boolean expression R T Å ?

Last Answer : Exclusive NOR (X-NOR).

Description : What is the output Boolean expression for an AND gate with A and B as inputs when the B input is inverted?

Last Answer : AB

Description : What is the output Boolean expression for a NOR gate with R and T as inputs?

Last Answer : (R +T)’

Description : What is the output Boolean expression for a NAND gate with inputs A, B, and C?

Last Answer : C B A

Description : Write the Boolean expression for an OR gate having G, K

Last Answer : . f = G+K+L.

Description : What is the Boolean expression for the output of an AND gate that has R and S as inputs?

Last Answer : f = RS.

Description : Karnaugh map is used for the purpose of (A) Reducing the electronic circuits used. (B) To map the given Boolean logic function. (C) To minimize the terms in a Boolean expression. (D) To maximize the terms of a given a Boolean expression.

Last Answer : (C) To minimize the terms in a Boolean expression.

Description : Write simple example of Boolean expression for SOP and POS. 

Last Answer : SOP form:

Description : For the circuit shown in figure, the Boolean expression for the output y in terms of inputs P, Q, R and S is

Last Answer : For the circuit shown in figure, the Boolean expression for the output y in terms of inputs P, Q, R and S is P+Q+R+S

Description : The sum of product expression for a Boolean function can be derived from its truth table by (a) AND operation of the product terms. (b) NOR operation of the product terms. (c) OR operation of the product terms. (d) NAND operation of the product terms.

Last Answer : C. OR operation of the product terms

Description : FDDI stands for A) Fiber Distributed Data Interface B) Fiber Data Distributed Interface C) Fiber Dual Distributed Interface D) Fiber Distributed Data Interface

Last Answer : A) Fiber Distributed Data Interface

Description : If the primal Linear Programming problem has unbounded solution, then it’s dual problem will have (A) feasible solution (B) alternative solution (C) no feasible solution at all (D) no bounded solution at all 

Last Answer : (C) no feasible solution at all

Description : A man ordered a length of rope by telephone from his nearest hardware shop. But when he went to collect the rope, he found that the assistant had miswritten the order by interchanging feet and inches. As ... the length that the man wanted. What length did he want and what length did he get? -Riddles

Last Answer : The man ordered 9 feet 2 inches of rope, and got 2 feet 9 inches.

Description : The speed of a synchronous motor is varied by _____________. A. interchanging any two of the three live leads B. changing the voltage of the system C. changing the input frequency D. increasing the field excitation

Last Answer : Answer: C

Description : The reversal of an AC, three-phase, induction motor is accomplished by ______________. A. changing all three motor leads B. reversing the position of the slip rings C. interchanging any two of the three motor leads D. interchanging any two brushes

Last Answer : Answer: C

Description : The rotation of a three-phase induction motor can be reversed by _____________. A. interchanging any two of the three line leads to the stator B. disconnecting one of the three line leads to the ... the shunt field coil leads D. permanently disconnecting any two of the three line leads to the stator

Last Answer : Answer: A

Description : The first widely used commercial form of Artificial Intelligence (Al) is being used in many popular products like microwave ovens, automobiles and plug in circuit boards for desktop PCs. What is name of AI? A. Boolean logic B. Human logic C. Fuzzy logic D. Functional logic

Last Answer : C. Fuzzy logic 

Description : How well do you know your Nike 6.0's?

Last Answer : Here’s a link to the pictures since it didnt work the way I wanted it to. http://img80.imageshack.us/img80/1021/p1010264j.jpg http://img686.imageshack.us/img686/5636/p1010269n.jpg

Description : Python: Replace all NaN elements in a Pandas DataFrame with 0s. -Web-Development

Last Answer : answer:

Description : How many 0s are there in 1 googol?

Last Answer : A googol = 10¹⁰⁰ so there are 100 zeros.

Description : The inverse Square Law is concerned with intensity of radiation using type D film of 200mm target to film distance, the exposure time was 0.25s. What would be the exposure for the same situation with 400mm target to film distance? M07********** A. 0.5s B. 1.0s C. 2.0s D. 0.25s E. 0.125s

Last Answer : B. 1.0s

Description : The fundamental accounting equation' Assets = Liabilities + Capital' is the formal expression of A. Dual aspect concept B. Matching concept C. Going concern concept D. Money measurement concept

Last Answer : A. Dual aspect concept

Description : By using ................... you can force immediate termination of a loop, by passing the conditional expression and any remaining code in the body of the loop. A) Break B) Continue C) Terminate D) Loop Close

Last Answer : A) Break

Description : The ....................... looks only for a match between the value of the expression and one of its case constants. A) if B) match C) switch D) None of the above

Last Answer : C) switch

Description : When the operators are having the same priority, they are evaluated from ................. ............. in the order they appear in the expression. A) right to left B) left to right C) any of the order D) depends on compiler

Last Answer : B) left to right

Description : If m and n are int type variables, what will be the result of the expression m% n when m=5 and n=2 ? A) 0 B) 1 C) 2 D) None of the above

Last Answer : B) 1