Page 69 - CloudGPT_C7_Flipbook
P. 69
Critical Thinking
Higher Order Thinking Skills (HOTS)
Draw a flowchart to order a book online with the help of given algorithm.
Algorithm:
Step 1: Go to a website.
Step 2: Are you a registered member? YES or NO.
If you are not a registered member, then sign up to the website and then sign in again.
If you are a registered member, then sign in.
Step 3: Search for the book.
Step 4: Is the book available?
Step 5: If the book is not available in this website, go back to step 1.
Step 6: If yes, the Add the book to the cart.
Step 7: Review your order.
Step 8: Select the payment method.
Step 9: Enter the information, If the entered information is correct place order, otherwise
make changes and then place order.
Teacher’s Corner
1. Discuss logical operations to the students by using real-life examples, and introduce AND, OR and NOT
operators with examples.
2. Ask students to write condition, decision, pseudocode and the possible outcomes of the given situation
by using AND (&&) operator.
Situation: You should go outside to play at 6 PM, only after you have finished your homework.
Control with Conditionals 67

