1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
timofeeve [1]
4 years ago
6

If a filesystem has a block size of 4096 bytes, this means that a file comprised of only one byte will still use 4096 bytes of s

torage. A file made up of 4097 bytes will use 4096*2=8192 bytes of storage. Knowing this, can you fill in the gaps in the calculate_storage function below, which calculates the storage size needed for a given filesize?
Computers and Technology
1 answer:
spayn [35]4 years ago
4 0

Answer:

For every file size between 1 to 4096 bytes, 4096 bytes of storage will be use. For file size of 4097 to 8192 bytes, 8192 bytes of storage will be used. Therefore for file size between 8193 to 12288 bytes, 12288 bytes of storage will be used

Explanation:

This is means that for every file size between 1 and 4096 bytes, the maximum storage capacity of 4096 bytes at that range will be used in as storage. 1 byte above 4096 bytes, the next 4096 bytes of storage will be used. therefore 1 byte above 8192 bytes, the next 4096 bytes of storage will be used. Therefore, for every 1 to 4096 bytes, 4096 bytes will be used, and above that, the next 4096 byte of storage will be considered in its multiple.

You might be interested in
What is a file manager? Give an example.
Lelechka [254]

Answer:

A file manager is a type of manager where you manage your files. Thee are many types of functions in a file manager. You can compress certain types of files, you can move delete, etc your files. You can transfer or share certain types of files as well.

8 0
4 years ago
What is the basic computer application?​
Lena [83]

Answer:

a computer code

Explanation:

fhfdgkykd

8 0
3 years ago
Range of IP address that anyone can use for their internal network are known as
Ludmilka [50]
Range of IP address that anyone can use for their internal network are known as  <span>private IP addresses.  The public IP addresses on the other hand are public and can not be used within a home or business network.

</span>

The Internet Assigned Numbers Authority (IANA) reserves the following IP address blocks for use as private IP addresses:

<span><span>10.0.0.0 to 10.255.255.255
</span><span>172.16.0.0 to 172.31.255.255</span><span>
192.168.0.0 to 192.168.255.255</span></span>
4 0
3 years ago
A technician is performing Windows preventive maintenance tasks on all computers in the organization. She wants a way to create
max2010maxim [7]

Answer:

mmc.exe

Explanation:

mmc.exe is the command for Microsoft Management Console, which allows you to create, save, and open consoles.

8 0
3 years ago
Read 2 more answers
5. What are looping or interactive statements? which
tankabanditka [31]
Looping statements are statements which execute one or more statements repeatedly a several number of times. Specifically when you need to execute a block of code in less time, less memory and etc, the looping concept is necessary.


Python provides many different ways for executing loops. While all the ways provide similar basic functionality, they differ in their syntax and condition checking time...

The while loop: used to execute a block of statements repeatedly until a given a condition is satisfied. (And when the condition becomes false, the line immediately after the loop in program is executed.)

The for loop: used for sequential traversal

(Includes)
- looping through a string
- Break statements
- Continue statements
- range() functions
- else statements
- nested loops


8 0
3 years ago
Other questions:
  • Write a recursive, int -valued function, len, that accepts a string and returns the number of characters in the string .
    7·1 answer
  • How precisely can you rotate a graphic in a document?
    14·1 answer
  • What email address should you use to send questions to a UC faculty or staff member?
    14·2 answers
  • 4.9 Code Practice: Question 3
    15·2 answers
  • Megahertz is a measurement of
    13·1 answer
  • (1010100) convert into hexadecimal number system <br><br>will MARK AS BRAINLIEST ​
    6·1 answer
  • Please tell fast plzzzzz​
    9·2 answers
  • How many micro processors will a small computer have? A. none B. two C. one D. three
    8·2 answers
  • Not all output display data for humans to read explain why​
    13·1 answer
  • Imagine an everyday scenario in which you are using the internet: downloading a file, uploading a photo, checking your email, et
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!