互联网传真 传真指令_传真的完整形式是什么?

互联网传真 传真指令

传真:传真 (FAX: Facsimile)

FAX is an abbreviation of "Facsimile".

传真是“传真”的缩写

It is commonly written and spoken as FAX. It is a telephonic transmission of a scanned copy of text and images printed on a paper, sent from one person to another through a telephone line. The device which is used to send original or duplicate scanned documents by electronic means over a telephone network is called a fax machine. The fax machine processes the contents of text or images as a single fixed graphic image, convert it into a bitmap, and then transfer it through the telephone system in the structure of audio-frequency tones. The fax machine at the receiving end deduces the tones, restructures the image and prints a paper copy.

它通常以FAX的形式书写和使用。 它是电话上打印的文本和图像在纸上的扫描副本的电话传输,通过电话线从一个人发送到另一个人。 用来通过电话网络通过电子方式发送原始或重复扫描文档的设备称为传真机。 传真机将文本或图像的内容作为单个固定的图形图像处理,将其转换为位图,然后通过电话系统以音频音调的形式进行传输。 接收端的传真机演绎出色调,重构图像并打印纸质副本。

FAX full form


Image source: https://en.wikipedia.org/wiki/Fax

图片来源:https://en.wikipedia.org/wiki/Fax

传真的工作 (Working of FAX)

  • FAX machine is an arrangement of scanner and printer completely.

    传真机完全是由扫描仪和打印机组成的。

  • First Scanner scans the page and converts it into a fixed graphic image and then bitmap and transmits it through a telephone line.

    First Scanner扫描页面并将其转换为固定的图形图像,然后进行位图转换并通过电话线进行传输。

  • If a person wants to send a document through the fax machine, he should have to insert a paper into the Fax machine, then the machine will store the copy of the document and converts it into the fixed graphic image and then the machine will transfer it through a telephone line at the receiving end.

    如果某人想通过传真机发送文档,则必须在传真机中插入纸张,然后传真机将存储该文档的副本并将其转换为固定的图形图像,然后设备将进行传输通过接收端的电话线。

传真记录 (FAX History)

  • In 1842, fax technology was invented by Alexander Bain. He was the first person who turned out to be capable to transfer image/text through signals from the telephone line.

    1842年,亚历山大·贝恩(Alexander Bain)发明了传真技术。 他是第一个能够通过电话线的信号传输图像/文本的人。

  • Afterward, Frederick Bakewell enhanced Bain's invention and formed the first image telegraph which is the same as today's fax machine.

    此后,弗雷德里克·贝克韦尔(Frederick Bakewell)增强了贝恩(Bain)的发明,并形成了与今天的传真机相同的第一台图像电报。

In the 21st century, the fax technology was turn out to be out-of-date when the newer technology named "email" comes into existence.

在21世纪,随着名为“电子邮件”的较新技术的出现,传真技术已经过时了。

为什么首选电子邮件而不是传真? (Why email is preferred over FAX?)

  • The quality of data sent over the internet is enhanced and better than Fax.

    通过互联网发送的数据质量得到了增强,并且比传真更好。

  • Sending data over the internet is inexpensive than sending it over Fax.

    通过互联网发送数据比通过传真发送数据便宜。

  • No requirement of any additional hardware for sending data over the internet nothing like Fax.

    不需要任何其他硬件即可通过互联网发送数据,就像传真一样。

  • It can transmit data quicker and simpler than the FAX machine which saves a person's time and effort.

    它可以比传真机更快更简单地传输数据,从而节省了时间和精力。

  • The fax machine may experience paper jams which can spoil the original document.

    传真机可能会出现卡纸,从而损坏原始文档。

  • A person can send the data to various people in one click by using the CC or BCC email fields.

    一个人可以使用“抄送”或“密件抄送”电子邮件字段,一键式将数据发送给各个人。

  • A person can offer supplementary information by attaching images, videos, files, etc.

    一个人可以通过附加图像,视频,文件等来提供补充信息。

翻译自: https://www.includehelp.com/dictionary/fax-full-form.aspx

互联网传真 传真指令

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

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

相关文章

C#使用七牛云存储上传下载文件、自定义回调

项目需要将音视频文件上传服务器,考虑并发要求高,通过七牛来实现。 做了一个简易的压力测试,同时上传多个文件,七牛自己应该有队列处理并发请求,我无论同时提交多少个文件,七牛是批量一个个排队处理了。 一…

netfilter que_QUE的完整形式是什么?

netfilter que问题:问题 (QUE: Questions) QUE is an abbreviation of "Questions". QUE是“ Questions”的缩写 。 It is an expression, which is commonly used in the Gmail platform. It is written in the body or the subject of the email to te…

mysqld_multi stop 不能停掉mysql

使用mysqld_multi start 启动了多个mysql,但是mysqld_multi stop 却不能停止原因:因为你还没有授权/usr/local/mysql/bin/mysqld_multi stop 但是默认是停不掉的,需要我们做一个授权grant shutdown on *.* to usernamelocalhost identified…

