Chapter One 1.1~1.4 _Computer Ab

2020-02-25  本文已影响0人  綿綿_

1.1

(SaaS) delivers software and data as a service over the Internet, usually via a thin program such as a browser that runs on local client devices, instead of binary code that must be installed, and runs wholly on that device. Examples include web search and social networking.

keyword:

1.2

Eight great ideas in computer architecture:

1. Design for Moore’s Law

It states that integrated circuit resources double every 18–24 months.

2. Use Abstraction to Simplify Design

Lower-level details are hidden to offer a simpler model at higher levels.

3. Make the Common Case Fast

Making the common case fast will tend to enhance performance better than optimizing the rare case

4. Performance via Parallelism
5. Performance via Pipelining
6. Performance via Prediction

In some cases it can be faster on average to guess and start working rather than wait until you know for sure

7. Hierarchy of Memories

The fastest, smallest, and most expensive memory per bit at the top of the hierarchy and the slowest, largest, and cheapest per bit at the bottom.

8. Dependability via Redundancy(通过冗余提高可靠性)

we make systems dependable by including redundant components that can take over when a failure occurs and to help detect failures

1.3

An operating system interfaces between a user’s program and the hardware and provides a variety of services and supervisory functions.
Among the most important functions are:

■ Handling basic input and output operations

■ Allocating storage and memory

■ Providing for protected sharing of the computer among multiple applications using it simultaneously.

keyword

FIGURE1.4 .PNG

1.4

Keyword:

THE BIG PICTURE

The five classic components of a computer are input, output, memory, datapath, and control, with the last two sometimes combined and called the processor. Figure 1.5 shows the standard organization of a computer.

FIGURE 1.5.PNG

1.4.1 Liquid crystal display(LCDs)

Th e image is composed of a matrix of picture elements, or pixels, which can be represented as a matrix of bits, called a bit map. Depending on the size of the screen and the resolution, the display matrix in a typical tablet ranges in size from 1024 X 768 to 2048 X 1536. A color display might use 8 bits for each of the three colors (red, blue, and green), for 24 bits per pixel, permitting millions of diff erent
colors to be displayed.


F1.6.PNG

Touchscreen
While there are a variety of ways to implement a touch screen, Since people are electrical conductors,many tablets today use capacitive sensing.

1.4.3 opening the box

The Big Picture

1.4.4 A Safe Place for Data

上一篇下一篇

猜你喜欢

热点阅读