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

1 Answer

Answer :

(C) 321

Related questions

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 : 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 : 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 : The Mauryan Empire was founded in: A. 361 BC B. 301 BC C. 319 BC D. 321 BC

Last Answer : ANSWER: D

Description : The Constitution of India provides for an Election Commission under Article - (1) 321 (2) 322 (3) 323 (4) 324

Last Answer : (4) 324 Explanation: Constitution of India provides for an election commission under article 324. Article 321 empowers power to extend functions of Public service commission. Under article 322 expenses of public service commission mentioned.

Description : A unix file system has 1-KB blocks and 4-byte disk addresses. What is the maximum file size if i-nodes contain 10 direct entries and one single, double and triple indirect entry each? (A) 32 GB (B) 64 GB (C) 16 GB (D) 1 GB

Last Answer : (C) 16 GB

Description : Which of the following statements is not true for Multi Level Feedback Queue processor scheduling algorithm? (A) Queues have different priorities. (B) Each queue may have different scheduling algorithm (C) ... to a queue (D) This algorithm can be configured to match a specific system under design

Last Answer : (C) Processes are permanently assigned to a queue

Description : The Simplest CPU – scheduling algorithm is ______. (1) SJF scheduling algorithm (2) Round robin scheduling algorith (3) Multilevel scheduling algorithm (4) FCFS scheduling algorithm

Last Answer : FCFS scheduling algorithm

Description : 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 ... (SSTF) algorithm? (A) 0.984 sec (B) 0.396 sec (C) 0.738 sec (D) 0.42 sec

Last Answer : C

Description : If the queue is implemented with a linked list, keeping track of a front pointer and a rear pointer, which of these pointers will change during an insertion into a non-empty queue? (A) Neither of ... (B) Only front pointer changes (C) Only rear pointer changes (D) Both of the pointers changes

Last Answer : (C) Only rear pointer changes

Description : Why did this happen to me ? I struggled a lot with 320 questions and 321 answers with 960 and monthly guru points were 982. Now why did my points decrease ? I want a solution.

Last Answer : Did you answer a question incorrectly ? If not, why did you cut your points ?

Description : Find the next number in the following series: 2, 5, 10, 17, 26, 37, 50, ? (A) 63 (B) 65 (C) 67 (D) 69

Last Answer : Answer: B

Description : Which number is missing in the following series ? 2, 5, 10, 17, 26, 37, 50, ? (A) 63 (B) 65 (C) 67 (D) 69

Last Answer : Answer: B Observe that 2, 5, 10, 17, 26, 37, 50, ? There is difference between two number is 3, 5, 7, 9, 11, 13 So next is 50 +15=65

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 : File management function of the operating system includes i) File creation and deletion ii) Disk scheduling iii) Directory creation iv) Mapping file in secondary storage. A) i, ii and iii only B) i, iii and iv only C) ii, iii and iv only D) All i, ii, iii and iv

Last Answer : B) i, iii and iv only

Description : The methods or algorithms which are used to increase the performance of disk storage sub-system is called ............. A) Disk performing B) Disk scheduling C) Disk storing D) Disk extending

Last Answer : B) Disk scheduling

Description : Which of the following information about the UNIX file system is not correct? (A) Super block contains the number of i-nodes, the number of disk blocks, and the start of the list of free disk blocks. (B ... Each i-node is 256-bytes long. (D) All the files and directories are stored in data blocks. 

Last Answer : (C) Each i-node is 256-bytes long.

Description : While initiating SSL session, the client code recognizes the SSL request and establishes a connection through TCP Part …………….. to the SSL code on the server. A) 420 B) 1032 C) 443 D) 322

Last Answer : C) 443

Description : ................. maintains the list of free disk blocks in the Unix file system. (A) I-node (B) Boot block (C) Super block (D) File allocation table

Last Answer : (C) Super block 

Description : In ............ allocation method for disk block allocation in a file system, insertion and deletion of blocks in a file is easy. (A) Index (B) Linked (C) Contiguous (D) Bit Map

Last Answer : (B) Linked

Description : A memory management system has 64 pages with 512 bytes page size. Physical memory consists of 32 page frames. Number of bits required in logical and physical address are respectively: (1) 14 and 15 (2) 14 and 29 (3) 15 and 14 (4) 16 and 32

Last Answer : (3) 15 and 14

Description : Which one of the following is least likely to be a success criteria? a. A target for the project to receive zero change requests. b. The date by which the project is to be completed. c. Delivery of products that meet required specifications. d. The awarding of bonuses to senior management.

Last Answer : d. The awarding of bonuses to senior management.

Description : 12 17 32 57 ? 137 a) 98 b) 95 c) 37 d) 92 e) none of these

Last Answer : The pattern of the number series is 12+5×1=17, 17+5×3=32, 32+5×5=57 57+5×7=92, 92+5×9=137 Answer: d)

Description : A perfect gas has a value of R= 319.2 J/ kf.K and k= 1.26. If 120 kJ are added to 2.27 kf\g of this gas at constant pressure when the initial temp is 32.2°C? Find T2.  a. 339.4 K  b. 449.4 K  c. 559.4K  d. 669.4K formula: cp = kR/ k-1 Q= mcp(T2-T1)

