Multiple Choice Questions PDF
Document Details
Uploaded by ImprovingNessie
De La Salle Santiago Zobel School
Tags
Summary
This document contains multiple-choice questions about programming concepts, such as Web Viewer properties, Boolean data types, user-initiated events, sensor events, data types, and automated events. The questions are suitable for secondary school students.
Full Transcript
Multiple Choice Questions: 11. Which of the following is a property of a Web Viewer component? a) On_Park b) TimerInterval c) Open Another Screen d) Call Web Viewer Answer: b) TimerInterval 12. What type of data does the Boolean data type hold? a) Numbers...
Multiple Choice Questions: 11. Which of the following is a property of a Web Viewer component? a) On_Park b) TimerInterval c) Open Another Screen d) Call Web Viewer Answer: b) TimerInterval 12. What type of data does the Boolean data type hold? a) Numbers b) Text c) True or False d) URLs Answer: c) True or False 13. Which of the following is NOT a user-initiated event? a) Clicking a button b) Moving the phone c) TimerInterval d) Tilting the phone Answer: c) TimerInterval 14. Which block is used to open another screen in an app? a) Button Click b) Open Another Screen c) On_Break d) Call Web Viewer Answer: b) Open Another Screen 15. What is an example of a sensor event? a) Clicking a button b) Moving the phone in a specific direction c) Timer ticking d) Colliding with another sprite Answer: b) Moving the phone in a specific direction 16. Which data type is used for performing mathematical calculations in an app? a) Boolean b) String c) Number d) Variable Answer: c) Number 17. Which of the following is an automated event? a) Button Click b) TimerEvent c) User Tap d) Sensor Event Answer: b) TimerEvent 18. Which command block specifies to search for a URL in a Web Viewer? a) Open Another Screen b) Button Click c) Call Web Viewer d) Screen name Answer: c) Call Web Viewer 19. Which type of operator performs mathematical operations? a) Logical operator b) Arithmetic operator c) Relational operator d) Comparison operator Answer: b) Arithmetic operator 20. Which of the following is a correct way to name a variable? a) 1stVariable b) @Variable c) my_variable d) Variable 1 Answer: c) my_variable