Question

I submitted this question twice and i got two different answers, i'm so confused CAN YOU...

I submitted this question twice and i got two different answers, i'm so confused CAN YOU PLEASE tell what answer is the correct one and WHY.

Given the following characteristics of magnetic tape, and using linear recording:

- Density=2000 bpi

- Speed= 1500 inches/second

- Size=3000 feet

- Number of records to be stored: 200,000 records

- Size of each records=100 bytes

- Block size=10 records

- IBG=.5 inches

Calculate the following:

1- Number of blocks needed

2- Size of the block in bytes

3- Time required to read one block (explain this part.why do we add both data time and IBG time)

4- Time required to read all blocks

5- Amount of tape used for data only in inches

6- Total amount of tape used (data + IBG) in inches

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

first answer----

-------

1)number of blocks needed=no of records stored/block size

=200,000/10

no of blocks needed      =20,000 blocks

2) size of block in Bytes=block size * record size

=10 * 100

=1,000 bytes/block

3)time required to read one block=(block size /density)/speed

=(1,000 bytes/block/2000 bpi) / 1500 in/sec

=0.5/1500

=0.000333 sec/block

4) Time required to read all blocks= no of blocks * time to read one block

=20,000 * 0.000333

=6.66 ms

5)Amount of tape used for data only in inches=no of blocks needed*(block size/density)

=20,000 blocks *(0.5in/block)

= 10,000 in

6) Total amount of Tape used(data + IBG) in inches=Amount of tape used+(no of blocks needed-1)*IBG

=10,000 in +(20000-1)*0.5

=10,000+ 9999.5

=19999.5 in

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Second answer--

-------

1. Blocks needed = Total number of records / number of record per block = 200,000 / 10 = 20,000 blocks

2. Size of block in bytes = Size of record * number of records per block =100 bytes/rec * 10 rec/block = 1000 bytes/block

3. Time to read one block:

  • data time = 1000 bytes/block / 2000 bytes/in / 1500 in/sec = 0.00033 sec/block
  • ibg time = 0.5 in/block / 1500 in/sec = 0.00033 sec/block
  • total = 0.00033 + 0.00033 = 0.00066 sec/block


4. Time to read all blocks = time to read 1 block * total number of blocks = 200,000 blocks * 0.00066 sec/block = 133.33 sec

5. Data length = 200,000 blocks * 0.00033 sec/block * 1500 in/sec = 99,000 in

6. Total amount of tape used = 133.33 sec * 1500 in/sec = 199995 in

0 0
Add a comment Improve this question Transcribed image text
Answer #1

why do we add both data time and IBG time?

Actually we need to add both the ibg time and data time to get the time to read one block completely, because for each data process like read or write happens, ibg time will also affect the total time.

ibg - Inter block gap.

- It separates one block from another, so depending the number of blocks and the gap, the total time required to read one block will vary.

Looking at above 2 answers, second answer calculation is correct.

