《计算机英语》 Unit 4 Information Management 信息管理

news2024/10/6 2:48:11

Section A Information Storage 信息存储

1. The importance of Information信息的重要性

词汇

reside         vi属于,驻留

tablet        n平板电脑

laptop        n笔记本电脑

repository        n仓库

claim        n索赔

regulatory        n法规

contractual        a合同的

obligation        n责任,合约

Information is increasingly important in our daily lives. We have become information dependent in the 21st century, living in an on-command, on-demand world, which means, we need information when and where it is required.
        信息在我们日常生活中变得越来越重要。在21世纪,我们已经变得依赖信息,生活在一个随需应变的世界,这意味着我们需要在任何时间和任何地点获取信息。

We access the Internet every day to perform searches, participate in social networking, send and receive E-mails, share pictures and videos, and use scores of other applications.
        我们每天访问互联网进行搜索、参与社交网络、发送和接收电子邮件、分享图片和视频,以及使用许多其他应用程序。

Equipped with a growing number of content-generating devices, more information is created by individuals than by organizations. Information created by individuals gains value when shared with others.
        随着越来越多的内容生成设备的出现,个人创造的信息比组织创造的更多。个人创造的信息在与他人分享时增值。

2. What is data 什么是数据

词汇

binary         n二进制

digital        a数字的

DBMS(Database Management System)        数据库管理系统

query        v查询

retrieve        v检索

Data is a collection of raw facts from which conclusions may be drawn.
        数据是从中可以得出结论的原始事实的集合。

Before the advent of computers, the methods adopted for data creation and sharing were limited to fewer forms, such as paper and film.
        在计算机出现之前,数据的创建和共享方式仅限于纸张和胶片等形式。

Today, the same data can be converted into more convenient forms, such as an e-mail message, an e-book, a digital image, or a digital movie.
        今天,相同的数据可以转换为更方便的形式,如电子邮件、电子书、数字图像或数字电影。

This data can be generated using a computer and stored as strings of binary numbers (0s and 1s).
        这些数据可以由计算机生成,并以二进制数字(0和1)的字符串形式存储。

Data in this form is called digital data and is accessible by the user only after a computer processes it.
        以这种形式的数据被称为数字数据,只有在计算机处理后才能被用户访问。

Data can be classified as structured or unstructured based on how it is stored and managed.
        数据可以根据其存储和管理方式被分类为结构化或非结构化。

Structured data is organized in rows and columns in a rigidly defined format so that applications can retrieve and process it efficiently.
        结构化数据以严格定义的格式在行和列中组织,以便应用程序可以高效地检索和处理。

Structured data is typically stored using a database management system (DBMS).
        结构化数据通常使用数据库管理系统(DBMS)存储。

Data is unstructured if its elements cannot be stored in rows and columns, which makes it difficult to query and retrieve by applications.
        如果数据元素不能存储在行和列中,那么数据就是非结构化的,这使得应用程序难以查询和检索。

For example, customer contacts that stored in various forms such as sticky notes, e-mail messages, business cards, or even digital format files, such as .doc, .txt, and .pdf.
        例如,存储在各种形式中的客户联系信息,如便笺、电子邮件、名片或甚至是数字格式文件,如.doc、.txt和.pdf。

Due to its unstructured nature, it is difficult to retrieve this data using a traditional customer relationship management application.
        由于其非结构化的特性,使用传统的客户关系管理应用程序难以检索这些数据。

A vast majority of new data being created today is unstructured.
        今天创建的绝大多数新数据是非结构化的。

The industry is challenged with new architectures, technologies, techniques, and skills to store, manage, analyze, and derive value from unstructured data form numerous sources.
        行业面临着新的架构、技术、技巧和技能的挑战,以存储、管理、分析并从众多来源的非结构化数据中提取价值。

3. Evolved of storage Architecture 存储架构的演变

词汇

storage         n存储

term        vt把。。。称为

mainframe        n主机,大型机

tape reel        磁带卷

disk pack        磁盘组

Affordability        n可购性,成本合理性

deployment        n部署

maintenance        n维护,维修

consolidate        v整合

leverage        n杠杆;v利用

Storage devices 存储设备

a media card in a cell phone or digital camera,
手机或数码相机中的存储卡,
DVDs, CD-ROMs, and disk drives in personal computers
个人电脑中的DVD、CD-ROM和磁盘驱动器

  • DVDs        abbr.(digital video disks, 或 digital versatile discs)
    数字影碟,数字光碟
  • CD-ROMs        abbr.(=Compact disc read-only memory)
    【计】(信息容量极大的)光盘只读存储器

internal hard disks, external disk arrays, and tapes
内部盘、外部磁盘阵列和磁带

Storage architecture 存储架构

  • server-centric storage architecture  以服务器为中心的存储架构

