What is the value of GRID(3, 1) after the instructions corresponding to the following pseudocode are executed?

```
R = 1
DOWHILE R < 5
C = 2
DOWHILE C < 5
GRID(R, C) = R + C
C = C + 1
ENDDO
R = R + 2
ENDDO


```

a) 4
b) 5
c) 6
d) undefined


d) undefined

Computer Science & Information Technology

You might also like to view...

A Windows XP __________ is a piece of software that allows the operating system to communicate with a specific piece of hardware.

a. primitive b. NTFS c. device driver d. access method

Computer Science & Information Technology

The closing tag is not required

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following ensures that communication will be both timely and efficient?

A) Logistics Support Team B) Backup computers C) Facilities Support Team D) Notification directory

Computer Science & Information Technology

Which of the following is a business that provides individuals and companies access to the Internet for free or for a fee?

A. access provider B. service provider C. host provider D. email provider

Computer Science & Information Technology