Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 12)
12.
The time required for the fetching and execution of one simple machine instruction is
Delay time
CPU cycle
Real time
Seek time
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
26 comments Page 1 of 3.

Shashi said:   7 years ago
Then what is the execution time?
(2)

Samuel said:   8 years ago
Seek time - time taken for an access arm to get into position over a particular track.

Head switching - this is the activation of a particular read and write head over a particular track.

Rational delay - time for waiting until the desired data on the track rotates under the read and write head.
(1)

Nagenrda sharma said:   9 years ago
Please explain.

Nazmul said:   10 years ago
Real time is a level of computer responsiveness that a user senses as sufficiently immediate or that enables the computer to keep up with some external process.

Shweta said:   10 years ago
On the level of machine language, the operation of the CPU is fairly straightforward. The CPU executes a program that is stored as a sequence of machine language instructions in main memory.

It does this by repeatedly reading, or fetching, an instruction from memory and then carrying out, or executing, that instruction. This process -- fetch an instruction, execute it, fetch another instruction, execute it, and so on forever -- is called the fetch-and-execute cycle.

Hanok said:   10 years ago
Please explain Delay time, Real time and seek time.

Shanmugapriya said:   10 years ago
Thanks for clear explanation.

Vsiva said:   10 years ago
Could you explain the seek time and real time and delay time?

Mukesh said:   1 decade ago
A narrative technique whereby events are depicted as occurring entirely within the span of and at the same rate as the depiction.

Joydeep said:   1 decade ago
Does CPU cycle stands for central processing unit cycle?


Post your comments here:

Your comments will be displayed after verification.