Add a comment
Know the answer?
Add Answer to:
I submitted this question twice and i got two different answers, i'm so confused CAN YOU...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • CAN YOU PLEASE answer my question correctly, i posted this question and got a wrong answer....

    CAN YOU PLEASE answer my question correctly, i posted this question and got a wrong answer. also show how you got the answer, THANK YOU. Given the following characteristics of magnetic tape, and using linear recording: - Density=2000 bpi - Speed= 1500 inches/second - Size=3000 feet - Number of records to be stored: 200,000 records - Size of each records=100 bytes - Block size=10 records - IBG=.5 inches Calculate the following: 1- Number of blocks needed 2- Size of the...

  • check my answers for Networking I came up with these answers, can check my answers Question...

    check my answers for Networking I came up with these answers, can check my answers Question 1: General What data rate is needed to transmit an uncompressed 4" x 6" photograph every second with a resolution of 1200 dots per inch and 24 bits per dot (pixel)? 691,200 kb/s 28.8 kb/s 8.29 Mb/s 829 Mb/s Question 2: Layering "Layering" is commonly used in computer networks because (check all that apply): -It forces all network software to be written in ‘C’....

  • can you please follow all the instructions ? The answers that I got has either missing...

    can you please follow all the instructions ? The answers that I got has either missing range for loop or one funtion . Read the instructions carefully. At least 10% will be deducted if the instructions are not followed. For general lab requirements, see General Lab Requirements. Do not prompt the user for input during the execution of your program. Do not pause at the end of the execution waiting for the user's input. Notes 1. Your program should use...

  • 1 Overview The goal of this assignment is to help you understand caches better. You are...

    1 Overview The goal of this assignment is to help you understand caches better. You are required to write a cache simulator using the C programming language. The programs have to run on iLab machines. We are providing real program memory traces as input to your cache simulator. The format and structure of the memory traces are described below. We will not give you improperly formatted files. You can assume all your input files will be in proper format as...

  • QUESTION: DATA FOR QUESTION: 52 You need to use cell referencing so I can track your...

    QUESTION: DATA FOR QUESTION: 52 You need to use cell referencing so I can track your calculations in Excel and to perform what-if analysis for E. 53 54 a. Determine the monthly operating costs of a machine when cost assignments are 55 based on the number of machines. Conceptually this is like the plantwide overhead rate per unit. 56 Hint: Do not make this complicated, since you are given the total overhead cost and know there are 10 machines. A...

  • please find the answers only in a time span of 12 hours or less thanks you there are 4 more parts only the answer is needed i put 2 of the same questions so dont worry about that 0 NEXT rt...

    please find the answers only in a time span of 12 hours or less thanks you there are 4 more parts only the answer is needed i put 2 of the same questions so dont worry about that 0 NEXT rt Time: 03:05 PMI financial numbers from other periods as a percent of statement a weight of 100%, and then express base period number multiply that amount by 100. using Dun and Bradstreet. of 12e in equal increments over ome...

  • C Programming write two functions, similar to what you see in the sample program. The first will ask the user to enter some information (I have included the type in parentheses) First Name (char[]) L...

    C Programming write two functions, similar to what you see in the sample program. The first will ask the user to enter some information (I have included the type in parentheses) First Name (char[]) Last Name (char[]) Age (int) Height in Inches (double) Weight in Pounds (double) You will use pass-by-reference to modify the values of the arguments passed in from the main(). Remember that arrays require no special notation, as they are passed by reference automatically, but the other...

  • i need requirement 4-7 please . just submitted the parts i already did . thank you...

    i need requirement 4-7 please . just submitted the parts i already did . thank you ! k Dividends Fuel Expense 0 Requirements Х reciation- O Bal he trial balance.) are an unadju s you prepare Miller Deliv Unadjusted Decembe 1. Record each transaction in the journal using the following chart of accounts. Explanations are not required. Cash Retained Earnings Accounts Receivable Dividends Office Supplies Income Summary Prepaid Insurance Service Revenue Truck Salaries Expense Accumulated Depreciation-Truck Depreciation Expense—Truck Accounts Payable...

  • I've posted 3 classes after the instruction that were given at start You will implement and...

    I've posted 3 classes after the instruction that were given at start You will implement and test a PriorityQueue class, where the items of the priority queue are stored on a linked list. The material from Ch1 ~ 8 of the textbook can help you tremendously. You can get a lot of good information about implementing this assignment from chapter 8. There are couple notes about this assignment. 1. Using structure Node with a pointer point to Node structure to...

  • summarizr the followung info and write them in your own words and break them into different...

    summarizr the followung info and write them in your own words and break them into different key points.   6.5 Metering Chamber: 6.5.1 The minimum size of the metering box is governed by the metering area required to obtain a representative test area for the specimen (see 7.2) and for maintenance of reasonable test accuracy. For example, for specimens incorporating air spaces or stud spaces, the metering area shall span an integral number of spaces (see 5.5). The depth of...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT