Page 70 - CloudGPT_C7_Flipbook
P. 70
Periodic Assessment 1
(Based on chapters 1 to 4)
A. Give two examples of each of the following:
1. Arithmetic operators
2. Assignment operators
3. Logical operators
4. Relational operators
5. Programming Languages
B. Fill in the blanks in the given algorithm, to calculate profit and loss.
Start
Read cost
Price (C.P.)
Read selling
Price (S.P.)
Yes
Profit =
No
= C.P. – S.P. Print Profit
Print Loss
End
68 Premium Edition-VII

