Correct and complete the following flowchart to divide A by B.
START
Input
Div - AZ
STOP
A meer in short
Answers
Explanation:
The first symbol in a flowchart is the START symbol.
Question 2
A flowchart is a pictorial representation of a sequence of instructions that are required to solve a problem.
Question 3
Flow lines are used to connect different boxes.
Question 4
The Decision Box is used for making decisions as well as comparisons.
Question 5
All mathematical operations are put in a Process box.
Write the names and the symbols of the boxes for the given statements
Statement Name of the Box Symbol
To assign a number Process Box Process Box Flowchart Class 8 ICSE Computer Studies
To display the result Input / Output Box Input Output Box Flowchart Class 8 ICSE Computer Studies
To start the process Start Box Start Box Flowchart Class 8 ICSE Computer Studies
To decide whether a number is smaller than the other Decision Box Decision Box Flowchart Class 8 ICSE Computer Studies
Complete the following flowcharts
Question 1
A flowchart to check whether a triangle is possible or not.
Flowchart to check if triangle is possible. Class 8 ICSE Computer Studies.
Question 2
A flowchart to display the greater of the two numbers.
Flowchart to check greater of two numbers. Class 8 ICSE Computer Studies.
Write algorithms for the following
Question 1
To go for a class picnic
Answer
Step 1: Start
Step 2: Decide the picnic venue, date and time
Step 3: Decide the picnic activities
Step 4: Hire a vehicle to reach to the venue and comeback
Step 5: Goto to the picnic venue on the decided date
Step 6: Do the activities planned for the picnic
Step 7: Come back to school in the hired vehicle
Step 8: Stop
Question 2
To Studies
Write algorithms and draw flowcharts for the following
Question 1
Accept the length of two different line segments and check whether they are equal or unequal. Display the message accordingly.
Algorithm
Step 1: Start
Step 2: Accept the length of the two line segments as l1 and l2.
Step 3: If l1 and l2 are equal, then display 'Line Segments are equal'.
Step 4: If l1 and l2 are not equal, then display 'Line Segments are not equal'.
Step 5: Stop
Flowchart
Flowchart to find the greater of two line segments. Class 8 ICSE Computer Studies.
Question 2
Accept the age of a person and check whether he/she is eligible to vote or not. A person is eligible to vote only when he/she is 18 years or more.
Algorithm
Step 1: Start
Step 2: Accept the age of the person.
Step 3: If age is greater than or equal to 18, then display 'You are eligible to vote'.
Step 4: If age is less than 18, then display 'You are not eligible to vote'.
Step 5: Stop
Flowchart
Flowchart to check if a person is eligible to vote. Class 8 ICSE
Flowchart to check if three numbers form Pythagorean Triplets. Class 8 ICSE Computer Studies.
Question 2
Answer:
start
input_____(a)
div=a/std=9th
name =tanishq
stop