1 votes
1
What is Compaction?a) a technique for overcoming internal fragmentationb)a paging techniquec)a technique for overcoming external fragmentationd)a technique for overcoming...
1 votes
2
How many times the " PROCESS " will be printed when executing the following program?main() {printf(" PROCESS");fflush();fork();fork();}a) 8 b)4 ...
0 votes
5
The redundancy in the set of relation that has been arised after decomposing relation R into BCNF is more than zero but less than 3NF decomposition if multivalued depende...
0 votes
6
Which layer of tcp/ip is responsible for getting data to its destination?.1. Link layer2.application layer3.network layer4.transport layer