Question
Evaluates conditions that compare two (2) values ??and, depending on the mathematical operators or logical operators and the values, indicates when it returns true and
Evaluates conditions that compare two (2) values ??and, depending on the mathematical operators or logical operators and the values, indicates when it returns true and when false:
1.IF (P > 5 ) AND ( Q < = 10): P = 5, Q = 5
A. True
B. False
2. IF (P > 5 ) AND ( Q < = 10): P = 10, Q = 10
A. True
B. False
3. IF (P > 5 ) AND ( Q < = 10): P = 6, Q = 11
A. False
B. True
4. IF (P > 5 ) AND ( Q < = 10): P = 20, Q = 1
A. True B. False
5. IF (P > 5 ) OR ( Q < = 10): P = 5, Q = 5
A. True
B. False
6IF (P > 5 ) OR ( Q < = 10): P = 10, Q = 10
A. True
B. False
7. IF (P > 5 ) OR ( Q < = 10): P = 6, Q = 11
A. True
B. False
8. IF (P > 5 ) OR ( Q < = 10): P = 20, Q = 1
A. True
B. False
9. IF (M <= 50 ) AND ( N > = 100):M = 100, N = 50
A. True
B. False
10.IF (M <= 50 ) AND ( N > = 100):M = 25, N = 125
A. True
B. False
11. IF (M <= 50 ) AND ( N > = 100): M = 50, N =100
A. True
B. False
12. IF (M <= 50 ) AND ( N > = 100):M = 125, N = 25
A. True
B. False
13. IF (M <= 50 ) OR ( N > = 100): M = 100, N = 50
A. True
B. False
14. IF (M <= 50 ) OR ( N > = 100): M = 25, N = 125
A. True
B. False
15. IF (M <= 50 ) OR ( N > = 100): M = 50, N =100
A. True
B. False
16. IF (M <= 50 ) OR ( N > = 100): M = 125, N = 25
A. True
B. False
Identify which flowchart applies to the following structure (S = Sequential, D = Decision and R = Repetition):
17.
Start Order burger Want fries? No Want drink? No Pay cashier End Yes Yes Order fries Order drink
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started