Monitors can use a USB or IEEE 1394 port to attach to a system
Indicate whether the statement is true or false
TRUE
Computer Science & Information Technology
You might also like to view...
If you want to email a term paper and need to keep its formatting, you would send it as an ____
A. URL B. Instant message C. text message D. attachment
Computer Science & Information Technology
The strFirstName and strLastName variables contain the strings "Jane" and "Jones," respectively. Which of the following statements will display a string as "Jones, Jane" (the last name, a comma, a space, and the first name) in the lblFullName control?
A. lblFullName = strLastName, & strFirstName B. lblFullName = strLastName & ", " strFirstName C. lblFullName = strLastName & ", " & strFirstName D. none of the above
Computer Science & Information Technology