Define binary logic?

1 Answer

Answer :

Binary logic consists of binary variables and logical operations. The variables are  designated by the alphabets such as A, B, C, x, y, z, etc., with each variable having only  two distinct values: 1 and 0. There are three basic logic operations: AND, OR, and NOT.

Related questions

Description : How many possible states does a binary logic circuit have? A. One B. Two C. Three D. Four

Last Answer : Answer: B

Description : What type of circuit is on card 'A0AA2' at coordinate '29Q' shown in the illustration? EL-0099 A. Operational amplifier B. Digital logic inverter C. Square wave pulse generator D. Binary counter

Last Answer : Answer: A

Description : What is the form of Fuzzy logic? a) Two-valued logic b) Crisp set logic c) Many-valued logic d) Binary set logic

Last Answer : c) Many-valued logic

Description : Fuzzy logic is a form of a) Two-valued logic b) Crisp set logic c) Many-valued logic d) Binary set logic

Last Answer : c) Many-valued logic

Description : Define combinational logic

Last Answer : When logic gates are connected together to produce a specified output for certain specified combinations of input variables, with no storage involved, the resulting circuit is called combinational logic.

Description : Define combinational logic

Last Answer : When logic gates are connected together to produce a specified output for certain specified combinations of input variables, with no storage involved, the resulting circuit is called combinational logic.

Description : Define Inductive Logic Programming (ILP).

Last Answer : ILP techniques perform KBIL on knowledge that is expressed in first order logic. ILP methods can learn relational knowledge that is not expressible in attribute based systems.

Description : Define AND –Elimination rule in propositional logic

Last Answer : AND elimination rule states that from a given conjunction it is possible to inference any of the conjuncts. 

Description : Define Modus Ponen’s rule in Propositional logic?

Last Answer : The standard patterns of inference that can be applied to derive chains of conclusions that lead to the desired goal is said to be Modus Ponen’s rule. 

Description : Define Logic

Last Answer : Logic is one which consist of i. A formal system for describing states of affairs, consisting of a) Syntax b)Semantics. ii. Proof Theory – a set of rules for deducing the entailment of a set sentences.

Description : Define following terms related to logic families : (i) Noise Margin (ii) FAN-OUT (iii) Propagation delay (iv) Power dissipation

Last Answer : i) Noise immunity is measured in terms of noise margin. High state Noise margin = VNH = VOH(min) - VIH(min) Low state Noise margin = VNL = VIL(max) - VOL(max) i) The fan-out is defined as the ... logical 0 state (HIGH to LOW) iii) Average power dissipation is defined as PD(avg) = ICC(avg) * VCC

Description : Define what is the difference between text files and binary files?

Last Answer : Text files contain data that can easily be understood by humans. It includes letters, numbers and other characters. On the other hand, binary files contain 1s and 0s that only computers can interpret.

Description : Define what are binary trees?

Last Answer : Binary trees are actually an extension of the concept of linked lists. A binary tree has two pointers, a left one and a right one. Each side can further branch to form additional nodes, which each node having two pointers as well.