CS and IT GATE 2025 SET-1 Questions with Answer

Ques 27 Databases


Consider a relational schema team(name, city, owner), with functional dependencies {name→city, name→owner}.
The relation team is decomposed into two relations, t1(name, city) and t2(name, owner). Which of the following statement(s) is/are TRUE?

A

The relation team is NOT in BCNF.

B

The relations t1 and t2 are in BCNF.

C

The decomposition constitutes a lossless join.

D

The relation team is NOT in 3NF.



Ques 28 Databases


Consider the following database tables of a sports league.

An instance of the table and an SQL query are given.
The value returned by the given SQL query is ______ (Answer in integer)



Ques 29 Digital Logic


Let X be a 3-variable Boolean function that produces output as '1' when at least two of the input variables are '1'. Which of the following statement(s) is/are CORRECT, where a, b, c, d, e are Boolean variables?

A

X(a,b,X(c,d,e))=X(X(a,b,c),d,e)

B

X(a,b,X(a,b,c))=X(a,b,c)

C

X(a,b,X(a,c,d))=(X(a,b,a) AND X(c,d,c))

D

X(a,b,c)=X(a,X(a,b,c),X(a,c,c))



Ques 30 Digital Logic


Consider the following four variable Boolean function in sum-of-product form
F(b3,b2,b1,b0)=Σ(0,2,4,8,10,11,12)
where the value of the function is computed by considering b3b2b1b0 as a 4-bit binary number, where b3 denotes the most significant bit and b0 denotes the least significant bit. Note that there are no don't care terms. Which ONE of the following options is the CORRECT minimized Boolean expression for F?

A

10+b̅20+b12b3

B

10+b̅20

C

20+b1b2b3

D

02+b̅3



Ques 31 Digital Logic


Consider a finite state machine (FSM) with one input X and one output f. represented by the given state transition table. The minimum number of states required to realize this FSM is ______ (Answer in integer)

Present stateNext stateOutput f
X=0X=1X=0X=1
AFB00
BDC00
CEF00
DGA10
EDC00
FFB11
GHG10
HAG10



Ques 32 Digital Logic


Consider the given sequential circuit designed using D-Flip-flops. The circuit is initialized with some value (initial state). The number of distinct states the circuit will go through before returning back to the initial state is ______ (Answer in integer)



Ques 33 Discrete Mathematics


g(.) is a function from A to B, f(.) is a function from B to C, and their composition defined as f(g(.)) is a mapping from A to C.
If f(.) and f(g(.)) are onto (surjective) functions, which ONE of the following is TRUE about the function g(.)?

A

g(.) must be an onto (surjective) function.

B

g(.) must be a one-to-one (injective) function.

C

g(.) must be a bijective function, that is, both one-to-one and onto.

D

g(.) is not required to be a one-to-one or onto function.



Ques 34 Discrete Mathematics


Let S be the set of all ternary strings defined over the alphabet {a, b, c}. Consider all strings in S that contain at least one occurrence of two consecutive symbols, that is, "aa", "bb" or "cc". The number of such strings of length 5 that are possible is ______ (Answer in integer)



Ques 35 Discrete Mathematics


Which of the following predicate logic formulae/formula is/are CORRECT representation(s) of the statement: "Everyone has exactly one mother"?
The meanings of the predicates used are:
mother(y, x): y is the mother of x
noteq(x, y): x and y are not equal

A

∀x∃y∃z(mother(y,x)&land;¬mother(z,x))

B

∀x∃y[mother(y,x)&land;∀z(noteq(z,y)→¬mother(z,x))]

C

∀x∀y[mother(y,x)→∃z(mother(z,x)&land;¬noteq(z,y))]

D

∀x∃y[mother(y,x)&land;¬∃z(noteq(z,y)&land;mother(z,x))]



Ques 36 Discrete Mathematics


A={0,1,2,3,...} is the set of non-negative integers. Let F be the set of functions from A to itself. For any two functions, f1, f2∈F we define
(f1⊙f2)(n)=f1(n)+f2(n)
for every number n in A. Which of the following is/are CORRECT about the mathematical structure (F, ⊙)?

A

(F,⊙) is an Abelian group.

B

(F, ) is an Abelian monoid.

C

(F,⊙) is a non-Abelian group.

D

(F, ) is a non-Abelian monoid.



Ques 37 Engineering Mathematics


Consider the given system of linear equations for variables x and y, where k is a real-valued constant. Which of the following option(s) is/are CORRECT?
x+ky=1
kx+y=-1

A

There is exactly one value of k for which the above system of equations has no solution.

B

There exist an infinite number of values of k for which the system of equations has no solution.

C

There exists exactly one value of k for which the system of equations has exactly one solution.

D

There exists exactly one value of k for which the system of equations has an infinite number of solutions.



Ques 38 Engineering Mathematics


Consider the given function f(x)

If the function is differentiable everywhere, the value of b must be ______ (rounded off to one decimal place)



Ques 39 Engineering Mathematics


Let A be a 2×2 matrix as given.

What are the eigenvalues of the matrix A13 ?

A

1,-1

B

2√2, -2√2

C

4√2, 4√2

D

64√2, -64√2



Unique Visitor Count

Total Unique Visitors

Loading......