An HTML ____ is a series of program instructions.
A. script
B. tag
C. page
D. form
Answer: A
You might also like to view...
Case-Based Critical Thinking QuestionsCase 1Penny is just starting out in her database coursework and she is looking for a quick primer on some of the key terms that she will use again and again. Her roommate Meredith has offered to give her the guidance she seeks. Penny knows that items such as first name, last name, city, state, and zip are referred to by a common name. Meredith informs Penny that she can use the term ____ to refer to these items.
A. fields B. records C. rows D. relations
____________________ compression methods shrink the size of a graphic without discarding any data that reduces image quality.
Fill in the blank(s) with the appropriate word(s).
Tkinter component _________ displays text, images, lines and shapes.
Fill in the blank(s) with the appropriate word(s).
Answer the following statements true (T) or false (F)
1. A connector symbol must be placed at the exit point of a DOWHILE loop just as it is placed at the exit point of an IFTHENELSE control structure. 2. A preparation symbol should be used in a program flowchart to initialize a counter prior to entering a loop. 3. To create a properly formed DOWHILE loop you must place the loop steps in the YES path of the loop. 4. To create a properly formed DOWHILE loop you must place the loop test after all other steps within the loop. 5. A counter used to control a loop can be either incremented or decremented.