B (locate web pages related to specific subject); can search to find books on certain topics
Answer:
A. RAM
Explanation:
RAM (Random Access Memory) is the hardware in a computing device where the operating system (OS), application programs and data in current use are kept so they can be quickly reached by the device's processor.
num = int(input("Enter a number: "))
i = 2
while num > 1:
if num % i == 0:
num = num / i
print(i, end=" ")
i = 2
i += 1
I hope this helps!
Answer:
I think it is the second answer choice honestly
Explanation:
I'm gonna say either the first one or second one because the word film has something to with behind the scenes work not being an actor.