Case-Based Critical Thinking QuestionsCase 1Giovanni is teaching his introductory computer science students about types of errors. He likes to provide them with examples of each type of error to reinforce the definitions.
Giovanni’s student Isabel has created a macro that will open a form for editing—except that the form has been locked for read-only access. This is an example of what kind of error?
A. logic
B. run-time
C. syntax
D. macro
Answer: B
You might also like to view...
Which of the following represents modulus arithmetic?
a) Mod b) / c) % d) ^
Using a correlated sub-query, display course name, course number and the average capacity of all sections of each course, rounded to 4 decimal places, where students are enrolled, and the average capacity is less than 25. Use a column alias of AVERAGE_CAPACITY to represent the number. (16 rows)
What will be an ideal response?
In the accompanying figure, Item 2 points to the ____.
A. Name box B. row heading C. Formula bar D. column heading
Which of the following statements is false?
a. When a GUI is displayed in the layout editor, you can use the Properties window below the Component Tree to configure the selected view’s properties. b. You also can edit a view’s most commonly used properties by double clicking the view in the canvas. The layout editor then displays a small dialog in which you can set the view’s id property and other properties that depend on the specific view: c. For a LinearLayout, you can set the orientation to specify whether the layout’s children are arranged in horizontal or vertical orientation. d. For an ImageView, you can set the src (source) of the image to display.