In earlier implementations of open systems, the storage was typically internal to the server. These storage devices could not be shared with any other servers.
        在早期的开放系统中,存储通常位于服务器内部。这些存储设备不能与其他服务器共享。

In this architecture, each server has a limited number of storage devices, and any administrative tasks, such as maintenance of the server or increasing storage capacity, might result in unavailability of information.
        在这种架构中,每个服务器有有限数量的存储设备,任何管理任务,如服务器维护或增加存储容量,可能会导致信息不可用。

  • information-centric architecture 以信息为中心的架构

storage devices are managed centrally and independent of servers. These centrally-managed storage devices are shared with multiple servers.
        存储设备被集中管理,并且独立于服务器。这些集中管理的存储设备与多个服务器共享。

When a new server is deployed in the environment, storage is assigned from the same shared storage devices, to that server.
        当环境中部署了一台新服务器时,存储是从相同的共享存储设备分配给该服务器的。

The capacity of shared storage can be increased dynamically by adding more storage devices without impacting information availability.
        可以通过添加更多的存储设备来动态增加共享存储的容量,而不影响信息的可用性。

4. Storage networking technologies 存储网络技术

词汇

SAN(Storage Area Network) 存储区域网络

fibre        n光纤

Gb        千兆字节,吉字节(gigabye的缩写)

scalable        a可扩展的

robust        a强健,鲁棒

NAS(Network Attached Storage)网络连接存储

seamlessly        adv无缝的

Object-based Storage         基于对象的存储

flat        a单一的

  • SAN(Storage Area Network) 存储区域网络
  • NAS(Network Attached Storage)网络连接存储
  • Object-based Storage 基于对象的存储

More than 90% of the data being generated is unstructured. Traditional solutions are inefficient to handle the growth.
        正在生成的数据超过90%是非结构化的。传统的解决方案在处理增长方面效率低下。

These challenges demanded a smarter approach to manage unstructured data based on its content.
        这些挑战要求基于内容以更智能的方式管理非结构化数据。

Object-based storage is a way to store file data in the form of objects on flat address space based on its content and attributes rather than the name and location.
        基于对象的存储是在平坦地址空间中以对象形式存储文件数据的方式,基于其内容和属性,而不是名称和位置。

Figure 4A-4 displays the key components of Object-based Storage device.
        图4A-4显示了基于对象的存储设备的关键组件。

5. Challenge of Storage 存储的挑战

词汇

data science         数据科学

simultaneously        adv同时地

provision        v为...提供物品

  • data science 数据科学
  • data center 数据中心
  • virtualization and cloud computing 虚拟化和云计算

练习A1(知识点填空)

  1. Although the majority of information is created by individuals, it is stored and managed by a relatively small number of organizations.
    尽管大部分信息是由个人创造的,但它是由相对较少的组织来存储管理的。

  2. Data is a collection of raw facts from which conclusions may be drawn.
    数据是从中可以得出结论的原始事实的集合。

  3. This data can be generated using a computer and stored as strings of binary numbers (0s and 1s).
    这些数据可以用计算机生成,并以二进制数字(0和1)的字符串形式存储。

  4. Data can be classified as structured or unstructured based on how it is stored and managed. 数据可以根据其存储和管理方式被分类为结构化非结构化

  5. Structured data is typically stored using a database management system (DBMS). 结构化数据通常使用数据库管理系统(DBMS)来存储。

  6. In information-centric architecture, storage devices are managed centrally and independent of servers.
    以信息为中心的架构中,存储设备被集中管理,并且独立于服务器。

  7. Data center is a facility that contains storage, compute, network, and other IT resources to provide centralized data-processing capabilities.
    数据中心是一个包含存储、计算、网络和其他IT资源的设施,提供集中的数据处理能力。

  8. Cloud infrastructure is usually built upon virtualized data centers, which provide resource pooling and rapid provisioning of resources.
    云基础设施通常建立在虚拟化数据中心之上,虚拟化数据中心提供资源池和快速供应资源。

练习A2(词汇翻译)

  • data center - 数据中心
  • binary - 二进制
  • digital - 数字的
  • data science - 数据科学
  • DBMS (Database Management System) - 数据库管理系统
  • mainframe - 主机(大型计算机)
  • tape reel - 磁带卷
  • disk pack - 磁盘组
  • SAN (Storage Area Network) - 存储区域网络
  • Fibre Channel (FC) - 光纤通道
  • scalable - 可扩展的
  • robust - 健壮的、可靠的
  • NAS (Network Attached Storage) - 网络连接存储
  • object-based storage - 基于对象的存储

Section B Data Mining 数据挖掘

词汇

interrogation         n询问

data warehouse        数据仓库

lieu        n代替,场所

statistics        n统计学

