A: Hey, Bill, Can you tell what's wrong with my computer?

  I can't move the mouse, I can's user the keyboard, Nothing is working right.

B: Hmm, It like your hard drive crashed.

A: That sounds bad.

B: Well ,if you don't save your work, you might lose the most recent changes you've made.but it shouldn't be too bad.

  You just need to restart your computer.

================================================================================

A: Oh, no! I can't remember where I saved my file, and there are too many directories on my hard drive.

  I will never find it.

B: Do you remember the name of the file?

A: I named it Term Paper.

B: Just click on the Start button at the left bottom of your screen.

  Then you will see an item called Find.

  Click on that and type in the name of your document.

  The computer will help you find it no time!

========================================================================

A: What's the best kind of printer to buy?

B: That depends on what you want to print.

A: I guess that makes sense.

  I mostly print word ducument and some Power Point files.

B: In that case,I would suggest a color bubble-jet printer.

  They are usually pretty cheap and compact, but they produce sufficient graphic quality to print Power Point files.

===========================================================================

A: I've decided to buy a CD Writer.

B: What are you going to do with that?

A: I enjoy photography, and I've decided to start storing my pictures on CD-ROM.

======================================================

Software is the term used to describe the instructions that tell the hardware how to perform a task.without software instructions, the hardware doesn't know what to do.

The purpose of a computer system ,is to convert data into information.

Data is raw,unevaluated facts and figures, concepts and instructions.

This raw, material is processed into useful information.

In other words, information is the product of data processing.

This processing includes refining, summarizing categorizing,and otherwise manipulating the data into a useful form for decision making.

For example, the facts and figures contained in a stack of customer orders waiting to be entered into a computer-based order entry system are data.

after the data is entered and processed, and output report about how that data affected prduct inventory would be information.

English--Computer System的更多相关文章

  1. 【系统设计】论文总结之:Butler W. Lampson. Hints for computer system design

    Butler W. Lampson. Hints for computer system design. ACM Operating Systems Rev. 15, 5 (Oct. 1983), p ...

  2. How to describe the wind sprial in computer system?

    How to describe the wind sprial in computer system? 2017-02-21 刘崇军 风螺旋线 If we want get the approval ...

  3. What Is a Computer System?

    What Is a Computer System? A combination of Five or Six Elements The term computer is used to descri ...

  4. get computer system mac info in javascript

    get computer system mac info in javascript Q: how to using js get computer system mac information? A ...

  5. Stack switching mechanism in a computer system

    A method and mechanism for performing an unconditional stack switch in a processor. A processor incl ...

  6. Hypervisor, computer system, and virtual processor scheduling method

    A hypervisor calculates the total number of processor cycles (the number of processor cycles of one ...

  7. Access control differentiation in trusted computer system

    A trusted computer system that offers Linux® compatibility and supports contemporary hardware speeds ...

  8. Method for performing cache coherency in a computer system

    In a computing system, cache coherency is performed by selecting one of a plurality of coherency pro ...

  9. Computer system with dual operating modes

    A system switches between non-secure and secure modes by making processes, applications, and data fo ...

  10. java输出各种学生成绩

    class stu { public String stuno; public String name; public float math; public float english; public ...

随机推荐

  1. strace -o /tmp/dhc$$ dhclient -d eth2

    http://askubuntu.com/questions/5187/why-is-dhclient-saying-siocsifaddr-permission-denied ip link add ...

  2. struts2 result type的类型

    一共十种类型 1.dispatcher 默认的类型,相当于servlet的foward,服务器端跳转.客户端看到的是struts2中配置的地址,而不是真正页面的地址.一般用于跳转到jsp页面 2.re ...

  3. Jekyll: .md to .html with self defined themes..

    theme is from here $ gem install jekyll bundler ~ $ jekyll new my-awesome-site ~ $ cd my-awesome-sit ...

  4. .NET下,关于文件夹权限设置的小细节

    InheritanceFlags 指定哪些接受权限继承 InheritanceFlags.ContainerInherit 下级文件夹要继承权限. InheritanceFlags.None 下级文件 ...

  5. kafka和flume的对比

    摘要: (1)kafka和flume都是日志系统.kafka是分布式消息中间件,自带存储,提供push和pull存取数据功能.flume分为agent(数据采集器),collector(数据简单处理和 ...

  6. ios网站

    www.diveinedu.cn/nav/index.html  

  7. postgres 数据库备份恢复

    postgre 数据库备份恢复命令 备份:pg_dump -U postgres -v -F c -Z 4 -f ***.backup dbname  9压缩率最狠恢复:pg_restore -U p ...

  8. Hibernate写入Oracle Date类型处理

    Hibernate写入Oracle数据库时,数据库设计字段为Date类型时,只能保存年月日,不能保存时分秒,如果要保存时分秒,需修改Hibernate.cfg.xml文件 <property n ...

  9. 转: Windows如何打开和使用事件查看器管理计算机

    方法/步骤   1 右键单击"我的电脑"(win8中名称为"这台电脑.This Computer"),选择"管理",点击. 步骤阅读 2 出 ...

  10. [DP]一道理想收入问题【转】

    题意:以一元为本金,能获得的最大收入,第i天股票价格为v[i],1<=i<=m 思路: (1)DP思路明显,直接进行动态规划,令f[i]代表第i天所获得的最大收入.那么有公式: f[i] ...