题目
题目

(72ab92) AP CS Principles 2.1 AP-Style MC Practice

单项选择题

Using the flowchart below, what value when entered for Y will generate a mathematical error and prevent our flowchart from being completely executed?

选项
A.0
B.3
C.None of these values will produce a mathematical error
D.1
题目图片
查看解析

查看解析

标准答案
Please login to view
思路分析
Restating the problem to ensure understanding: Using the flowchart, identify which input value for Y will cause a mathematical error and stop the flowchart from completing. Option set to consider: [0, 3, None of these values will produce a mathematical error, 1]. First, I will walk through the flow of the program steps in a general sense before plugging in any candidate Y values. - Step 1: Y = Y x 5 multiplies the current Y by 5. - Step 2: Y = Y - 15 subtracts 15 from the updated Y. - Step 3: The decision node checks whether Y/15 ≥ 2. This involves a division operation, dividing the current Y by 15. - Step 4: If the condition is true (yes path), the flow outputs Y + 2; if false (no path......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!