Redirected
retagged by
6,808 views

3 Answers

Best answer
10 votes
10 votes

Answer: (b)

Explanation: Cycle time is the minimum time delay between the initiations of two independent memory operations. Access time is the time that elapses between the initiation of an operation and the completion of the operation.

Reference: http://nptel.ac.in/courses/106103068/module03_memory/lecture_01/slides/slide8.htm

selected by
0 votes
0 votes

ans b.cycle time

 Cycle time is the time,  between the start of one random access memory access to the time when the next access can be started.

Answer:

Related questions

13 votes
13 votes
5 answers
1
Purple asked Jan 26, 2016
7,083 views
In $\text{X = (M + N }\times \text{O)/(P} \times \text{Q})$, how many one-address instructions are required to evaluate it?$4$$6$$8$$10$
4 votes
4 votes
5 answers
2
kvkumar asked May 17, 2016
10,210 views
The contents of the flag register after execution of the following program by $8085$ microprocessor will be$\textbf{Program}$$\textsf{SUB A}$$\textsf{MVI B,(01)}_\textsf{...
19 votes
19 votes
2 answers
3
go_editor asked Jun 21, 2016
7,220 views
Consider the following code fragmentvoid foo(int x, int y) { x+=y; y+=x; } main() { int x=5.5; foo(x,x); }What is the final value of $\textsf{x}$ in both call by value an...
9 votes
9 votes
5 answers
4
go_editor asked Jun 21, 2016
6,200 views
The for loopfor (i=0; i<10; ++i) printf("%d", i&1);prints0101010101011111111100000000001111111111