Write a script that outputs HTML to display the following patterns separately one below the other. Use for loops to generate the patterns. All asterisks (*) should be printed by a single statement of the form document.write( "*" ); (this causes the aster- isks to print side by side). A statement of the form document.writeln( "
" ); can be used to position to the next line. A statement of the form document.write( " " ); can be used display a space for the last two patterns. There should be no other output statements in the program. (Hint: The last two patterns require that each line begin with an appropriate number of blanks. You may need to use the HTML tags.)
```
1
2
3
4
5
6
7
Which image format is most commonly used for color drawings with transparency?
A) .PNG B) .MPEG C) .BMP D) .GIF
Computer Science & Information Technology
A(n) ________ command has two settings: on and off
Fill in the blank(s) with correct word
Computer Science & Information Technology
Thumb drive is another term for a(n) ______.
A. memory stick B. SSD C. USB flash drive D. memory card
Computer Science & Information Technology