Which of the following logic expressions is incorrect? (A) 1 ⊕ 0 = 1 (B) 1 ⊕ 1 ⊕ 1 = 1 (C) 1 ⊕ 1 ⊕ 0 = 1 (D) 1 ⊕ 1 = 1

1 Answer

Answer :

(C) 1 ⊕ 1 ⊕ 0 = 1

Related questions

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 : 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 : 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 is/are the application(s) of stack A) Function calls B) Large number Arithmetic C) Evaluation of arithmetic expressions D) All of the above

Last Answer : D) All of the above

Description : Refer the points as listed below: (a) What are the operator precedence rules ? (b) What are the operator associativity rules ? (c) What is the order of operand evaluation ? (d) Are there restrictions on operand evaluation side effects ? ... (d) (C) (a), (b) and (d) (D) (a), (b), (c) and (d)

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

Description : Consider the following statements related to compiler construction: I. Lexical Analysis is specified by context-free grammars and implemented by pushdown automata. II. Syntax Analysis is specified by regular expressions and implemented by ... Only l (2) Only ll (3) Both I and II (4) Neither I nor Il

Last Answer : Answer: 4

Description : Which of the following expressions is incorrect? a. Gross profit – operating expenses = operating income b. Sales – cost of goods sold – operating expenses = operating income c. Operating income + operating expenses = gross profit d. Operating expenses – cost of goods sold = gross profit

Last Answer : d. Operating expenses – cost of goods sold = gross profit

Description : The agency that sits between the user and the UNIX system is called the A. logic B. profile C. shell D. erxc E. None of the above

Last Answer : C. shell

Description : …………… programs can be used to accomplish functions indirectly that an unauthorized user could not accomplish directly. A) Zombie B) Worm C) Trojan Horses D) Logic Bomb

Last Answer : C) Trojan Horses

Description : The …………….. is code embedded in some legitimate program that is set to “explode” when certain conditions are met. A) Trap doors B) Trojan horse C) Logic Bomb

Last Answer : C) Logic Bomb

Description : The ……….. is code that recognizes some special sequence of input or is triggered by being run from a certain user ID of by unlikely sequence of events. A) Trap doors B) Trojan horse C) Logic Bomb D) Virus

Last Answer : A) Trap doors

Description : ……………… is a tabular method for describing the logic of the decisions to be taken. A) Decision tables B) Decision tree C) Decision Method D) Decision Data

Last Answer : A) Decision tables

Description : What will be the output of the following logic diagram?  (A) x OR y (B) x AND y (C) x NOR y (D) x XNOR y

Last Answer : (C) x NOR y

Description : In propositional logic P↔Q is equivalent to (Where ~ denotes NOT): (A) ~(P∨Q)∧~(Q∨P) (B) (~P∨Q)∧(~Q∨P) (C) (P∨Q)∧(Q∨P) (D) ~(P∨Q)→~(Q∨P)

Last Answer : (B) (~P∨Q)∧(~Q∨P)

Description : Language model used in LISP is ................. (A) Functional programming (B) Logic programming (C) Object oriented programming (D) All of the above

Last Answer : (A) Functional programming

Description : In Propositional Logic, given P and P→Q, we can infer ........... (A) ~Q (B) Q (C) P∧Q (D) ~P∧Q 

Last Answer : (B) Q 

Description : Which of the following statements is not correct? (A) HTML is not screen precise formatting language. (B) HTML does not specify a logic. (C) DHTML is used for developing highly interactive web pages. (D) HTML is a programming language.

Last Answer : (D) HTML is a programming language.

Description : Which of the following logic operations is performed by the following given combinational circuit ?  (A) EXCLUSIVE-OR (B) EXCLUSIVE-NOR (C) NAND (D) NOR

Last Answer : (A) EXCLUSIVE-OR

Description : The first order logic (FOL) statement ((RᴠQ)˄(Pᴠ¬Q)) is equivalent to which of the following? (1) ((Rᴠ¬Q)ᴧ(Pᴠ¬Q)ᴧ(RᴠP)) (2) ((RᴠQ)ᴧ(Pᴠ¬Q)ᴧ(RᴠP)) (3) ((RᴠQ)ᴧ(Pᴠ¬Q)ᴧ(Rᴠ¬P)) (4) ((RᴠQ)ᴧ(Pᴠ¬Q)ᴧ(¬RᴠP))

Last Answer :  ((RᴠQ)ᴧ(Pᴠ¬Q)ᴧ(RᴠP)) 

Description : ECL is the fastest of all logic families. High Speed in ECL is possible because transistors are used in difference amplifier configuration, in which they are never driven into ............... (1) Race condition (2) Saturation (3) Delay (4) High impedance

Last Answer : Answer: 2  Explanation: Emitter-coupled logic (ECL) is the fastest of all logic families and therefore is used in applications where very high speed is essential. High speeds have become ... configuration, in which they are never driven into saturation and thereby the storage time is eliminated.

Description : Suppose t = (1, 2, 4, 3), which of the following is incorrect? a) print(t[3]) b) t[3] = 45 c) print(max(t)) d) print(len(t))

Last Answer : b) t[3] = 45

Description : Consider the following statements for priority queue: S1: It is a data structure in which the intrinsic ordering of the elements does determine the result of its basic operations. S2: The elements of a priority queue ... . (C) SI is incorrect and S2 is correct. (D) Both S1 and S2 are correct.

Last Answer : (D) Both S1 and S2 are correct.

