.Which one is used for compute the logical inference algorithm?
a. Validity
b.Satisfiability
c. Logical equivalence
d.All of these

1 Answer

Answer :

d.All of these

Related questions

Description : Which are needed to compute the logical inference algorithm? a) Logical equivalence b) Validity c) Satisfiability d) All of the mentioned

Last Answer : d) All of the mentioned

Description : Find the Equivalence class for the following test case Enter a number to test the validity of being accepting the numbers between 1 and 99 A. All numbers < 1 B. All numbers > 99 C. Number = 0 D. All numbers between 1 and 99

Last Answer : D. All numbers between 1 and 99

Description : Which one most closely refers to a judgment of the extent to which scores from a test can be used to infer, or predict, the examinees' performance in some activity: a. Content reliability b. Face validity c. Criterion-related validity d. Inference validity

Last Answer : c. Criterion-related validity

Description : Generally the external and internal validity is present in the inference, we get from Options: A) Experimental method B) Survey method C) Ex Post Facto method D) None of the above

Last Answer : C) Ex Post Facto method 

Description : Which makes the complexity of the entire algorithm quadratic in the size? a) Clause b) Inference c) Resolution d) Occur check

Last Answer : d) Occur check

Description : Which algorithm takes two sentences and returns a unifier? a) Inference b) Hill-climbing search c) Depth-first search d) Unify algorithm

Last Answer : d) Unify algorithm

Description : An inference algorithm that derives only entailed sentences is called sound or truth-preserving. a) True b) False

Last Answer : a) True

Description : Three main basic features involved in characterizing membership function are A. Intution, Inference, Rank Ordering B. Fuzzy Algorithm, Neural network, Genetic Algorithm C. Core, Support , Boundary D. Weighted Average, center of Sums, Median

Last Answer : C. Core, Support , Boundary

Description : Logical constructions of the experiments in which the degree of uncertainty with which the inference (Result/confusion) on may be well defined.

Last Answer : Ans. Design of Experiments

Description : Which process makes different logical expression looks identical? a) Lifting b) Unification c) Inference process d) None of the mentioned

Last Answer : b) Unification

Description : Lifted inference rules require finding substitutions that make different logical expressions looks identical. a) Existential Instantiation b) Universal Instantiation c) Unification d) Modus Ponen

Last Answer : c) Unification

Description : A _____ contains specific rules and words that express the logical steps of an algorithm. 1) Syntax 2) Programming structure 3) Programming language 4) Logic chart 5) None of these

Last Answer : Answer :3

Description : A mistake in an algorithm that causes incorrect results is called: a) Logical Error b) Syntax Error c) Procedural Error d) None of These

Last Answer : a) Logical Error

Description : A ______ contains specific rules and words t hat express the logical steps of an algorithm a) Programming language b) Syntax error c) Programming structure d) Logic chart e) None of these

Last Answer : a) Programming language

Description : A mistake in an algorithm that causes incorrect results is called a a) logical error b) syntax error c) procedural error d) compiler error e) None of these

Last Answer : b) syntax error

Description : A ...... contains specific rules and words that express the logical steps of an algorithm. 1) Programming Language 2) Programming Structure 3) Syntax 4) Logic chart

Last Answer : 3) Syntax

Description : What is the algorithm to compute the sum of even numbers between 7 and 50?

Last Answer : (7 to 50).filter(_ % 2 == 0).sum

Description : Consider a line AB with A = (0,0) and B = (8, 4). Apply a simple DDA algorithm and compute the first four plots on this line. (1) [(0, 0), (1, 1), (2, 1), (3, 2)] (2) [(0, 0), (1, 1.5), (2, 2), (3, 3)] (3) [(0, 0), (1, 1), (2, 2.5), (3, 3)] (4) [(0, 0), (1, 2), (2, 2), (3, 2)]

Last Answer : [(0, 0), (1, 1), (2, 1), (3, 2)] 

Description : Below are the few steps given for scan-converting a circle using Bresenham's Algorithm. Which of the given steps is not correct? (1) Compute d = 3 – 2r (where r is radius) (2) Stop if x> y (3) If d

