Question 1
What is a 'Nested If' used for?
Question 2
When designing an algorithm, what is the first step?
Question 3
In the multiplication and sum algorithm, what happens after reading variables?
Question 4
What does a flowchart represent?
Question 5
What decision-making statement would be most efficient to use for checking even and odd numbers?
Question 6
What is the main advantage of using a flowchart?
Question 7
What is an algorithm?
Question 8
How many comparisons are needed to find the largest of three numbers using nested if statements?
Question 9
What are arithmetic operators used for?
Question 10
What is the final step in the example algorithm for calculating sum and multiplication?
Question 11
Why are algorithms important in programming?
Question 12
What does the '!=' operator denote?
Question 13
Which statement is true about algorithms and flowcharts?
Question 14
What type of operation would you use to determine if a number is odd or even?
Question 15
Which of the following is NOT a relational operator?