Description : Which is the correct statement(s) for Non Recursive predictive parser? S1: First(α) = {t | α => * t β for some string β } => *tβ S2: Follow(X) = { a | S => * αXa β for some strings ... and S2 is correct. (C) S1 is correct and S2 is incorrect. (D) Both statements S1 and S2 are correct. 

Last Answer : (D) Both statements S1 and S2 are correct.

Description : Which of the following statements is incorrect for Parallel Virtual Machine (PVM)? (A) The PVM Communication model provides asynchronous blocking send, asynchronous blocking receive and non-blocking receive function. ... of such messages. (D) In PVM Model, the message order is not preserved. 

Last Answer : (D) In PVM Model, the message order is not preserved.

Description : Which of the following is incorrect in C++ ? (A) When we write overloaded function we must code the function for each usage. (B) When we write function template we code the function only once. (C) It is difficult to debug macros (D) Templates are more efficient than macros

Last Answer : (D) Templates are more efficient than macros 

Description : Which one of the following statements, related to the requirements phase in Software Engineering, is incorrect ? (A) Requirement validation is one of the activities in the requirements phase. (B) ... . (D) Function points is one of the most commonly used size metric for requirements. 

Last Answer : (C) “Modelling-oriented approach” is one of the methods for specifying the functional specifications. 

Description : Which one of the following statements is incorrect ? (A) Pareto analysis is a statistical method used for analyzing causes, and is one of the primary tools for quality management. (B) Reliability of ... (D) In white-box testing, the test cases are decided from the specifications or the requirements.

Last Answer : (D) In white-box testing, the test cases are decided from the specifications or the requirements.

Description : Consider the following two statements: (a) A publicly derived class is a subtype of its base class. (b) Inheritance provides for code reuse. Which of the following statements is correct? (A) Both the statements ( ... ) is correct and (b) is incorrect (D) Statement (a) is incorrect and (b) is correct

Last Answer : Answer: A

Description : Which of the following is incorrect for virtual memory? (1) Large programs can be written (2) More I/O is required (3) More addressable memory available (4) Faster and easy swapping of process

Last Answer : Answer: 2

Description : If `alpha, beta` are the roots of the quadratic equation `lx^(2) + mx + n = 0`,then evaluate the following expressions. (a) `alpha^(2) + beta^(2)` (b)

Last Answer : If `alpha, beta` are the roots of the quadratic equation `lx^(2) + mx + n = 0`,then evaluate the following ... ) `1/(alpha^(3)) + 1/(beta^(3))`

Description : What expressions are equal to 0.8 times 0.07?

Last Answer : There are infinitely many expressions. For example,8*0.00780*0.0007800*0.00007 and so on.

Description : Are there any camel-related idioms or expressions?

Last Answer : A: Yes, several idioms and expressions incorporate camels. For example, "the last straw that broke the camel's back" refers to a final, seemingly minor event that causes a sudden, overwhelming reaction or failure.

Description : In light of one of our jellies recent "southern exposure" what are some expressions that are indigenous to your area?

Last Answer : Slicker n snot on a hoe handle.

Description : What quotation marks are used for expressions to indicate it's not your original idea?

Last Answer : These——-> ” ” Or simply writing “not my original idea.”

Description : When you use emoticons, do you mirror their expressions?

Last Answer : No. I keep a blank face when I text, no matter what kind of emotion is in the text. There can be exception though, but mostly it’s because the emotion is extreme.

Description : What does the little number to the bottom right of a number mean in algebraic expressions?

Last Answer : answer:http://mathforum.org/library/drmath/view/61321.html Date: 09/30/2002 at 23:37:35 From: Doctor Peterson Subject: Re: Subscript vs. Superscipt Hi, Kevin. A subscript is just a letter or ... questions, feel free to write back. - Doctor Peterson, The Math Forum http://mathforum.org/dr.math/

Description : What are some expressions you don’t hear anymore?

Last Answer : Here is one you don’t HEAR anymore: “Land ‘o Goshen!” Here is another: I call the glove compartment in my car a jockey box.

Description : Are there any phrases or expressions that really annoy you?

Last Answer : (NSFW) Well met, and “how are you doing?” When they really don’t care about how you are doing… I used to answer that question literally with something like “I have diarrhea. ” , or “I am bored. ”

Description : How do you feel when you hear/read heartfelt expressions of superstitious belief?

Last Answer : Everyone has some superstition. When I play cards I always wait until they’ve all been dealt before I pick them up and fan them out. I can’t get past the notion that if I pick them up before they’re all dealt, they won’t be as good. I lose nothing by doing this. It’s only weird if it doesn’t work.

Description : What British words or expressions do you enjoy and wish you could use in North America?

Last Answer : answer:I love “wanker,” though I know it’s a word you should use judiciously. Really descriptive. I also like “oy,” as in “hey!” And many others.

Description : Is there a difference between the expressions "quiet time" and "moment of silence?"?

Last Answer : A moment of silence is just that, brief, with individual reflective thought implied. Quiet time is longer and may be in respect to others needing the quiet or to your own need. In schools either is used to settle students down before lessons begin or resume.

Description : Made-up words for specific terms or expressions, a la Grok?

Last Answer : Ansible.

Description : Can anyone help me with rational expressions?

Last Answer : Add some parentheses. so I’m clear on what the problem should read, and I’ll see what I can do…

Description : When you watch a video/movie, do you ever imitate the person's/actor's facial expressions or body movements?

Last Answer : Oh man. I thought that was only me… Anyone who’s watching the movie with me often gets pissed off…

Description : What are some examples of common expressions that people tend to get wrong?

Last Answer : I couldn’t care less > I could care less.

Description : If cats and humans exchange scents as expressions of closeness, how do cats feel when humans wash behind their ears with tears?

Last Answer : answer:Emotional tears do contain a very low-key chemical messenger to which human males are sensitive. A recent study found that the scent of a woman's emotional tears (which have a different chemical ... that cats would have evolved to respond to the scent of human tears in any particular way.