Showing posts with label Solved Computer Science Paper. Show all posts
Showing posts with label Solved Computer Science Paper. Show all posts

Monday, 9 June 2014

COMPUTER SCIENCE STUDY MATERIAL FOR NET EXAM


1. The minimum number of page frames that must be allocated to a running process in a virtual memory environment is determined by.
Number of processes in memory

 2. The goal of structured programming is to.
 Be able to infer the flow of control from the program text.

3. Consider a basic block
a = b+c
c = a+d
d = b+c
e = d-b
a = e+b