0% found this document useful (0 votes)
17 views1 page

Algorithm and Flowchart Instructions: Write An Algorithm of The Following Problems. Each Problem Is 50 Points and For Every Incorrect Step

Uploaded by

ROCELLE SALE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Algorithm and Flowchart Instructions: Write An Algorithm of The Following Problems. Each Problem Is 50 Points and For Every Incorrect Step

Uploaded by

ROCELLE SALE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Algorithm and Flowchart

Instructions: Write an algorithm of the following problems. Each problem is 50 points and for every incorrect step
and/or symbol 5 points will be deducted to your score.

1. Is the computer working?

Pseudocode Flowchart

Step 1: Plug in your computer


Step 2: Switch on the power supply
Step 3: Switch on system unit and monitor
Step 4: Is the computer working?
If yes then
Print “The computer is working”
Else
Print “The computer is not working”
End if

2. The total points is 70, the student must have a 75% score to pass the exam. Write the algorithm to clarify if the score
of the student is passed of failed.

Pseudocode Flowchart

Step 1: initialize passing=0.75


Grade
Step 2: Insert points
Step 3: grade = points*passing
Step 4: If grade >=52.5 then
Print “Pass”
else
Print “Fail”
endif

You might also like