Latest Answer: NORMALIZATION is used for the process of breaking up the data into several tables,so as to minimize the number of times we have to repeat the same data.it consists of several steps to systematically increase internal consistency,minimal redundancy,and ...
Latest Answer: Right shift three times. Every right shift divides a number by 2. ...
Latest Answer: its wrong cuz the no's are 900 n 280 r no's wid 7 so its280/900 or 28/90 wich can be easily done by 1/9+1/10+1/10 ...
Latest Answer: feasibility study ...
Latest Answer: The program begins with a conditional statement if (x==0) ||( y==0)...therefore it gives rise to 2 pathsLets take a dry run...lets say a) x=1,y=0; b) x=0 & y=0; c) x=0,y=1; d) x=1,y=1condition a returns truecondition b returns truecondition c ...
Which of the following is not condition having a deadlock resource previous grantedcan be forcibly taken away from a process?A. Resources need to be used in mutually exclusion fashionB. Process can request new resources, as they continue to hold on to old onesC. Here is a cycle in the resource allocation graph
Time taken to access cache is 100ns and to access memory is 1000ns.Hit ratio given. Find the average access time
Suggest a sorting algorithm, which is efficient (in worst case) to 10 valuesA. Binary treeB. SelectionC. BubbleD. Any of the above
Which is a good way of representing variables in recursionA. local variablesB. static variablesC. global variables
View page [1] 2 3 4 5 Next >>

Go Top