Answer:
See explanation below:
Explanation:
The processor is the CPU, the Central Processing unit. It is connected to the other key parts of the computer.
RAM - Random Access memory - is where programs are stored after the computer starts up again. Data is only present in RAM when the system is powered up and when data has been loaded through operation of programs such as those on the Hard Drive.
CD-ROM - this is a rigid disk. Data is stored on this disk by using a focused laser. The read-process also involves using a laser. Some CD-ROMs store about 700MB of data, some store more, some less.
DVD - this is also a rigid disk. It is more complex than a CD-ROM. More data can be stored on a DVD than on a CD-ROM. These hold about 4.6GB of data. This is about six times more than a CD-ROM.
Video Card - This is the circuit card that is between the computer system and the video display. The information in the computer is sent to the Video card. Then the video card forms the data stream that can go to the monitor, so data can be displayed and interacted with.
Hope this helps! Have an Awesome Day!! :-)
Answer: There is no code to look at.
Explanation:
Please comment your code.
Answer:
Pseudocode:
import random
fetch user input on a lucky number
insert input into variable - "response"
new variable, random = randint
condition to check wheather random is our response
display results
Python Code:
import random
def main():
response = int(input("Guess my lucky number, its between 1 and 100: "))
lucky_number = random.randint(1,100)
if response == lucky_number:
print(f"Wow you're right, it is {lucky_number}")
else:
print("Sorry, Try Again")
main()
Reminder:
intended for python3 as i included the format f
also it could be done without the import, just manually insert a number
i'll leave the post mortum to you
Explanation:
is there an answer selection?
Answer:
Muzzleloaders are early firearms that are loaded from the open end
Explanation:
A muzzleloader is any firearm into which the projectile and usually the propellant charge is loaded from the muzzle of the gun.
This is distinct from the more popular modern designs of breech-loading firearms.
Thus, muzzleloaders are early firearms that are loaded from the open end.