Untitled document 4 PDF Programming Questions
Document Details
Uploaded by ImprovingNessie
De La Salle Santiago Zobel School
Tags
Summary
This document contains 30 programming questions, including questions on data types, events, and properties. It is a good resource for programming learners.
Full Transcript
Identification Questions: 21. Identify the data type used for manipulating text such as combining or changing letter cases. Answer: String 22. Name the event block that is triggered by clicking a button in the app. Answer: Button Click 23. Identify the type of event triggere...
Identification Questions: 21. Identify the data type used for manipulating text such as combining or changing letter cases. Answer: String 22. Name the event block that is triggered by clicking a button in the app. Answer: Button Click 23. Identify the type of event triggered by the accelerometer, location sensor, or orientation sensor. Answer: Sensor Event 24. Which property in a component refers to the model of the device? Answer: Model 25. Identify the component that stores and can modify data while the code is running. Answer: Variable 26. What kind of event occurs when two sprites collide? Answer: Automatic Event 27. Identify the block used to open another screen in an app. Answer: Open Another Screen 28. Which data type is used for storing numeric values? Answer: Number 29. What is the purpose of the On_Start event? Answer: It is triggered when the app or screen starts. 30. What is the correct use of the TimerInterval property? Answer: It defines the interval for a timer event to occur.