machine learning        机器学习

neural network        神经网络

cluster analysis         聚类分析

association analysisi        关联分析

outlier analysis        孤立点分析

deviation        n偏离

sequential pattern analysis        序列模式分析

empirical        a经验的

bioinformatics        n生物信息学

genomics        n基因学

biometrics        n生物统计学

coincidence        n巧合,一致

ethical        n道德的,民族的

练习B1(知识点填空)

  1. A rapidly expanding subject that is closely associated with database technology is data mining, which consists of techniques for discovering patterns in collections of data.
    一个与数据库技术紧密相关的迅速扩展的学科是数据挖掘,它包括了在数据集合中发现模式的技术。

  2. Data mining is the process of finding correlations or patterns among dozens of fields in large relational databases.
    数据挖掘是在大型关系数据库中发现数十个字段之间的相关性或模式的过程。

  3. Several types of analytical software in data mining are available: statistical, machine learning, and neural networks.
    数据挖掘中有几种类型的分析软件: 统计学、机器学习和神经网络

  4. Association analysis involves looking for links between data groups.
    关联分析包括寻找数据组之间的链接

  5. Outlier analysis tries to identify data entries that do not comply with the norm.
    孤立点分析尝试识别不符合常规的数据条目。

  6. Data mining encompasses a vast number of ethical issues involving the rights of individuals represented in the data warehouse.
    数据挖掘涉及大量涉及数据仓库中个人权利的道德问题。

练习B2(词汇翻译)

  • data mining - 数据挖掘
  • knowledge discovery in data (KDD) - 数据挖掘中的知识发现
  • data warehouses - 数据仓库
  • machine learning - 机器学习
  • neural networks - 神经网络
  • cluster analysis - 聚类分析:一种将数据集中的对象分组的统计方法,使得同一组内的对象比其他组的对象更相似。

  • association analysis - 关联分析:一种用于发现大数据集中变量之间有趣关系的方法,常见的应用包括市场篮子分析。

  • outlier analysis - 孤立点分析:一种用于识别数据集中异常值或离群点的分析方法,这些点可能代表了测量误差、数据录入错误或真实的变异。

  • sequential pattern analysis - 序列模式分析:一种分析数据集中的序列信息,以发现项目之间有意义的时序关联模式的方法。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1853061.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

LoRaWAN网关源代码分析(基础概念篇)

目录 一、简介 1、lora_gateway 2、packet_forwarder 二、目录结构 1、lora_gateway 2、packet_forwarder 一、简介 LoRaWAN网关的实现主要依赖两个源代码:lora_gateway和packet_forwarder。接下来,我们将从分析源代码入手,移植LoRaWAN源…

[C++][设计模式]介绍

目录 1.设计模式1.何为设计模式?2.深入理解面向对象3.软件设计的目标4.三大模式及其特点5.设计模式分类 2.面向对象设计原则1.为什么要面向对象2.重新认识面向对象3.面向对象设计原则4.C对象模型 3.重构1. 重构获得模式(Refactoring to Patterns)2.重构关键技法 4.代…

Netty ByteBuf 使用详解

文章目录 1.概述2. ByteBuf 分类3. 代码实例3.1 常用方法3.1.1 创建ByteBuf3.1.2 写入字节3.1.3 扩容3.1.2.1 扩容实例3.1.2.2 扩容计算新容量代码 3.1.4 读取字节3.1.5 标记回退3.1.6 slice3.1.7 duplicate3.1.8 CompositeByteBuf3.1.9 retain & release3.1.9.1 retain &a…

网络通信架构

