- The first graphical user interface including a mouse, a bit-mapped display, and
graphical windows was developed by:
- Microsoft
- Apple
- Xerox
- Micron
- The first graphical user interface including a mouse, a bit-mapped display, and
graphical windows was developed in:
- 1885.
- 1973.
- 1995.
- 2003.
- Explain why modern central processor units have small amounts of RAM called cache on the
CPU chip.
- In the "old" days (1980s) microprocessors fetched a single instruction,
decoded the instruction, processed the instruction with data, and stored the result before
fetching the next instruction. Modern CPUs speed this process up using multi-stage
multi-pipeline architectures. Explain how each of these enhancements
function.
Explain the concept of a multi-stage CPU:
Explain the concept of a multi-pipeline CPU:
- Type the following HTML instructions into notepad and then view the result with the
Internet Explorer.
- What color is the background? _________
- What color is the header? __________
- What color is the paragraph text? __________
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>Test one exercise</title>
<link href="http://www.comfsm.fm/~dleeling/testone.css"
rel="stylesheet" type="text/css">
</head>
<body>
<h1>Header on Page</h1>
<p>Paragraph Text</p>
</body>
</html>