Answer:
Hi there! Pseudocode is the process of writing out the high-level structure of the program in simple English terms which acts as a blueprint of how the program will work. The pseudocode for this question is written below.
Explanation:
Prompt user for input 1
Validate input 1
Prompt user for input 2
Validate input 2
Prompt user for input 3
Validate input 3
Perform checks:
If
1 and 2 equals 3
Or
1 and 3 equals 2
Or
2 and 3 equals 1
Display message to user
Solution:
Running computer programs and their data are stored in Rom.
ROM is "built-in" computer memory containing data that normally can only be read, not written to. ROM contains the programming that allows your computer to be "booted up" or regenerated each time you turn it on. Unlike a computer's random access memory (RAM), the data in ROM is not lost when the computer power is turned off. The ROM is sustained by a small long-life battery in your computer.
Answer: A. Record Macro dialog box.
Explanation:
Answer:
Algorithms is formula for solving a problem. It is helpful because it specifically give instructions detail to computer to what a computer should perform a specific task.
For e.g. calculating report cards.