Select the correct syntax to define an array named intReservations with 10 Integer elements.

A. Dim intReservations(9) as Integer
B. Dim intReservations(10) as Integer
C. Dim intReservations[9] as Integer
D. Dim intReservations[10] as Integer


Answer: A

Computer Science & Information Technology

You might also like to view...

In your presentation, provide an example of an imaginary project with at least six tasks. Assign task durations and dependencies that include all types of task patterns. Create a Gantt chart that displays the project.

What will be an ideal response?

Computer Science & Information Technology

____ uses analog frequencies to encode one or more bits, by measuring the height of the signal.

A. Amplitude shift keying (ASK) B. Frequency shift keying (FSK) C. Pulse amplitude modulation (PAM) D. Phase shift keying (PSK)

Computer Science & Information Technology

A ____ of a hard disk is a bit by bit duplicate, including the boot sector, the partition table, all partitions, hidden files, bad sectors, and even the unallocated space on the hard drive.

A. usable copy B. forensic copy C. bit copy D. file copy

Computer Science & Information Technology

If you make a change to a master page, in many situations, the change will be reflected on the pages based on the master page.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology