menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Activity
Questions
Unanswered
Tags
Subjects
Users
Ask
Prev
Blogs
New Blog
Exams
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
JEST 2021 registrations are open
TIFR GS-2021 Online Application portal
IIT Jodhpur Mtech AI - Interview Expierence (Summer Admission)
Interview experience at IIT Tirupati for MS program winter admission
IITH CSE interview M Tech RA Winter admission 2021
Subjects
All categories
General Aptitude
(2.1k)
Engineering Mathematics
(8.4k)
Digital Logic
(3k)
Programming and DS
(5.1k)
Algorithms
(4.5k)
Theory of Computation
(6.3k)
Compiler Design
(2.2k)
Operating System
(4.7k)
Databases
(4.3k)
CO and Architecture
(3.5k)
Computer Networks
(4.3k)
Non GATE
(1.2k)
Others
(1.3k)
Admissions
(595)
Exam Queries
(838)
Tier 1 Placement Questions
(16)
Job Queries
(71)
Projects
(19)
Unknown Category
(1.1k)
Recent Blog Comments
Hi, could you please update us about the Mock...
Hi, just curious if there are any updates...
thanks himanshu2021. But I am asking for the page...
But IISc hasn't mentioned TCS as one of their...
@kiioo https://gateoverflow.in/blog/11426/jest-20...
Network Sites
GO Mechanical
GO Electrical
GO Electronics
GO Civil
CSE Doubts
How to calculate Transfer Time ?
0
votes
264
views
Q1)
Given a question with z Byte track size x Byte sector size and R rpm
IO time = seektime + latency time + transfer time .
How to calculate the last part ? transfer time ?
Q2 )
if no method to calculate sector size , then how do I calculate transfer time ? Given D Data Transfer Rate
Q3 )
if no method to calculate sector size , then how do I calculate transfer time ? NO Data Transfer Rate rate also given
operating-system
asked
Jan 19, 2016
in
Operating System
pC
edited
Jan 19, 2016
by
pC
264
views
answer
comment
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
0
Answers
← Prev.
Next →
← Prev. Qn. in Sub.
Next Qn. in Sub. →
Related questions
3
votes
1
answer
1
2.4k
views
How to calculate turnaround time? (Process Scheduling - Operating System)
A and B are the only two processes in the system. Both are in the ready state. A arrives before B but the difference in arrival time is negligible. A is a CPU bound process while B is a I/O bound process. The ... ; Compute the turnaround time for A and B. Link: http://www.comp.nus.edu.sg/~ooiwt/cs2106/1112s1/tut05.pdf
A and B are the only two processes in the system. Both are in the ready state. A arrives before B but the difference in arrival time is negligible. A is a CPU bound process while B is a I/O bound process. The pseudocode for A and B are as follows: A: repeat ... b) Shortest Remaining Time First; Compute the turnaround time for A and B. Link: http://www.comp.nus.edu.sg/~ooiwt/cs2106/1112s1/tut05.pdf
asked
Jul 25, 2017
in
Operating System
aishwarydewangan
2.4k
views
operating-system
process-scheduling
os
0
votes
0
answers
2
199
views
How to calculate effective instruction time in paging ?Please go from basics
asked
Sep 24, 2017
in
Operating System
hem chandra joshi
199
views
os
2
votes
0
answers
3
649
views
Calculate time taken to perform a context switch ?
Let n be the number of general registers in a CPU, m be the number of status registers, b be the number of store operations to save a single register, and K be the amount of time to perform a store instruction. How long does it take to perform a context switch ? (n+mb)K (n+m)b*K K + nb + mb Knb + m
Let n be the number of general registers in a CPU, m be the number of status registers, b be the number of store operations to save a single register, and K be the amount of time to perform a store instruction. How long does it take to perform a context switch ? (n+mb)K (n+m)b*K K + nb + mb Knb + m
asked
Jul 9, 2016
in
Operating System
sh!va
649
views
operating-system
0
votes
0
answers
4
472
views
How to calculate the average case time complexity in linear search for a successful and unsuccessful search ?
Successful Search we assume that the probability of searching or finding an element at each location is same , then if we have n elements so probability is $1/n$... Also we might need to perform $1$ comparison or $2$ or $3$ or $4$ and so on .. ... calculating the time complexity for the array , is the order of elements defined in the array is fixed or it can vary ? Please explain precisely .
asked
Jun 17, 2018
in
Algorithms
radha gogia
472
views
algorithms
time-complexity
linear-search
...