English--Computer System
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的更多相关文章
- 【系统设计】论文总结之: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 ...
- 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 ...
- What Is a Computer System?
What Is a Computer System? A combination of Five or Six Elements The term computer is used to descri ...
- 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 ...
- Stack switching mechanism in a computer system
A method and mechanism for performing an unconditional stack switch in a processor. A processor incl ...
- Hypervisor, computer system, and virtual processor scheduling method
A hypervisor calculates the total number of processor cycles (the number of processor cycles of one ...
- Access control differentiation in trusted computer system
A trusted computer system that offers Linux® compatibility and supports contemporary hardware speeds ...
- 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 ...
- Computer system with dual operating modes
A system switches between non-secure and secure modes by making processes, applications, and data fo ...
- java输出各种学生成绩
class stu { public String stuno; public String name; public float math; public float english; public ...
随机推荐
- C语言中结构体定义实际上相当于变量入栈
struct context { int edi; int esi; int ebx; int ebp; int eip;}; 对应的入栈顺序是 pushl %esp pushl %eip pushl ...
- 用开源软件建垂直搜索引擎 转载 http://news.cnblogs.com/n/60041/
用Solr.Nutch等开源软件来构建电子元器件垂直搜索引擎涉及很多实现细节,本文结合实际应用系统对数据采集.中文搜索.结果输出.分页处理.整合数据库等重点问题提出了切实可行的解决方法. 用开源软件建 ...
- ios导航栏又按钮添加图片后使其保持原色
UIBarButtonItem *rightBarItem = [[UIBarButtonItem alloc] initWithTitle:nil style:UIBarButtonItemStyl ...
- thinkphp 实现微信公众号开发(二)--实现自定义菜单
IndexController.class.php <?php namespace Home\Controller; use Think\Controller; class IndexContr ...
- Entity Framework技巧系列之十二 - Tip 46 - 50
提示46. 怎样使用Code-Only排除一个属性 这次是一个真正简单的问题,由StackOverflow上这个问题引出. 问题: 当我们使用Code-Only把一个类的信息告诉Entity F ...
- 监控 monitor java 代码
/* * To change this license header, choose License Headers in Project Properties. * To change this t ...
- 使用SQL Server 2000索引视图提高性能
什么是索引视图? 许多年来,Microsoft? SQL Server? 一直都提供创建虚拟表(称为视图)的功能.在过去,这些视图主要有两种用途: 提供安全机制,将用户限制在一个或多个基表中的数据的某 ...
- C#中的Virtual、Override和new关键词理解
来源:http://blog.csdn.net/jackiezhw/article/details/2673992 在 C# 中,派生类可以包含与基类方法同名的方法. 基类方法必须定义为 virtua ...
- windowSoftInputMode键盘把输入框挡住了
android:windowSoftInputMode="stateHidden|adjustResize" >
- Linux 安全模块
LSM是Linux Secrity Module的简称,即linux安全模块.其是一种轻量级通用访问控制框架,适合于多种访问控制模型在它上面以内核可加载模块的形实现.用户可以根据自己的需求选择合适的安 ...