Answer:
horizontal arrangement
horizontal scroll arrangement
table arrangement
vertical arrangement
vertical scroll arrangement
Explanation:
i only have the answer for the second question
he will need a microphone, it is a recording device.
Answer:
Python Program for the task.
#Ask the user to input the number of students
n = int(input("Please enter the number of students:\n"))
print()
#Get students' scores
for i in range(n):
score_list = [ ] #placeholder for score
i = float(input("Please enter student's score:"))
score_list.append(i) # append student score
#print the highest score
print("The highest score is",max(score_list))
The answer is: <span>configuration problem</span>
Answer:
An electronic document is any electronic media content (other than computer programs or system files) that is intended to be used in either an electronic form or as printed output.