数据库重要术语(中英文)
(完整版)数据库重要术语(中英文)
单词汇总(数据库专业一点的词汇其实主要就是每章后面review items的内容,在这里简单列一下,如果你实在没时间看书,至少这些单词要熟悉.):1. 数据库系统:database system(DS),database management system(DBMS)2.数据库系统(DS),数据库治理系统(DBMS )3. 关系和关系数据库table= relation , column = attribute 属性,domain, atomic domain, row= tuple ,relational database, relation schema, relation instance, database schema, database instance;4.表=关系,列=属性属性,域,原子域,排二元组,关系型数据库,关系模式,关系实例,数据库模式,数据库实例;1. key 们:super key, candidate key, primary key, foreign key, referencing relation, referenced relation;2.超码,候选码,主码,外码,参照关系,被参照关系5.关系代数(relational algebra): selection, project, natural join, Cartesian product, set operations, union, intersect, set difference( except\minus), Rename, assignment, outer join, grouping, tuple relation calculus6.(关系代数):选择,工程,自然连接,笛卡尔积,集合运算,集,交集,集合差(除负),重命名,分配,外连接,分组,元组关系演算7.sql组成:DDL :数据库模式定义语言,关键字:createDML :数据操纵语言,关键字:Insert > delete、updateDCL :数据库限制语言,关键字:grant、removeDQL :数据库查询语言,关键字:select8.3.SQL 语言:DDL , DML , DCL , QL , sql query structure, aggregate functions, nested subqueries, exists(as an operator), unique(as anoperator), scalar subquery, assertion, index(indices), catalogs, authorization, all privileges, granting, revoking , grant option, trigger, stored procedure, stored function4.SQL语言:DDL , DML , DCL , QL , SQL查询结构,聚合函数,嵌套子查询,存在(如运营商),独特的(如运营商),标量子查询,断言指数(指数),目录,授权,所有权限,授予,撤销,GRANT OPTION ,触发器,存储过程,存储函数9. 表结构相关:Integrity constraints, domain constraints, referential integrity constraints10.完整性约束,域名约束,参照完整性约束5.数据库设计(ER 模型):Entity-Relationship data model, ER diagram, composite attribute, single-valued and multivalued attribute,derived attribute, binary relationship set, degree of relationship set, mapping cardinality, 1-1, 1-m, m-n relationship set (one to one, one to many, many to many), participation, partial or total participation, weak entity sets, discriminator attributes, specialization and generalization6.实体关系数据模型,ER图,复合属性,单值和多值属性,派生属性,二元关系集,关系集,映射基数的程度,1-1, 1-米,MN关系集合(一对一,一对多,多对多),参与局部或全部参与,弱实体集,分辨符属性,特化和概化11. 函数依赖理论:functional dependence, normalization, lossless join (or lossless) decomposition,First Normal Form (1NF), the third normal form (3NF), Boyce-codd normal form (BCNF), R satisfies F, F holds on R, Dependency preservation 保持依赖,Trivial, closure of a set of functional dependencies 函数依赖集的闭包,closure of a set of attributes 属性集闭包,Armstrong 's axioms Armstrong 公理,reflexivity rule 自反律,augmentation rule,增广率, transitivity 传递律,restriction of F to R i F 在Ri 上的限定,canonical cover 正那么覆盖, extraneous attributes 无关属性,decomposition algorithm 分解算法.7.函数依赖,标准化,无损连接〔或无损〕分解,第一范式〔1NF〕,第三范式〔3NF〕 BC范式〔BCNF〕, R满足F, F持有R,依赖保存,平凡,一组函数依赖封闭,一组属性,8. 事务:transition, ACID properties ACID特性,并发限制系统concurrency control system,故障恢复系统recovery system,事务状态transition state,活动的active,局部提交的partiallycommitted,失败的failed,中止的aborted,提交的committed,已结束的terminated,调度schedule,操作冲突conflict of operations, 冲突等价conflict equivalence,冲突可串彳f化conflictserializablity ,可串行化顺序serializablity order,联级回滚cascading rollback,封锁协议lockingprotocol ,共享〔S〕锁shared-mode lock 〔S-lock〕,排他〔X〕锁exclusive -mode lock 〔X-lock〕, 相容卜i compatibility,两阶段封锁协议2-phase locking protocol,意向锁intention lock,时间戳timestamp, 恢复机制recovery scheme,日志log, 基于日志的恢复log-based recovery, 延迟的修改deferredmodification,立即的修改immediate modification,检查点checkpoint.数据库系统DBS Database System数据库系统应用Database system applications文件处理系统file-processing system数据不一致性data inconsistency——致性约束consistency constraint数据抽象Data Abstraction实例instance模式schema物理模式physical schema逻辑模式logical schema物理数据独立性physical data independence数据方^型data model实体-联系模型entity-relationship model 〔E-R〕关系数据模型relational data model基于对象的数据模型object-based data model半结构化数据模型semistructured data model数据库语言database language数据定义语言data-definition language数据操纵语言data-manipulation language查询语言query language元数据metadata应用程序application program标准化normalization数据字典data dictionary存储治理器storage manager查询治理器query processor事务transaction原子性atomicity故障恢复failure recovery并发限制concurrency-control两层和三层数据库体系结构two-tier/three-tier数据才2掘data mining数据库治理员DBA database administrator表table关系relation元组tuple空值null value数据库模式database schema数据库实例database instance关系模式relation schema关系实例relation instance码keys超码super key候选码candidate key主码primary key外码foreign key参照关系referencing relation被参照关系referenced relation属性attribute域domain原子域atomic domain参照完整性约束referential integrity constraint模式图schema diagram查询语言query language过程化语言procedural language非过程化语言nonprocedural language关系运算operations on relations选择元组selection of tuples选择属性selection of attributes自然连接natural join笛卡尔积Cartesian product集合运算set operations关系代数relational algebraSQL 查询语言SQL query structureSelect 字句select clauseFrom 字句from clauseWhere 字句where clause自然连接运算natural join operationAs 字句as clauseOrder by 字句order by clause相关名称 (相关变量,元组变量) correlation name (correlation variable , tuple variable ) 集合运算set operationsUnionInterestExcept空值null values真值"unknown " truth “ unknown 〞聚集函数aggregate functionsavg, min, max, sum, countgroup byhaving嵌套子查询nested subqueries集合比拟set comparisons{ «,? 二 ,〉〉,?=}{some , all}existsuniquelateral 字句lateral clausewith 字句with clause标量子查询scalar subquery数据库彳修改database modification删除deletion插入insertion更新updating参照完整性referential integrity参照完整T约束referential Hntegrity constraint 或子集依赖subset dependency 可延迟的deferrable断言assertion连接类型join types内连接和夕卜连接inner and outer join左外连接、右外连接和全外连接left、right and full outer joinNatural连接条件、using连接条件和on连接条件natural using and so on 视图定义view definition物化视图materialized views视图更新view update事务transactions提交commit work回滚roll back work原子事务atomic transaction完整性约束integrity constraints域约束domain constraints唯——性约束unique constraintCheck 字句check clause参照完整性referential integrity级联删除cascading delete级联更新cascading updates断言assertions日期和时间类型date and time types默认值default values索弓I index大对象large object用户定义类型user-defined types域domains目录catalogs模式schemas授权authorization权卜M privileges选择select插入insert更新update所有权限all privileges授予权卜M granting of privileges收回权卜M revoking of privileges授予权限的权限privileges to privilegesGrant option角色roles视图授权authorization on views执行授权execute authorization调用者权限invoker privileges行级授权row-level authorizationJDBCODBC预备语句prepared statements 访问元数据accessing metadata SQL 注入SQL injection 嵌入式SQL embedded SQL 游标cursors 可更新的游标updatable cursors 动态SQL dynamic SQL SQL 函数SQL functions 存储过程stored procedures 过程化结构procedural constructs夕卜部语言例程external language routines触发器triggerBefore 和after 触发器before and after triggers过渡变量和过渡表transition variables and tables递归查询recursive queries单调查询monotonic queries排名函数ranking functionsRankDense rankPartition by分窗windowing联机分析处理〔OLAP 〕 online analytical processing多维数据multidimensional data度量属性measure attributes维属性dimension attributes转轴pivoting数据立方体data cube切片和切块slicing and dicing上卷和下钻rollup and drill down交叉表cross-tabulation第七章实体-联系数据模型Entity-relationship data model实体和实体集entity and entity set属性attribute域domain简单和复合属T生simple and composite attributes单值和多值属T生single-valued and multivalued attributes空值null value派生属性derived attribute超码、候选码以及主码super key ,candidate key, and primary key联系和联系集relationship and relationship set二元联系集binary relationship set联系集的度degree of relationship set描述性属性descriptive attributes超码、候选码以及主码super key ,candidate key, and primary key角色role自环联系集recursive relationship setE-R 图E-R diagram映射基数mapping cardinality——对——联系one-to-one relationship——对多联系one-to-many relationship多对——联系many-to-one relationship多对多联系many-to-many relationship参与participation全部参与total participation局部参与partial participation弱实体集和强实体集weak entity sets and strong entity sets分辨符属性discriminator attributes标识联系identifying relationship特化和概化specialization and generalization超类和子类superclass and subclass属性继承attribute inheritance单和多继承single and multiple inheritance条件定义的和用户定义的成员资格condition-defined and userdefined membership 不相交概化和重叠概化disjoint and overlapping generalization全部概化和局部概化total and partial generalization聚集aggregationUMLUML 类图UML class diagram第八章E-R 模型和标准化E-R model and normalization分解decomposition函数依赖functional dependencies无损分解lossless decomposition原子域atomic domains第一范式(1NF) first normal form(1NF)合法关系legal relations超码super keyR 满足 F R satisfies FF在R上成立 F holds on RBoyce-Codd 范式BCNF Boyce-Codd normal form(BCNF)保持依赖dependency preservation第三范式(3NF) third normal form(3NF)平凡的函数依赖thivial functional dependencies函数依赖集的闭包closure of a set of functional dependenciesArmstrong 公理Armstrong s axioms属性集闭包closure of attribute setsF 在Ri 上的限定restriction of F to Ri正贝 1 覆盖canonical cover无关属T生extraneous attributesBCNF 分解算法BCNF decomposition algorithm3NF 分解算法3NF decomposition algorithm多值依赖multivalued dependencies第四范式(4NF) fourth normal form(4NF)多值依赖的限定restriction of a multivalued independency投影-连接范式(PJNF) project-join normal form(PJNF)域-码范式(DKNF ) domain-key normal form(DKNF)泛关系universal relation唯一角色假设unique-role assumption 去标准化denormalization。
100个信息工程专业术语中英文
100个信息工程专业术语中英文全文共3篇示例,供读者参考篇1Information engineering is a vast field that covers a wide range of knowledge and skills. In this article, we will introduce 100 important terms and concepts in information engineering, both in English and Chinese.1. Artificial Intelligence (AI) - 人工智能2. Machine Learning - 机器学习3. Deep Learning - 深度学习4. Natural Language Processing (NLP) - 自然语言处理5. Computer Vision - 计算机视觉6. Data Mining - 数据挖掘7. Big Data - 大数据8. Internet of Things (IoT) - 物联网9. Cloud Computing - 云计算10. Virtual Reality (VR) - 虚拟现实11. Augmented Reality (AR) - 增强现实12. Cybersecurity - 网络安全13. Cryptography - 密码学14. Blockchain - 区块链15. Information System - 信息系统16. Database Management System (DBMS) - 数据库管理系统17. Relational Database - 关系数据库18. NoSQL - 非关系型数据库19. SQL (Structured Query Language) - 结构化查询语言20. Data Warehouse - 数据仓库21. Data Mart - 数据集市22. Data Lake - 数据湖23. Data Modeling - 数据建模24. Data Cleansing - 数据清洗25. Data Visualization - 数据可视化26. Hadoop - 分布式存储和计算框架27. Spark - 大数据处理框架28. Kafka - 流数据处理平台29. Elasticsearch - 开源搜索引擎30. Cyber-Physical System (CPS) - 嵌入式系统31. System Integration - 系统集成32. Network Architecture - 网络架构33. Network Protocol - 网络协议34. TCP/IP - 传输控制协议/互联网协议35. OSI Model - 开放系统互连参考模型36. Router - 路由器37. Switch - 交换机38. Firewall - 防火墙39. Load Balancer - 负载均衡器40. VPN (Virtual Private Network) - 虚拟专用网络41. SDN (Software-Defined Networking) - 软件定义网络42. CDN (Content Delivery Network) - 内容分发网络43. VoIP (Voice over Internet Protocol) - 互联网语音44. Unified Communications - 统一通信45. Mobile Computing - 移动计算46. Mobile Application Development - 移动应用开发47. Responsive Web Design - 响应式网页设计48. UX/UI Design - 用户体验/用户界面设计49. Agile Development - 敏捷开发50. DevOps - 开发与运维51. Continuous Integration/Continuous Deployment (CI/CD) - 持续集成/持续部署52. Software Testing - 软件测试53. Bug Tracking - 缺陷跟踪54. Version Control - 版本控制55. Git - 分布式版本控制系统56. Agile Project Management - 敏捷项目管理57. Scrum - 敏捷开发框架58. Kanban - 看板管理法59. Waterfall Model - 瀑布模型60. Software Development Life Cycle (SDLC) - 软件开发生命周期61. Requirements Engineering - 需求工程62. Software Architecture - 软件架构63. Software Design Patterns - 软件设计模式64. Object-Oriented Programming (OOP) - 面向对象编程65. Functional Programming - 函数式编程66. Procedural Programming - 过程式编程67. Dynamic Programming - 动态规划68. Static Analysis - 静态分析69. Code Refactoring - 代码重构70. Code Review - 代码审查71. Code Optimization - 代码优化72. Software Development Tools - 软件开发工具73. Integrated Development Environment (IDE) - 集成开发环境74. Version Control System - 版本控制系统75. Bug Tracking System - 缺陷跟踪系统76. Code Repository - 代码仓库77. Build Automation - 构建自动化78. Continuous Integration/Continuous Deployment (CI/CD) - 持续集成/持续部署79. Code Coverage - 代码覆盖率80. Code Review - 代码审查81. Software Development Methodologies - 软件开发方法论82. Waterfall Model - 瀑布模型83. Agile Development - 敏捷开发84. Scrum - 看板管理法85. Kanban - 看板管理法86. Lean Development - 精益开发87. Extreme Programming (XP) - 极限编程88. Test-Driven Development (TDD) - 测试驱动开发89. Behavior-Driven Development (BDD) - 行为驱动开发90. Model-Driven Development (MDD) - 模型驱动开发91. Design Patterns - 设计模式92. Creational Patterns - 创建型模式93. Structural Patterns - 结构型模式94. Behavioral Patterns - 行为型模式95. Software Development Lifecycle (SDLC) - 软件开发生命周期96. Requirement Analysis - 需求分析97. System Design - 系统设计98. Implementation - 实施99. Testing - 测试100. Deployment - 部署These terms are just the tip of the iceberg when it comes to information engineering. As technology continues to advance, new terms and concepts will emerge, shaping the future of this dynamic field. Whether you are a student, a professional, or just someone interested in technology, familiarizing yourself with these terms will help you navigate the complex world of information engineering.篇2100 Information Engineering Professional Terms in English1. Algorithm - a set of instructions for solving a problem or performing a task2. Computer Science - the study of computers and their applications3. Data Structures - the way data is organized in a computer system4. Networking - the practice of linking computers together to share resources5. Cybersecurity - measures taken to protect computer systems from unauthorized access or damage6. Software Engineering - the application of engineering principles to software development7. Artificial Intelligence - the simulation of human intelligence by machines8. Machine Learning - a type of artificial intelligence that enables machines to learn from data9. Big Data - large and complex sets of data that require specialized tools to process10. Internet of Things (IoT) - the network of physical devices connected through the internet11. Cloud Computing - the delivery of computing services over the internet12. Virtual Reality - a computer-generated simulation of a real or imagined environment13. Augmented Reality - the integration of digital information with the user's environment14. Data Mining - the process of discovering patterns in large data sets15. Quantum Computing - the use of quantum-mechanical phenomena to perform computation16. Cryptography - the practice of securing communication by encoding it17. Data Analytics - the process of analyzing data to extract meaningful insights18. Information Retrieval - the process of finding relevant information in a large dataset19. Web Development - the process of creating websites and web applications20. Mobile Development - the process of creating mobile applications21. User Experience (UX) - the overall experience of a user interacting with a product22. User Interface (UI) - the visual and interactive aspects of a product that a user interacts with23. Software Architecture - the design and organization of software components24. Systems Analysis - the process of studying a system's requirements to improve its efficiency25. Computer Graphics - the creation of visual content using computer software26. Embedded Systems - systems designed to perform a specific function within a larger system27. Information Security - measures taken to protect information from unauthorized access28. Database Management - the process of organizing and storing data in a database29. Cloud Security - measures taken to protect data stored in cloud computing environments30. Agile Development - a software development methodology that emphasizes collaboration and adaptability31. DevOps - a set of practices that combine software development and IT operations to improve efficiency32. Continuous Integration - the practice of integrating code changes into a shared repository frequently33. Machine Vision - the use of cameras and computers to process visual information34. Predictive Analytics - the use of data and statistical algorithms to predict future outcomes35. Information Systems - the study of how information is used in organizations36. Data Visualization - the representation of data in visual formats to make it easier to understand37. Edge Computing - the practice of processing data closer to its source rather than in a centralized data center38. Natural Language Processing - the ability of computers to understand and generate human language39. Cyber Physical Systems - systems that integrate physical and computational elements40. Computer Vision - the ability of computers to interpret and understand visual information41. Information Architecture - the structural design of information systems42. Information Technology - the use of computer systems to manage and process information43. Computational Thinking - a problem-solving approach that uses computer science concepts44. Embedded Software - software that controls hardware devices in an embedded system45. Data Engineering - the process of collecting, processing, and analyzing data46. Software Development Life Cycle - the process of developing software from conception to deployment47. Internet Security - measures taken to protectinternet-connected systems from cyber threats48. Application Development - the process of creating software applications for specific platforms49. Network Security - measures taken to protect computer networks from unauthorized access50. Artificial Neural Networks - computational models inspired by the biological brain's neural networks51. Systems Engineering - the discipline that focuses on designing and managing complex systems52. Information Management - the process of collecting, storing, and managing information within an organization53. Sensor Networks - networks of sensors that collect and transmit data for monitoring and control purposes54. Data Leakage - the unauthorized transmission of data to an external source55. Software Testing - the process of evaluating software to ensure it meets requirements and functions correctly56. Internet Protocol (IP) - a set of rules for sending data over a network57. Machine Translation - the automated translation of text from one language to another58. Cryptocurrency - a digital or virtual form of currency that uses cryptography for security59. Software Deployment - the process of making software available for use by end-users60. Computer Forensics - the process of analyzing digital evidence for legal or investigative purposes61. Virtual Private Network (VPN) - a secure connection that allows users to access a private network over a public network62. Internet Service Provider (ISP) - a company that provides access to the internet63. Data Center - a facility that houses computing and networking equipment for processing and storing data64. Network Protocol - a set of rules for communication between devices on a network65. Project Management - the practice of planning, organizing, and overseeing a project to achieve its goals66. Data Privacy - measures taken to protect personal data from unauthorized access or disclosure67. Software License - a legal agreement that governs the use of software68. Information Ethics - the study of ethical issues related to the use of information technology69. Search Engine Optimization (SEO) - the process of optimizing websites to rank higher in search engine results70. Internet of Everything (IoE) - the concept of connecting all physical and digital objects to the internet71. Software as a Service (SaaS) - a software delivery model in which applications are hosted by a provider and accessed over the internet72. Data Warehousing - the process of collecting and storing data from various sources for analysis and reporting73. Cloud Storage - the practice of storing data online in remote servers74. Mobile Security - measures taken to protect mobile devices from security threats75. Web Hosting - the service of providing storage space and access for websites on the internet76. Malware - software designed to harm a computer system or its users77. Information Governance - the process of managing information to meet legal, regulatory, and business requirements78. Enterprise Architecture - the practice of aligning an organization's IT infrastructure with its business goals79. Data Backup - the process of making copies of data to protect against loss or corruption80. Data Encryption - the process of converting data into a code to prevent unauthorized access81. Social Engineering - the manipulation of individuals to disclose confidential information82. Internet of Medical Things (IoMT) - the network of medical devices connected through the internet83. Content Management System (CMS) - software used to create and manage digital content84. Blockchain - a decentralized digital ledger used to record transactions85. Open Source - software that is publicly accessible for modification and distribution86. Network Monitoring - the process of monitoring and managing network performance and security87. Data Governance - the process of managing data to ensure its quality, availability, and security88. Software Patch - a piece of code used to fix a software vulnerability or add new features89. Zero-Day Exploit - a security vulnerability that is exploited before the vendor has a chance to patch it90. Data Migration - the process of moving data from one system to another91. Business Intelligence - the use of data analysis tools to gain insights into business operations92. Secure Socket Layer (SSL) - a protocol that encrypts data transmitted over the internet93. Mobile Device Management (MDM) - the practice of managing and securing mobile devices in an organization94. Dark Web - the part of the internet that is not indexed by search engines and often used for illegal activities95. Knowledge Management - the process of capturing, organizing, and sharing knowledge within an organization96. Data Cleansing - the process of detecting and correcting errors in a dataset97. Software Documentation - written information that describes how software works98. Open Data - data that is freely available for anyone to use and redistribute99. Predictive Maintenance - the use of data analytics to predict when equipment will need maintenance100. Software Licensing - the legal terms and conditions that govern the use and distribution of softwareThis list of 100 Information Engineering Professional Terms in English provides a comprehensive overview of key concepts and technologies in the field of information technology. These terms cover a wide range of topics, including computer science, data analysis, network security, and software development. By familiarizing yourself with these terms, you can better understand and communicate about the complex and rapidly evolving world of information engineering.篇3100 Information Engineering Professional Terms1. Algorithm - 算法2. Artificial Intelligence - 人工智能3. Big Data - 大数据4. Cloud Computing - 云计算5. Cryptography - 密码学6. Data Mining - 数据挖掘7. Database - 数据库8. Deep Learning - 深度学习9. Digital Signal Processing - 数字信号处理10. Internet of Things - 物联网11. Machine Learning - 机器学习12. Network Security - 网络安全13. Object-Oriented Programming - 面向对象编程14. Operating System - 操作系统15. Programming Language - 编程语言16. Software Engineering - 软件工程17. Web Development - 网页开发18. Agile Development - 敏捷开发19. Cybersecurity - 网络安全20. Data Analytics - 数据分析21. Network Protocol - 网络协议22. Artificial Neural Network - 人工神经网络23. Cloud Security - 云安全24. Data Visualization - 数据可视化25. Distributed Computing - 分布式计算26. Information Retrieval - 信息检索27. IoT Security - 物联网安全28. Machine Translation - 机器翻译29. Mobile App Development - 移动应用开发30. Software Architecture - 软件架构31. Data Warehousing - 数据仓库32. Network Architecture - 网络架构33. Robotics - 机器人技术34. Virtual Reality - 虚拟现实35. Web Application - 网页应用36. Biometrics - 生物识别技术37. Computer Graphics - 计算机图形学38. Cyber Attack - 网络攻击39. Data Compression - 数据压缩40. Network Management - 网络管理41. Operating System Security - 操作系统安全42. Real-Time Systems - 实时系统43. Social Media Analytics - 社交媒体分析44. Blockchain Technology - 区块链技术45. Computer Vision - 计算机视觉46. Data Integration - 数据集成47. Game Development - 游戏开发48. IoT Devices - 物联网设备49. Multimedia Systems - 多媒体系统50. Software Quality Assurance - 软件质量保证51. Data Science - 数据科学52. Information Security - 信息安全53. Machine Vision - 机器视觉54. Natural Language Processing - 自然语言处理55. Software Testing - 软件测试56. Chatbot - 聊天机器人57. Computer Networks - 计算机网络58. Cyber Defense - 网络防御60. Image Processing - 图像处理61. IoT Sensors - 物联网传感器62. Neural Network - 神经网络63. Network Traffic Analysis - 网络流量分析64. Software Development Life Cycle - 软件开发周期65. Data Governance - 数据治理66. Information Technology - 信息技术67. Malware Analysis - 恶意软件分析68. Online Privacy - 在线隐私69. Speech Recognition - 语音识别70. Cyber Forensics - 网络取证71. Data Anonymization - 数据匿名化72. IoT Platform - 物联网平台73. Network Infrastructure - 网络基础设施74. Predictive Analytics - 预测分析75. Software Development Tools - 软件开发工具77. Information Security Management - 信息安全管理78. Network Monitoring - 网络监控79. Software Deployment - 软件部署80. Data Encryption - 数据加密81. IoT Gateway - 物联网网关82. Network Topology - 网络拓扑结构83. Quantum Computing - 量子计算84. Software Configuration Management - 软件配置管理85. Data Lakes - 数据湖86. Infrastructure as a Service (IaaS) - 基础设施即服务87. Network Virtualization - 网络虚拟化88. Robotic Process Automation - 机器人流程自动化89. Software as a Service (SaaS) - 软件即服务90. Data Governance - 数据治理91. Information Security Policy - 信息安全政策92. Network Security Risk Assessment - 网络安全风险评估93. Secure Software Development - 安全软件开发94. Internet Security - 互联网安全95. Secure Coding Practices - 安全编码实践96. Secure Network Design - 安全网络设计97. Software Security Testing - 软件安全测试98. IoT Security Standards - 物联网安全标准99. Network Security Monitoring - 网络安全监控100. Vulnerability Management - 漏洞管理These terms cover a wide range of topics within the field of Information Engineering, and are essential in understanding and discussing the various aspects of this discipline. It is important for professionals in this field to be familiar with these terms in order to effectively communicate and collaborate with others in the industry.。
常见的大数据术语表(中英文对照版)
常见的大数据术语表(中英文对照版)A聚合(Aggregation) - 搜索、合并、显示数据的过程算法(Algorithms) - 可以完成某种数据分析的数学公式分析法(Analytics) - 用于发现数据的内在涵义异常检测(Anomaly detection) - 在数据集中搜索与预期模式或行为不匹配的数据项。
除了"Anomalies",用来表示异常的词有以下几种:outliers, exceptions, surprises, contaminants.他们通常可提供关键的可执行信息匿名化(Anonymization) - 使数据匿名,即移除所有与个人隐私相关的数据应用(Application) - 实现某种特定功能的计算机软件人工智能(Artificial Intelligence) - 研发智能机器和智能软件,这些智能设备能够感知周遭的环境,并根据要求作出相应的反应,甚至能自我学习B行为分析法(Behavioural Analytics) - 这种分析法是根据用户的行为如"怎么做","为什么这么做",以及"做了什么"来得出结论,而不是仅仅针对人物和时间的一门分析学科,它着眼于数据中的人性化模式大数据科学家(Big Data Scientist) - 能够设计大数据算法使得大数据变得有用的人大数据创业公司(Big data startup) - 指研发最新大数据技术的新兴公司生物测定术(Biometrics) - 根据个人的特征进行身份识别B字节(BB: Brontobytes) - 约等于1000 YB(Yottabytes),相当于未来数字化宇宙的大小。
1 B字节包含了27个0!商业智能(Business Intelligence) - 是一系列理论、方法学和过程,使得数据更容易被理解C分类分析(Classification analysis) - 从数据中获得重要的相关性信息的系统化过程;这类数据也被称为元数据(meta data),是描述数据的数据云计算(Cloud computing) - 构建在网络上的分布式计算系统,数据是存储于机房外的(即云端)聚类分析(Clustering analysis) - 它是将相似的对象聚合在一起,每类相似的对象组合成一个聚类(也叫作簇)的过程。
计算机编程常用术语英语词汇汇总
计算机编程及常用术语英语词汇大全cover覆盖、涵盖create/creation创立、生成crosstab query穿插表查询(for database)CRTP (curiously recurring template pattern)CTS (common type system)通用类型系统cube多维数据集(for database)cursor光标cursor游标(for database)custom定制、自定义data数据data connection数据连接(for database)Data Control Language (DCL)数据控制语言(DCL) (for database)Data Definition Language (DDL)数据定义语言(DDL) (for database)data dictionary数据字典(for database)data dictionary view数据字典视图(for database)data file数据文件(for database)data integrity数据完整性(for database)data manipulation language (DML)数据操作语言(DML) (for database)data mart数据集市(for database)data pump数据抽取(for database)data scrubbing数据清理(for database)data source数据源(for database)Data source name (DSN)数据源名称(DSN) (for database)data warehouse数据仓库(for database)dataset数据集(for database)database 数据库(for database)database catalog数据库目录(for database)database diagram数据关系图(for database)database file数据库文件(for database)database object数据库对象(for database)database owner数据库所有者(for database)database project数据库工程(for database)database role数据库角色(for database)database schema数据库模式、数据库架构(for database)database scrīpt数据库脚本(for database)data-bound数据绑定(for database)data-aware control数据感知控件(for database)data member数据成员、成员变量dataset数据集(for database)data source数据源(for database)data structure数据构造data table数据表(for database)datagram数据报文DBMS (database management system)数据库管理系统(for database) DCOM (distributed COM)分布式COMdead lock死锁(for database)deallocate归还debug调试debugger调试器decay退化decision support决策支持declaration声明declarative referential integrity (DRI)声明引用完整性(DRI) (for database) deduction推导DEFAULT constraint默认约束(for database)default database默认数据库(for database)default instance默认实例(for database)default result set默认结果集(for database)default缺省、默认值defer推迟definition定义delegate委托delegation委托dependent namedeploy部署dereference解引用dereference operator (提领)运算子derived class派生类design by contract契约式设计design pattern 设计模式destroy销毁destructor(dtor)析构函数、析构器device设备DHTML (dynamic HyperText Markup Language)动态超文本标记语言dialog对话框digest摘要digital数字的DIME (Direct Internet Message Encapsulation)直接Internet消息封装directive (编译)指示符directory目录dirty pages脏页(for database)dirty read脏读(for database)disassembler反汇编器DISCO (Discovery of Web Services)Web Services的查找disk盘dispatch调度、分派、派发〔我喜欢“调度〞〕DISPID (Dispatch Identifier)分派标识符distributed computing分布式计算distributed query分布式查询(for database)DNA (Distributed interNet Application)分布式网间应用程序document文档DOM (Document Object Model)文档对象模型dot operator (圆)点操作符driver驱动(程序)DTD (document type definition)文档类型定义double-byte character set (DBCS)双字节字符集(DBCS)dump转储dump file转储文件dynamic cursor动态游标(for database)dynamic filter动态筛选(for database)dynamic locking动态锁定(for database)dynamic recovery动态恢复(for database)dynamic snapshot动态快照(for database)dynamic SQL statements动态SQL语句(for database) dynamic assembly动态装配件、动态配件dynamic binding动态绑定EAI (enterprise application integration)企业应用程序集成(整合) EBCO (empty base class optimization)空基类优化〔机制〕e-business电子商务EDI (Dlectronic Data Interchange)电子数据交换efficiency效率efficient高效end-to-end authentication端对端身份验证end user最终用户engine引擎entity实体encapsulation封装enclosing class外围类别(与巢状类别nested class有关) enum (enumeration)枚举enumerators枚举成员、枚举器equal相等equality相等性equality operator等号操作符error log错误日志(for database)escape code转义码escape character转义符、转义字符exclusive lock排它锁(for database)explicit transaction显式事务(for database)evaluate评估event事件event driven事件驱动的event handler事件处理器evidence证据exception异常exception declaration异常声明exception handling异常处理、异常处理机制exception-safe异常平安的exception specification异常标准exit退出explicit显式explicit specialization显式特化export导出expression表达式facility设施、设备fat client胖客户端feature特性、特征fetch提取field字段(java)field字段(for database)field length字段长度(for database)file文件filter筛选(for database)finalization终结firewall防火墙finalizer终结器firmware固件flag标记flash memory闪存flush刷新font字体foreign key (FK)外键(FK) (for database)form窗体formal parameter形参forward declaration前置声明forward-only只向前的forward-only cursor只向前游标(for database) fragmentation碎片(for database)framework框架full specialization完全特化function函数function call operator (即operator ())函数调用操作符function object函数对象function overloaded resolution函数重载决议functionality功能function template函数模板functor仿函数GAC (global assembly cache)全局装配件缓存、全局配件缓存GC (Garbage collection)垃圾回收(机制)、垃圾收集(机制) game游戏generate生成generic泛化的、一般化的、通用的generic algorithm通用算法genericity泛型getter (相对于setter)取值函数global全局的global object全局对象global scope resolution operator全局范围解析操作符grant授权(for database)granularity粒度group组、群group box分组框GUI图形界面GUID (Globally Unique Identifier)全球唯一标识符hand shaking握手handle句柄handler处理器hard-coded硬编码的hard-copy截屏图hard disk硬盘hardware硬件hash table散列表、哈希表header file头文件heap堆help file帮助文件hierarchy层次构造、继承体系hierarchical data阶层式数据、层次式数据hook钩子Host (application)宿主(应用程序)hot key热键hyperlink超链接HTML (HyperText Markup Language)超文本标记语言HTTP pipeline HTTP管道HTTP (HyperText Transfer Protocol)超文本传输协议icon图标IDE (Integrated Development Environment)集成开发环境IDL (Interface Definition Language)接口定义语言identifier标识符idle time空闲时间if and only if当且仅当IL (Intermediate Language)中间语言、中介语言image图象IME输入法immediate base直接基类immediate derived直接派生类immediate updating即时更新(for database) implicit transaction隐式事务(for database) incremental update增量更新(for database)index索引(for database)implement实现implementation实现、实现品implicit隐式import导入increment operator增加操作符infinite loop无限循环infinite recursive无限递归information信息infrastructure根底设施inheritance继承、继承机制inline内联inline expansion内联展开initialization初始化initialization list初始化列表、初始值列表initialize初始化inner join内联接(for database)in-place active现场激活instance实例instantiated具现化、实体化(常应用于template) instantiation具现体、具现化实体(常应用于template) integrate集成、整合integrity完整性、一致性aggregation聚合、聚集algorithm算法alias别名align排列、对齐allocate分配、配置allocator分配器、配置器angle bracket尖括号annotation注解、评注API (Application Programming Interface)应用(程序)编程接口app domain (application domain)应用域application应用、应用程序application framework应用程序框架appearance外观append附加architecture架构、体系构造archive file归档文件、存档文件argument引数(传给函式的值)。
常用计算机术语[中英文对照]
Aaccess control / 访问控制access control entry, ACE / 访问控制项account lockout / 帐户锁定ACE, access control entry / 访问控制项acknowledgment message / 应答消息ACPI (Advanced Configuration and Power Interface) / 高级配置和电源接口active / 活动active content / 活动内容Active DirectoryActive Directory Users and Computers / Active Directory 用户和计算机active partition / 活动分区active volume / 活动卷ActiveXAddress Resolution Protocol, ARP / 地址解析协议administration queue / 管理队列administrative alerts / 管理警报administrator / 管理员Advanced Configuration and Power Interface, ACPI / 高级配置和电源接口agent / 代理Alerter service / 警报器服务allocation unit size / 分配单元大小American Standard Code for Information Interchange, ASCII / 美国信息交换标准码AppleTalkAppleTalk Transport / AppleTalk 传输ARP, Address Resolution Protocol / 地址解析协议ASCII, American Standard Code for Information Interchange / 美国信息交换标准码Assistive Technology Program / 辅助技术程序asymmetric encryption / 非对称加密asynchronous communication / 异步通讯ATM asynchronous transfer mode / 异步传输模式attributes / 属性audit policy / 审核策略auditing / 审核authentication / 身份验证authoritative restore / 强制性还原authorization / 授权BB—channel / B—信道background program / 后台程序backup media pool / 备份媒体池backup operator / 备份操作员backup set / 备份集backup set catalog / 备份集分类backup types / 备份类型bandwidth / 带宽BAP, Bandwidth Allocation Protocol / 带宽分配协议base priority / 基本优先级basic disk / 基本磁盘basic input/output system, BIOS / 基本输入/输出系统basic volume / 基本卷batch program / 批处理程序baud rate / 波特率binary / 二进制binary digit, bit / 二进制数字,位bindery / 平构数据库BIOS, basic input/output system / 基本输入/输出系统bit, binary digit / 位,二进制数字bits per second, bps / 每秒位数boot / 启动boot files / 启动文件boot partition / 启动分区boot volume / 启动卷bps, bits per second / 每秒位数buffer / 缓冲区built—in groups / 内置组bus / 总线bytes received / 接收的字节数bytes transmitted / 传输的字节数CCA, certification authority / 证书颁发机构callback number / 回叫号码callback security / 回叫安全called subscriber ID (CSID) string / 被叫订户 ID (CSID)字符串CAPI (CryptoAPI)cartridge font / 字体盒字体catalog / 编录CDP, CRL Distribution Point / CRL 分发点certificate / 证书certificate revocation list, CRL / 证书吊销列表certificate store / 证书存储区certificate template / 证书模板certificate trust list, CTL / 证书信任列表certification authority, CA / 证书颁发机构certification hierarchy / 证书等级certification path / 证书路径channel / 信道CHAP, Challenge Handshake Authentication Protocol / 质询握手身份验证协议character mode / 字符方式child object / 子对象clear / 清除client / 客户client application / 客户应用程序Client Service for NetWare / NetWare 客户服务ClipBook Server / 剪贴簿服务器Cluster Administrator / 群集管理器Cluster Administrator extension / 群集管理器扩展Cluster service / 群集服务cluster size / 簇大小Cluster.exeCMYK color space / CMYK 颜色空间code page / 代码页codec / 编解码器color gamut / 色阶color management / 颜色管理color profile / 颜色配置文件color space / 颜色空间Command Prom pt window /“命令提示符"窗口common groups / 公用组communication port / 通讯端口communication settings / 通讯设置community name / 社团名Compression Control Protocol, CCP / 压缩控制协议computer account / 计算机帐户Computer Browser service / 计算机浏览器服务computer quota / 计算机配额connect / 连接connected, authenticating user / 已连接,正验证身份的用户connected, user authenticated / 已连接且身份已验证的用户connector application / 连接器应用程序connector queue / 连接器队列console tree / 控制台树container object / 容器对象copy backup / 副本备份CPU Time / CPU 时间CPU Usage / CPU 使用CRC errors / CRC 错误CRL, certificate revocation list / 证书吊销列表CRL Distribution Point, CDP / CRL 分发点CryptoAPI (CAPI)cryptographic service provider, CSP / 加密服务提供程序cryptography / 加密CSID (called subscriber ID) string / CSID(被叫订户 ID)字符串CSP, cryptographic service provider / 加密服务提供程序CTL, certificate trust list / 证书信任列表custom file type / 自定义文件类型DD-channel / D-信道DACL, discretionary access control list / 任意访问控制表daily backup / 每日备份Data Communications Equipment, DCE / 数据通讯设备Data Terminal Equipment, DTE / 数据终端设备data-overrun error / 数据溢出错误DCE, Data Communications Equipment / 数据通讯设备DDE, dynamic data exchange / 动态数据交换dead-letter queue / 死信队列debugger / 调试器default button / 默认按钮default network / 默认网络default printer / 默认打印机default tree and context / 默认树和上下文default user / 默认用户defragmentation / 碎片整理dependency / 从属关系dependent client / 从属客户descendent key / 派生项desktop / 桌面desktop pattern / 桌面方案destination document / 目标文档details pane / 详细信息窗格device / 设备device conflict / 设备冲突device driver / 设备驱动程序device fonts / 设备字体Device Manager / 设备管理器DHCP, Dynamic Host Configuration Protocol 动态主机配置协议DHCP option / DHCP 选项dial location / 拨号位置dial—up connection / 拨号连接differential backup / 差异备份digital signature / 数字签名Digital Signature Standard, DSS / 数字签名标准digital video disc, DVD / 数字化视频光盘direct cable connection / 直接电缆连接direct memory access, DMA / 直接内存访问directory partition / 目录分区disable / 禁用discretionary access control list, DACL / 任意访问控制表disk / 磁盘disk configuration information / 磁盘配置信息dismount / 卸除display adapter / 显示适配器DLL, dynamic-link library / 动态链接库DMA, direct memory access / 直接内存访问DNS, Domain Name System / 域名系统DNS server / DNS 服务器docking station / 插接站document / 文档domain / 域domain controller / 域控制器domain name / 域名Domain Name System, DNS / 域名系统domain namespace / 域名空间dots per inch, DPI / 每英寸点数downloadable fonts / 可下载字体drag / 拖动drive / 驱动器drive letter / 驱动器号drop folder / 拖动文件夹DSS, Digital Signature Standard / 数字签名标准DTE, Data Terminal Equipment / 数据终端设备dual boot / 双重启动duplex / 双工DVD, digital video disc / 数字化视频光盘DVD decoder / DVD 解码器DVD drive / DVD 驱动器DWORDdynamic data exchange, DDE / 动态数据交换dynamic disk / 动态磁盘Dynamic Host Configuration Protocol, DHCP / 动态主机配置协议dynamic volume / 动态卷dynamic—link library, DLL / 动态链接库EEAP, Extensible Authentication Protocol / 可扩展的身份验证协议EFS, encrypting file system / 加密文件系统embedded object / 内嵌对象emergency repair disk, ERD / 紧急修复磁盘enable / 启用encapsulated PostScript (EPS) file / 封装的 PostScript (EPS) 文件encrypted passwords / 加密的密码encrypting file system, EFS / 加密文件系统encryption / 加密enhanced small device interface, ESDI / 增强型小型设备接口environment variable / 环境变量EPS (encapsulated PostScript) file / EPS(封装的 PostScript)文件ERD, emergency repair disk / 紧急修复磁盘error detection / 错误检测event / 事件Event Log service / 事件日志服务event logging / 事件记录everyone category / everyone 的分类expanded memory / 扩充内存expansion slot / 扩展槽explicit permissions / 直接权限express message / 快递消息extended memory / 扩展内存extended partition / 扩展分区Extensible Authentication Protocol, EAP / 可扩展的身份验证协议external network number / 外部网络号Ffailback / 故障回复failed / 失败failover / 故障转移FAT, file allocation table / 文件分配表FAT32fault tolerance / 容错Fax Service / 传真服务FCB, file control block / 文件控制块Federal Information Processing Standard 140-1, FIPS 140-1 / 联邦信息处理标准 140-1 FEP, (front-end processor) / 前端处理器file allocation table, FAT / 文件分配表file control block, FCB / 文件控制块File Server for Macintosh / Macintosh 文件服务器file system / 文件系统file type / 文件类型filter / 筛选器FIPS 140—1, Federal Information Processing Standard 140-1 / 联邦信息处理标准 140-1font / 字体font cartridge / 字体盒foreground program / 前台程序foreign computer / 外部计算机form / 表单FORTEZZAfragmentation / 碎片frame type / 帧类型free media pool / 可用媒体池free space / 可用空间front-end processor, FEP / 前端处理器full—duplex / 全双工full name / 全名GGateway Service for NetWare / NetWare 网关服务GDI objects / GDI 对象global group / 全局组graphics mode / 图形模式group / 组group account / 组帐户group memberships / 组成员身份group name / 组名Group Policy / 组策略Group Policy object / 组策略对象guest / 来宾guest account / 来宾帐户Hhalf—duplex / 半双工handle count / 句柄数handshaking / 握手Hardware Compatibility List, HCL / 硬件兼容性列表hardware compression / 硬件压缩hardware configuration / 硬件配置hardware decoder / 硬件解码器hardware profile / 硬件配置文件hardware type / 硬件类型hash / 散列hash algorithm / 散列算法Hash-based Message Authentication Mode, HMAC / 基于散列的消息验证模式HCL, Hardware Compatibility List / 硬件兼容性列表hexadecimal / 十六进制histogram / 直方图hive / 配置单元HMAC, Hash—based Message Authentication Mode / 基于散列的消息验证模式home directory / 主目录host name / 主机名HTML, Hypertext Markup Language / 超文本标记语言hub / 网络集线器hubbed mode / 集线模式hue / 色调Hypertext Markup Language, HTML / 超文本标记语言II/O (input/output) port / I/O(输入/输出)端口ICMP, Internet Control Message Protocol / 网际消息控制协议IDE, integrated device electronics / 集成设备电路IEEE 1394Image Name / 映像名称IME, Input Method Editor / 输入法import media pool / 导入媒体池incremental backup / 增量备份independent client / 独立客户。
信息技术常用术语中英文对照表
信息技术常用术语中英文对照表1. 互联网 (Internet)2. 网络安全 (Cybersecurity)3. 云计算 (Cloud Computing)5. 大数据 (Big Data)6. 机器学习 (Machine Learning)7. 物联网 (Internet of Things)8. 虚拟现实 (Virtual Reality)9. 增强现实 (Augmented Reality)10. 数字化转型 (Digital Transformation)11. 数据挖掘 (Data Mining)12. 信息安全 (Information Security)13. 信息技术 (Information Technology)15. 服务器 (Server)16. 客户端 (Client)17. 网络协议 (Network Protocol)18. 软件开发 (Software Development)19. 数据库 (Database)20. 编程语言 (Programming Language)21. 操作系统 (Operating System)22. 硬件 (Hardware)23. 软件 (Software)24. 网络基础设施 (Network Infrastructure)26. 数字营销 (Digital Marketing)27. 网络攻击 (Cyber Attack)28. 数据加密 (Data Encryption)29. 信息架构 (Information Architecture)30. 网络安全漏洞 (Cybersecurity Vulnerability)31. 信息系统 (Information System)32. 网络安全策略 (Cybersecurity Strategy)33. 网络安全意识 (Cybersecurity Awareness)34. 数字化战略 (Digital Strategy)35. 网络安全法规 (Cybersecurity Regulation)36. 信息安全标准 (Information Security Standard)37. 网络安全解决方案 (Cybersecurity Solution)38. 网络安全威胁 (Cybersecurity Threat)39. 信息安全事件 (Information Security Incident)40. 网络安全审计 (Cybersecurity Audit)41. 信息安全风险管理 (Information Security Risk Management)42. 网络安全监控 (Cybersecurity Monitoring)43. 信息安全培训 (Information Security Training)44. 网络安全事件响应 (Cybersecurity Incident Response)45. 信息安全政策 (Information Security Policy)46. 网络安全评估 (Cybersecurity Assessment)47. 信息安全意识提升 (Information Security Awareness)48. 网络安全培训 (Cybersecurity Training)49. 信息安全策略 (Information Security Strategy)50. 网络安全管理体系 (Cybersecurity Management System)信息技术常用术语中英文对照表51. 网络服务 (Network Service)52. 数据传输 (Data Transmission)53. 信息架构 (Information Architecture)54. 信息安全审计 (Information Security Audit)55. 信息安全认证 (Information Security Certification)56. 信息安全管理体系 (Information Security Management System)57. 信息安全策略 (Information Security Strategy)58. 信息安全培训 (Information Security Training)59. 信息安全意识 (Information Security Awareness)60. 信息安全风险管理 (Information Security Risk Management)61. 信息安全事件 (Information Security Incident)62. 信息安全标准 (Information Security Standard)63. 信息安全法规 (Information Security Regulation)64. 信息安全解决方案 (Information Security Solution)65. 信息安全威胁 (Information Security Threat)66. 信息安全监控 (Information Security Monitoring)67. 信息安全评估 (Information Security Assessment)68. 信息安全政策 (Information Security Policy)69. 信息安全审计 (Information Security Audit)70. 信息安全认证 (Information Security Certification)71. 信息安全管理体系 (Information Security Management System)72. 信息安全策略 (Information Security Strategy)73. 信息安全培训 (Information Security Training)74. 信息安全意识 (Information Security Awareness)75. 信息安全风险管理 (Information Security Risk Management)76. 信息安全事件 (Information Security Incident)77. 信息安全标准 (Information Security Standard)78. 信息安全法规 (Information Security Regulation)79. 信息安全解决方案 (Information Security Solution)80. 信息安全威胁 (Information Security Threat)81. 信息安全监控 (Information Security Monitoring)82. 信息安全评估 (Information Security Assessment)83. 信息安全政策 (Information Security Policy)84. 信息安全审计 (Information Security Audit)85. 信息安全认证 (Information Security Certification). 信息安全管理体系 (Information Security Management System)87. 信息安全策略 (Information Security Strategy)88. 信息安全培训 (Information Security Training)89. 信息安全意识 (Information Security Awareness)Management)91. 信息安全事件 (Information Security Incident)92. 信息安全标准 (Information Security Standard)93. 信息安全法规 (Information Security Regulation)94. 信息安全解决方案 (Information Security Solution)95. 信息安全威胁 (Information Security Threat)96. 信息安全监控 (Information Security Monitoring)97. 信息安全评估 (Information Security Assessment)98. 信息安全政策 (Information Security Policy)99. 信息安全审计 (Information Security Audit)100. 信息安全认证 (Information Security Certification)信息技术常用术语中英文对照表51. 网络服务 (Network Service)52. 数据传输 (Data Transmission)53. 信息架构 (Information Architecture)54. 信息安全审计 (Information Security Audit)55. 信息安全认证 (Information Security Certification)56. 信息安全管理体系 (Information Security Management System)57. 信息安全策略 (Information Security Strategy)58. 信息安全培训 (Information Security Training)59. 信息安全意识 (Information Security Awareness)Management)61. 信息安全事件 (Information Security Incident)62. 信息安全标准 (Information Security Standard)63. 信息安全法规 (Information Security Regulation)64. 信息安全解决方案 (Information Security Solution)65. 信息安全威胁 (Information Security Threat)66. 信息安全监控 (Information Security Monitoring)67. 信息安全评估 (Information Security Assessment)68. 信息安全政策 (Information Security Policy)69. 信息安全审计 (Information Security Audit)70. 信息安全认证 (Information Security Certification)71. 信息安全管理体系 (Information Security Management System)72. 信息安全策略 (Information Security Strategy)73. 信息安全培训 (Information Security Training)74. 信息安全意识 (Information Security Awareness)75. 信息安全风险管理 (Information Security Risk Management)76. 信息安全事件 (Information Security Incident)77. 信息安全标准 (Information Security Standard)78. 信息安全法规 (Information Security Regulation)79. 信息安全解决方案 (Information Security Solution)80. 信息安全威胁 (Information Security Threat)81. 信息安全监控 (Information Security Monitoring)82. 信息安全评估 (Information Security Assessment)83. 信息安全政策 (Information Security Policy)84. 信息安全审计 (Information Security Audit)85. 信息安全认证 (Information Security Certification). 信息安全管理体系 (Information Security Management System)87. 信息安全策略 (Information Security Strategy)88. 信息安全培训 (Information Security Training)89. 信息安全意识 (Information Security Awareness)90. 信息安全风险管理 (Information Security Risk Management)91. 信息安全事件 (Information Security Incident)92. 信息安全标准 (Information Security Standard)93. 信息安全法规 (Information Security Regulation)94. 信息安全解决方案 (Information Security Solution)95. 信息安全威胁 (Information Security Threat)96. 信息安全监控 (Information Security Monitoring)97. 信息安全评估 (Information Security Assessment)98. 信息安全政策 (Information Security Policy)99. 信息安全审计 (Information Security Audit)100. 信息安全认证 (Information Security Certification) 101. 数据库管理系统 (Database Management System)102. 编程语言 (Programming Language)103. 硬件 (Hardware)104. 软件 (Software)105. 操作系统 (Operating System) 106. 服务器 (Server)107. 客户端 (Client)108. 网络协议 (Network Protocol) 109. 软件开发 (Software Development) 110. 数据库 (Database)111. 编程语言 (Programming Language) 112. 操作系统 (Operating System) 113. 硬件 (Hardware)114. 软件 (Software)115. 服务器 (Server)116. 客户端 (Client)117. 网络协议 (Network Protocol) 118. 软件开发 (Software Development) 119. 数据库 (Database)120. 编程语言 (Programming Language) 121. 操作系统 (Operating System) 122. 硬件 (Hardware)123. 软件 (Software)124. 服务器 (Server)125. 客户端 (Client)126. 网络协议 (Network Protocol)127. 软件开发 (Software Development) 128. 数据库 (Database)129. 编程语言 (Programming Language) 130. 操作系统 (Operating System) 131. 硬件 (Hardware)132. 软件 (Software)133. 服务器 (Server)134. 客户端 (Client)135. 网络协议 (Network Protocol) 136. 软件开发 (Software Development) 137. 数据库 (Database)138. 编程语言 (Programming Language) 139. 操作系统 (Operating System) 140. 硬件 (Hardware)141. 软件 (Software)142. 服务器 (Server)143. 客户端 (Client)144. 网络协议 (Network Protocol) 145. 软件开发 (Software Development) 146. 数据库 (Database)147. 编程语言 (Programming Language) 148. 操作系统 (Operating System) 149. 硬件 (Hardware)150. 软件 (Software)。
信息技术常用术语中英文对照表
信息技术常用术语中英文对照表1. 计算机网络 Computer Network2. 互联网 Internet3. 局域网 Local Area Network (LAN)4. 带宽 Bandwidth5. 路由器 Router6. 交换机 Switch7. 防火墙 Firewall8. 病毒 Virus9. 木马 Trojan10. 黑客 Hacker11. 中央处理器 Central Processing Unit (CPU)12. 内存 Random Access Memory (RAM)13. 硬盘 Hard Disk Drive (HDD)14. 固态硬盘 Solid State Drive (SSD)15. 显卡 Graphics Card16. 主板 Motherboard17. BIOS Basic Input/Output System18. 操作系统 Operating System19. 应用程序 Application20. 编程语言 Programming Language21. 数据库 Database22. 服务器 Server23. 客户端 Client24. 云计算 Cloud Computing25. 大数据 Big Data27. 机器学习 Machine Learning28. 深度学习 Deep Learning29. 虚拟现实 Virtual Reality (VR)30. 增强现实 Augmented Reality (AR)31. 网络安全 Network Security32. 数据加密 Data Encryption33. 数字签名 Digital Signature34. 身份验证 Authentication35. 访问控制 Access Control36. 数据备份 Data Backup37. 数据恢复 Data Recovery38. 系统升级 System Upgrade39. 系统优化 System Optimization40. 技术支持 Technical Support当然,让我们继续丰富这个信息技术常用术语的中英文对照表:41. 网络协议 Network Protocol42. IP地址 Internet Protocol Address43. 域名系统 Domain Name System (DNS)44. HTTP Hypertext Transfer Protocol45. Hypertext Transfer Protocol Secure46. FTP File Transfer Protocol47. SMTP Simple Mail Transfer Protocol48. POP3 Post Office Protocol 349. IMAP Internet Message Access Protocol50. TCP/IP Transmission Control Protocol/Internet Protocol51. 无线局域网 Wireless Local Area Network (WLAN)52. 蓝牙 Bluetooth53. 无线保真 WiFi (Wireless Fidelity)54. 4G Fourth Generation55. 5G Fifth Generation56. 物联网 Internet of Things (IoT)57. 云服务 Cloud Service58. 网络存储 Network Attached Storage (NAS)59. 分布式文件系统 Distributed File System60. 数据中心 Data Center61. 系统分析 Systems Analysis62. 系统设计 Systems Design63. 软件开发 Software Development64. 系统集成 Systems Integration65. 软件测试 Software Testing66. 质量保证 Quality Assurance67. 项目管理 Project Management68. 技术文档 Technical Documentation69. 用户手册 User Manual70. 知识库 Knowledge Base71. 网络拓扑 Network Topology72. 星型网络 Star Network73. 环形网络 Ring Network74. 总线型网络 Bus Network75. 树形网络 Tree Network76. 点对点网络 PeertoPeer Network77. 宽带接入 Broadband Access78. DSL Digital Subscriber Line79. 光纤到户 Fiber To The Home (FTTH)80. VoIP Voice over Internet Protocol通过这份对照表,希望您能更加轻松地理解和应用信息技术领域的专业术语。
(完整版)图情常规术语(中英文对照)
前沿·热点Research Hot/Frontiers特色专题信息资源Specialized Science Information Resources 网络学术资源Internet Academic Resources学科/专题导航Subject Navigation网络信息Web information网络信息系统Web-based Information Systems学术信息Academic Information统一/跨库检索Unified Search数字资源长期保存Digital Preservation情报计量学Informetrics数字资源评价Digital Resources Evaluation重要度Importance Scale知识组织Knowledge Organization知识管理Knowledge Management知识处理Knowledge Processing知识共享Knowledge Sharing数字图书馆Digital Library信息素养Information Literacy信息意识Information Consciousness信息知识Information knowledge信息能力Information ability信息道德Information moral信息高速公路计划National Information Infrastructure(NII)图书馆管理Library Management图书馆运营Library Operations开放存取Open Access知识产权Intellectual property rights学术交流Scholarly Communication图书馆立法Library Legislation虚拟参考咨询Virtual Reference数字参考文献Digital Reference学科馆员Subject Librarians个性化服务Personalized Service图书馆射频应用Radio Frequency Identifica Applications(RFID)语义网Semantic Web本体论Ontology主题词表/叙词表Thesaurus分类法Classification数字战略Digital Strategy馆藏政策Collection policy竞争情报Competitive Intelligence读者隐私Reader Privacy高校图书馆University Library数字阅读Digital Reading图像信息Image Information档案网站Archives website数字档案Digital Archive信息集成Information Integration社会网络分析Social Network Analysis网络图书馆Network Library整合性图书馆系统Integrated Library System图书馆联盟Library consortia复合图书馆Hybrid Library图书漂流Bookcrossing链接分析Link analysis信息伦理Information Ethics信息检索Information Retrieval信息安全Information Security信息构建Information Architecture捐赠政策Donation Policy图书馆学Library science图书Books期刊Journals/Periodicals报纸Newspapers百科全书Encyclopedia信息资源Information resources知识Knowledge道德规范ethics图书馆服务library service交叉学科interdisciplinary science美国图书馆运动American Library Movement图书馆学学术课程Academic courses in library science 采集管理Collection management信息系统技术Information systems and technology编目分类Cataloging and Classification保藏Preservation参考咨询Reference统计管理Statistics and management数据库管理Database management情报建设Information architecture知识管理Knowledge Management图书馆学分支学科Subdisciplines in library science人类情报行为Human Information Behaviors知识组织Knowledge Organization数字图书馆Digital libraries采集开发Collection development个人信息管理Personal information management(PIM)保存Preservation公共参考咨询Public reference and other services学术交流Scholarly communication信息计量学informetrics科学计量学scientometrics图书馆职位类型Types of library science professionals图书管理员Librarian档案保管员Archivist编目员Cataloger图书馆馆长Curator编索引员Indexers文摘员Abstractors研究员Researchers信息设计师Information architect信息代理商Information broker元数据设计师Metadata Architects元数据经理Metadata Managers保护员Conservators图书馆相关刊物Current issues in LIS图书馆员教育Education for librarianshipInformation policy信息交流技术Information communication technologies (ICT's) Information Society阅览公平Equity of AccessSustainability and ICT's儿童互联网保护法规Children's Internet Protection Act审查制度Censorship信息爆炸Information explosion信息扫盲Information literacy政府信息Government Information复制权Copyright知识产权Intellectual property rights知识自由Intellectual freedom数字分水岭Digital divide开架阅览Open accessPatriot Act公共借阅权Public lending rightSerials crisisCurrent digital/scanning technologies远程存取Remote access数字图书馆Digital libraries信息检索系统information retrieval system电子信息系统Electronic Information System数字格式digital formats数字参考文献Digital Reference计算机获取accessible by computers电子图书馆electronic library电子书eBooks虚拟图书馆virtual library有声读物audiobooks原生数字born-digital数字化digitizing物理收藏physical collections数字收藏digital collections美国记忆American Memory数字档案Internet Archive电子出版ePrint电子书目ibiblio珀尔修斯项目Project Perseus古藤堡项目Project Gutenbergsearch engines元数据Metadata牛津文本档案馆Oxford Text Archive光学符号识别optical character recognition深度链接资源deep web resources/invisible web搜索引擎蜘蛛search engine crawlersOAI-PMH协议Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) Z39.50协议Z39.50网络计量学Webmetrics情报学(信息学)Information science/Informatics迭代过程iterative design processes美国医学图书馆National Library of MedicineDialogCompuserve特殊利益团体Special interest groupsPaul OtletHenri La Fontaine文献计量学Bibliometrics影响因子Journal Impact Factor重要度Importance Scale网页Rank值PageRank数据建模Data modeling数据模型理论data model theory数据模型实例data model instance数据库模型database model非结构化数据unstructured data文档管理Document management电子档案electronic documents电子图像electronic images群件Groupware社交软件Social softwareonline dating services社交网Social networksFriendster计算机支持协作computer-supported collaboration人机交互Human-computer interactionMan-machine interaction (MMI)Computer-human interaction (CHI)用户界面User interface情报建设Information architecture结构化信息structuring information用户体验设计user experience design信息系统设计information system design易用性usability信息伦理Information ethics隐私Privacy信息生命周期life-cycle of information所有权ownership安全security获取access公众community信息检索Information retrieval信息过载information overload单机数据库stand-alone databases超文本数据库hypertextually-networked databases数据检索data retrieval文档检索document retrieval文本检索text retrieval信息社会Information society知识经济knowledge economy后工业化社会post-industrial society知识社会knowledge society网络社会network society知识管理Knowledge management知识工程Knowledge engineering个人信息管理Personal Information Management语义网Semantic web网页内容web content自然语言natural language软件代理software agentsTim Berners-Lee资源描述框架Resource Description Framework (RDF)数据交换格式data interchange formats网页本体语言Web Ontology Language (OWL)用户为中心设计User-centered design可扩展标记语言XMLW3C标记语言markup language标准标记语言Standard Generalized Markup Language (SGML) RSSMathMLGraphMLXHTML可升级向量制图法Scalable Vector GraphicsMusicXML。
数据库专业英语
数据库专业英语文章摘要:数据库专业英语是指与数据库相关的专业术语和表达方式,它涉及到数据库的基本概念、结构、设计、操作、管理、应用等方面。
掌握数据库专业英语对于学习和使用数据库技术是非常有益的,可以提高沟通和理解的效率,也可以拓展知识和视野。
本文将介绍一些常用的数据库专业英语,包括数据模型、数据操作、数据分析、数据安全等,并给出中英文对照的表格,以便于读者参考和学习。
1. 数据模型数据模型(Data Model)是对现实世界特征的数字化的模拟和抽象,它描述了数据的结构、属性、联系和约束。
不同的数据模型有不同的特点和适用范围,常见的数据模型有层次模型(Hierarchical Model)、网状模型(Network Model)、关系模型(Relational Model)、对象模型(Object Model)等。
下表列出了一些与数据模型相关的专业英语:中文英文数据Data数据库Database数据库管理系统Database Management System (DBMS)数据字典Data Dictionary数据仓库Data Warehouse数据湖Data Lake实体Entity属性Attribute域Domain关系Relation元组Tuple主键Primary Key外键Foreign Key视图View索引Index约束Constraint2. 数据操作数据操作(Data Manipulation)是指对数据库中的数据进行增加、删除、修改和查询等操作,通常使用一种称为结构化查询语言(Structured Query Language,简称SQL)的标准语言。
SQL语言分为数据定义语言(Data Definition Language,简称DDL)、数据操纵语言(Data Manipulation Language,简称DML)、数据控制语言(Data Control Language,简称DCL)等部分。
云计算中英文术语
云计算术语(中英文对照)1.自由计算free computing2.弹性可伸缩elastic and scalable3.主机host / instance4.硬盘hard disk/ volume5.密钥key6.公开密钥public key7.映像image / mapping8.负载均衡load balancing9.对象存储object storage10.弹性计算elastic computing11.按秒计费charged by seconds12.多重实时副本multiple real—time copy13.安全隔离security isolation14.异地副本long-distance copy15.后端系统back—end system16.前端系统front—end system17.写时拷贝技术copy-on-write technique18.控制台console19.监控台dashboard20.远程终端remote terminal21.服务端口service port22.模拟主机simulation host display显示器23.路由器router24.多路万兆光纤multiple 10000MB optical fiber25.密码验证登录password authentication login26.静态IP static IP27.动态IP dynamic IP28.混合云hybrid cloud29.SLA Service Level Agreement服务级别协议30.分布式存储distributed storage31.存储柜locker32.云计算加速器cloud computing accelerator33.NIST National Institute of Standards and Technology美国国家标准技术研究所34.智能电网smart gird35.智慧城市smart city36.物联网Internet of Things (IOT)37.集成电路Integrated Circuit38.嵌套虚拟化nested virtualization39.内存memory40.千兆Gigabyte41.网卡network card42.单线程测试single thread test43.最大素数测试largest prime test44.单核CPU single—core CPU45.双核CPU dual-core CPU46.磁盘吞吐量disk throughput47.BGP 边界网关协议Border Gateway Protocol48.语音控制voice control49.湿度humidity50.智能分析intelligent analysis51.SOA Service Oriented Architecture面向服务的架构52.开源操作系统Open Source Operating System53.虚拟机virtual machine54.源代码source code55.文档document56.全媒体omni—media57.API接口API interface58.快照snapshot59.工单系统ticket system60.堡垒机fortress machine61.单点登录SSO single sign on62.脚本管理script management63.拓扑管理topology management64.ETL Extraction-Transformation-Loading 数据提取、转换和加载65.网络流量network traffic66.域名绑定domain banding67.文件外链external document linking68.防篡改tamper-proofing69.防抵赖non—repudiation70.端到端end-to—end71.全景透视panoramic perspective72.多维度特征multidimensional characteristic identification识别73.检索retrieval74.存储矩阵storage matrix75.示例代码sample code76.可执行代码executable code77.远程擦除remote wipe78.底层固件bottom firmware79.存储分级storage tiering80.回写式高速缓存Write—back Cache81.软件定义存储software defined storage82.横向可扩展存储transverse extensible storage83.模块化数据中心Modular Data Center84.DNS Domain Name System 域名系统85.封顶capping86.芯片chip87.ISV Independent Software Vendor第三方软件开发商88.特征向量Feature Vector89.远程异地备份remote backup90.虚拟显示技术visual vision91.虚拟现实Visual Reality (VR)92.数据记录器Data Recorder93.业务连续性管理Business Continuity Management (BCM)37。
数据库中英文对照表
DBA词典:数据库设计常用词汇中英文对照表1. Access method(访问方法):此步骤包括从文件中存储和检索记录。
2. Alias(别名):某属性的另一个名字。
在SQL中,可以用别名替换表名。
3. Alternate keys(备用键,ER/关系模型):在实体/表中没有被选为主健的候选键。
4. Anomalies(异常)参见更新异常(update anomalies)5. Application design(应用程序设计):数据库应用程序生命周期的一个阶段,包括设计用户界面以及使用和处理数据库的应用程序。
6. Attribute(属性)(关系模型):属性是关系中命名的列。
7. Attribute(属性)(ER模型):实体或关系中的一个性质。
8. Attribute inheritance(属性继承):子类成员可以拥有其特有的属性,并且继承那些与超类有关的属性的过程。
9. Base table(基本表):一个命名的表,其记录物理的存储在数据库中。
10. Binary relationship(二元关系):一个ER术语,用于描述两个实体间的关系。
例如,panch Has Staff。
11. Bottom-up approach(自底向上方法):用于数据库设计,一种设计方法学,他从标识每个设计组建开始,然后将这些组件聚合成一个大的单元。
在数据库设计中,可以从表示属性开始底层设计,然后将这些属性组合在一起构成代表实体和关系的表。
12. Business rules(业务规则):由用户或数据库的管理者指定的附加规则。
13. Candidate key(候选键,ER关系模型):仅包含唯一标识实体所必须得最小数量的属性/列的超键。
14. Cardinality(基数):描述每个参与实体的可能的关系数目。
15. Centralized approach(集中化方法,用于数据库设计):将每个用户试图的需求合并成新数据库应用程序的一个需求集合16. Chasm trap(深坑陷阱):假设实体间存在一根,但某些实体间不存在通路。
数据库术语
数据库术语
1. 数据库(Database):具有一定结构,可按照一定的方式描述,并存储在计算机中的有组织的数据集合。
2. 数据库管理系统(Database Management System,DBMS):管理、访问和操作数据库的软件系统,是介于用户和数据库之间的接口程序。
3. 表(Table):一种数据存储结构,由若干行和若干列组成。
每一列包含某一类数据,每一行描述一个实例。
4. 列(Column):表的纵向结构,用于存储同一类数据。
5. 行(Row):表的横向结构,用于描述同一实例的数据。
6. 主键(Primary Key):唯一标识每个表中的行,确保每个实例的数据是唯一的,通常是一个或多个列。
7. 外键(Foreign Key):一列或一组列,用来描述一个表与另一个表之间的联系。
8. 索引(Index):一种数据结构,可加快数据检索的速度。
9. 视图(View):一种虚拟表,不存储实际数据,是基于一个或多个表的查询结果组成的。
10. 存储过程(Stored Procedure):一段经过编写、编译、并存储在数据库中的SQL代码,可被多次调用,用于简化复杂的数据操作。
11. 事务(Transaction):一组数据库操作,逻辑上是一个整体,要么全部执行,要么全部不执行。
12. 触发器(Trigger):在数据库发生某些事件时自动执行的一段SQL代码。
常用于数据约束和数据管理。
软件工程术语中英文对照
database数据库(1) 根据为一个或多个应用程序提供服务的方案存储的相关数据(带有冗余控制)的集合。
(2) 存储在系统中的所有数据文件。
(3) 存储在一起并由数据库管理系统管理的数据集。
database management system (DBMS)数据库管理系统通过为有效访问、完整性、恢复、并行控制、隐私和安全性提供集中控制、数据独立和复杂物理结构等服务来管理数据的计算机程序。
datatype数据类型缺乏标识并且操作不带有副作用的一组值的描述符。
数据类型包括初始预定义类型和用户可定义类型。
预定义类型包括数字、字符串和时间。
用户可定义类型可包括各种枚举。
DBA数据库管理员DBCS双字节字符集DBMS数据库管理系统DCE分布式计算环境DCOM分布式对象模型 (Microsoft)deadlock死锁两个独立控制线程彼此阻塞,相互等待对方采取操作,这种状态称为死锁。
死锁常常是由于添加了避免竞争状态的同步机制而引起的。
decision rule决策规则指一组人员同意就某一议题给出集体决策的规则或技术,例如多数票决、一致通过、自发协议等。
defect缺陷缺陷是已交付产品中的异常情况或瑕疵。
缺陷可以是在生命周期的初期发现的遗漏和缺点,也可以是已准备测试或运行的较成熟软件中存在的故障征兆。
缺陷可以是您要跟踪并解决的任何种类的问题。
另请参见变更请求。
defect checklist缺陷检查表某类指定的工件中常见缺陷的列表。
defect density缺陷密度每一个单位数量(每页代码或每千行代码)的被评审工作产品中所发现的缺陷的数量。
defect log缺陷日志见"问题日志"。
defining model定义模型储存库所基于的模型。
任意数量的存储库都可以具有相同的定义模型。
delegation委托作为对于一个消息的响应,一个对象可以向另一对象发出消息的能力。
委托可用作继承的备选方案。
计算机编程及常用术语英语词汇大全
第一部分、计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
数据库技术中的关键术语解释(九)
数据库技术中的关键术语解释引言数据库技术是当今信息时代中极其重要的一部分,它为我们存储、管理和操作大量数据提供了有效的工具。
然而,对于不熟悉数据库技术的人来说,其中的一些术语可能会令人迷惑。
在本文中,我们将对数据库技术中的一些关键术语进行解释和探讨。
一、数据库数据库是指按照特定的数据结构和数据存储方式组织起来的大量数据的集合。
它是为了方便管理和操作数据而设计的,并提供了一种结构化的方法来存储和检索数据。
数据库可以有不同的类型,包括关系数据库、NoSQL数据库等。
二、关系模型关系模型是一种常用的数据库管理系统中的数据模型。
它使用表格的形式来组织和表示数据,其中每个表格都有一个唯一的名字和一组列。
关系模型中的表格之间可以建立关系,这种关系可以通过共享列中的值来实现。
三、SQLSQL(Structured Query Language)是一种专门用于与关系数据库进行交互的编程语言。
通过使用SQL,用户可以执行诸如插入、更新、删除、查询等操作。
SQL语句可以分为数据定义语言(DDL)、数据操作语言(DML)和数据查询语言(DQL)等不同类型。
四、索引索引是一种用于提高数据库查询性能的数据结构。
它类似于书的目录,可以帮助我们快速找到所需的数据。
通过在某个列上创建索引,数据库可以更快地定位到符合查询条件的数据,从而提高查询效率。
五、事务事务是数据库操作的基本单位,指的是一系列操作要么都成功执行,要么都不执行。
事务具有ACID(原子性、一致性、隔离性和持久性)特性,确保了数据库操作的可靠性和稳定性。
六、备份与恢复备份与恢复是数据库管理中重要的一环。
备份指的是将数据库的数据和结构拷贝到另一个位置以防止数据丢失的过程。
恢复则是将备份的数据还原回数据库的过程,以使数据库回到之前的状态。
备份和恢复操作的频率取决于数据的重要性和对数据丢失的容忍度。
七、性能优化性能优化是数据库管理员的重要任务之一。
它涉及到对数据库中的查询、索引、表结构以及硬件设备的优化。
信息技术常用术语中英文对照表
信息技术常用术语中英文对照表一、基础概念1. 信息(Information)数据经过处理、分析、解释后形成的知识或见解。
2. 数据(Data)未经过处理或解释的原始事实、数字、文字等。
3. 硬件(Hardware)计算机系统的物理组成部分,如中央处理器、内存、硬盘等。
4. 软件(Software)计算机系统中的程序、数据及相关文档的集合。
5. 系统软件(System Software)管理计算机硬件资源、提供用户与硬件交互界面的软件,如操作系统、驱动程序等。
6. 应用软件(Application Software)为特定任务或目的而设计的软件,如文字处理软件、电子表格软件等。
7. 操作系统(Operating System)管理计算机硬件和软件资源的系统软件,提供用户与计算机硬件交互的界面。
8. 数据库(Database)有组织地存储、管理和检索数据的系统。
9. 编程语言(Programming Language)用于编写计算机程序的语言,如Python、Java、C++等。
10. 算法(Algorithm)解决特定问题的一系列步骤或规则。
二、网络与通信11. 互联网(Internet)全球性的计算机网络,连接了世界各地的计算机。
12. 局域网(Local Area Network,LAN)在较小范围内(如家庭、办公室、学校等)连接计算机的网络。
13. 广域网(Wide Area Network,WAN)覆盖较大地理范围的网络,如互联网。
14. 无线网络(Wireless Network)使用无线电波传输数据的网络,如WiFi。
15. 互联网协议(Internet Protocol,IP)定义了数据在互联网输的规则。
16. 传输控制协议(Transmission Control Protocol,TCP)确保数据在互联网上可靠传输的协议。
17. 用户数据报协议(User Datagram Protocol,UDP)提供无连接的、不可靠的数据传输服务。
统计学术语中英对照
统计学术语中英文对照Absolute deviation,绝对离差Absolute number,绝对数Absolute residuals,绝对残差Acceleration array,加速度立体阵Acceleration in an arbitrary direction,任意方向上的加速度Acceleration normal,法向加速度Acceleration space dimension,加速度空间的维数Acceleration tangential,切向加速度Acceleration vector,加速度向量Acceptable hypothesis,可接受假设Accumulation,累积Accuracy,准确度Actual frequency,实际频数Adaptive estimator,自适应估计量Addition,相加Addition theorem,加法定理Additivity,可加性Adjusted rate,调整率Adjusted value,校正值Admissible error,容许误差Aggregation,聚集性Alternative hypothesis,备择假设Among groups,组间Amounts,总量Analysis of correlation,相关分析Analysis of covariance,协方差分析Analysis of regression,回归分析Analysis of time series,时间序列分析Analysis of variance,方差分析Angular transformation,角转换ANOV A(analysis of variance),方差分析ANOV A Models,方差分析模型Arcing,弧/弧旋Arcsine transformation,反正弦变换Area under the curve,曲线面积AREG ,评估从一个时间点到下一个时间点回归相关时的误差ARIMA,季节和非季节性单变量模型的极大似然估计Arithmetic grid paper,算术格纸Arithmetic mean,算术平均数Arrhenius relation,艾恩尼斯关系Assessing fit,拟合的评估Associative laws,结合律Asymmetric distribution,非对称分布Asymptotic bias,渐近偏倚Asymptotic efficiency,渐近效率Asymptotic variance,渐近方差Attributable risk,归因危险度Attribute data,属性资料Attribution,属性Autocorrelation,自相关Autocorrelation of residuals,残差的自相关Average,平均数Average confidence interval length,平均置信区间长度Average growth rate,平均增长率Bar chart,条形图Bar graph,条形图Base period,基期Bayes' theorem , Bayes定理Bell-shaped curve,钟形曲线Bernoulli distribution,伯努力分布Best-trim estimator,最好切尾估计量Bias,偏性Binary logistic regression,二元逻辑斯蒂回归Binomial distribution,二项分布Bisquare,双平方Bivariate Correlate,二变量相关Bivariate normal distribution,双变量正态分布Bivariate normal population,双变量正态总体Biweight interval,双权区间Biweight M-estimator,双权M估计量Block,区组/配伍组BMDP(Biomedical computer programs), BMDP统计软件包Boxplots,箱线图/箱尾图Breakdown bound,崩溃界/崩溃点Canonical correlation,典型相关Caption,纵标目Case-control study,病例对照研究Categorical variable,分类变量Catenary,悬链线Cauchy distribution,柯西分布Cause-and-effect relationship,因果关系Cell,单元Censoring,终检Center of symmetry,对称中心Centering and scaling,中心化和定标Central tendency,集中趋势Central value,中心值CHAID -χ2 Automatic Interaction Detector,卡方自动交互检测Chance,机遇Chance error,随机误差Chance variable,随机变量Characteristic equation,特征方程Characteristic root,特征根Characteristic vector,特征向量Chebshev criterion of fit,拟合的切比雪夫准则Chernoff faces,切尔诺夫脸谱图Chi-square test,卡方检验/χ2检验Choleskey decomposition,乔洛斯基分解Circle chart,圆图Class interval,组距Class mid-value,组中值Class upper limit,组上限Classified variable,分类变量Cluster analysis,聚类分析Cluster sampling,整群抽样Code,代码Coded data,编码数据Coding,编码Coefficient of contingency,列联系数Coefficient of determination,决定系数Coefficient of multiple correlation,多重相关系数Coefficient of partial correlation,偏相关系数Coefficient of production-momentcorrelation,积差相关系数Coefficient of rank correlation,等级相关系数Coefficient of regression,回归系数Coefficient of skewness,偏度系数Coefficient of variation,变异系数Cohort study,队列研究Column,列Column effect,列效应Column factor,列因素Combination pool,合并Combinative table,组合表Common factor,共性因子Common regression coefficient,公共回归系数Common value,共同值Common variance,公共方差Common variation,公共变异Communality variance,共性方差Comparability,可比性Comparison of bathes,批比较Comparison value,比较值Compartment model,分部模型Compassion,伸缩Complement of an event,补事件Complete association,完全正相关Complete dissociation,完全不相关Complete statistics,完备统计量Completely randomized design,完全随机化设计Composite event,联合事件Composite events,复合事件Concavity,凹性Conditional expectation,条件期望Conditional likelihood,条件似然Conditional probability,条件概率Conditionally linear,依条件线性Confidence interval,置信区间Confidence limit,置信限Confidence lower limit,置信下限Confidence upper limit,置信上限Confirmatory Factor Analysis ,验证性因子分析Confirmatory research,证实性实验研究Confounding factor,混杂因素Conjoint,联合分析Consistency,相合性Consistency check,一致性检验Consistent asymptotically normal estimate,相合渐近正态估计Consistent estimate,相合估计Constrained nonlinear regression,受约束非线性回归Constraint,约束Contaminated distribution,污染分布Contaminated Gausssian,污染高斯分布Contaminated normal distribution,污染正态分布Contamination,污染Contamination model,污染模型Contingency table,列联表Contour,边界线Contribution rate,贡献率Control,对照Controlled experiments,对照实验Conventional depth,常规深度Convolution,卷积Corrected factor,校正因子Corrected mean,校正均值Correction coefficient,校正系数Correctness,正确性Correlation coefficient,相关系数Correlation index,相关指数Correspondence,对应Counting,计数Counts,计数/频数Covariance,协方差Covariant,共变Cox Regression, Cox回归Criteria for fitting,拟合准则Criteria of least squares,最小二乘准则Critical ratio,临界比Critical region,拒绝域Critical value,临界值Cross-over design,交叉设计Cross-section analysis,横断面分析Cross-section survey,横断面调查Crosstabs ,交叉表Cross-tabulation table,复合表Cube root,立方根Cumulative distribution function,分布函数Cumulative probability,累计概率Curvature,曲率/弯曲Curvature,曲率Curve fit ,曲线拟和Curve fitting,曲线拟合Curvilinear regression,曲线回归Curvilinear relation,曲线关系Cut-and-try method,尝试法Cycle,周期Cyclist,周期性D test, D检验Data acquisition,资料收集Data bank,数据库Data capacity,数据容量Data deficiencies,数据缺乏Data handling,数据处理Data manipulation,数据处理Data processing,数据处理Data reduction,数据缩减Data set,数据集Data sources,数据来源Data transformation,数据变换Data validity,数据有效性Data-in,数据输入Data-out,数据输出Dead time,停滞期Degree of freedom,自由度Degree of precision,精密度Degree of reliability,可靠性程度Degression,递减Density function,密度函数Density of data points,数据点的密度Dependent variable,应变量/依变量/因变量Dependent variable,因变量Depth,深度Derivative matrix,导数矩阵Derivative-free methods,无导数方法Design,设计Determinacy,确定性Determinant,行列式Determinant,决定因素Deviation,离差Deviation from average,离均差Diagnostic plot,诊断图Dichotomous variable,二分变量Differential equation,微分方程Direct standardization,直接标准化法Discrete variable,离散型变量DISCRIMINANT,判断Discriminant analysis,判别分析Discriminant coefficient,判别系数Discriminant function,判别值Dispersion,散布/分散度Disproportional,不成比例的Disproportionate sub-class numbers,不成比例次级组含量Distribution free,分布无关性/免分布Distribution shape,分布形状Distribution-free method,任意分布法Distributive laws,分配律Disturbance,随机扰动项Dose response curve,剂量反应曲线Double blind method,双盲法Double blind trial,双盲试验Double exponential distribution,双指数分布Double logarithmic,双对数Downward rank,降秩Dual-space plot,对偶空间图DUD,无导数方法Duncan's new multiple range method,新复极差法/Duncan新法Effect,实验效应Eigenvalue,特征值Eigenvector,特征向量Ellipse,椭圆Empirical distribution,经验分布Empirical probability,经验概率单位Enumeration data,计数资料Equal sun-class number,相等次级组含量Equally likely,等可能Equivariance,同变性Error,误差/错误Error of estimate,估计误差Error type I,第一类错误Error type II,第二类错误Estimand,被估量Estimated error mean squares,估计误差均方Estimated error sum of squares,估计误差平方和Euclidean distance,欧式距离Event,事件Event,事件Exceptional data point,异常数据点Expectation plane,期望平面Expectation surface,期望曲面Expected values,期望值Experiment,实验Experimental sampling,试验抽样Experimental unit,试验单位Explanatory variable,说明变量Exploratory data analysis,探索性数据分析Explore Summarize,探索-摘要Exponential curve,指数曲线Exponential growth,指数式增长EXSMOOTH,指数平滑方法Extended fit,扩充拟合Extra parameter,附加参数Extrapolation,外推法Extreme observation,末端观测值Extremes,极端值/极值2006-12-31 03:16 #1独孤求败5银牌会员UID 20763精华 1积分1230帖子710粮票2826阅读权限60注册2006-6-21状态离线 F distribution, F分布F test, F检验Factor,因素/因子Factor analysis,因子分析Factor Analysis,因子分析Factor score,因子得分Factorial,阶乘Factorial design,析因试验设计False negative,假阴性False negative error,假阴性错误Family of distributions,分布族Family of estimators,估计量族Fanning,扇面Fatality rate,病死率Field investigation,现场调查Field survey,现场调查Finite population,有限总体Finite-sample,有限样本First derivative,一阶导数First principal component,第一主成分First quartile,第一四分位数Fisher information,费雪信息量Fitted value,拟合值Fitting a curve,曲线拟合Fixed base,定基Fluctuation,随机起伏Forecast,预测Four fold table,四格表Fourth,四分点Fraction blow,左侧比率Fractional error,相对误差Frequency,频率Frequency polygon,频数多边图Frontier point,界限点Function relationship,泛函关系Gamma distribution,伽玛分布Gauss increment,高斯增量Gaussian distribution,高斯分布/正态分布Gauss-Newton increment,高斯-牛顿增量General census,全面普查GENLOG (Generalized liner models),广义线性模型Geometric mean,几何平均数Gini's mean difference,基尼均差GLM (General liner models),通用线性模型Goodness of fit,拟和优度/配合度Gradient of determinant,行列式的梯度Graeco-Latin square,希腊拉丁方Grand mean,总均值Gross errors,重大错误Gross-error sensitivity,大错敏感度Group averages,分组平均Grouped data,分组资料Guessed mean,假定平均数Half-life,半衰期Hampel M-estimators,汉佩尔M估计量Happenstance,偶然事件Harmonic mean,调和均数Hazard function,风险均数Hazard rate,风险率Heading,标目Heavy-tailed distribution,重尾分布Hessian array,海森立体阵Heterogeneity,不同质Heterogeneity of variance,方差不齐Hierarchical classification,组内分组Hierarchical clustering method,系统聚类法High-leverage point,高杠杆率点HILOGLINEAR,多维列联表的层次对数线性模型Hinge,折叶点Histogram,直方图Historical cohort study,历史性队列研究Holes,空洞HOMALS,多重响应分析Homogeneity of variance,方差齐性Homogeneity test,齐性检验Huber M-estimators,休伯M估计量Hyperbola,双曲线Hypothesis testing,假设检验Hypothetical universe,假设总体Impossible event,不可能事件Independence,独立性Independent variable,自变量Index,指标/指数Indirect standardization,间接标准化法Individual,个体Inference band,推断带Infinite population,无限总体Infinitely great,无穷大Infinitely small,无穷小Influence curve,影响曲线Information capacity,信息容量Initial condition,初始条件Initial estimate,初始估计值Initial level,最初水平Interaction,交互作用Interaction terms,交互作用项Intercept,截距Interpolation,内插法Interquartile range,四分位距Interval estimation,区间估计Intervals of equal probability,等概率区间Intrinsic curvature,固有曲率Invariance,不变性Inverse matrix,逆矩阵Inverse probability,逆概率Inverse sine transformation,反正弦变换Iteration,迭代Jacobian determinant,雅可比行列式Joint distribution function,分布函数Joint probability,联合概率Joint probability distribution,联合概率分布K means method,逐步聚类法Kaplan-Meier,评估事件的时间长度Kaplan-Merier chart, Kaplan-Merier图Kendall's rank correlation, Kendall等级相关Kinetic,动力学Kolmogorov-Smirnove test,柯尔莫哥洛夫-斯米尔诺夫检验Kruskal and Wallis test, Kruskal及Wallis检验/多样本的秩和检验/H检验Kurtosis,峰度Lack of fit,失拟Ladder of powers,幂阶梯Lag,滞后Large sample,大样本Large sample test,大样本检验Latin square,拉丁方Latin square design,拉丁方设计Leakage,泄漏Least favorable configuration,最不利构形Least favorable distribution,最不利分布Least significant difference,最小显著差法Least square method,最小二乘法Least-absolute-residuals estimates,最小绝对残差估计Least-absolute-residuals fit,最小绝对残差拟合Least-absolute-residuals line,最小绝对残差线Legend,图例L-estimator, L估计量L-estimator of location,位置L估计量L-estimator of scale,尺度L估计量Level,水平Life expectance,预期期望寿命Life table,寿命表Life table method,生命表法Light-tailed distribution,轻尾分布Likelihood function,似然函数Likelihood ratio,似然比line graph,线图Linear correlation,直线相关Linear equation,线性方程Linear programming,线性规划Linear regression,直线回归Linear Regression,线性回归Linear trend,线性趋势Loading,载荷Location and scale equivariance,位置尺度同变性Location equivariance,位置同变性Location invariance,位置不变性Location scale family,位置尺度族Log rank test,时序检验Logarithmic curve,对数曲线Logarithmic normal distribution,对数正态分布Logarithmic scale,对数尺度Logarithmic transformation,对数变换Logic check,逻辑检查Logistic distribution,逻辑斯特分布Logit transformation, Logit转换LOGLINEAR,多维列联表通用模型Lognormal distribution,对数正态分布Lost function,损失函数Low correlation,低度相关Lower limit,下限Lowest-attained variance,最小可达方差LSD,最小显著差法的简称Lurking variable,潜在变量Main effect,主效应Major heading,主辞标目Marginal density function,边缘密度函数Marginal probability,边缘概率Marginal probability distribution,边缘概率分布Matched data,配对资料Matched distribution,匹配过分布Matching of distribution,分布的匹配Matching of transformation,变换的匹配Mathematical expectation,数学期望Mathematical model,数学模型Maximum L-estimator,极大极小L估计量Maximum likelihood method,最大似然法Mean,均数Mean squares between groups,组间均方Mean squares within group,组内均方Means (Compare means),均值-均值比较Median,中位数Median effective dose,半数效量Median lethal dose,半数致死量Median polish,中位数平滑Median test,中位数检验Minimal sufficient statistic,最小充分统计量Minimum distance estimation,最小距离估计Minimum effective dose,最小有效量Minimum lethal dose,最小致死量Minimum variance estimator,最小方差估计量MINITAB,统计软件包Minor heading,宾词标目Missing data,缺失值Model specification,模型的确定Modeling Statistics ,模型统计Models for outliers,离群值模型Modifying the model,模型的修正Modulus of continuity,连续性模Morbidity,发病率Most favorable configuration,最有利构形Multidimensional Scaling (ASCAL),多维尺度/多维标度Multinomial Logistic Regression ,多项逻辑斯蒂回归Multiple comparison,多重比较Multiple correlation ,复相关Multiple covariance,多元协方差Multiple linear regression,多元线性回归Multiple response ,多重选项Multiple solutions,多解Multiplication theorem,乘法定理Multiresponse,多元响应Multi-stage sampling,多阶段抽样Multivariate T distribution,多元T分布Mutual exclusive,互不相容Mutual independence,互相独立Natural boundary,自然边界Natural dead,自然死亡Natural zero,自然零Negative correlation,负相关Negative linear correlation,负线性相关Negatively skewed,负偏Newman-Keuls method, q检验NK method, q检验No statistical significance,无统计意义Nominal variable,名义变量Nonconstancy of variability,变异的非定常性Nonlinear regression,非线性相关Nonparametric statistics,非参数统计Nonparametric test,非参数检验Nonparametric tests,非参数检验Normal deviate,正态离差Normal distribution,正态分布Normal equation,正规方程组Normal ranges,正常范围Normal value,正常值Nuisance parameter,多余参数/讨厌参数Null hypothesis,无效假设Numerical variable,数值变量Objective function,目标函数Observation unit,观察单位Observed value,观察值One sided test,单侧检验One-way analysis of variance,单因素方差分析Oneway ANOV A ,单因素方差分析Open sequential trial,开放型序贯设计Optrim,优切尾Optrim efficiency,优切尾效率Order statistics,顺序统计量Ordered categories,有序分类Ordinal logistic regression ,序数逻辑斯蒂回归Ordinal variable,有序变量Orthogonal basis,正交基Orthogonal design,正交试验设计Orthogonality conditions,正交条件ORTHOPLAN,正交设计Outlier cutoffs,离群值截断点Outliers,极端值OVERALS ,多组变量的非线性正规相关Overshoot,迭代过度Paired design,配对设计Paired sample,配对样本Pairwise slopes,成对斜率Parabola,抛物线Parallel tests,平行试验Parameter,参数Parametric statistics,参数统计Parametric test,参数检验Partial correlation,偏相关Partial regression,偏回归Partial sorting,偏排序Partials residuals,偏残差Pattern,模式Pearson curves,皮尔逊曲线Peeling,退层Percent bar graph,百分条形图Percentage,百分比Percentile,百分位数Percentile curves,百分位曲线Periodicity,周期性Permutation,排列P-estimator, P估计量Pie graph,饼图Pitman estimator,皮特曼估计量Pivot,枢轴量Planar,平坦Planar assumption,平面的假设PLANCARDS,生成试验的计划卡Point estimation,点估计Poisson distribution,泊松分布Polishing,平滑Polled standard deviation,合并标准差Polled variance,合并方差Polygon,多边图Polynomial,多项式Polynomial curve,多项式曲线Population,总体Population attributable risk,人群归因危险度Positive correlation,正相关Positively skewed,正偏Posterior distribution,后验分布Power of a test,检验效能Precision,精密度Predicted value,预测值Preliminary analysis,预备性分析Principal component analysis,主成分分析Prior distribution,先验分布Prior probability,先验概率Probabilistic model,概率模型probability,概率Probability density,概率密度Product moment,乘积矩/协方差Profile trace,截面迹图Proportion,比/构成比Proportion allocation in stratified random sampling,按比例分层随机抽样Proportionate,成比例Proportionate sub-class numbers,成比例次级组含量Prospective study,前瞻性调查Proximities,亲近性Pseudo F test,近似F检验Pseudo model,近似模型Pseudosigma,伪标准差Purposive sampling,有目的抽样QR decomposition, QR分解Quadratic approximation,二次近似Qualitative classification,属性分类Qualitative method,定性方法Quantile-quantile plot,分位数-分位数图/Q-Q图Quantitative analysis,定量分析Quartile,四分位数Quick Cluster,快速聚类Radix sort,基数排序Random allocation,随机化分组Random blocks design,随机区组设计Random event,随机事件Randomization,随机化Range,极差/全距Rank correlation,等级相关Rank sum test,秩和检验Rank test,秩检验Ranked data,等级资料Rate,比率Ratio,比例Raw data,原始资料Raw residual,原始残差Rayleigh's test,雷氏检验Rayleigh's Z,雷氏Z值Reciprocal,倒数Reciprocal transformation,倒数变换Recording,记录Redescending estimators,回降估计量Reducing dimensions,降维Re-expression,重新表达Reference set,标准组Region of acceptance,接受域Regression coefficient,回归系数Regression sum of square,回归平方和Rejection point,拒绝点Relative dispersion,相对离散度Relative number,相对数Reliability,可靠性Reparametrization,重新设置参数Replication,重复Report Summaries,报告摘要Residual sum of square,剩余平方和Resistance,耐抗性Resistant line,耐抗线Resistant technique,耐抗技术R-estimator of location,位置R估计量R-estimator of scale,尺度R估计量Retrospective study,回顾性调查Ridge trace,岭迹Ridit analysis, Ridit分析Rotation,旋转Rounding,舍入Row,行Row effects,行效应Row factor,行因素RXC table, RXC表Sample,样本Sample regression coefficient,样本回归系数Sample size,样本量Sample standard deviation,样本标准差Sampling error,抽样误差SAS(Statistical analysis system ), SAS 统计软件包Scale,尺度/量表Scatter diagram,散点图Schematic plot,示意图/简图Score test,计分检验Screening,筛检SEASON,季节分析Second derivative,二阶导数Second principal component,第二主成分SEM (Structural equation modeling),结构化方程模型Semi-logarithmic graph,半对数图Semi-logarithmic paper,半对数格纸Sensitivity curve,敏感度曲线Sequential analysis,贯序分析Sequential data set,顺序数据集Sequential design,贯序设计Sequential method,贯序法Sequential test,贯序检验法Serial tests,系列试验Short-cut method,简捷法Sigmoid curve, S形曲线Sign function,正负号函数Sign test,符号检验Signed rank,符号秩Significance test,显著性检验Significant figure,有效数字Simple cluster sampling,简单整群抽样Simple correlation,简单相关Simple random sampling,简单随机抽样Simple regression,简单回归simple table,简单表Sine estimator,正弦估计量Single-valued estimate,单值估计Singular matrix,奇异矩阵Skewed distribution,偏斜分布Skewness,偏度Slash distribution,斜线分布Slope,斜率Smirnov test,斯米尔诺夫检验Source of variation,变异来源Spearman rank correlation,斯皮尔曼等级相关Specific factor,特殊因子Specific factor variance,特殊因子方差Spectra ,频谱Spherical distribution,球型正态分布Spread,展布SPSS(Statistical package for the social science), SPSS统计软件包Spurious correlation,假性相关Square root transformation,平方根变换Stabilizing variance,稳定方差Standard deviation,标准差Standard error,标准误Standard error of difference,差别的标准误Standard error of estimate,标准估计误差Standard error of rate,率的标准误Standard normal distribution,标准正态分布Standardization,标准化Starting value,起始值Statistic,统计量Statistical control,统计控制Statistical graph,统计图Statistical inference,统计推断Statistical table,统计表Steepest descent,最速下降法Stem and leaf display,茎叶图Step factor,步长因子Stepwise regression,逐步回归Storage,存Strata,层(复数)Stratified sampling,分层抽样Stratified sampling,分层抽样Strength,强度Stringency,严密性Structural relationship,结构关系Studentized residual,学生化残差/t化残差Sub-class numbers,次级组含量Subdividing,分割Sufficient statistic,充分统计量Sum of products,积和Sum of squares,离差平方和Sum of squares about regression,回归平方和Sum of squares between groups,组间平方和Sum of squares of partial regression,偏回归平方和Sure event,必然事件Survey,调查Survival,生存分析Survival rate,生存率Suspended root gram,悬吊根图Symmetry,对称Systematic error,系统误差Systematic sampling,系统抽样Tags,标签Tail area,尾部面积Tail length,尾长Tail weight,尾重Tangent line,切线Target distribution,目标分布Taylor series,泰勒级数Tendency of dispersion,离散趋势Testing of hypotheses,假设检验Theoretical frequency,理论频数Time series,时间序列Tolerance interval,容忍区间Tolerance lower limit,容忍下限Tolerance upper limit,容忍上限Torsion,扰率Total sum of square,总平方和Total variation,总变异Transformation,转换Treatment,处理Trend,趋势Trend of percentage,百分比趋势Trial,试验Trial and error method,试错法Tuning constant,细调常数Two sided test,双向检验Two-stage least squares,二阶最小平方Two-stage sampling,二阶段抽样Two-tailed test,双侧检验Two-way analysis of variance,双因素方差分析Two-way table,双向表Type I error,一类错误/α错误Type II error,二类错误/β错误UMVU,方差一致最小无偏估计简称Unbiased estimate,无偏估计Unconstrained nonlinear regression ,无约束非线性回归Unequal subclass number,不等次级组含量。
数据库中英文术语
数据库中英文术语基础理论英文术语中文释义data 数据database(DB) 数据库database system(dbs) 数据库系统database management system 数据库管理系统database administrator 数据库管理员relational model 关系模型relational database 关系型数据库relation 关系table 表网columnattribute 属性IOW 行tuple 元组record 记录domain 域key 键super key 超键candidate key 候选键primary key 主键foreign key 外键DQL 数据查询语句DDL 数据定义语句DML 数据操作语句DQL英文术语中文释义select 查询(选择)from 来自(表)where 条件范围order by 排序group by 分组having 分组条件union 合集union all 合集(重复数据多次显示)intersect 交集minues 差集and 与或主ornotfunction 单行函数aggregate functions 分组函数(多行函数,聚集函数)Cartesianproduct 笛卡尔积join 连接inner join 内连接(通常意义上的有效连接)outer join 外连接left outer join 左外连接right outer join 右外连接full outer join 全外连接nested subqueries 嵌套子查询DML和事务控制英文术语中文释义insert 新增(插入)into 进入values 值update 修改(更新)set 设置delete 删除commit 提交rollback 回滚DDL英文术语中文释义create 新建table 表default 默认值alter 修改add 添加modify 编辑drop 删除rename 重命名drop 删除truncate 截取constraint 约束not null 非空约束primary key 主键约束uniq。
ITIL v3术语中英文对照表
翰纬IT管理研究咨询中心
助您实现卓越的IT运营。
翰纬IT管理研究咨询中心
ITIL v3术语
中英文对照表
翰纬IT管理研究咨询中心
地址:上海市张江高科毕升路289弄8号101
电话:***********/2856/2849
传真:***********
邮编:201 204
电邮:***********************
网址:
版权声明和保密须知
本文件中出现的任何文字叙述、文档格式、插图、照片、方法、过程等内容,除另有特别注明,版权均属上海翰纬信息管理咨询有限公司所有,受到有关产权及版权法保护。
任何单位和个人未经上海翰纬信息管理咨询有限公司的书面授权许可,不得复制或引用本文件的任何片断,无论通过电子形式或非电子形式。
Copyright © 2008 上海翰纬信息管理咨询有限公司版权所有
文档信息
分发名单
*:行动类别:批准,复审,通知,存档,修改,其它(请指明)版本记录
翰纬ITIL v3术语中英文对照表。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
单词汇总(数据库专业一点的词汇其实主要就是每章后面review items的内容,在这里简单列一下,如果你实在没时间看书,至少这些单词要认识。
):1.数据库系统:database system(DS),database management system(DBMS)2.数据库系统(DS),数据库管理系统(DBMS)3.关系和关系数据库table= relation,column = attribute属性,domain, atomic domain, row= tuple,relational database, relation schema, relation instance, database schema, database instance;4.表=关系,列=属性属性,域,原子域,排=元组,关系型数据库,关系模式,关系实例,数据库模式,数据库实例;1.key们: super key, candidate key, primary key, foreign key, referencing relation, referencedrelation;2.超码,候选码,主码,外码,参照关系,被参照关系5.关系代数(relational algebra):selection, project, natural join, Cartesian product, set operations,union, intersect, set difference ( except\minus), Rename, assignment, outer join, grouping, tuple relation calculus6.(关系代数):选择,项目,自然连接,笛卡尔积,集合运算,集,交集,集合差(除\负),重命名,分配,外连接,分组,元组关系演算7. sql组成:DDL:数据库模式定义语言,关键字:createDML:数据操纵语言,关键字:Insert、delete、updateDCL:数据库控制语言,关键字:grant、removeDQL:数据库查询语言,关键字:select8.3.SQL语言:DDL,DML,DCL,QL,sql query structure, aggregate functions, nested subqueries,exists(as an operator), unique(as an operator), scalar subquery, assertion, index(indices), catalogs, authorization, all privileges, granting, revoking, grant option, trigger, stored procedure, stored function4.SQL语言:DDL,DML,DCL,QL,SQL查询结构,聚合函数,嵌套子查询,存在(如运营商),独特的(如运营商),标量子查询,断言指数(指数),目录,授权,所有权限,授予,撤销,GRANT OPTION,触发器,存储过程,存储函数9.表结构相关:Integrity constraints, domain constraints, referential integrity constraints10.完整性约束,域名约束,参照完整性约束5.数据库设计(ER 模型):Entity-Relationship data model, ER diagram, composite attribute,single-valued and multivalued attribute, derived attribute,binary relationship set, degree of relationship set, mapping cardinality,1-1, 1-m, m-n relationship set (one to one, one to many, many to many), participation, partial or total participation, weak entity sets, discriminator attributes, specialization and generalization6.实体关系数据模型,ER图,复合属性,单值和多值属性,派生属性,二元关系集,关系集,映射基数的程度,1-1,1-米,MN关系集合(一对一,一对多,多对多),参与部分或全部参与,弱实体集,分辨符属性,特化和概化11.函数依赖理论:functional dependence, normalization, lossless join (or lossless) decomposition,First Normal Form (1NF), the third normal form (3NF), Boyce-codd normal form (BCNF), R satisfies F, F holds on R, Dependency preservation保持依赖, Trivial, closure of a set of functional dependencies函数依赖集的闭包, closure of a set of attributes属性集闭包,Armstrong’s axioms Armstrong公理, reflexivity rule自反律, augmentation rule,增广率, transitivity传递律, restriction of F to R i ,F在Ri上的限定,canonical cover正则覆盖,extraneous attributes无关属性, decomposition algorithm分解算法.7.函数依赖,规范化,无损连接(或无损)分解,第一范式(1NF),第三范式(3NF)BC范式(BCNF),R满足F,F持有R,依赖保存,平凡,一组函数依赖封闭,一组属性,8.事务:transition, ACID properties ACID特性,并发控制系统concurrency control system,故障恢复系统recovery system,事务状态transition state, 活动的active, 部分提交的partially committed, 失败的failed, 中止的aborted, 提交的committed,已结束的terminated, 调度schedule,操作冲突conflict of operations, 冲突等价conflict equivalence,冲突可串行化conflict serializablity,可串行化顺序serializablity order,联级回滚cascading rollback,封锁协议locking protocol,共享(S)锁shared-mode lock (S-lock),排他(X)锁exclusive-mode lock (X-lock), 相容性compatibility, 两阶段封锁协议2-phase locking protocol, 意向锁intention lock, 时间戳timestamp, 恢复机制recovery scheme,日志log, 基于日志的恢复log-based recovery, 延迟的修改deferred modification, 立即的修改immediate modification, 检查点checkpoint.数据库系统DBS Database System数据库系统应用Database –system applications文件处理系统file-processing system数据不一致性data inconsistency一致性约束consistency constraint数据抽象Data Abstraction实例instance模式schema物理模式physical schema逻辑模式logical schema物理数据独立性physical data independence数据模型data model实体-联系模型entity-relationship model(E-R)关系数据模型relational data model基于对象的数据模型object-based data model半结构化数据模型semistructured data model数据库语言database language数据定义语言data-definition language数据操纵语言data-manipulation language查询语言query language元数据metadata应用程序application program规范化normalization数据字典data dictionary存储管理器storage manager查询管理器query processor事务transaction原子性atomicity故障恢复failure recovery并发控制concurrency-control两层和三层数据库体系结构two-tier/three-tier 数据挖掘data mining数据库管理员DBA database administrator表table关系relation元组tuple空值null value数据库模式database schema数据库实例database instance关系模式relation schema关系实例relation instance码keys超码super key候选码candidate key主码primary key外码foreign key参照关系referencing relation被参照关系referenced relation属性attribute域domain原子域atomic domain参照完整性约束referential integrity constraint 模式图schema diagram查询语言query language过程化语言procedural language非过程化语言nonprocedural language关系运算operations on relations选择元组selection of tuples选择属性selection of attributes自然连接natural join笛卡尔积Cartesian product集合运算set operations关系代数relational algebraSQL查询语言SQL query structureSelect 字句select clauseFrom 字句from clauseWhere 字句where clause自然连接运算natural join operationAs字句as clauseOrder by 字句order by clause相关名称(相关变量,元组变量) correlation name (correlation variable,tuple variable)集合运算set operationsUnionInterestExcept空值null values真值“unknown”truth “unknown”聚集函数aggregate functionsavg,min,max,sum,countgroup byhaving嵌套子查询nested subqueries集合比较set comparisons{《,《=,》,》=}{some,all}existsuniquelateral字句lateral clausewith字句with clause标量子查询scalar subquery数据库修改database modification删除deletion插入insertion更新updating参照完整性referential integrity参照完整性约束referential –integrity constraint 或子集依赖subset dependency可延迟的deferrable断言assertion连接类型join types内连接和外连接inner and outer join左外连接、右外连接和全外连接left 、right and full outer joinNatural 连接条件、using连接条件和on连接条件natural using and so on视图定义view definition物化视图materialized views视图更新view update事务transactions提交commit work回滚roll back work原子事务atomic transaction完整性约束integrity constraints域约束domain constraints唯一性约束unique constraintCheck 字句check clause参照完整性referential integrity级联删除cascading delete级联更新cascading updates断言assertions日期和时间类型date and time types默认值default values索引index大对象large object用户定义类型user-defined types域domains目录catalogs模式schemas授权authorization权限privileges选择select插入insert更新update所有权限all privileges授予权限granting of privileges收回权限revoking of privileges授予权限的权限privileges to privileges Grant option角色roles视图授权authorization on views执行授权execute authorization调用者权限invoker privileges行级授权row-level authorizationJDBCODBC预备语句prepared statements访问元数据accessing metadataSQL注入SQL injection嵌入式SQL embedded SQL游标cursors可更新的游标updatable cursors动态SQL dynamic SQLSQL函数SQL functions存储过程stored procedures过程化结构procedural constructs外部语言例程external language routines触发器triggerBefore 和after 触发器before and after triggers过渡变量和过渡表transition variables and tables递归查询recursive queries单调查询monotonic queries排名函数ranking functionsRankDense rankPartition by分窗windowing联机分析处理(OLAP)online analytical processing多维数据multidimensional data度量属性measure attributes维属性dimension attributes转轴pivoting数据立方体data cube切片和切块slicing and dicing上卷和下钻rollup and drill down交叉表cross-tabulation第七章实体-联系数据模型Entity-relationship data model实体和实体集entity and entity set属性attribute域domain简单和复合属性simple and composite attributes单值和多值属性single-valued and multivalued attributes空值null value派生属性derived attribute超码、候选码以及主码super key ,candidate key, and primary key 联系和联系集relationship and relationship set二元联系集binary relationship set联系集的度degree of relationship set描述性属性descriptive attributes超码、候选码以及主码super key ,candidate key, and primary key 角色role自环联系集recursive relationship setE-R图E-R diagram映射基数mapping cardinality一对一联系one-to-one relationship一对多联系one-to-many relationship多对一联系many-to-one relationship多对多联系many-to-many relationship参与participation全部参与total participation部分参与partial participation弱实体集和强实体集weak entity sets and strong entity sets分辨符属性discriminator attributes标识联系identifying relationship特化和概化specialization and generalization超类和子类superclass and subclass属性继承a ttribute inheritance单和多继承single and multiple inheritance条件定义的和用户定义的成员资格condition-defined and userdefined membership 不相交概化和重叠概化disjoint and overlapping generalization全部概化和部分概化total and partial generalization聚集aggregationUMLUML类图UML class diagram第八章E-R模型和规范化E-R model and normalization分解decomposition函数依赖functional dependencies无损分解lossless decomposition原子域atomic domains第一范式(1NF)first normal form(1NF)合法关系legal relations超码super keyR满足F R satisfies FF在R上成立F holds on RBoyce-Codd范式BCNF Boyce-Codd normal form(BCNF)保持依赖dependency preservation第三范式(3NF)third normal form(3NF)平凡的函数依赖thivial functional dependencies函数依赖集的闭包closure of a set of functional dependenciesArmstrong公理Armstrong ‘s axioms属性集闭包closure of attribute setsF在Ri上的限定restriction of F to Ri正则覆盖canonical cover无关属性extraneous attributesBCNF分解算法BCNF decomposition algorithm3NF分解算法3NF decomposition algorithm多值依赖multivalued dependencies第四范式(4NF)fourth normal form(4NF)多值依赖的限定restriction of a multivalued independency投影-连接范式(PJNF)project-join normal form(PJNF)域-码范式(DKNF)domain-key normal form(DKNF)泛关系universal relation唯一角色假设unique-role assumption 去规范化denormalization。