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. Ubuntu为已经安装的PHP7单独编译mysqli

    编译安装PHP7后没有在ext中没有生成mysqli.so等文件,现在单独编译安装mysqli php7安装的位置:/usr/local/php7/ 我的扩展目录:/usr/local/php7/li ...

  2. Footer固定在页面底部(CSS)

    <style type="text/css"> #wapper{ position: relative; /*重要!保证footer是相对于wapper位置绝对*/ h ...

  3. 《C++ Primer》之指向函数的指针

    函数指针是指指向函数而非指向对象的指针.像其他指针一样,函数指针也指向某个特定的类型.函数类型由其返回类型以及形参表确定,而与函数名无关: // pf points to function retur ...

  4. url操作一网打尽(一)

    1:url实际应用简介 近期研究发现通过url传递参数很普遍的(淘宝也是这样做的), 通过修改url来传递参数,比如通过关键字搜索某件商品的时候,链接便追加了相应参数.在请求接口的时候直接对url进行 ...

  5. model中字段格式验证

    注释部分在前端不显示 /// <summary> /// 链接地址 /// </summary> [Display(Name = "链接地址")] //[D ...

  6. 用 gulp.spritesmith 自动化雪碧图

    一.安装nodejs之后,要设置两个环境变量 在 计算机右击属性---高级系统设置---高级---环境变量 打开窗口 新建2个环境变量,它们的值分别是nodejs根目录下的node_modules路径 ...

  7. javascript 浏览器

    hashchange事件 window.location.hash.slice(1) 添加和修改历史记录条目LINKHTML5引进了history.pushState()方法和history.repl ...

  8. JavaScript 伪造 Referer 来路方法

    Javascript 是一种由Netscape的LiveScript发展而来的原型化继承的基于对象的动态类型的区分大小写的客户端脚本语言,主要目的是为了解决服务器端语言,比如Perl,遗留的速度问题, ...

  9. 安卓四大组件的作用、安卓Service的作用

    Activity好像是应用程式的眼睛,提供与user互动之窗. BroadcastReceiver好像是耳朵,接收来自各方的Intent. Service是在后台运行的. 一个Service 是一段长 ...

  10. Inno Setup入门(十)——操作注册表

    有些程序需要随系统启动,或者需要建立某些文件关联等问题,这些都是通过在安装程序中对注册表进行操作的结果.Inno Setup中通过[registry]段实现对注册表的操作. 本段说明: 参数列表: 参 ...