Last Answer : If d≥0,then d=4 *(x-y)+10, x=x+1 and y=y+1

Description : Structure of logical argument is based on: (A) Formal validity (B) Material truth (C) Linguistic expression (D) Aptness of examples

Last Answer : (A) Formal validity

Description : Q No. 3: (a) How MMU is used to address the physical and logical cache arrangement Explain the difference between Least recently used and least frequently used replacement algorithm?

Last Answer : Q No. 3: (a) How MMU is used to address the physical and logical cache arrangement? Explain the difference between Least recently used and least frequently used replacement algorithm.

Description : What will backward chaining algorithm will return? a) Additional statements b) Substitutes matching the query c) Logical statement d) All of the mentioned

Last Answer : b) Substitutes matching the query

Description : The octal equivalence of 111010 is A) 81 B) 72 C) 71 D) None of above

Last Answer : Answer : B

Description : .Single inference rule also called… a. Resolution b. Reference c.Reference d.None of these

Last Answer : a. Resolution

Description : . A Valid Definition of Digital Evidence is a. Data Stored or transmitted using a computer b. Information of Probative value c. Digital dada of probative Value d. Any digital evidence on compute

Last Answer : c. Digital dada of probative Value

Description : . A valid definition of digital evidence is: a. Data stored or transmitted using a computer b. Information of probative value c. Digital data of probative value d. Any digital evidence on a compute

Last Answer : c. Digital data of probative value

Description : Show that the relation ‘≅’ congruence on the set of all triangles in Euclidean plane geometry is an equivalence relation. -Maths 9th

Last Answer : Reflexive : A ≅ A True Symmetric : if A ≅ B then B ≅ A True Transitive : if A ≅ B and B ≅ C, then A ≅ C True Therefore, the relation ‘≅’ is an equivalence relation.

Description : Write ‘yes’ if each of the following relations is an equivalence relation. -Maths 9th

Last Answer : (i) is parallel to' is reflexive, because any line is parallel to itself. Symmetric, because if line l is parallel to line m, then line m is parallel to line l. Transitive, because if l || m ... y cannot be a factor of x. (v) No, because the relation is reflexive and transitive but not symmetric.

Description : If R is a relation in N × N defined by (a, b) R (c, d) if and only if ad = bc, show that R is an equivalence relation. -Maths 9th

Last Answer : (i) R is reflexive. For all (a, b) ∈ N N we have (a, b) R (a, b) because ab = ba ⇒ R is reflexive. (ii) R is symmetric. Suppose (a, b) R (c, d) Then (a, b) R (c, d) ⇒ ... ) R (e, f) ⇒ R is transitive. Since R is reflexive, symmetric and transitive, therefore, R is an equivalence relation on N N.

Description : Which of the following is an equivalence relation defined on set A = {1, 2, 3} -Maths 9th

Last Answer : (c) {(1, 1), (2, 2), (3, 1), (1, 3), (3, 3)} Option (c) satisfies all the conditions of an equivalence relation. (1, 1), (2, 2), (3, 3) ∈ R ⇒ (a, a) ∈ R V a ∈ A ⇒ R is reflexive (3, 1) ∈ R and (1, 3) ∈ R ... R and (1, 1) ∈ R ⇒ (a, b) ∈ R, (b, c) ∈ R ⇒ (a, c) ∈ R V a, b, c ∈ A ⇒ R is transitive.

Description : What is light equivalence ?

Last Answer : If one of the two configurations having the same molecular and structural signal of the light active compound rotates clockwise on the surface of the polarized light and the other counterclockwise, they are called light isosceles and this is called light isosceles.

Description : What is Electrochemical Equivalence ?

Last Answer : One ampere conducts an electric current for one second, that is , one coulomb conducts an electric current.

Description : Why Equivalent Mass Can Be Called Chemical Equivalence ?

