What is not true about the hyperlink data type?
A. It can store the URL for a web page.
B. It can store the path to a file.
C. The hyperlink becomes active anytime you hover over it.
D. It can store the path to a folder.
Answer: C
Computer Science & Information Technology
You might also like to view...
In the following code segment:
# process 10 students for student in range(10): # get one exam result result = int(input('Enter result (1=pass, 2=fail): ')) if result == 1: passes = passes + 1 else: failures = failures + 1a. The if statement is nested in the for statement. b. The if statement follows the for statement in sequence. c. The for statement is nested in the if statement. d. None of the above.
Computer Science & Information Technology
An RSS file is written in _____.
A. SGML B. HTML C. XML D. AML
Computer Science & Information Technology
From shaking hands and introducing yourself to audience members prior to the presentation until you have completed your speech, you should strive to ________ your audience and make a connection
Fill in the blank(s) with correct word
Computer Science & Information Technology
A printout in ______ orientation is taller than it is wide.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology