A disk drive has 100 cylinders, numbered 0 to 99. Disk requests come to the disk driver for cyclinders 12, 26, 24, 4, 42, 8 and 50 in that order. The driver is currently serving a request at cyclinder 24. A seek takes 6 msec per cyclinder moved. How much seek time is needed for shortest seek time first (SSTF) algorithm? (A) 0.984 sec (B) 0.396 sec (C) 0.738 sec (D) 0.42 sec

2 Answers

Answer :

(D) 0.42 sec

Answer :

C

Related questions

Description : Consider a disk queue with request for input/output to block on cylinders  98, 183, 37, 122, 14, 124, 65, 67  in that order. Assume that disk head is initially positioned at cylinder 53 and moving ... and 252 cylinders (B) 640 and 236 cylinders (C) 235 and 640 cylinders (D) 235 and 252 cylinders

Last Answer : Answer: 236 and 208 cylinders Explanation: SSTF Initial head position =53 The closest queue to initial head position=65 head moves from 53 to 65=12 head moves from 65 to 67=2 head moves from 67 ... 122=24 head moves from 122 to 124=2 head moves from 124 to 183=59 Total head movement=208 

Description : Which of the following statements is not true about disk-arm scheduling algorithms ? (A) SSTF (shortest seek time first) algorithm increases performance of FCFS. (B) The number of requests for disk ... arm movements. (D) SCAN and C-SCAN algorithms are less likely to have a starvation problem.

Last Answer : (B) The number of requests for disk service are not influenced by file allocation method.

Description : Consider a disk queue with I/O requests on the following cylinders in their arriving order: 6,10,12,54,97,73,128,15,44,110,34,45 The disk head is assumed to be at cylinder 23 and moving in the direction ... . The disk head movement using SCAN-scheduling algorithm is: (1) 172 (2) 173 (3) 227 (4) 228

Last Answer : (2) 173

Description : Consider a disk with 16384 bytes per track having a rotation time of 16 msec and average seek time of 40 msec. What is the time in msec to read a block of 1024 bytes from this disk? (A) 57 msec (B) 49 msec (C) 48 msec (D) 17 msec

Last Answer : Answer: B

Description : ............. policy selects the disk I/O request that requires the least movement of the disk arm from its current position. A) FSCAN B) SSTF C) SCAN D) C-SCAN

Last Answer : B) SSTF

Description : A certain population of ALOHA users manages to generate 70 request/sec. If the time is slotted in units of 50 msec, then channel load would be a. 4.25 b. 3.5 c. 350 d. 450

Last Answer : b. 3.5

Description : A dynamic RAM has refresh cycle of 32 times per msec. Each refresh operation requires 100 nsec and a memory cycle requires 250 nsec. What percentage of memory’s total operating time is required for refreshes? (A) 0.64 (B) 0.96 (C) 2.00 (D) 0.32

Last Answer : Answer: D Explanation: in 1ms : refresh = 32 times Memory cycle = 1ms/250ns = 106ns/250ns = 4000 times Therefore, % of refresh time = (32 x 100ns)/(4000 x 250ns) = 3200ns/1000000 x 100% = 0.32%

Description : 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50'. What number is missing? -Riddles

Last Answer : 22

Description : Suppose that the time to do a null remote procedure call (RPC) (i.e, 0 data bytes) is 1.0 msec, with an additional 1.5 msec for every 1K of data. How long does it take to read 32 K from the file server as 32 1K RPCs? (A) 49 msec (B) 80 msec (C) 48 msec (D) 100 msec

Last Answer : (B) 80 msec

Description : The angular acceleration of a flywheel decreases uniformly from 8 rad/sec2 to 2 rad sec2 in 6 sec at which time its angular velocity is 42 rad/sec. The initial angular velocity was a.12 rad/sec b.24 rad/sec c.30 rad/sec d.3 rad/sec e.6 rad/sec

Last Answer : a. 12 rad/sec

Description : Which of the following is/are the sources for project requests? A) Request from Department managers B) Request from senior executives C) Request from system Analyst D) All of the above

Last Answer : D) All of the above

Description : The Register that stores all interrupt requests is: (A) Interrupt mask register (B) Interrupt service register (C) Interrupt request register (D) Status register

Last Answer : (C) Interrupt request register

