Answer:
Format Page Number
Explanation:
In order to change the numbering style for page number or to choose the numbering position or to specify the number to begin with, following the following steps:
a. Go to Insert tab
b. Go to Header & Footer section
c. Click the dropdown icon beside Page Number
d. Select Format Page Number.
Answer:
I am doing it with python.
Explanation:
nums = '9 -8 -7 -6 -5 -4 -2 0 1 5 9 6 7 4'
myfile = open('data.txt', 'w')
myfile.write(nums)
myfile.close()
myfile = open('data.txt', 'r')
num1 = (myfile.read())
num1 = num1.split()
print(num1)
print(type(num1))
for x in num1:
x = int(x)
if x < 0:
minus = open('dataminus.txt', 'a')
minus.write(str(x) + ' ')
minus.close()
elif x>= 0:
plus = open('dataplus.txt', 'a')
plus.write(str(x)+' ')
plus.close()
Answer:
B) Single-user computer which has a more powerful microprocessor than personal computers
Answer:
Binary
Explanation:
Binary code is code that only entails 1s and 0s