518
views
2 votes
Choose the false statement.a) Internal hashing is implemented through the use of an array of records.b) Multiple hsahing uses two or more hash functions.c) Static hashing...
265
views
1 votes
A data dictionary doesn't provide iformation abouta)where data is locatedb)the siz of disk storagec)who owns the datad) how data is used
605
views
0 votes
1.6k
views
1 votes
At present the contents of SP and PC of a 8085 microprocessor are F000h and 2400h respectively.What will be the content after CALL E000h?
2.5k
views
2 votes
Predict the accumulator content after following instructions:XRA AMVI B, F0HSUB B a. F0 Hb. 0FHc.01 Hd. 10H
736
views
0 votes
If f(n) = big_omega(n), g(n) = O(n) and h(n) = ⊙(n) then what is f(n).g(n) + h(n) ?
400
views
0 votes
Can any one tell ? How should i prepare programs for Linked list addind nodes their deletion.I used to learn the programs its not that i dint understand but still i had t...
3.2k
views
1 votes
Given the following statements:The power of deterministic finite state machine and non- deterministic finite state machine are same.The power of deterministic pushdown au...
2.3k
views
0 votes
Consider the following Pseudo-code segment:k:=0for $i_1$:=1 to nfor $i_2$ := 1 to $i_1$:::for $i_m$:=1 to $i_{m-1}$k:=k+1The value of k after the execution of this code s...
9.1k
views
1 votes
The concept of pipelining is a most effective in improving performance in the tasks being performed in different stages:require different amount of timerequire about the ...
1.2k
views
3 votes
pleas help me in this problem
585
views
0 votes
Please somebody tell from where to study Regular Expression in detail with full-length explanation of it.
835
views
2 votes
What is time complexity for given recurrence relationT(n) = √nT(√n) + √nT(2)= 1
6.1k
views
0 votes
Consider a non-pipelined processor with a clock rate of $2.5$ gigahertz and average cycles per instruction of four. The same processor is upgraded to a pipelined processo...
317
views
1 votes
What is the difference between CPU frequency and Clock Cycle? What is the relation between them?
1.3k
views
0 votes
A list of integers is almost sorted with only the largest number being out of place. If this information is not known to the algorithm, then which of the following algori...
1.0k
views
2 votes
The Depth First and Breadth First Traversal algorithms visit the nodes in exactly the same order in which the following types of graphsBinary treeLinear chainComplete gra...
4.3k
views
2 votes
Two level memory contains cache and main memory. Cache access time is 20ns and main memory access time is 120ns/word.The size of block is 4 words. Main memory is referred...
1.0k
views
4 votes
In the network 200.20.11.144/27, the fourth octet (in decimal) of the last IP address of the network which can be assigned to a host is____Which of the following language...
1.0k
views
2 votes
In the network 200.20.11.144/27, the fourth octet (in decimal) of the last IP address of the network which can be assigned to a host is____Which of the following language...
463
views
0 votes
long fun(char *s) {long r=0;for(; *s; r=(r<<1)|(*s++ - '0'));return r;}what does fun("000001010") return??
3.1k
views
0 votes
main() {int a,b,c,d;a=3,b=5;c=a,b;d=(a,b);printf("%d %d",c,d);}Output???
2.1k
views
1 votes
What is the highest address in 48 K memory? (in decimal)a. 49151b. 49152c. 64386d. 64387
4.9k
views
18 votes
What is the time complexity for the following C module? Assume that $n>0$.int module(int n) { if (n == 1) return 1; else return (n + module(n-1)); }$O(n)$$O(\log n)$$O(n^...
7.2k
views
10 votes
A processor is fetching instructions at the rate of $1$ MIPS. A DMA module is used to transfer characters to RAM from a device transmitting at $9600$ bps. How much time w...
15.9k
views
16 votes
Consider a single linked list where $F$ and $L$ are pointers to the first and last elements respectively of the linked list. The time for performing which of the given op...
Total PHP MySQL Other RAM
Time (ms) % Time (ms) % File count Time (ms) % Query count Time (ms) % Amount %
Setup 4.1 13% 2.6 8% 72 1.7 5% 2 0.0 0% 569k 44%
Control 17.1 57% 0.8 2% 2 16.5 55% 6 0.0 0% 186k 14%
View 2.3 7% 2.2 7% 6 0.1 0% 1 0.0 0% 205k 16%
Theme 6.0 20% 4.6 15% 19 1.5 5% 4 0.0 0% 312k 24%
Total 29.6 100% 10.3 34% 99 19.9 67% 13 0.0 0% 1275k 100%