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. winsock编程select模型

    winsock编程select模型 网络服务端连接数量过多时,为每一个连接申请一个线程会让机器性能急剧下降(大多说是因为线程在用户态和内核态之间切换会占用大量的CPU时间片).为了解决多线程带来的性能 ...

  2. NDK常见问题

    1. 忽略编译警告为错误 APP_CPPFLAGS += -Wno-error=format-security 2. android studio 手动编译 __android_log_print 错 ...

  3. AutoTile 自动拼接 番外篇(自动融合技术)

    http://pan.baidu.com/s/1dDQyfSl 密码:ttud 先睹为快吧. 之后 还差一个 智能替换 技术.

  4. jQuery中的方法

    jQuery中的方法来操作HTML标签中的属性 attr(name)    获取当前对象的指定的属性的值 attr(key,value)  给当前对象设置属性值 attr(properties)  一 ...

  5. 说说final关键字(好像有干货)

    在java开发过程中,final是大家常用的关键字,无非就是用来修饰类,方法和变量,来表名类不能被继承,方法不会被覆盖,变量不能被改变,悄悄的说一句,private方法也隐式的final.通过一段时间 ...

  6. Shiro 的FilterChain

    /** * Shiro的FilterChain * @see ===================================================================== ...

  7. ASP.NET多文件批量打包下载

    在对多文件打包中用到了 DotNetZip 的方法来实现对多文件压缩打包.需要到http://dotnetzip.codeplex.com/处下载该文件,然后引用即可. Default.aspx: & ...

  8. 矩阵类c++实现

    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 3 ...

  9. 使用composer命令创建laravel项目命令详解

    composer命令创建laravel项目的命令是: composer create-project --prefer-dist laravel/laravel blog "5.2.*&qu ...

  10. 安装apache服务出错,无法启动此程序,因为计算机中丢失VCRUNTIME140.dll 尝试重新安装此程序以解决此问题

    错误信息:无法启动此程序,因为计算机中丢失VCRUNTIME140.dll 尝试重新安装此程序以解决此问题 错误场景:在使用["D:\Program Files\httpd-2.4.20-x ...