Last Answer : 339.4 K

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 : X, Y & Z rent a pasture. X puts 20 cows for 5 months , Y puts 24 cows for 7 months and Z puts 30 cows for 3 months for grazing. If the rent of the pasture is Rs. 150, how much must z pay as his share of rent? A) 32 B) 39.65 C) 37.70 D) 35.20

Last Answer : Answer: C) X : Y : Z = 20* 5 : 24* 7 : 30 * 3 = 100 : 168 : 90 =50 : 84 : 45 Therefore Z’s rent = Rs (150 * 45 / 179) = Rs.(6750/179) Rs.37.70

Description : Round to nearest ten thousand 65,321?

Last Answer : 64000

Description : Which of the following has compilation error in C ? (A) int n = 32; (B) char ch = 65; (C) float f= (float) 3.2; (D) none of the above

Last Answer : D

Description : The order of a leaf node in a B+ tree is the maximum number of children it can have. Suppose that block size is 1 kilobytes, the child pointer takes 7 bytes long and search field value takes 14 bytes long. The order of the leaf node is ............ (1) 16 (2) 63 (3) 64 (4) 65

Last Answer : Answer: All

Description : The technology used to distribute service requests to resources is referred to as _____________ a) load performing b) load scheduling c) load balancing d) all of the mentioned

Last Answer : load balancing

Description : The technology used to distribute service requests to resources is referred to as_____________ a) load performing b) load scheduling c) load balancing d) all of the mentioned

Last Answer : load balancing

Description : The technology used to distribute service CSE-R17.BLOGSPOT.COM requests to resources is referred to as_____________ a) load performing b) load scheduling c) load balancing d) all of the mentioned

Last Answer : load balancing

Description : The technology used to distribute service requests to resources is referred to as _____________ a) load performing b) load scheduling c) load balancing d) all of the mentioned

Last Answer : load balancing

Description : A vessel contains milk and water in the ratio of 4:3. If 14 litres of the mixture is drawn and filled with water, the ratio changes to 3:4. How much milk was there in the vessel initially? a) 24 b) 32 c) 40 d) 48 e) None of these

Last Answer : Answer: B milk = 4x and water = 3x milk = 4x – 14*4/7 and water = 3x – 14*3/7 + 14 4x – 8: 3x + 8 = 3:4 X = 8, so milk = 8*4 = 32 litres

Description : The product of two numbers is 4107. If the H.C.F. of these numbers is 37, then the greater number is: A.124 B.100 C.111 D.175 E.None of these

Last Answer : Answer – C (111) Explanation – Let the numbers be 37a and 37b. Then, 37a x 37b = 4107 ab = 3. Now, co-primes with product 3 are (1, 3). So, the required numbers are (37 x 1, 37 x 3) i.e., (37, 111). Greater number = 111.

Description : Find the magnetic flux density when a flux of 28 units is enclosed in an area of 15cm. a) 178.33 b) 186.67 c) 192.67 d) 124.33

Last Answer : b) 186.67

Description : 4 male and 6 female do a piece of work in 20 days while 6 male and 4 female can do the same work in16 days. In how many days can 4 male and 2 female do the work? a) 3 62/142 b) 2 18/124 c) 4 81/165 d) 1 67/133

Last Answer : D Let 1 male's 1 day's work = x 1 female's 1 day's work = y Then 4x + 6y = 1/20 ---------->A 80x + 120y = 1 -----------1 6x + 4y = 1/16 ----------B 96x + 64y = ... (1/400) =132/200+1/200 = 133/200 So 4 male and 2 female together can finish the work in 200/133 = 1 67 /133 days

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 : For a certain gas R = 320 J/kg.K and cv= 0.84kJ/kg.K. Find k?  a. 1.36  b. 1.37  c. 1.38  d. 1.39 formula: k= R / cv+1

Last Answer : 1.38

Description : Find the false statement: (A) In Modern Cryptography, symmetric key algorithms use same key both for Encryption and Decryption. (B) The Symmetric cipher DES (Data Encryption Standard) was widely used ... and 124 bits. (D) Public key algorithms use two different keys for Encryption and Decryption.

Last Answer : (C) The AES (Advanced Encryption Standard) cryptosystem allows variable key lengths of size 56 bits and 124 bits.

Description : A specific editor has 200 K of program text, 15 K of initial stack, 50 K of initialized data, and 70 K of bootstrap code. If five editors are started simultaneously, how much physical memory is needed if shared text is used ? (A) 1135 K (B) 335 K (C) 1065 K (D) 320 K

Last Answer : (B) 335 K

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 : ............. 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 : What is a queue? Give a real life example.

Last Answer : A: It is a linear data structure which follows the FIFO (First In First out) pattern. Real life example: Queue at the ticket counter

Description : The …………….. policy segments the disks request queue into sub queues of the length N. A) SCAN B) C-SCAN C) N-Step SCAN D) FSCAN

Last Answer : C) N-Step SCAN

Description : ……… is not the operation that can be performed on queue. A) Insertion B) Deletion C) Retrieval D) Traversal

Last Answer : D) Traversal