Description : A scheduling Algorithm assigns priority proportional to the waiting time of a process. Every process starts with priority zero (lowest priority). The scheduler re-evaluates the process priority for every 'T' time ... (A) Priority scheduling (B) Round Robin Scheduling (C) Shortest Job First (D) FCFS

Last Answer : (B) Round Robin Scheduling

Description : Consider three CPU intensive processes P1, P2, P3 which require 20, 10 and 30 units of time, arrive at times 1, 3 and 7 respectively. Suppose operating system is implementing Shortest Remaining Time first (preemptive scheduling) ... end of Ready queue are not counted). (A) 3 (B) 2 (C) 4 (D) 5

Last Answer : (A) 3

Description : Assuming that the disk head is located initially at 32, find the number of disk moves required with FCFS if the disk queue of I/O block requests are 98, 37, 14, 124, 65, 67: (A) 310 (B) 324 (C) 320 (D) 321

Last Answer : (D) 321

Description : If the Disk head is located initially at track 32, find the number of disk moves required with FCFS scheduling criteria if the disk queue of I/O blocks requests are: 98, 37, 14, 124, 65, 67 (A) 320 (B) 322 (C) 321 (D) 319

Last Answer : (C) 321

Description : Calculate damped natural frequency, if a spring mass damper system is subjected to periodic disturbing force of 30 N. Damping coefficient is equal to 0.76 times of critical damping coefficient and undamped natural frequency is 5 rad/sec A. 3.99 rad/sec B. 2.13 rad/sec C. 4.12 rad/sec D. 3.24 rad/sec

Last Answer : D. 3.24 rad/sec

Description : What is 7.984 divided by 1.99?

Last Answer : 4.0121

Description : A server crashes on the average once in 30 days, that is, the Mean Time Between Failures (MTBF) is 30 days. When this happens, it takes 12 hours to reboot it, that is, the Mean Time to Repair (MTTR) is 12 ... these reliability data values is approximately: (A) 96.3% (B) 97.3% (C) 98.3% (D) 99.3%

Last Answer : (C) 98.3%

Description : An all-pairs shortest-paths problem is efficiently solved using: (A) Dijkstra' algorithm (B) Bellman-Ford algorithm (C) Kruskal Algorithm (D) Floyd-Warshall algorithm

Last Answer : (D) Floyd-Warshall algorithm

Description : A Rotameter through which air at room temperature and atmospheric pressure is flowing gives a certain reading for a flow rate of 100 cc/sec. If helium (molecular weight 4) is used and Rotameter shows the same reading, the flow rate (cc/sec) is (A) 26 (B) 42 (C) 269 (D) 325

Last Answer : (C) 269

Description : A sample of natural gas containing 80% methane (CH4 ) and rest nitrogen (N2 ) is burnt with 20% excess air. With 80% of the combustibles producing CO2 and the remainder going to CO, the Orsat analysis in volume percent is (A) CO2 : 6 ... 96, N2 :72.06 (D) CO2 : 7.60, CO : 1.90, O2 : 4.75, N2 : 85.74

Last Answer : (B) CO2 : 7.42, CO : 1.86, O2 : 4.64, N2 :86.02

Description : For a homogeneous earth dam 50 m high having 2 m free broad, a flow net was constructed and the results were : Number of potential drops = 2.4 Number of flow channels = 0.4. If co-efficiency of permeability of the dam material is ... 24 10-3 m3 /sec (C) 6 10-5 m3 /sec (D) 24 10-5 m3 /sec

Last Answer : (D) 24 × 10-5 m3 /sec

Description : In a demand paging memory system, page table is held in registers. The time taken to service a page fault is 8 m.sec. if an empty frame is available or if the replaced page is not modified, and it takes 20 m.secs., if the replaced ... ? (A) 11.6 m.sec. (B) 16.4 m.sec. (C) 28 m.sec. (D) 14 m.sec.

Last Answer : (B) 16.4 m.sec. 

Description : Assume postal rates for 'light letters' are: $0.25 up to 10 grams; $0.35 up to 50 grams; $0.45 up to 75 grams; $0.55 up to 100 grams. Which test inputs (in grams) would be selected using boundary value analysis? A. 0, 9,19, ... C. 0, 1,10,11, 50, 51, 75, 76,100,101 D. 25, 26, 35, 36, 45, 46, 55, 56

Last Answer : C. 0, 1,10,11, 50, 51, 75, 76,100,101

