Answer:
The cause of the problem is he attempted to put system files on a extended partition.
Explanation:
A extended partition is a type of file system used by the linux kernel operating system, usually most of windows OS doesn't recognize this as an operative partition and if it does, the type of files are going to be in conflict with the partition "structure". Usually a ext partition has a small size in relation with a FAT or NTFS partition, that added to the file type would be the main issue for the repair technician. The main objetive to this partition is to emulate a RAM memory and allow the fast interchange of data to the processor.
The other options: put system files on a primary partition, partition the hard drive into one large section or partition the hard drive into four smaller sections SHOULD NOT BE A PROBLEM to make a normal operative system install.
Answer:
code (in python) is in the explanation
Explanation:
import random
def dice(n):
count = 1
t = list()
while count <= n:
i = random.randint(1,6)
t.append(i)
count += 1
print(sum(t))
Hope this helps!
What do you mean? I’m confused with the question, it doesn’t make sense:)
The code that is returned by the code: range (20, 100, 20) is known as (20, 50, 80).
<h3>What is this code about code?</h3>
The line of code is known to be one that often returns the ASCII code as the ASCII is known as American Standard Code for Information Interchange.
Note that the code is made up of seven bit code and thus the code returned for range (20, 100, 30) is (20, 50, 80).
Learn more about code from
brainly.com/question/20796198
#SPJ1