A | B |
A characteristic of bitmapping is that each pixel (block of light or dark on field of identical blocks) corresponds to a | a numbered grid in the file |
The term compression means | to reduce the size of a file |
Moore's Law says that every 18 to 24 months, one can predict that the number of __________________ that can be integrated onto an integrated circuit will grow exponentially. | transistors |
In the past twenty years large advances have been made in the area of _________________, allowing massive amounts of video and audio to be live-streamed on the Internet. | compression methods |
To be permanently connected to the internet is referred to as | nailed up |
The use of "WWW" when surfing on the Internet is now _________________ | optional |
If an element in an HTML document is nested it means | that it works within other elements |
If this is a piece of HTML: <p align=center>happy birthday</p> What would actually appear on the webpage? | happy birthday |
CSS | Cascading Style Sheets |
html | hypertext markup language |
<p> | opening paragraph code |
</p> | closing paragraph code |
The delivery of information will be decentralized as speeds continue to rise and storage continues to get | cheaper |
One of the most powerful aspects of an HTML editor is its ability to automatically keep track of | file locations and paths |
<table> | opening table code |
<th> | table header code |
<tr> | table row code |
<td> | table data code |
WYSIWYG | What you see is what you get |
Html editors | allow you to work on code |
FTP | File Transfer Protocol |
Deconstructing | Reverse Engineering |
Aspect Ratio | must be maintained when including an image on a website |
The two parts of a hyperlink | display text & link-to location |
WAN | Wide Area Network |
LAN | Local Area Network |
1 byte | 8 bits |
<!DOCTYPE> | used to display a web page correctly |
Dumb Terminal | specific known limitations |
l<body> | HTMl code for main part of a web page |
<br> | line break |
<head> | contains all head elements |
<title> | Displays title of web page in browser tab |
</html> | the last code on a web page |
CSS font property | font-weight |
iframe | CSS code for inserting a window within a website to another website |
.htm | extension for html files in Notepad |