OUEST Trace the output for each run of the pseudocode in Figure 1 for the given inputs in Table 1. Write your answers in Table 1. 1. Start 2. Read a, b 3. IF (a is greater than 1) AND (b is even number)) 3.1 IF (a is less than 20) 3.1.1 a = b 3.1.2 c=ax 10 + 8 ELSE_IF ((a is less than 30) AND (a is greater or equal 20)) 3.2.1 c = a x 4 +3 3.2 3.3 ELSE 3.3.1 c = b 3.4 END_IF 4. ELSE 4.1 c = a x b +5 5. END_IF 6. Print c 7. End Figure 1: Algorithm 1

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter5: Looping
Section: Chapter Questions
Problem 4PE
icon
Related questions
Question
QUESTION 1
Trace the output for each run of the pseudocode in Figure 1 for the given inputs in Table 1. Write
your answers in Table 1.
1.
Start
2.
Read a, b
IF (a is greater than 1) AND (b is even number))
3.
IF (a is less than 20)
3.1.1
3.1
a = b
3.1.2 c= ax 10 + 8
ELSE_IF ((a is less than 30) AND (a is greater or equal 20))
3.2.1 с %3D а х 4 +3
3.2
3.3
ELSE
3.3.1 c = b
3.4
END_IF
4.
ELSE
c = a x b + 5
END IF
4.1
5.
6.
Print c
7.
End
Figure 1: Algorithm 1
Answer:
Table 1
a
b
((a < 30) && (a >= 20))
Output
5
3
8
4
25
30
10
20
6.
Transcribed Image Text:QUESTION 1 Trace the output for each run of the pseudocode in Figure 1 for the given inputs in Table 1. Write your answers in Table 1. 1. Start 2. Read a, b IF (a is greater than 1) AND (b is even number)) 3. IF (a is less than 20) 3.1.1 3.1 a = b 3.1.2 c= ax 10 + 8 ELSE_IF ((a is less than 30) AND (a is greater or equal 20)) 3.2.1 с %3D а х 4 +3 3.2 3.3 ELSE 3.3.1 c = b 3.4 END_IF 4. ELSE c = a x b + 5 END IF 4.1 5. 6. Print c 7. End Figure 1: Algorithm 1 Answer: Table 1 a b ((a < 30) && (a >= 20)) Output 5 3 8 4 25 30 10 20 6.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 5 images

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage