tps 交易量_交易处理系统(TPS)

tps 交易量

A transaction is a simple process that takes place during business operations. The transaction processing system (TPS) manages the business transactions of the client and therefore helps a company's operations. A TPS registers, as well as all of its consequences, a non-inquiry transaction itself in the database and generates transaction-related documents.

交易是在业务运营过程中发生的简单过程。 交易处理系统(TPS)管理客户的商业交易,因此有助于公司的运营。 TPS会在数据库中注册非查询交易本身及其所有后果,并生成与交易相关的文档。

TPS manages and records transactions. It is the automation of the simple, repetitive processing used to support business operations.

TPS管理和记录交易。 它是用于支持业务运营的简单,重复处理的自动化。

Many real-time advantages for every company are offered by transaction processing systems. TPS uses data and creates reports as shown in the diagram below. To find out the key insights for decision-making, it offers graphical or condensed textual data.

交易处理系统为每个公司提供许多实时优势。 TPS使用数据并创建报告,如下图所示。 为了找出决策的关键见解,它提供了图形或压缩的文本数据。

Transaction Processing System

TPS was previously referred to as the Management Information System. Data processing was conducted manually or with simple machines before computers. TPS's domain is at the lowest level of an organization's management hierarchy.

TPS以前称为“管理信息系统”。 数据处理是手动进行的,或者在计算机之前使用简单的机器进行。 TPS的域位于组织管理层次结构的最低级别。

A transaction processing system is a form of computer processing that takes place in the presence of a computer user and allows a user request or transaction to be answered immediately. Some examples of processing systems for transactions include,

交易处理系统是计算机处理的一种形式,它在计算机用户在场的情况下进行,并允许用户请求或交易立即得到答复。 交易处理系统的一些示例包括

  • ATM transactions

    ATM交易

  • Credit Card system

    信用卡系统

  • Electronic Commerce

    电子商务

  • Online Payments

    网上支付

  • Online Trading Stocks

    网上交易股票

  • Self-checking stations

    自检站

TPS is needed to conduct business in nearly any organization today. TPSs bring data into the databases of the organization; these systems are also a basis on which management-oriented information systems are based.

现在,几乎所有组织都需要TPS来开展业务。 TPS将数据带入组织的数据库中; 这些系统也是面向管理的信息系统所基于的基础。

交易处理活动 (Transaction Processing Activities)

The processing of individual transactions depends, of course, to some extent on their nature. The transaction processing general elements include,

当然,单个交易的处理在某种程度上取决于其性质。 事务处理的一般元素包括:

  1. Capturing and validating data

    捕获和验证数据

  2. Transaction-steps of processing

    交易的处理步骤

  3. Maintenance of the database

    数据库维护

Data Capture

数据抓取

Data capturing denotes to the storage of data through source data automation. Transaction processing systems are increasingly relying on the interchange of electronic data. These systems provide for computer-to-computer communication without repeated data entry by replacing paper documents with formatted transaction data sent over telecommunications networks.

数据捕获表示通过源数据自动化进行数据存储。 交易处理系统越来越依赖于电子数据的交换。 这些系统通过用电信网络上发送的格式化交易数据代替纸质文档,从而提供了计算机与计算机之间的通信,而无需重复输入数据。

Data Validation

资料验证

Validation includes checking for missing data items, valid codes and valid values. More extensive validation may involve transaction authorization based on the record of the customer and the inventory available.

验证包括检查丢失的数据项,有效代码和有效值。 更广泛的验证可能涉及基于客户记录和可用库存的交易授权。

Transaction-steps of processing

交易的处理步骤

Processing of data inputted by users into automated machinery system, it shows logical and mathematical operations and stores processed results into the system.

用户输入到自动化机械系统中的数据的处理,它显示逻辑和数学运算并将处理的结果存储到系统中。

Database Maintenance

数据库维护

System files or databases need to be updated after transactions other than inquiries. Thus, the data collected by TPSs serves as a source of detail for management-oriented information system components.

除查询外,还需要在交易后更新系统文件或数据库。 因此,TPS收集的数据可作为面向管理的信息系统组件的详细信息来源。

翻译自: https://www.includehelp.com/MIS/transaction-processing-system-tps.aspx

tps 交易量

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

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

相关文章

matlab for循环不覆盖,将输出保存到文本文件而不覆盖和打印矩阵中的N个条目[matlab]...

这是代码:for i 1:4;fileID fopen(testdata.txt, at);fprintf(fileID, this is answer %d\n,i);fprintf(fileID, %5.3e\n, v{i});fclose(fileID);end在记事本中回答:this is answer 11.000e0001.000e0001.000e0001.000e0001.000e0001.000e0000.000e0001…

(转)Redis研究(一)—简介

http://blog.csdn.net/wtyvhreal/article/details/41855327 Redis是一个开源的高性能键值对数据库。它通过提供多种键值数据类型来适应不同场景下的存储需求,并借助许多高层级的接口使其可以胜任如缓存、队列系统等不同的角色。 1.1历史和发展 2008年,意…

c bitset get_Java BitSet get()方法与示例

c bitset getBitSet类的get()方法 (BitSet Class get() method) Syntax: 句法: public boolean get(int bit_in);public BitSet get(int st_in, int en_in);get() method is available in java.util package. get()方法在java.util包中可用。 get(int bit_in) meth…

有扰动的闭环传递函数 matlab,(d)闭环系统的误差传递函数.PPT

(d)闭环系统的误差传递函数3. 控制系统的方框图模型 若已知控制系统的方框图,使用MATLAB函数可实现方框图转换。 a).串联 如图所示G1(s)和G2(s)相串联,在MATLAB中可用串联函数series( )来求G1(s)G2(s),其调用格式为 [num,den]series(num1,den1,num2,den2) 其中: b)并…

