SSC-1 Hub
Computer Science
Physics
Chemistry
Islamic Studies
Pak Studies
Login
Open main menu
Practicals of Computational Thinking & Algorithms
Draw a flowchart that takes input of two numbers A and B and outputs TRUE if A is greater than B; otherwise, it should output FALSE.
Create an IPO chart which will accept the ages of four boys and calculate their total age and average age. The program must display both the total age and their average age.
Create an IPO chart of a scenario that allows a user to enter two numbers. The operation to be performed is either addition, subtraction, multiplication, or division, and accordingly, the output should be given to the user.
Draw IPO chart and write an algorithm to find the exponent of a given number. Exponent or power of a number means how many times to use the number in multiplication. In other words, it is the product of a number that is multiplied as many times as the exponent.
Draw IPO Chart and write an algorithm to print odd numbers from 1 to 100, such as 1 3 5 7 9 11 … 99.
Draw IPO Chart and write an algorithm to print the following sequence of numbers in descending order: 27 24 21 18 15 12 9 6 3 0 3 6
Draw IPO Chart and write an algorithm to print a multiplication table of a given number
Draw a flowchart to find the exponent of a given number
Draw a flowchart to print odd numbers from 1 to 100
Draw a flowchart to print the following sequence of numbers in descending order
Draw a flowchart to print a multiplication table of a given number