Recent questions tagged ugcnetcse-june2008-paper2

0 votes
1 answer
2
0 votes
1 answer
3
0 votes
3 answers
4
The set of positive integers under the operation of ordinary multiplication is :not a monoidnot a groupa groupan Abelian group
0 votes
0 answers
5
In a set of $8$ positive integers, there always exists a pair of numbers having the same remainder when divided by :$7$$11$$13$$15$
0 votes
1 answer
6
An example of a tautology is :$x \vee y$$x \mathrm{v}(\sim y)$$x \mathrm{v}(\sim x)$$(x=>y) \wedge(x<=y)$
0 votes
1 answer
7
Among the logic families $\text{RTL, TTL, ECL}$ and $\text{CMOS}$, the fastest family is :$\text{ECL}$$\mathrm{CMOS}$$\text{TTL}$$\text{RTL}$
0 votes
1 answer
8
The octal equivalent of the hexadecimal number $\mathrm{FF}$ is :$100$$150$$377$$737$
0 votes
1 answer
10
The idempotent law in Boolean algebra says that:$\sim(\sim x)=x$$x+x=x$$x+x y=x$$x(x+y)=x$
0 votes
2 answers
12
0 votes
2 answers
13
Consider the following $\mathrm{C}$ code :{int a = 5, b=9; float r; r= b /a ;}What is the value of $\text{r}$ ?$1.8$$1.0$$2.0$$0.0$
0 votes
0 answers
16
A superkey for an entity consists of :one attribute onlyat least two attributesat most two attributesone or more attributes
0 votes
1 answer
17
Which of the following set of keywords constitutes a mapping in $\text{SQL}$?$\text{SELECT, FROM, TABLE}$$\text{SELECT, FROM, WHERE}$$\text{CONNECT, TABLE, CREATE}$$\text...
0 votes
0 answers
18
0 votes
3 answers
21
Which of the following data structures is most efficient in terms of both space and time to reverse a string of characters?Linked listStackArrayTree
0 votes
0 answers
22
Which of the following can be the sequence of nodes examined in a binary search tree while searching for key $98$?$100, 50, 75, 60, 98$$100,120,90,95,98$$200, 70, 100, 95...
1 votes
1 answer
23
Which of the following is true for a sorted list with ' $n$ ' elements?Insertion in a sorted array takes constant time.Insertion in a sorted linear linked list takes cons...
0 votes
1 answer
24
Files that are related to input/output and are used to model serial $\text{I/O}$ devices such as terminals, printers and networks are called:regular filescharacter specia...
0 votes
0 answers
25
An example of a possible file attribute is:minimum sizepermanent flagarchive flagEBCDIC flag
0 votes
0 answers
26
0 votes
0 answers
27
0 votes
2 answers
28
For a channel of $3 \mathrm{KHz}$ bandwidth and signal to noise ratio of $30 \mathrm{~dB}$, the maximum data rate is:$3000 \mathrm{bps}$$6000 \mathrm{bps}$$15000 \mathrm{...
0 votes
1 answer
29
An example of a public key encryption algorithm is :Caesar cipher algorithmDES algorithmAES algorithmKnapsack algorithm
0 votes
0 answers
30
With reference to hierarchical routing, the optimum number of levels for an $m$ router subnet is:$m^{2}$$m$$\ln m$$\sqrt{m}$