GATE CS 2017 Set 2 — Question 5
Consider the Boolean operator \(\#\) with the following properties:\(x \# 0 = x\), \(x \# 1 = \overline{x}\), \(x \# x = 0\) and \(x \# \overline{x} = 1\).Then \(x \# y\) is equivalent to:
Year-wise GATE papers
16 questions and papers
Consider the Boolean operator \(\#\) with the following properties:\(x \# 0 = x\), \(x \# 1 = \overline{x}\), \(x \# x = 0\) and \(x \# \overline{x} = 1\).Then \(x \# y\) is equivalent to:
The following functional dependencies hold true for the relational schema \(R\{V, W, X, Y, Z\}\):V -> W VW -> X Y -> VX Y -> ZWhich of the…
Consider a two-level cache hierarchy with L1 and L2 caches. An application incurs 1.4 memory accesses per instruction on average. For this application, the miss rate of L1…
Consider a TCP client and a TCP server running on two different machines. After completing data transfer, the TCP client calls close to terminate the connection and a…
Consider the following grammar:P → x Q R S Q → y z | z R → w | ε S → yWhat is FOLLOW(Q)?
A message is made up entirely of characters from the set \(X = \{P, Q, R, S, T\}\). The table of probabilities for each of the characters is shown below.CharacterProbabilityP0.22Q0.34R0.17S0.19T0.08Total1.00If…
Every question here is free to read. A free account adds the verified key, the worked solution and your progress.