...
November 26, 2023

Question 11372 – Digital-Logic-Design

According to boolean law: (A’)’ = ? Correct Answer: C Question 696 Explanation:  Complement of any variable even times will give the same variable. And complement […]
November 26, 2023

Question 6355 – Algorithms

You are given a sequence of n elements to sort. The input sequence consists of n/k subsequences,each containing k elements. The elements in a given subsequence […]
November 27, 2023

Question 7129 – Algorithms

Consider the complexity class CO-NP as the set of languages L such that L’ ε NP, and the following two statements: S1 : P ⊆ CO-NP […]
November 27, 2023

Question 7711 – Algorithms

Give asymptotic upper and lower bound for T(n) given below. Assume T(n) is constant for n≤2. T(n)= 4T(√n)+lg^2 n Correct Answer: C Question 372 Explanation:  Cosider […]