CYQ.Data 轻量数据层之路 自定义MDataTable绑定续章(七)

本章起,将续章讲解整框架当初的设计思路: 本章既为续章,说明我以前写过,是的,以前我写过内部整个MDataTable的构造,不过,当初匆匆写完后, 最后一步的实现MDataTable绑定GridView/Dat…

php 文字超出画布,input实现文字超出省略号(代码示例)

本篇文章给大家带来的内容是关于input实现文字超出省略号(代码示例),有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。input实现文字省略号功能普通元素实现文字超出宽度自动变成省略号非常简单,给元素加个宽度&…

c++ stl stack_C ++ STL中的stack :: top()函数

c stl stackPrototype: 原型&#xff1a; stack<T> st; //declarationT st.top();Parameter: 参数&#xff1a; No parameter passedReturn type: T //data type 返回类型&#xff1a; T //数据类型 Header file to be included: 包含的头文件&#xff1a; #include …

排序算法系列:插入排序算法

概述 直接插入排序&#xff08;Straight Insertion Sort&#xff09;的基本操作是将一个记录插入到已经排好序的有序表中&#xff0c;从而得到一个新的、记录数增1的有序表。 – 《大话数据结构》 版权说明 著作权归作者所有。商业转载请联系作者获得授权&#xff0c;非商业转载…

php点击复制按钮到我的粘贴板,js实现点击复制当前文本到剪贴板功能(兼容所有浏览器)...

最近做项目时&#xff0c;在网站框架搭建过程&#xff0c;有一个功能需要实现复制文本到剪贴板&#xff0c;相信这个功能很常用&#xff0c;但是对于不常写JS代码的我来说是一个比较大的挑战&#xff0c;回想以前做过的一个站点&#xff0c;使用window.clipboardData实现复制到…

算法导论 算法_算法导论

算法导论 算法Algorithms are an integral part of the development world. Before starting coding of any software first an effective algorithm is designed to get desired outputs. In this article, we will understand what are algorithms, characteristics of algor…

[Phonegap+Sencha Touch] 移动开发77 Cordova Hot Code Push插件实现自己主动更新App的Web内容...

原文地址&#xff1a;http://blog.csdn.net/lovelyelfpop/article/details/50848524 插件地址&#xff1a;https://github.com/nordnet/cordova-hot-code-push 以下是我对GitHub项目readme的翻译 ——————————————————————————————————————…

java 如何重写迭代器,如何用Java按需定制自己的迭代器

编写自己的迭代器的流程是&#xff1a;首先实现Iterable接口&#xff0c;进而实现该接口中的Iterator iterator()方法&#xff0c;该方法返回接口Iterator&#xff0c;Iterator接口中封装了next&#xff0c;hasnext&#xff0c;remove等方法。实现了Iterable接口的类能够通过fo…

count函数里加函数_PHP count()函数与示例

count函数里加函数PHP count()函数 (PHP count() function) "count() function" is used to get the total number of elements of an array. “ count()函数”用于获取数组元素的总数。 Syntax: 句法&#xff1a; count(array, [count_mode])Here, 这里&#xff0…

php整合支付宝,Thinkphp5.0整合支付宝在线下单

thinkphp5.0支付宝在线支付下单整个流程&#xff0c;包括创建订单、支付成功回调更新订单状态、最终跳转到商户订单详情页查看演示下载资源&#xff1a;17次 下载资源下载积分&#xff1a;998积分支付宝在线支付控制器代码 public function alipay() {//发起支付宝支付$order_n…

python函数示例_PHP closeir()函数与示例

python函数示例PHP Closedir()函数 (PHP closedir() function) The full form of closedir is "Close Directory", the function closedir() is used to close an opened directory. Closedir的完整格式为“ Close Directory” &#xff0c; 函数closedir()用于关闭打…

java宋江,Java编程内功-数据结构与算法「单链表」,

package com.structures.linkedlist;public class SingleLinkedListDemo {public static void main(String[] args) {HeroNode heroNode1 new HeroNode(1, "宋江", "及时雨");HeroNode heroNode2 new HeroNode(2, "卢俊义", "玉麒麟"…

智能家居逐渐融入AI技术 向大众市场扩张仍需时间

虽然智能家居变得越来越普遍&#xff0c;并且大众认知度越来越高&#xff0c;但是在这一技术变得像智能手机一样无处不在之前&#xff0c;OEM和服务提供商仍然有很长的路要走。 在2016年11月在硅谷举行的智能家居峰会上&#xff0c;代表们听到了来自整个价值链上的声音&#xf…

python 示例_Python使用示例设置add()方法

python 示例设置add()方法 (Set add() Method) add() method is used to add an element to the set, the method accepts an element and adds the elements to this set. add()方法用于将元素添加到集合中&#xff0c;该方法接受元素并将元素添加到该集合中。 Note: If the …

php怎么引用表单元素,表单元素:最全的各种html表单元素获取和使用方法总结...

表单是网页与用户的交互工具&#xff0c;由一个元素作为容器构成&#xff0c;封装其他任何数量的表单控件&#xff0c;还有其他任何元素里可用的标签&#xff0c;表单能够包含、、、、、等表单控件元素。表单元素有哪些呢&#xff1f;它包含了如下的这些元素&#xff0c;输入文…

数据中心部署气流遏制系统需要考虑的十大要素

数据中心气流遏制策略能够大幅提高传统数据中心制冷系统的可预测性和效率。事实上&#xff0c;绿色网格组织&#xff08;The Green Grid&#xff09;将气流管理策略称作“实施数据中心节能计划的起点”。但是&#xff0c;大多数已有数据中心由于受各种条件的制约&#xff0c;只…