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 ...
随机推荐
- spring AOP 代理机制、执行过程、四种实现方式及示例详解
1.加载过程 spring首先检测配置文件中的代理配置,然后去加载bean; 如果配置文件中没有配置代理,自然代理不会生效,如果配置了代理,但是代理还没有生效,那么有可能是加载顺序的问题,即在检测到代 ...
- 2.3 DHC REST
DHC REST也是Chrome浏览器的插件,可以在Chrome应用商店安装下载,主要用来模拟HTTP客户端发送测试数据到服务器.HTTP Get请求在开发中比较常用.
- C++模板之类型与数据绑定
有时候我们需要将类型与一些数据进行绑定,例如我们一般通过单例,将字符串与一个函数关联(一般称之为注册),之后通过字符串创建相关联的对象 class A { public: static A* Crea ...
- php 验证码类
<?php class Vcode { private $width; //宽 private $height; //高 private $num; //数量 private ...
- 十一、oracle 数据库管理员
一.数据库管理员每个oracle数据库应该至少有一个数据库管理员(dba),对于一个小的数据库,一个dba就够了,但是对于一个大的数据库可能需要多个dba分担不同的管理职责.那么一个数据库管理员的主要 ...
- PHP signal 信号
最早写php时,发现在终端执行一个php文件,会一直等待程序执行完成以后,终端才能继续下面的操作,若不小心按了下Ctrl+C会导致php程序退出,闭避免这种情况发生,将会使用php的系统编程,即sig ...
- bat自动创建文件夹(以当前时间命名)
先cmd中查看当前的日期和时间: @echo off color 0a set dt=%date%%time% echo %dt%pause 1.使用截取进行命名(时间为12小时制时命名会出现空格,不 ...
- win7下将dll文件的打开方式改回系统默认
打开注册表,定位到HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dll把除OpenWit ...
- 初次使用IntelliJ IDEA 2016.2
换电脑的还有一个目的就是我准备采用新的IDE了 之前一直用的是myeclipse,但是现在准备尝试idea 这边做个记录,idea的破解参考下面这个网址:http://blog.csdn.net/u0 ...
- 修改NavigationBar样式
iOS Tip: Change Status Bar Icon & Text Colors When iOS 7 was introduced Apple allowed your appli ...