Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Questions with numerical answers and no options. No negative marks for these questions.
Recent questions tagged numerical-answers
1
1 vote
2
2 answers
170
170 views
GO Classes DPP | GATE CS, DA | DBMS | Functional Dependencies
Consider the relation schema $R(A,B,C,D,E)$ with $F=\{AB \to D,\ AC \to E,\ A \to B,\ BC \to E,\ A \to E\}$.Consider the following functional dependencies:$A \to D$$AC \t...
GO Classes
170
views
asked
Sep 8
Databases
goclasses
goclasses-da-dpp
goclasses-da-dpp-day-268
goclasses-cs-dpp
goclasses-cs-dpp-day-366
databases
goclasses-databases-practice-questions
functional-dependency
numerical-answers
+
–
2
2 votes
1
1 answer
126
126 views
GO Classes DPP | GATE CS, DA | DBMS | Composite Foreign Key
Consider relation $S(D,E)$ with primary key $(D,E)$.The current instance of $S$ contains $(1,3)$, $(2,4)$, $(3,1)$.Relation $R(A,B,C)$ contains the foreign-key constraint...
GO Classes
126
views
asked
Sep 5
Databases
goclasses
goclasses-da-dpp
goclasses-da-dpp-day-266
goclasses-cs-dpp
goclasses-cs-dpp-day-364
databases
goclasses-databases-practice-questions
referential-integrity
attribute-correspondence
numerical-answers
+
–
3
3 votes
1
1 answer
128
128 views
GO Classes DPP | GATE CS, DA | DBMS | Cascade Ripple
Consider the relations $\text{Employee}(eid)$, $\text{Policy}(pid,eid)$, $\text{Dependent}(did,pid)$.The following foreign keys are defined:$\text{Policy}.eid$ $\text{ RE...
GO Classes
128
views
asked
Sep 5
Databases
goclasses
goclasses-da-dpp
goclasses-da-dpp-day-266
goclasses-cs-dpp
goclasses-cs-dpp-day-364
databases
goclasses-databases-practice-questions
multilevel-cascading
numerical-answers
+
–
2
2 votes
1
1 answer
124
124 views
GO Classes DPP | GATE CS | Theory of Computation | Terminal-only Rules
Consider the right-linear grammar,$$\begin{aligned}A &\to fB \mid gA \\B &\to gA \mid fC \mid f \\C &\to gA \mid fC \mid f\end{aligned}$$When this grammar is converted in...
GO Classes
124
views
asked
Sep 5
Theory of Computation
goclasses
goclasses-cs-dpp
theory-of-computation
goclasses-cs-dpp-day-364
goclasses-toc-practice-questions
grammar
finite-automata
numerical-answers
+
–
3
3 votes
1
1 answer
147
147 views
GO Classes DPP | GATE CS | Theory of Computation | Grammar to NFA
Consider the right-linear grammar,$$\begin{aligned}S &\to aT \\T &\to abcS \mid b\end{aligned}$$If this grammar is converted into an NFA with one input symbol per transit...
GO Classes
147
views
asked
Sep 5
Theory of Computation
goclasses
goclasses-cs-dpp
theory-of-computation
goclasses-cs-dpp-day-364
goclasses-toc-practice-questions
grammar
finite-automata
numerical-answers
+
–
1
1 vote
1
1 answer
134
134 views
GO Classes DPP | GATE CS, DA | DBMS | The New Column
A relation $R(A,B)$ currently contains $7$ tuples.The following SQL statement is executed:$\text{ALTER\ TABLE\ R\ ADD\ C\ INTEGER;}$Immediately after this command, and be...
GO Classes
134
views
asked
Sep 3
Databases
goclasses
goclasses-da-dpp
goclasses-da-dpp-day-265
goclasses-cs-dpp
goclasses-cs-dpp-day-363
databases
goclasses-databases-practice-questions
sql
numerical-answers
+
–
2
2 votes
1
1 answer
129
129 views
GO Classes DPP | GATE CS, DA | DBMS | Maximum Candidate Keys
A relation schema $R$ has $6$ attributes.What is the maximum number of candidate keys that $R$ can simultaneously have?
GO Classes
129
views
asked
Sep 2
Databases
goclasses
goclasses-da-dpp
goclasses-da-dpp-day-264
goclasses-cs-dpp
goclasses-cs-dpp-day-362
databases
goclasses-databases-practice-questions
candidate-key
numerical-answers
+
–
3
3 votes
1
1 answer
153
153 views
GO Classes DPP | GATE CS, DA | DBMS | Maximum Superkeys
A relation schema $R$ has $6$ attributes.Assume that the empty set is not considered a key.What is the maximum possible number of superkeys of $R$?
GO Classes
153
views
asked
Sep 2
Databases
goclasses
goclasses-da-dpp
goclasses-da-dpp-day-264
goclasses-cs-dpp
goclasses-cs-dpp-day-362
databases
goclasses-databases-practice-questions
super-key
numerical-answers
+
–
5
5 votes
1
1 answer
322
322 views
GO Classes DPP | GATE CS, DA | DBMS | Number of Relations
Consider the relation schema $R(A,B,C)$.The domain sizes of the attributes are:$|D_A|=2$$|D_B|=2$$|D_C|=3$Assume that there are no constraints other than the domain const...
GO Classes
322
views
asked
Sep 1
Databases
goclasses
goclasses-da-dpp
goclasses-da-dpp-day-263
goclasses-cs-dpp
goclasses-cs-dpp-day-361
databases
goclasses-databases-practice-questions
domain
cartesian-product
relations
numerical-answers
+
–
4
4 votes
1
1 answer
168
168 views
GO Classes DPP | GATE CS | Operating System | Scheduling Overhead
Three processes $P_1$, $P_2$, and $P_3$ are scheduled using Round Robin.Assume:Each process has one kernel threadTime quantum $=\text{10 ms}$Context switch time $=\text{1...
GO Classes
168
views
asked
Aug 31
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-360
goclasses-os-practice-questions
scheduling
numerical-answers
+
–
2
2 votes
1
1 answer
103
103 views
GO Classes DPP | GATE CS | Operating System | SSTF Disk Scheduling
A disk contains tracks numbered from $0$ through $199$.The disk head is currently at track $184$.The pending requests, in arrival-list order, are $184, 187, 176, 182, 199...
GO Classes
103
views
asked
Aug 26
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-358
goclasses-os-practice-questions
disk-scheduling
numerical-answers
+
–
2
2 votes
1
1 answer
131
131 views
GO Classes DPP | GATE CS, DA | Algorithms | Analysis of Algorithms
The following running times are observed for a program:$$\begin{array}{|c|c|}\hlineN & \text{Running time} \\\hline1000 & 0.1\text{ seconds} \\2000 & 0.3\text{ seconds} \...
GO Classes
131
views
asked
Aug 26
Algorithms
goclasses
goclasses-da-dpp
goclasses-da-dpp-day-259
goclasses-cs-dpp
goclasses-cs-dpp-day-357
algorithms
python-&-dsa
goclasses-python-&-dsa-practice-questions
goclasses-algo-practice-questions
time-complexity
numerical-answers
+
–
0
0 votes
1
1 answer
79
79 views
GO Classes DPP | GATE CS | Operating System | File Capacity Limit
A file system has:Cluster size = $\text{4 KB}$ Inode size = $\text{64 bytes}$ $1\text{M} = 2^{20}$ clusters reserved for storing inodes $512\text{M}$ clusters reserved fo...
GO Classes
79
views
asked
Aug 25
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-356
goclasses-os-practice-questions
numerical-answers
+
–
0
0 votes
1
1 answer
74
74 views
GO Classes DPP | GATE CS | Operating System | Metadata Storage Overhead
Consider a UNIX file system with:Disk block size = $\text{4096 bytes}$All block pointers = $\text{32 bits}$Inode has $12$ direct pointers$1$ single-indirect pointer$1$ do...
GO Classes
74
views
asked
Aug 25
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-356
goclasses-os-practice-questions
numerical-answers
+
–
1
1 vote
1
1 answer
87
87 views
GO Classes DPP | GATE CS | Operating System | Maximum File Size
Consider a file system with:Block size = $\text{2048 bytes}$ Disk block pointer size = $\text{32 bits}$ $12$ direct pointers $1$ single-indirect pointer $1$ double-indire...
GO Classes
87
views
asked
Aug 25
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-356
goclasses-os-practice-questions
numerical-answers
+
–
Page:
1
2
3
4
5
6
...
141
next »