최신 Courses and Certificates Scripting-and-Programming-Foundations 무료샘플문제:
1. What is the purpose of an activity diagram, such as the following diagram?
A) Visualizes the program's data values
B) Describes the execution flow of the PrintPositive activity
C) Specifies the program's behavioral requirements
D) Specifics the program's components that must be present
2. What is an argument?
A) A declared piece of information within a function
B) A piece of information assigned to a function's output
C) An input named in the definition of a function
D) A piece of information provided in a function call
3. Given integer x = 12 and integer y = 4. What is the value of the expression x - y * 2?
A) 8
B) 4
C) 14
D) 6
4. It is given that integer x = 41 and integer y = 16. What is the value of the expression (x % y)?
A) -11
B) -8
C) -15
D) 9
5. What does the following algorithm determine?
A) Whether x is odd
B) Whether x is even
C) Whether x is evenly divisible by 2 or 3
D) Whether x r> negative. 0, <x positive
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: D | 질문 # 3 정답: B | 질문 # 4 정답: D | 질문 # 5 정답: A |