热冗余冷冗余_冗余支架

热冗余冷冗余Problem statement: 问题陈述: Given a string of balanced expression, find if it contains a redundant parenthesis or not. A set of parentheses is redundant if the same sub-expression is surrounded by unnecessary or multiple brackets. …

对称树

Problem statement: 问题陈述: Given a binary Tree, check whether the tree is symmetric or not. 给定二叉树 , 检查树是否对称 。 Input Example: 输入示例: For example1/ \2 2/ \ / \3 4 4 3The above tree is symmetric1/ \2 …

unity, undo

如果在操作一个Object之前调用Undo.RecordObject(Object),且操作确实造成Object某些属性的改变,则会产生一个undo记录。 如果我们的架构不是直接操作Object,而是操作一个ui,并在某些时机通过ui.save(Object)将数据回写到Object&am…

ajax应用_AJAX的应用

ajax应用AJAX has several benefits that can be utilized inside a web application. In this article, well explore some advantages of AJAX and see some of its applications. AJAX具有可在Web应用程序内部使用的多个优点。 在本文中,我们将探讨AJAX的一些优势…

Linux下DRBD配置

一、什么是DRBD1、简介 Distributed Replicated Block Device(DRBD)是一个用软件实现的、无共享的、服务器之间镜像块设备内容的存储复制解决方案。数据镜像:实时、透明、同步(所有服务器都成功后返回)、异步(本地服务器成功后返回…

键盘特殊_特殊键盘

键盘特殊Problem statement: 问题陈述: Imagine you have a special keyboard with four types of keys: 想象一下,您有一个特殊的键盘,其中包含四种类型的键: Key 1: Prints I on screen 按键1:在屏幕上打印“ I”…

【C++入门】简单的日期类操作

//--------------------------------------------------------------------------/***名称:日期的简单操作******类函数:构造函数,拷贝构造函数,析构函数,操作符重载函数****日期类操作函数: 1:…

Scala山脉

Scala Range Scala山脉 A Range is a bounded series with a uniform interval with an upper and lower limit. The range literal is a numerical sequence of number ranging with a certain limit. 范围是一个有上限且下限均匀的有界序列。 范围文字是具有一定限制的范围…

黑客经验谈:跳板攻击入侵技术实例解析

网络入侵,安全第一,一个高明的入侵者,不会冒然实行动. 他们在入侵时前会做足功课,入侵时会通过各种技术手段保护自己,以防被对方发现,引火烧身. 其中,跳板技术是攻击者通常采用的技术. 下面笔者结合实例&am…

dom属性和html属性_HTML属性

dom属性和html属性Attributes are used to provide additional information of a tag such as it’s alignments, color, size of the text and other. The attributes are given with the tag that is between the angular brackets after the tag name. The attributes have …

科普:UTF-8 GBK UTF8 GB2312 之间的区别和关系

UTF-8:Unicode TransformationFormat-8bit,允许含BOM,但通常不含BOM。是用以解决国际上字符的一种多字节编码,它对英文使用8位(即一个字节),中文使用24为(三个字节)来编码…

vue3实现本地开发使用的px转换成vw,px转换成rem方法整理

前言: 项目中如果想本地开发使用px,但是界面上线以后界面是自适应的效果,可以有多种方式来实现效果。 一、px转成vw 1、安装,安装成功后,node_modules 会新增这两个插件包 npm i postcss-px-to-viewport-8-plugin 2、新增 post…

airplay2协议是什么_什么是AirPlay?

airplay2协议是什么AirPlay (AirPlay) AirPlay is released by Apple in the year 2004. It allows the easy exchange of audios without the use of any wired technique between the two devices. It was previously termed as AirTunes and later got its name changed to …

微信支付开发(5) 订单查询

本文介绍微信支付中订单查询功能的实现。 作者:方倍工作室 地址:http://www.cnblogs.com/txw1958/p/wxpay-order-query.html 一、订单查询 因为某一方技术的原因,可能导致商户在预期时间内都收不到最终支付通知,此时商户可以通过该…

ruby 执行函数_Ruby at()函数

ruby 执行函数Ruby中的at()函数 (at() function in Ruby) If you are working with arrays in Ruby, sometimes you may need to find the element at a particular index. For meeting the purpose, we have got at() function in Ruby which is already defined in Rubys lib…

python饼形图_Python | 饼形图

python饼形图A pie plot or a pie chart is a circular statistical graphic technique, in which a circle is divided into slices with respect to numerical proportion. In a pie chart, the arc length, central angle, and area of each slice, is proportional to the …

Linux巡检

# uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # lspci -tv # 列出所有PCI设备 # lsusb -tv # 列出所有USB设备 # lsmod # 列出加载的内核模块 # env # 查看环境变量 # fre…