There are ____ types of custom shows.
A. two
B. three
C. four
D. five
Answer: A
You might also like to view...
To select a menu command, you can press the ____ key and then press the key for the letter you see underlined on the menu bar.
a. Alt b. Ctrl c. Shift d. Tab
To indicate the end of a conditional comment, you would use ____.
A. B. C. D.
You can view a Flash movie in Dreamweaver by pressing the ____ button in the Property inspector.
A. View B. Preview C. Start D. Play
Answer the following statements true (T) or false (F)
1) Metacharacter ? matches exactly one occurrence of the expression it follows. 2) Method group returns an SRE_Match object. 3) Method re.match does not search through a string, but returns a match object only if the string matches the specified regular expression starting from the beginning. 4) The class [^0–9] matches any digit but 0. 5) Preceding a string with the character r creates a raw string.