Answer:
hope this helps if not srry
Answer:
Theoretically one could design an architecture that would address 16 GB of memory with 32-bits of unique addresses.
Explanation:
Used to talk to people, chat with people on mobile.
Answer:
Explanation:
#Using python to create the list
#first we create an empty list to store our numbers.
import math
data = []
x = 0
InputSum = 0
NumInput=int(input("how many number do you want to add"))
while x <=(NumInput):
Input=int(input("Enter the numbers here"))
data.append(Input)
x = x+1
InputSum = InputSum + Input #this is to add the numbers entered
print("The number you entered are ")
print(*data) #this print the numbers entered
print("The sum of the numbers is", InputSum)
Answer:
C is not equal to the other two.
Explanation:
A = 35
B = 35
C is actually equal to 36.