PGT Computer Science (Level-3), (HTET Practice MCQs) (Part-VI)Total Questions: 10081. If b is the branching factor and m is the maximum depth of the search tree, what is the space complexity of greedy search?A. O (b+m)B. O (bm)C. O(bᵐ)D. O(mᵇ)Correct Answer: C. O(bᵐ)82. Let P, Q, R and S be Propositions. Assume that the equivalences P ⇔ (Q v ¬ Q) and Q ⇔ R hold. Then the truth value of the formula (P ∧ Q) ⇒ ((P ∧ R) v S) is always:A. TrueB. FalseC. Same as truth table of QD. Same as truth table of SCorrect Answer: A. True83. "If X, then Y unless Z is represented by which of the following formulae in propositional logic?А. (Х ∧ Z) → ¬ ZВ. (Х ∧ ¬ Z) → YC. X → (Y ∧ ¬ Z)D. Y → (X ∧ ¬ Z)Correct Answer: В. (Х ∧ ¬ Z) → Y84. Consider the following two well-formed formulas in prepositional logic.F1 : P ⇒ ¬ P F2 : (P ⇒ ¬ P) ∨ ( ¬ P ⇒ P) Which of the following statements is correct?A. F1 is Satisfiable, F2 is validB. F1 is unsatisfiable, F2 is SatisfiableC. F1 is unsatisfiable, F2 is validD. F1 and F2 both are SatisfiableCorrect Answer: A. F1 is Satisfiable, F2 is valid85. Standard planning algorithms assume environment to be _________ .A. Both deterministic and fully observableB. Neither deterministic nor fully observableC. Deterministic but not fully observableD. Not deterministic but fully observableCorrect Answer: A. Both deterministic and fully observable86. Which of the following statements is not correct?A. Every recursive language is recursively enumerable.B. L = {0ⁿ 1ⁿ 0ⁿ | n = 1, 2, 3, ....} is recursively enumerable.C. Recursive languages are closed under intersection.D. Recursive languages are not closed under intersection.Correct Answer: D. Recursive languages are not closed under intersection.87. Context free grammar is not closed under:A. ConcatenationC. Kleene StarB. ComplementationD. UnionCorrect Answer: B. Complementation88. Consider the following languages:L₁ = {aᵐ bⁿ | m ≠ n} L₂ = {aᵐ bⁿ | m = 2n + 1} L₃ = {aᵐ bⁿ | m ≠ 2n} Which one of the following statement is correct?A. Only L₁ and L₂ are context free languagesB. Only L₁ and L₃ are context free languagesC. Only L₂ and L₃ are context free languagesD. L₁, L₂ and L₃ are context free languagesCorrect Answer: D. L₁, L₂ and L₃ are context free languages89. A 4 x 4 DFT matrix is given by:A. 1, -1В. -1, 1C. -j, jD. j, -jCorrect Answer: D. j, -j90. The minimum number of page frames that must be allocated to a running process in a virtual memory environment is determined by:A. page sizeB. physical size of memoryC. the instruction set architectureD. number of processes in memoryCorrect Answer: C. the instruction set architectureSubmit Quiz« Previous12345678910Next »