资源描述:
《Java网络编程翻译1》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Java网络编程翻译<>姓名:常灿光班级:2012163班学号:201216323专业:网络工程5DatabaseandDatabaseManagementWhenyouthinkofamicrocomputer,perhapsyouthinkofjusttheequipmentitself.Thatis,youthinkofthevideodisplayscreenorthekeyboard.Thereismoretoitthanthat.Thewaytothinkaboutamicr
2、ocomputerisaspartofaninformationsystem.Aninformationsystemhavefiveparts:people,procedures,software,hardware,anddata.当你想到一个微型计算机的时候,或许你想到的只是设备本身。也就是,你认为的视频显示器和键盘。还有更多这些设备。当你想到一个微机,也许你认为是信息系统的一部分。一个信息系统有五个部分:人、程序、软件、硬件和数据。People:Itiseasytooverlookpeopleasoenofthefivepartsofamicr
3、ocomputersystem.人:在微型机五个部分当中,很容易忽视人这一部分。Procedures:Proceduresarerulesorguidelinestofollowwhenusingsoftware,hardware,anddata.Typically,theseProceduresaredocumentedinmanualswrittenbycomputerspecialistsforparticularorgization.Softwareandhardwaremanufacturersalsoprovidemanualswith
4、theirproducts.程序:在使用软件,硬件和数据的时候,程序是规则或遵循的指导方针。通常,由计算机专家为特定组织编写的这些程序被记录在册。软件和硬件制造商也提供与他们的产品手册。Software:Softwareisanothernameforaprogramorprograms.Aprogramisthestep-by-stepinstructionsthattellthecomputerhowtodoitswork.Thepurposeofsoftwareistoconvertdata(unprocessedfacts)intoinfo
5、rmation(processedfacts).软件:软件是另一个程序或程序组的名字。一个程序一步一步的指示,告诉计算机如何工作。软件的目的是将数据(未处理的事件)转化为信息(处理的事件)。Hardware:Thehardwareconsistsoftheequipment:keyboard,monitor(videodisplayscreen),printer,thecomputeritself,andotherdevices.硬件:硬件包括这些设备:键盘,显示器(视频显示屏幕),计算机本身,和其他设备。Data:Dataconsistsofth
6、eraw,unprocessedfacts.Examplesofrawfactsarehoursyouworkedandyoupayrate.Afterthedataisprocessedthroughthecomputer,itisusuallycalledinformation.Anexampleofsuchinformationisthetotalwagesowedyouforaweek'swork.数据:数据由原始的、未经处理的数据。原始数据的例子是你工作的和你付出效率的时间。通过计算机的处理后的数据,它通常被称为信息。这些信息的一个例子是
7、欠你一个星期的工作工资报酬。Inlargecomputersystems,therearespecialistwhodealwithwritingprocedures,developing5software,andcapturingdata.Inmictocomputersystems,however,endusersoftenperformtheseoperations.Amongthefiveparts,dataskillsoftenconsideredthemostoutstandingconcern.在大的计算机系统中,有专门的人员写程序,
8、开发软件和捕捉数据。在微型计算机系统中,然而,终端用户常常使用这些操作。在五大部件中,数据技能常常被认为是最突出的问题。P