Last Answer : One ampere conducts an electric current for one second, that is , one coulomb conducts an electric current. On the other hand , the amount of matter stored in the electric gate ( ... in the electrode, like the electrochemical equivalent. So equivalent mass can be called chemical equilibrium.

Description : What is equivalence ?

Last Answer : Equivalent Resistance: Using a single resistor instead of an insertion of a resistor, if there is no change in the current flow and voltage difference of the circuit , then that resistor is called a resistive resistor of that insertion.

Description : What is zone of equivalence ?

Last Answer : In this, ratio of antigen-antibody is seen optimal which results in large multimolecular lattice, hence maximum precipitation is observed.

Description : For spark ignition engine, the equivalence ratio of mixture entering the combustion chamber has values (A) for idling and for peak power conditions (B) for both idling and peak power conditions (C) for idling and for peak power conditions (D) for both idling and peak power conditions

Last Answer : ANSWER (B) for both idling and peak power conditions

Description : The idea that irrespective of how a government chooses to increase spending, either by debt financing or tax financing, the outcome will be the same and demand will remain unchanged, is popularly ... b) Ricardian theory of competitive advantage c) Ricardian theory of stability d) None of the above

Last Answer : a) Ricardian theory of equivalence David Ricardo was a British political economist and his most famous theory was that of comparative advantage (along with above theory of Ricardian ... nation should use its resources solely in industries where it has the most international competitiveness

Description : The octal equivalence of 111010 is a. 81 b. 72 c. 71 d. None of above

Last Answer : b. 72

Description : Which of the following is true about White and Black Box Testing Technique:- a) Equivalance partitioning, Decision Table and Control flow are White box Testing Techniques. b) Equivalence partitioning ... , State Transition , Use Case Testing and Decision Table are White Box Testing Techniques.

Last Answer : c) Equivalence partitioning , State Transition , Use Case Testing are black box Testing Techniques.

Description : One of the fields on a form contains a text box which accepts alphabets in lower or upper case. Identify the invalid Equivalence class value. a. CLASS b. cLASS c. CLass d. CLa01ss

Last Answer : d. CLa01ss

Description : In a system designed to work out the tax to be paid:An employee has £4000 of salary tax free. The next £1500 is taxed at 10% the next £28000 is taxed at 22%. Any further amount is taxed at 40% ... ) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000

Last Answer : d) £5800; £28000; £32000

Description : Evaluating testability of the requirements and system are a part of which phase:- a) Test Analysis and Design b) Test Planning and control c) Test Implementation and execution d) Evaluating ... text box which accepts alphabets in lower or upper case. Identify the invalid Equivalence class value.

Last Answer : a) Test Analysis and Design

Description : Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing. A. Error Guessing B. Boundary Value Analysis C. Decision Table testing D. Equivalence partitioning

Last Answer : D. Equivalence partitioning

Description : When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis

Last Answer : A. Equivalence partitioning

Description : When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis

Last Answer : B. Boundary value analysis

Description : Given the following specification, which of the following values for age are in the SAME equivalence partition? If you are less than 18, you are too young to be insured. Between 18 and 30 inclusive, you will receive a 20% discount. Anyone ... 17, 18, 19. B. 29, 30, 31. C. 18, 29, 30. D. 17, 29, 31.

Last Answer : C. 18, 29, 30.

Description : f the temperature falls below 18 degrees, the heating is switched on. When the temperature reaches 21 degrees, the heating is switched off. What is the minimum set of test input values to cover all valid equivalence ... 17, 18, 20 and 21 degrees C. 18, 20 and 22 degrees D. 16 and 26 degrees

Last Answer : A. 15, 19 and 25 degrees

Description : A thermometer measures temperature in whole degrees only. If the temperature falls below 18 degrees, the heating is switched off. It is switched on again when the temperature reaches 21 degrees. What are the best values in degrees to ... and 25. B. 17,18 and19. C. 18, 20 and22. D. 16, 26 and 32.

Last Answer : A. 15,19 and 25.

Description : One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class A. BOOK B. Book C. Boo01k D. book

Last Answer : C. Boo01k

Description : Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing. a) Error Guessing b) Boundary Value Analysis c) Decision Table testing d) Equivalence partitioning

Last Answer : d) Equivalence partitioning