2 votes
7
Which one of the following statements is FALSE?HTTP runs over TCPHTTP describes the structure of web pagesHTTP allows information to be stored in a URLHTTP can be used to...
0 votes
13
1 votes
14
void main() { int i=6; for( i; i; i ) { printf(“%d”,i); } }
3 votes
17
Which of the following is an efficient method of cache updating?Snoopy writesWrite throughWrite withinBuffered write
7 votes
18
In linear hashing, if blocking factor $bfr$, loading factor $i$ and file buckets $N$ are known, the number of records will be$cr= i+bfr+N$$r=i-bfr-N$$r=i+bfr-N$$r=i ^{\as...
0 votes
21
In a two-pass assembler, resolution of subroutine calls and inclusion of labels in the symbol table is done duringsecond passfirst pass and second pass respectivelysecond...
0 votes
22
1 votes
24
4 votes
25
Which one indicates a technique of building cross compilers?Beta crossCanadian crossMexican crossX-cross
0 votes
27
What are the eigenvalues of the matrix $P$ given below$$P= \begin{pmatrix} a &1 &0 \\ 1& a& 1\\ 0&1 &a \end{pmatrix}$$ $a, a -√2, a + √2...
4 votes
28
The following is the incomplete operation table of a $4-$element group.$$\begin{array}{|l|l|l|l|l|} \hline \textbf{*} & \textbf{e}& \textbf{a} &\textbf{b} & \textbf{c}\\\...