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 ...
随机推荐
- Linux手动搭建LAMP环境
当你看到标题里的“手动搭建”,你是不是会想,难不成还有“自动搭建”?当然......不是,这里的“手动搭建”是指按部就班的搭建Apache.MySQL.PHP环境,是相对于集成软件包而言的.所以你是不 ...
- webservice 尝试加载 Oracle 客户端库时引发 BadImageFormatException。如果在安装 32 位 Oracle 客户端组件的情况下运行,将出现此问题
最近做的项目中,应用服务器迁移到另外一台服务器,操作系统升级为win10,配置好IIS里的应用程序发布网站和Webservice网站后, 客户端程序调用Webservice出错: “尝试加载 Orac ...
- DateUtils时间工具类探究
首先声明一下,这个DateUtils工具类不是自己写的,而是在commons-lang-2.Xjar包或是commons-lang3-3.X.jar包中,具体在哪个jar包中,看程序具体添加了哪个版本 ...
- Android中的selector
android背景选择器selector用法汇总 (2011-04-19 13:40:00) 转载▼ 标签: android selector 背景选择器 it 分类: java/vb/Android ...
- 制作、烧写根文件系统,使用NFS,编译使用驱动程序
制作YAFFS2.JFFS2文件系统映象文件制作文件系统映象非常简单.① 制作YAFFS2文件系统映象文件对于YAFFS2,要用到mkyaffs2image工具,它在/work/linux/tools ...
- C# 网上收集的一些所谓的开源项目
C#开源 商业协作和项目管理平台-TeamLab 网络视频会议软件-VMukti 驰骋工作流程引擎-ccflow [免费]正则表达式测试工具-Regex-Tester Windows-Phone-7- ...
- 做环信聊天布局时遇到的问题(UITextView自适应高度和光标位置不正常)
聊天时UITextView发送消息超过最大高度后点击发送按钮同时将文本清空,光标的位置偏离了正常的轨迹.如图 后研究发现UITextView向上滚动的时候,contentOffset.y都会发生改变, ...
- hdu_5791_Two(DP)
题目链接:hdu_5791_Two 题意: 给你两串数列,问你相同的子序列有多少个,要注意,可以重复,比如1 和1 1 1 ,相同的子序列为3个 题解: 就和求最长公共子序列差不多,只不过要全部加起来 ...
- set集合容器
set集合容器几条特点 1.它不会重复插入相同键值的元素,而采取忽略处理 2.使用中序遍历算法,检索效率高于vector.deque.list容器,在插入元素时,会自动将元素按键值从小到大排列 3 ...
- 第3章 Java语言基础----声明成员变量,对变量进行赋值
声明成员变量,对变量进行赋值的正确语句,如下图所示: