Course Content
Flow charts – The easy concept
Dealing with 1D Arrays
Dealing with 2D Arrays
Linear search with !D Array – The common pattren
Bubble Sort – The common Pattren
Modular Programming – Concept of Procedures and Functions
Handling Errors in Pseudocode
File Handling
File handling – with 1D Array
Logic Gates
Databases
Computer Science 2210 : Olevel : Full Course

Solve all Questions on your Note book

Q 1: Ask a user for their eye color as input, if the answer is green then call them a “Goblin”, else display “you must be a different type of monster”. write a python code and test it

 

Q 2: Write Python code for the given pseudocode and Test it:

Begin
Read Feel
Read Exercise

If feel = “Sad”AND exercise = “No”Then
Write “Go for a walk, you might feel better”
otherwise
write”Sorry I don’t know how to help”
EndIf
End