Answer:
true
Explanation:
encryption is when you scramble the contents of information
Answer:
a) freeze the panes
Explanation:
By freezing the panes she can lock the row that has the headers of each column and scroll down as much as she wants without losing sight of the rows locked. This can also be done with columns if the spreadsheet is organized horizontally.
Answer:
False
Explanation:
Commercial applications such as google and brainly don't cost money but usually there is a way to pay and get better quality or cooler things.
Answer:
"You passed the test!"
Explanation:
Here user reading grade "test_score" and checking the student score in "If" condition. If it is less than 60 we are printing "You failed the test!" and if it is >60 we are outputting the string "You passed the test!" and else if it not satisfying any of these then we are printing "You need to study for the next test!".As "test_score" value is 90 which is >60 it satisfies the condition >60. So we are printing the string "You passed the test!"