Description : There are 100 light bulbs lined up in a row in a long room. Each bulb has its own switch and is currently switched off. The room has an entry door and an exit door. There are 100 people ... And how many of the light bulbs are illuminated after the 100th person has passed through the room? -Riddles

Last Answer : First think who will operate each bulb, obviously person #2 will do all the even numbers, and say person #10 will operate all the bulbs that end in a zero. So who would operate for example bulb 48: Persons numbered: 1 & 48 ... 100 (1, 4, 9, 16, 25, 36, 49, 64, 81 & 100) hence 10 bulbs remain on.

Description : Calculate the potential when a conductor of length 2m is having an electric field of 12.3units. a) 26.4 b) 42.6 c) 64.2 d) 24.6

Last Answer : d) 24.6

Description : ............. is the time required to move the disk arm to the required track. A) Seek time B) Rotational delay C) Latency time D) Access time

Last Answer : A) Seek time

Description : A software project was estimated at 352 Function Points (FP). A four person team will be assigned to this project consisting of an architect, two programmers, and a tester. The salary of the architect is Rs.80,000 per month, the ... ) Rs.28,16,000 (2) Rs.20,90,000 (3) Rs.26,95,000 (4) Rs.27,50,000

Last Answer : (4) Rs.27,50,000 

Description : The number of revolutions through which a pulley will rotate from rest if its angular acceleration is increased uniformly from zero to 12 rad per sec2 during 4 sec and then uniformly decreased to 0 rad per sec2 during the next 3 sec would be a.46.4 b.26.74 c.11.6 d.3.2 e.17.7

Last Answer : b. 26.74

Description : A noodles merchant buys two varieties of noodles the price of the first being twice that of the second. He sells the mixture at Rs 17.50 per kilogram thereby making a profit of 25% . If the ratio of the amounts of the first noodles ... , Rs 10 B) Rs 24, Rs 12 C) Rs 16, Rs 8 D) Rs 26, Rs 13 E) NONE

Last Answer : Answer: A

Description : Using p=3, q=13, d=7 and e=3 in the RSA algorithm, what is the value of ciphertext for a plain text 5? (A) 13 (B) 21 (C) 26 (D) 33

Last Answer : Answer: Marks to all Explanation: p=3, q=13, d=7, e=3, M=5, C=? C = Me mod n n = p*q  = 3*13 = 39 C = 53 mod 39 = 8 Answer is 8.

Description : A client-server system uses a satellite network, with the satellite at a height of 40,000 kms. What is the best-case delay in response to a request? (Note that the speed of light in air is 3,00,000 km/second). (A) 133.33 m sec (B) 266.67 m sec (C) 400.00 m sec (D) 533.33 m sec

Last Answer : (D) 533.33 m sec Explanation: The request has to go up and down, and the response has to go up and down. The total path length traversed is thus 160.000 km. The speed of light in air and vacuum is 300,000 km/sec, so the propagation delay alone is 160,000/300,000 sec or about 533 msec. 

Description : In a time multiplexed space switching system, one speech sample appears every (A) 125 micro sec (B) 20 msec (C) 125 msec (D) 1 sec

Last Answer : (A) 125 micro sec

Description : The access time of ROM using bipolar transistors is about (A) 1 sec (B) 1 msec (C) 1 µsec (D) 1 nsec.

Last Answer : Ans: C The access time of ROM using bipolar transistors is about 1 µ sec.

Description : Suppose that the virtual Address space has eight pages and physical memory with four page frames. If LRU page replacement algorithm is used, .............. number of page faults occur with the reference string. 0 2 1 3 5 4 6 3 7 4 7 3 3 5 5 3 1 1 1 7 2 3 4 1 (A) 11 (B) 12 (C) 10 (D) 9

Last Answer : (A) 11

Description : A disk has 500 bytes/sector,100 sectors / track, 20 heads and 1000 cylinders. Total capacity of disk is  (a) 1 GB (b) 100 MB (c) 10 MB (d) 10 GB

Last Answer : A disk has 500 bytes/sector,100 sectors / track, 20 heads and 1000 cylinders. Total capacity of disk is 1 GB

Description : Given two sorted list of size 'm' and 'n' respectively. The number of comparison needed in the worst case by the merge sort algorithm will be (A) m x n (B) max (m, n) (C) min (m, n) (D) m + n – 1

