num = float(input("Enter a number: "))
num1 = int(num)
print(num - num1)
I hope this helps!
Answer:
When designing a cache, you have to consider this things:
If the cache has a bigger block size may have a lower delay, but when miss the miss rate will be costly. If an application has high spatial locality a bigger block size will do well, but programs with poor spatial locality will not because a miss rate will be high and seek time will be expensive.
<span>Spreadsheet software consists of an electronic ledger designed to perform mathematic calculations quickly </span>
Answer:
When you open a program, the hard drive <u>Registers the program and runs the program accordingly. </u>
I hope this helped!