InterviewSolution
| 1. |
Correct and complete the following flowchart to divide A by B. STARTInputDiv - AZSTOPA meer in short |
|
Answer» tion:The FIRST symbol in a flowchart is the START symbol.Question 2A flowchart is a pictorial representation of a sequence of instructions that are required to solve a problem.Question 3Flow lines are used to connect different boxes.Question 4The Decision Box is used for making decisions as well as comparisons.Question 5All mathematical operations are put in a Process box.Write the names and the symbols of the boxes for the given statementsStatement NAME of the Box SymbolTo assign a number Process Box Process Box Flowchart Class 8 ICSE Computer StudiesTo display the result Input / Output Box Input Output Box Flowchart Class 8 ICSE Computer StudiesTo start the process Start Box Start Box Flowchart Class 8 ICSE Computer StudiesTo decide whether a number is SMALLER than the other Decision Box Decision Box Flowchart Class 8 ICSE Computer StudiesComplete the FOLLOWING flowchartsQuestion 1A flowchart to check whether a triangle is possible or not.Flowchart to check if triangle is possible. Class 8 ICSE Computer Studies.Question 2A 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 followingQuestion 1To go for a class picnicAnswerStep 1: StartStep 2: Decide the picnic venue, date and timeStep 3: Decide the picnic activitiesStep 4: Hire a vehicle to reach to the venue and comebackStep 5: Goto to the picnic venue on the decided dateStep 6: Do the activities planned for the picnicStep 7: Come back to school in the hired vehicleStep 8: StopQuestion 2To StudiesWrite algorithms and draw flowcharts for the followingQuestion 1Accept the length of two different line segments and check whether they are equal or unequal. Display the message accordingly.AlgorithmStep 1: StartStep 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: StopFlowchartFlowchart to find the greater of two line segments. Class 8 ICSE Computer Studies.Question 2Accept 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.AlgorithmStep 1: StartStep 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: StopFlowchartFlowchart 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 |
|