Recent questions tagged ugcnetcse-july2016-paper3

0 0 votes
2 answers 2 answers
2.8k
2.8k views
Semi-join strategies are techniques for query processing in distributed database system. Which of the following is semi-joined technique?Only the joining attributes are s...
0 0 votes
2 answers 2 answers
4.7k
4.7k views
In UNIX OS , when a process creates a new process using the fork() system call , which of the following state is shared between the parent process and child processHeapSt...
2 2 votes
2 answers 2 answers
3.4k
3.4k views
Consider the statement "Either $-2 \leq x \leq -1 \text{ or } 1 \leq x \leq 2$"The negation of this statement is x<-2 or 2<x or -1<x<1x<-2 or 2<x-1<x<1x $\leq$ -2 or 2 $...
1 1 vote
2 answers 2 answers
4.7k
4.7k views
A Multicomputer with 256 CPUs is organized as 16$\times$16 grid . What is the worst case delay(in hops) that a message might have to take16153230
0 0 votes
1 answers 1 answer
2.9k
2.9k views
In UNIX , processes that have finished execution but have not yet had their status collected are known as _________Sleeping processesStopped ProcessesZombie ProcessOrpha...
0 0 votes
2 2 answers
4.8k
4.8k views
If link transmits 4000 frames per scond and each slot has 8 bits , the transmission rate of circuits of this TDM is _____64 Kbps32 Mbps32 Kbps64 Mbps
4 4 votes
3 answers 3 answers
5.4k
5.4k views
The regular expression for the complement of the language $L=\{a^nb^m \mid n \geq 4, m \leq 3\}$ is:$(\lambda +a+aa+aaa)b^*+a^*bbbb^*+(a+b)^*ba(a+b)^*$$(\lambda +a+aa+aaa...
3 3 votes
1 answers 1 answer
2.4k
2.4k views
Consider the following two languages:$L_1=\{0^i1^j \mid ged (i,j)=1 \}$$L_2$ is any subset of 0*Which of the following is correct?$L_1$ is regular and $L_2*$ is not regul...
2 2 votes
1 1 answer
7.0k
7.0k views
In distributed databases, location transparency allows for database users, programmers and administratirs to treat the data as if it is at one location, A SQL query with ...
1 1 vote
0 0 answers
2.1k
2.1k views
Which of the following statements concerning Object-oriented database is false?Objects in object-oriented databse contain not only data but also methods for processing th...
0 0 votes
1 answers 1 answer
3.7k
3.7k views
In ___ method, the word is written to the block in both the cache and main memory, in parallelWrite throughWrite backWrite protectedDirect mapping
4 4 votes
4 4 answers
4.0k
4.0k views
The ____ addressing mode is similar to register indirect addressing mode, except that an offset is added to the contents of the register. The offset and register are spec...
0 0 votes
2 answers 2 answers
3.8k
3.8k views
The Register that stores all interrupt requests isInterrupt mask registerInterrupt service registerInterrupt request registerStatus register
1 1 vote
2 2 answers
3.6k
3.6k views
Which of the following in 8085 microprocessor performs HL=HL+DE ?DAD DDAD HDAD BDAD SP
0 0 votes
1 answers 1 answer
1.9k
1.9k views
8085 microprocessor has ___ hardware interrupt2345