Last Answer :  (D) m + n – 1

Description : Suppose that the number of instructions executed between page faults is directly proportional to the number of page frames allocated to a program. If the available memory is doubled, the mean interval between page faults is also ... memory were available? (A) 60 sec (B) 30 sec (C) 45 sec (D) 10 sec

Last Answer : Answer: C Explanation: T = Ninstr x 1µs + 15,000 x 2,000 µs = 60s Ninstr x 1µs = 60,000,000 µs - 30,000,000 µs = 30,000,000 µs Ninstr = 30,000,000 The number of instruction ... doesn't mean that the program runs twice as fast as on the first system. Here, the performance increase is of 25%.

Description : Starting from point A, Ajit walks 14 metres towards west, he then turns to his right and walks 14 metres and then turns to his left and walks 10 metres. He again turns to his left and walks 14 metres and reaches to the point E. The shortest distance between A and E is (A) 38 (B) 42 (C) 52 (D) 24

Last Answer : Answer: D

Description : Assume that we need to download text documents at the rate of 100 pages per minute. A page is an average of 24 lines with 80 characters in each line and each character requires 8 bits. Then the required bit rate of the channel is ... ...... (A) 1.636 Kbps (B) 1.636 Mbps (C) 2.272 Mbps (D) 3.272 Kbps

Last Answer : Answer: Marks given to all

Description : Five persons M, N, O, P and Q request a bank for safety lockers. There are only 6 lockers available which are numbered from 52 to 57. The conditions are as follows: I. M's locker number is 2 less than O's lockers ... could be a) 52 or 53 only b) 53 or 54 only c) 54 or 55 only d) 53 or 55 only

Last Answer : c) 54 or 55 only

Description : Five persons M, N, O, P and Q request a bank for safety lockers. There are only 6 lockers available which are numbered from 52 to 57. The conditions are as follows: I. M's locker number is 2 less ... , then which locker number is not allocated? a) locker 52 b) locker 53 c) locker 54 d)locker 56

Last Answer : a) locker 52

Description : Which of the following scheduling algorithms may cause starvation? a. First-come-first-served b. Round Robin c. Priority d. Shortest process next e. Shortest remaining time first (1) a, c and e (2) c, d and e (3) b, d and e (4) b, c and d

Last Answer : Answer: 2

Description : What is the shear stress acting on the outer surface of a hollow shaft subjected to a torque of 100 Nm?(The inner and outer diameter of the shaft is 15 mm and 30 mm respectively.) a. 50.26 N/mm2 b. 40.24 N/mm2 c. 20.120 N/mm2 d. 8.74 N/mm2

Last Answer : c. 20.120 N/mm2

Description : Consider the following JAVA program: public class First { public static int CBSE (int x) { if (x < 100) x = CBSE (x +10); return (x - 1); } public static void main (String[] args){ System.out.print(First.CBSE(60)); } } What does this program print? (1) 59 (2) 95 (3) 69 (4) 99

Last Answer : (2) 95 

Description : How much times can 12 go into 984?

Last Answer : Exactly 82 times

Description : Let G(x) be generator polynomial used for CRC checking. The condition that should be satisfied by G(x) to correct odd numbered error bits, will be: (1) (1+x) is factor of G(x) (2) (1-x) is factor of G(x) (3) (1+x2) is factor of G(x) (4) x is factor of G(x)

Last Answer : (1+x) is factor of G(x)

Description : Let R be the rectangular window against which the lines are to be clipped using 2D Sutherland-Cohen line clipping algorithm. The rectangular window has lower left-hand corner at (-5,1) and upper righthand corner at (3,7). ... s) is/are candidate for clipping? (A) AB (B) CD (C) EF (D) AB and CD

Last Answer : (D) AB and CD

Description :  If a train crosses a tree in 24 seconds while travelling at a speed of 90km/hr, then in how much time will the train cross a telegraph post of length 1200m at same speed? A) 26 sec B) 48 sec C) 72 sec D) 38 sec 

Last Answer : ANSWER:C Explanation: Speed of the train = 90 km/hr Converting the speed into m/sec 90 km/hr = (90* 5/18)m/s = 25m/s length of the train = distance travelled we know distance = speed * ...  Time = distance / speed  = ( 1800/25) sec  = 72 seconds  Hence the required answer is 72 seconds