1 answer
1
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...
1 answer
2
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
0 answers
3
Can anyone draw the pipeline diagram for this question?https://gateoverflow.in/39627/gate-2016-2-30
1 answer
8
2 answers
9
An upper layer packet is split into 10 frames, each of which has an 80% chance of arriving undamaged. If no error is done by the data link protocol, how many times must t...
3 answers
10
1 answer
11
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?
1 answer
12
Predict the accumulator content after following instructions:XRA AMVI B, F0HSUB B a. F0 Hb. 0FHc.01 Hd. 10H
2 answers
14
If f(n) = big_omega(n), g(n) = O(n) and h(n) = ⊙(n) then what is f(n).g(n) + h(n) ?
1 answer
17
Please somebody tell from where to study Regular Expression in detail with full-length explanation of it.
1 answer
21
pleas help me in this problem
1 answer
23
What is time complexity for given recurrence relationT(n) = √nT(√n) + √nT(2)= 1
1 answer
28
What is the difference between CPU frequency and Clock Cycle? What is the relation between them?
3 answers
29
Formatting for a floppy disk refers toarranging the data on the disk in contiguous fashionwriting the directoryerasing the system datawriting identification information o...