0 votes
0 answers
1
A file can have either one primary index or one clustered index but not both. True or false ? Give an answer with explanation.
1 votes
0 answers
2
Can someone give me an example of a problem which is starvation free but bounded waiting condition is not satisfied?
0 votes
1 answer
3
Number of duals of distinct boolean expressions of 4 variables is ?
2 votes
2 answers
4
In synchronous transmission, 5 eight bit characters are included in 30 eight bit information characters. If bit rate of sender is 4200 bps, what is the bit rate of receiv...
3 votes
3 answers
5
A computer system implements a 36 bit virtual address. Page size is 4KB and size of physical memory is 30 bits. The approximate size of page table in the system is ___ MB...
3 votes
2 answers
7
2 votes
1 answer
8
Is convoy effect possible in SJF and Priority (preemptive and non preemptive) scheduling ? Please explain your answer.
1 votes
1 answer
9
1.Minimum number of tables required which satisfies 1NF ?2.Minimum number of tables required which satisfies 3NF ?
3 votes
0 answers
11
Number of concurrent transactions that can be formed with 3 transactions having 3,2 and 1 operations respectively.Here should the answer be 60 or 54 ? Should we include s...
1 votes
1 answer
12
Minimum number of relations or tables required ?
0 votes
0 answers
13
I think that answer should be decidable.
1 votes
0 answers
14
L={vuv|v,u∈{a,b}*,|v|=3 } . Is L regular ?
1 votes
2 answers
15
Here a as well as c can be the answer based on the construction of the parse tree. So how to decide which one to choose?
1 votes
0 answers
16
1 votes
1 answer
17
Can register renaming eliminate all "WAR/WAW" hazards?
1 votes
0 answers
19
In stack architecture do we consider the bits for A as 32 bits or 64 ? Please explain the number of bits required in stack and accumulator architecture.