Currently Empty: $0.00
Paper 1 – Theory (Typically 2 hours)
0/20
Introduction Paper 2 – Practical (Typically 2 hours) done
0/2
Problem Solving
0/5
Relation of Real Life and Programming done
0/5
Stages of Programming
0/14
Dealing with Constructs
0/24
Question Set 3
0/3
Flow charts – The easy concept
Concept of Validations
0/6
Question Set 4
0/2
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
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