BS架构/CS架构 使用协议分别对应: TCP / HTTP 在计算机网络和软件开发中,CS架构(Client-Server Architecture,客户端-服务器架构)和BS架构(Browser-Server Architecture,浏览器-服务器架构&am…

【5G核心网】5G NWDAF(Network Data Analytics Function)网元功能介绍

博主未授权任何人或组织机构转载博主任何原创文章,感谢各位对原创的支持! 博主链接 本人就职于国际知名终端厂商,负责modem芯片研发。 在5G早期负责终端数据业务层、核心网相关的开发工作,目前牵头6G技术研究。 博客内容主要围绕…

高级IO操作

高级I/O操作与非阻塞I/O 在操作系统中,I/O(输入/输出)操作是所有实现的基础。本文将探讨阻塞I/O与非阻塞I/O的区别,以及如何使用有限状态机来实现非阻塞I/O,并介绍数据中继的概念。 阻塞I/O与非阻塞I/O 阻塞I/O 阻…

Day7 —— 大数据技术之Hive

Hive快速入门系列 Hive的概述什么是Hive?使用Hive的原因 Hive架构Hive安装Hive配置文件修改启动Hive以命令行方式启动(在$HIVE_HOME/bin目录下)以JDBC连接启动(beeline方式连接) Hive基本操作Hive数据库操作Hive表操作…

小柴带你学AutoSar系列一、基础知识篇(6)车规级MCU入门RH850

flechazohttps://www.zhihu.com/people/jiu_sheng 小柴带你学AutoSar总目录https://blog.csdn.net/qiansh

已解决javax.swing.text.BadLocationException异常的正确解决方法,亲测有效!!!

已解决javax.swing.text.BadLocationException异常的正确解决方法,亲测有效!!! 目录 问题分析 出现问题的场景 报错原因 解决思路 解决方法 分析错误日志 检查索引合法性 捕获并处理异常 优化代码逻辑 确保线程安全操作…

使用AGG里面的clip_box函数裁剪画布, 绘制裁剪后的图形

// 矩形裁剪图片, 透明 void agg_testImageClipbox_rgba32(unsigned char* buffer, unsigned int width, unsigned int height) {// 创建渲染缓冲区 agg::rendering_buffer rbuf;// BMP是上下倒置的,为了和GDI习惯相同,最后一个参数是负值。rbuf.attach…

网吧管理系统带万字文档java项目基于springboot+vue的网吧管理系统java课程设计java毕业设计

文章目录 网吧管理系统一、项目演示二、项目介绍三、万字项目文档四、部分功能截图五、部分代码展示六、底部获取项目源码带万字文档(9.9¥带走) 网吧管理系统 一、项目演示 网吧管理系统 二、项目介绍 基于springbootvue的网吧管理系统 系…

ENVI+SARscape操作:将tif DEM数据转换为SARscape可读写的格式

1、导入 tif DEM 数据 将下载的 tif DEM 数据(ALOS DEM或SRTM DEM),直接将要导入的 tif DEM 数据拖入ENVI软件中,即可自动打开; 2、数据拼接 在 Toolbox 中,点击 Mosaicking->Seamless Mosaic&#xf…

任务调度SpringTask入门

任务调度简介 1.1什么是任务调度 在企业级应用中,经常会制定一些“计划任务”,即在某个时间点做某件事情,核心是以时间为关注点,即在一个特定的时间点,系统执行指定的一个操作。常见的任务调度框架有Quartz和SpringTa…

如何在Android中实现多线程与线程池?

目录 一、Android介绍二、什么是多线程三、什么是线程池四、如何在Android中实现多线程与线程池 一、Android介绍 Android是一种基于Linux内核的开源操作系统,由Google公司领导开发。它最初于2007年发布,旨在为移动设备提供一种统一、可扩展的操作系统。…

嵌入式实验---实验六 I2C传输实验

一、实验目的 1、掌握STM32F103I2C传输程序设计流程; 2、熟悉STM32固件库的基本使用。 二、实验原理 1、本案例利用I/O端口通过KEY01按键来控制STM32F103R6向24C02写入“hello”,通过另外一个按键KEY02来控制STM32F103R6从24C02读取“hello”&#x…

机器学习:线性回归模型学习路线

Hi~!这里是奋斗的小羊,很荣幸您能阅读我的文章,诚请评论指点,欢迎欢迎 ~~ 💥💥个人主页:奋斗的小羊 💥💥所属专栏:C语言 🚀本系列文章为个人学习…

乳腺癌患者的生存分析:从传统方法到DeepSurv

一、引言 乳腺癌作为全球女性中最常见的癌症之一,其早期诊断和治疗对于提高患者生存率至关重要。随着医学技术和数据分析方法的不断发展,乳腺癌患者的生存分析逐渐成为研究的热点。通过生存分析,我们可以更好地理解疾病进展、预测患者预后&am…

【Oracle】实验二 体系结构、存储结构与各类参数

【实验目的】 理解Oracle体系结构了解初始化参数文件以及初始化参数的含义掌握查看三类数据字典视图和动态性能视图的方法 【实验内容】 如何查看初始化参数?有哪几种方法?初始化参数文件有几种?默认的保存位置在哪里?在SQL*Pl…

L57---112.路径总和(广搜)---Java版

1.题目描述 给你二叉树的根节点 root 和一个表示目标和的整数 targetSum 。判断该树中是否存在 根节点到叶子节点 的路径,这条路径上所有节点值相加等于目标和 targetSum 。如果存在,返回 true ;否则,返回 false 。叶子节点 是指…

DVWA 靶场 Weak Session IDs 通关解析

前言 DVWA代表Damn Vulnerable Web Application,是一个用于学习和练习Web应用程序漏洞的开源漏洞应用程序。它被设计成一个易于安装和配置的漏洞应用程序,旨在帮助安全专业人员和爱好者了解和熟悉不同类型的Web应用程序漏洞。 DVWA提供了一系列的漏洞场…