Answer:
B) prompt
Explanation:
Prompt tells a user that it's ready to receive commands by displaying a specific set of characters.
For example in <em>windows</em> it can be:
C:\Temp>, The prompt states that user is currently in <em>C </em>drive <em>Temp</em> directory.
in <em>Linux </em>based operating systems it can be:
[email protected]:~/Documents$
where it is in the format [email protected]:~directory$
Answer:
The answer is letter A
Explanation:
<em>She will enter the desired search text in the query box. This statement is NOT TRUE</em>
<span>One of the main responsiblities is to provide a workplace free from serious recognized hazards and comply with standards of the </span><span>OSH Act.
That's all I know, hope this helps...
</span>
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