Answer the following statements true (T) or false (F)
1. The following pair of statement is valid.
Dim x = CInt(InputBox("Enter number of items (must be a positive integer)"))
ReDim myArray(x - 1)
2. A fractional number such as 4.6 is not allowed as a subscript.
3. Arrays are said to be ordered only if the values are in ascending order.
4. Ascending is the default direction for an Order By clause.
5. Searching successive elements of an ordered list beginning with the first element is known
as a binary search.
1. T
2. T
3. F
4. T
5. F
You might also like to view...
Use the background information to create a business profile for New Century, and indicate areas where more information will be needed. The profile should include an organization chart of the office staff. You can create the chart using Microsoft Word or a similar program, or you can draw it by hand. In Word 2010, click the Insert tab on the Ribbon, then Smart Art, then Organization Chart.
What will be an ideal response?
In transport mode the entire IP packet is encrypted and is then placed as the content portion of another IP packet. _________________________
Answer the following statement true (T) or false (F)
What is the term for a CSS that is part of an HTML file?
A. External style sheets B. Internal style sheets C. Connected CSS D. Joined style sheets
What is the value of r after the following statement is coded and executed?
``` Declare Integer i = 12 Declare Real r Set r = toReal(i) ``` a. 12 b. 1.2 c. 12.0 d. 0.12