how to estimate the disk access time?
e.g. the time between read one byte and another byte in the
disk.
Answer Posted / arbit
I suppose the answer is to be figured out programmatically
not by handwaving. Every stupid in Computer Science knows
what you have answered
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is clrscr in c?
Explain how do you determine a file’s attributes?
How pointer is different from array?
int far *near * p; means
Differentiate call by value and call by reference?
What are qualifiers in c?
What is getch c?
write a program to copy the string using switch case?
What are integer variable, floating-point variable and character variable?
What are c preprocessors?
Why do we write return 0 in c?
What are local variables c?
What are comments and how do you insert it in a C program?
What does the && operator do in a program code?
What is the best way to store flag values in a program?