subject

P1. consider the following specifications for two hard disk drives:

drive a:

drive diameter: 3.5"
platters: 2
rpm: 7,500
exterior color: silver
average time needed to move the read heads to a specific track (seek time): 7ms
rate at which data passes under the read heads: 40 mb/s
rate at which the hard drive communicates with the computer: 100 mb/s
drive b:

drive diameter: 2.5"
platters: 4
rpm: 10,000
exterior color: blue
average time needed to move the read heads to a specific track (seek time): 4ms
rate at which data passes under the read heads: 90 mb/s
rate at which the hard drive communicates with the computer: 200 mb/s
assume that the os requests a read of some block of data from one track on a drive. assume the drive controller will read the entire block of data from the disk, then begin transmitting the data back to the os. answer the following questions twice, once for drive a and once for drive b.

(a) what is the average latency for reading a 1024 byte block of data?

(b) what is the minimum latency for reading a 2048 byte block of data?

(c) for each drive, determine the dominant factor that affects latency. specifically, if you could make an improvement to any one aspect of that drive, what would you improve and why? if there is no dominant factor, explain why.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 07:30
To check spelling errors in a document, the word application uses the to determine appropriate spelling. internet built-in dictionary user-defined words other text in the document
Answers: 2
question
Computers and Technology, 24.06.2019 11:20
Print "censored" if userinput contains the word "darn", else print userinput. end with newline. ex: if userinput is "that darn cat.", then output is: censoredex: if userinput is "dang, that was scary! ", then output is: dang, that was scary! note: if the submitted code has an out-of-range access, the system will stop running the code after a few seconds, and report "program end never reached." the system doesn't print the test case that caused the reported message.#include #include using namespace std; int main() {string userinput; getline(cin, userinput); int ispresent = userinput.find("darn"); if (ispresent > 0){cout < < "censored" < < endl; /* your solution goes here */return 0; }
Answers: 3
question
Computers and Technology, 25.06.2019 05:10
Write a program that asks for 'name' from the user and then asks for a number and stores the two in a dictionary (called 'the_dict') as key-value pair. the program then asks if the user wants to enter more data (more data (y/n)? ) and depending on user choice, either asks for another name-number pair or exits and stores the dictionary key, values in a list of tuples and prints the list. note: ignore the case where the name is already in the dictionary. example: name: pranshu number: 517-244-2426 more data (y/n)? y name: rich number: 517-842-5425 more data (y/n)? y name: alireza number: 517-432-5224 more data (y/n)? n [('alireza', '517-432-5224'), ('pranshu', '517-244-2426'), ('rich', '517-842-5425')]
Answers: 3
question
Computers and Technology, 25.06.2019 20:30
Question 1 excel is a tool used to a create a spreadsheet b design a brochure c make a presentation d write a letter question 2 a cell on an excel spreadsheet refers to a a type of document view b a page of the workbook c the rectangular box where a column and row intersect d the data in a worksheet question 3 tanya is entering the amount of money she has earned from babysitting onto an excel spreadsheet, but the autocomplete feature is not working. why? a autocomplete must be turned on before every entry. b autocomplete only works with professional spreadsheets. c autocomplete does not recognize types of currency. d autocomplete only works when the first character is text. question 4 which tab has formatting features to change the font style, color, size, and alignment? a file b home c insert d view question 5 brad uses excel to create a weekly schedule. he wants to keep using the same spreadsheet every year. one of his rows is titled "baseball," but the season has ended until next year. what is the most efficient way to modify the spreadsheet, so brad does not see baseball on his schedule but can easily get it back when the season starts again? a add a new comment with the start date of the next season b hide the row and unhide it when the new season begins c highlight the row in a different color to show the season has ended d start a new spreadsheet
Answers: 1
You know the right answer?
P1. consider the following specifications for two hard disk drives:

drive a:
Questions
question
Mathematics, 23.10.2020 08:01
question
English, 23.10.2020 08:01
question
Chemistry, 23.10.2020 08:01
question
Mathematics, 23.10.2020 08:01