Answer:
There are five main hardware components in a computer system: Input, Processing, Storage, Output and Communication devices. Are devices used for entering data or instructions to the central processing unit.
Explanation:
The question has the multiple choices below
A) Input validation
B) output correction
C) compiler criticism
D) output validation
The answer is (A) Input validation
Also known as data validation, it is the correct and proper
testing of any input supplied by an application or a user. It prevents wrongly
formed data from entering the system. Applications should be able to check and
validate every input entered into the system since it is hard to detect a
malicious user trying to gain entry into software.
C) Go to the View tab and select Slide Show.
Explanation:
Steps for Slide Show View to Deliver a Presentation:
- Go to the Slide Show view from the Task bar at the bottom of the slide window.
- Use the Slide Show view to deliver your presentation to your audience.
- Slide Show view occupies the full computer screen.
No don't do that. The best way to handle this is to back up all memory on your hard drive and get a bigger size hard drive. Preferably a 2 tb, If need more storage than that then buy a 500 GB ssd Samsung or other products and watch a video how to install one its easy. Its like a Lego. I built my gaming PC and i am 14 so i bet you can too.
Answer:
True
Explanation:
while loop is used to execute the statement again and again until the condition is true. if condition False program terminate the while loop and start execute the statement outside the loop.
syntax:
initialize;
while(condition)
{
statement 1;
statement 2;
to
statement n;
}
we can write multiple statement within the braces. their is no limit to write the statement within the body of the while loop.
while terminate only when condition false