In Excel, a(n) ________ control typically displays or changes the data in a worksheet cell or range
A) range B) trigger C) bound D) unbound
C
Computer Science & Information Technology
You might also like to view...
The following pseudocode
``` IF AVG > 93 THEN GRADE = “A” ELSE GRADE = “B” ENDIF IF AVG > 73 THEN GRADE = “C” ELSE GRADE = “F” ENDIF ``` represents a a) sequential IFTHENELSE pattern b) nested IFTHENELSE pattern c) null IFTHENELSE pattern d) simple IFTHENELSE pattern
Computer Science & Information Technology
A(n) ____________________ is the location on a web page that a browser displays when an internal link is clicked.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology