True or False Questions PDF
Document Details
Uploaded by ImprovingNessie
De La Salle Santiago Zobel School
Tags
Summary
This document contains true or false questions about programming concepts, variables, data types, and events. It's suitable for an undergraduate-level course.
Full Transcript
True or False Questions: 31. A Variable is used to store information that can be changed during runtime. Answer: True 32. The Number data type is used for text manipulations. Answer: False 33. A logical sequence block is a type of Boolean operation used to make decisions in...
True or False Questions: 31. A Variable is used to store information that can be changed during runtime. Answer: True 32. The Number data type is used for text manipulations. Answer: False 33. A logical sequence block is a type of Boolean operation used to make decisions in the code. Answer: True 34. Arithmetic operators in programming include addition, subtraction, and logical comparisons. Answer: False 35. The 'On_Break' event is triggered when a user clicks on the Web Viewer component. Answer: False 36. A sensor event could involve the use of an accelerometer or orientation sensor. Answer: True 37. You can use the String data type to perform calculations like addition and subtraction. Answer: False 38. The Call Web Viewer block is used to search for a URL. Answer: True 39. A Boolean value can only store "Yes" or "No." Answer: False 40. User-initiated events can include pressing buttons, touching the screen, or moving the phone. Answer: True