In Visual Basic, if you declare an array named count, its size is stored in what constant?
A. count.size
B. count.Length
C. count.length
D. count.ElementNumber
Answer: B
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a version of Windows?
A. XP B. Vista C. Safari D. 7
Computer Science & Information Technology
In C#, when something interesting happens to an object, what is said to have occurred?
A. an error B. an event C. a memory dump D. a method callback
Computer Science & Information Technology
Which of the following is a form of microprocessor parallelization where each physical processor is treated as two virtual processors?
A) Throttling B) Hyper-threading C) Overclocking D) Graphics processing unit
Computer Science & Information Technology
The ideal type of loop to use for repeating a menu is a(n) ________ loop.
A) do-while B) for C) sentinel controlled D) infinite E) nested
Computer Science & Information Technology