版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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年教授专业技术职务评审教育法律法规模拟题及答案详解
- 2026年河北省考行政能力模拟题及答案详解
- 2026年用工风险模拟题及答案详解
- 农业农村农业产业规划师考试模拟题及答案详解
- 2026年教师资格证考试-中学教师资格证历史(统考)笔试考试历年模拟题及答案详解
- 2026年教师四优考模拟题及答案详解
- GB/T 48157-2026石油天然气低场核磁共振弛豫分析方法
- 全国交通安全日校园教育模板
- 早产儿发育支持护理查房汇报
- 2025人工智能训练师三级认证考试真题附答案
- 2026食品决策力指数:中国年轻人如何重新选择吃-青年志-202607
- SYT 6649-2025《油气管道管体缺陷修复技术规范》
- 广告牌制作安装工程施工方案
- 2026年秋统编版小学道德与法治四年级上册(全册)教学设计(新教材 附目录p112)
- 2026年秋季新教材统编版九年级上册道德与法治全册知识点背诵提纲精简版
- 一年级下册数学口算计算拔高练习
- 2026宁波中考英语知识点背诵清单练习含答案
- 财务部门三大报表解读
- 《室外排水设计标准》
评论
0/150
提交评论