What is displayed if the following pseudocode is coded and run?

```
Declare Name As String
Declare NameLength As Integer
Set Name = “Peter Pan”
Set NameLength = Length_Of(Name)
Write NameLength
```
a. Peter Pan b. 8 c. 9 d. Nothing, the types don’t match


C

Computer Science & Information Technology

You might also like to view...

Which of the following give the result of 6 if num = 5.423?

a. ``` parseInt(num) ``` b. ``` Math.round(num) ``` c. ``` Math.floor(num) ``` d. ``` Math.ceil(num) ```

Computer Science & Information Technology

A(n) ____ is a placeholder for data whose contents can change.

A. attribute B. element C. field D. value

Computer Science & Information Technology

To vary the color of the text within a element, you would use the ____________________ attribute.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

After you install Outlook, the ____ feature runs and helps you to set up the first email account that Outlook manages.

A. Auto Account Setup B. No Automatic Filtering C. Safe Lists Only D. First Email

Computer Science & Information Technology