版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
ComputerEnglishWordSummaryComputerFundamentalsVocabularyProgrammingLanguageandTerminologyCommonoperatingsystemandcommandlinetermsProfessionalterminologyfordatabasemanagementsystems目录ProfessionalexpressioninthefieldofnetworksecurityHotVocabularyinCloudComputingandBigDataIndustry目录01ComputerFundamentalsVocabulary0102CPU(Centra…The"brain"ofthecomputer,responsibleforexecutinginstructionsRAM(Random…TemporarystoragefordataandprogramsthattheCPUiscurrentlybeingusedHDD(HardD…PermanentstoragedevicesfordataandprogramsGPU(Graphi…SpecializedprocessorforrenderinggraphicsMotherboardThemaincircuitboardthatconnectsallthecomponentsofacomputer030405HardwarerelatedvocabularyThebasesoftwarethatmanagesthecomputer'shardwareandsoftwareresourcesOperatingSystemProgramsdesignedtoperformspecifictasksfortheuserApplicationSoftwareProgramsthatcontroltheoperationofthecomputeranditsdevicesSystemSoftwareSoftwaredesignedtodamageordisablecomputersandcomputersystemsMalwareSoftwarerelatedvocabulary0102IPAddressAuniqueidentifierforadeviceonanetworkDNS(Domain…ThesystemthattranslateswebsitenamesintoIPaddressesRouterAdevicethatforwardsdatapacketsbetweencomputernetworksFirewallAsecuritysystemthatmonitorsandcontrolsincomingandoutgoingnetworktrafficbasedonpredefinedsecurityrulesVPN(Virtua…Asecureconnectionbetweentwoormoredevicesovertheinternet030405Networkcommunicationvocabulary02ProgrammingLanguageandTerminologyCommonprogramminglanguagenamesPythonAhighlevel,interpretedlanguageknowledgeforitsreadabilityandeaseofuseJavaAclassbased,objectorientedlanguagedesignedtobeportableandsecureCAnextensionoftheClanguage,addingobjectorientedfeaturesandothercapabilitiesJavaScriptAscriptinglanguageprimarilyusedinwebdevelopment,allowingforinteractivewebpagesFunctionsNamedsequencesofinstructionsthatperformaspecifictaskSyntaxThesetofrulesthatdefinesthestructureofaprogramminglanguageVariablesNamedcontainersusedtostoredatainaprogramLoopsStructuresthatallowasetofinstructionstoberepeatedmultipletimesConditionsStructuresthatallowaprogramtomakedecisionsbasedoncentralconditionsProgrammingconceptsandterminologyDatastructureAwayoforganizingdatainacomputersothatitcanbeusedeffectivelyAlgorithmAstepbystepprocedureforsolvingaproblemorcompletingataskArrayAlineardatastructurethatstoreselementsofthesametypeincontinuousmemorylocationsTreeAnon-lineardatastructurecomposedofnodesconnectedinahierarchicalmanualLinkedlistAlineardatastructurecomposedofnodesthatcontainsdataandlinkstoothernodesVocabularyrelatedtoalgorithmsanddatastructures03CommonoperatingsystemandcommandlinetermsKernel:Thecoreoftheoperatingsystem,responsibleformanaginghardwareresourcesandprovidingbasicservicestoapplicationsShell:Auserinterfacethatallowsuserstointeractwiththeoperatingsystem,boththroughacommandlineinterface(CLI)oragraphicaluserinterface(GUI)Filesystem:Asystemfororganizingandstoringfilesonacomputer,whichincludesdirectoriesandfilesProcess:AninstanceofaprogramthatisbeingexecutedbytheoperatingsystemMemorymanagement:Theoperatingsystem'sresponsibilitytoallocateanddeallocatememorytoprocesses,aswellastohandlememoryprotectionandvirtualmemory0102030405BasicconceptsandcomponentsofoperatingsystemsCommandlineoperationsandcommonlyusedcommandsBasiccommands:commandssuchascd(changedirectory),ls(listfiles),mkdir(makedirectory),rm(removefile),etcFilemanipulationcommands:commandssuchascp(copy),mv(move/rename),find,grep,etcSysteminformationcommands:commandssuchas'unname'(printsysteminformation),'df'(diskusage),'du'(estimatefilespaceusage),'top'(displayrunningprocesses),etcNetworkcommands:commandssuchas'ping','ifconfig'/'ipaddr'(displaynetworkinterfaceinformation),'netstat'(displaynetworkconnections),'ssh'(secureshell),etcFileAnamedcollectionofdatastoredonacomputer'sharddriveorotherstoragedeviceAcontainerthatholdsfilesandotherdirectories,usedtoorganizefilesonacomputerThelocationofafileordirectory,specifiedbyasequenceofdirectoriesandsubdirectoriesAspecialtypeoffilethatpointstoanotherfileordirectory,allowingforflexibleorganizationoffilesanddirectoriesRulesthatdeterminewhichusersorgroupscanaccessormodifyafileordirectoryDirectorySymboliclinkPermissionsPathVocabularyrelatedtofilemanagement04ProfessionalterminologyfordatabasemanagementsystemsAtypeofdatabasethatstoresdataintableswithrowsandcolumns,andallowsforthedefinitionofrelationshipsbetweentablesRelativeDatabase(RDBMS)Anonrelationaldatabasethatstoresdatainavarietyofformatssuchaskeyvaluepairs,documents,orwidecolumnstoresNoSQLDatabaseAdatabasethatisspreadacrossmultiplephysicallocations,allowingfordatatobeaccessedandmanagedfromanylocationDistributedDatabaseThestructureororganizationofadatabase,includingtables,columns,datatypes,andrelationshipsDatabaseschemaDatabasetypeandstructureSELECTDELETEJOINFunctionssucha…UPDATEInsertUsedtoretrievedatafromoneormoretablesinadatabaseUsedtoaddnewrowsofdatatoatableinadatabaseUsedtomodifyexistingrowsofdatainatableinadatabaseUsedtoremoverowsofdatafromatableinadatabaseUsedtocombinerowsfromtwoormoretablesbasedonrelatedcolumnsUsedtoperformcalculationsonsetsofvaluesinadatabaseSQLlanguagekeywordsandfunctionsConceptssuchasdatabackupandrecoveryoptimizationDataBackup:TheprocessofcreatingacopyofadatabaseoritscomponentstoprotectagainstdatalossDataRecovery:TheprocessofrestoringadatabasetoapreviousstateafterafailureorcorruptionOptimization:Theprocessofimprovingtheperformanceofadatabasemanagementsystembyadjustingconfigurationsettings,redesigningthedatabaseschema,orimplementingindexingandcachingtechniquesDisasterRecoveryPlan(DRP):Aplanthatoutlinesproceduresandstrategiesforrecoveryfromanaturaldisasterorothercatastrophiceventthatcouldcausesignificantdataloss05ProfessionalexpressioninthefieldofnetworksecurityMalwareSoftwaredesignedtodamageordisablecomputersandcomputersystemsPhishingAfraudulentattacktoattractsensitiveinformationsuchaspasswordsandcreditcarddetailsbyquestioningoneselfasatrustworthyentityRansomwareAtypeofmalwarethatencryptsfilesonavictim'scomputeranddemandsaransomtorestoreaccessZerodayattackAnattackthatexploitsapreviouslyunknownvulnerabilityinacomputersystemBasicConceptsandThreatTypesofNetworkSecurityFirewallAnetworksecuritydevicethatmonitorsincomingandoutgoingnetworktrafficanddecisionsthatalloworblockspecifictrafficbasedondefinedsecurityrulesIntrusionDetectionSystem(IDS)AdeviceorsoftwareapplicationthatmonitorsnetworktrafficforsurveillanceactivityandgeneratesalertswhenpotentialintrusionsaredetectedVirtualPrivateNetwork(VPN)Atechnologythatcreatesasecure,encryptedconnectionoveralesssecurenetwork,soastheinternetVocabularyrelatedtosecuritydevicessuchasfirewallsandintrusiondetectionEncryptionTechnologyandAlgorithmNamesAdvancedEncryptionStandard(AES):AsymmetricencryptionalgorithmthatiswidelyusedtosecureelectronicdataRivestShamirAdleman(RSA):AnasymmetricencryptionalgorithmthatusesapublickeytoencryptdataandaprivatekeytodecryptitDataEncryptionStandard(DES):AsymmetricencryptionalgorithmthatwasonceapopularstandardbuthasbeenlargelyreplacedbymoresecurealgorithmssuchasAESSecureSocketsLayer(SSL)/TransportLayerSecurity(TLS):Policiesthatprovidesecurecommunicationsovertheinternetbyencryptingdatasentbetweentwosystems06HotVocabularyinCloudComputingandBigDataIndustryCloudcomputingservicepatternsanddeploymentmodelsIaaS(InfrastructureasaService):ProvidesvirtualizedcomputingresourcesovertheinternetExamplesincludeAmazonWebServices(AWS)EC2andMicrosoftAzureVirtualMachinesPaaS(PlatformasaService):Deliversacomputingplatformandsolutionstackasaservice,oftenincludingdatabases,webservers,anddevelopmenttoolsGoogleAppEngineandHerokuarepopularPaaSprovidersSaaS(SoftwareasaService):Offerssoftwareapplicationsovertheinternet,typicallyaccessedthroughwebbrowsersCommonSaaSapplicationsincludeGoogleDocs,Salesforce,andDropboxPublic,Private,andHybridClouds:Describethetype
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026年商务管理考试模拟试卷(真题汇编)附答案详解
- 2026年数据结构与算法及答案题库综合试卷附参考答案详解(培优A卷)
- 2026年国开电大集装箱班轮运输业务与法律形考模拟考试高能及答案详解【真题汇编】
- 2025-2030年老年直播平台行业深度调研及发展战略咨询报告
- 2025-2030年西餐厅行业市场营销创新战略制定与实施分析研究报告
- 2025-2030年绿化投资基金行业跨境出海战略分析研究报告
- 2026年大数据入驻品牌合作合同
- 设备间互操作性研究-洞察与解读
- 碳捕捉强化制造-洞察与解读
- 2025“才聚齐鲁成就未来”山东省水利水电建筑工程承包有限公司招聘1人笔试历年常考点试题专练附带答案详解
- 2025四川省自然资源投资集团招聘30人笔试参考题库附带答案详解
- 广东省广州市2026年广州市普通高中毕业班综合测试(二)(广州二模)数学试题卷
- 国家义务教育质量监测八年级劳动素养试题
- 2026年自学考试大学英语(本科)真题单套试卷
- 2026全国高考体育单招考试语文试题试题(含答案)
- 初中化学常见的家庭小实验
- 成品栏杆施工方案(3篇)
- 2026年增值税章节测试题及答案
- 制冷设备安全检查标准流程
- 第5单元 单元教学设计 2026统编版三年级语文下册
- 《2026年》纪检监察室岗位高频面试题包含详细解答
评论
0/150
提交评论