emory 20 answer

png

School

University of Texas *

*We aren’t endorsed by this school

Course

7

Subject

Computer Science

Date

Nov 24, 2024

Type

png

Pages

1

Uploaded by DoctorJay2462

Report
Use the following information to answer questions 7 to 9 Sub Testl () 1 myVar = 32 2 myVar = myVar + "12" 3 myVar = myVar & myVar * 2 4 myVar = myVar / 2 5 myVar = "Answer: " & myVar 6 MsgBox myVar End Sub 7. Which of the following order describes the changes in data types of the variable, myVar, from line [ to 5 ? a) integer string integer string —string b) integer string integer —integer string c) integer integer integer string string d) integer integer string integer string 8. What is the value of myVar at the end of line 3 ? a) 4488 b) 132 c) 32126424 d) 1248 9. The message box in line 6 will display what? a) Answer: 66 b) Answer: 2244 ¢) Answer: 16063212 d) Answer: 246631 Use the following to answer questions 10 to 11 Sub Test?2 () Range ("C1l") .Select For 1 = 1 To 15 Step 3 ActiveCell.Value = 9 * 1 - 2 ActiveCell.Offset (1, (-1) ~ 1) .Select Next 1 End Sub 10. Where would the cell cursor be after this procedure is run? a) B6 b) A7 c) C5 d) Cé6 11. Using the code above, what value would be in cell B7? a) 88 b) 112 c) L15 d) C5 will be empty
Discover more documents: Sign up today!
Unlock a world of knowledge! Explore tailored content for a richer learning experience. Here's what you'll get:
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help