Skip to main content

What is BCD, SK, EBCDIC, Unicode?

BCD code: The full form of the BCD abbreviation is Binary Coded Decimal. It is used to express decimal system number in binary number. 4 binary digits are required to represent each of the ten digits from 0 to 9. For this, several types of BCD code are used, such as - BCD 8421 code BCD 5421 code - BCD 2421 code - BCD 7421 code BCD 6423 code ASCII (ASCII) code:

 ASCII means American Standard Code For Information Interchange. It is a well known 7 bit alpha numeric code. So, A code can represent 2^7 i.e. 128 unique numbers, letters and symbols. This code is mostly used in mini and microcomputers. This code is used to exchange data between the computer's CPU and input/output devices. In the early days of computer invention, computer manufacturers used binary bit patterns to specify numbers, letters and various symbols at their convenience. As a result, input/output devices made by other companies would not work correctly when set with one company's CPU. ASCII code was invented to overcome this difficulty. EBCDIC Code: Extended Binary Coded Decimal Information Code is abbreviated as EBCDIC Code. An 8-bit alpha numeric code invented by IBM Company. Thus, 28 i.e. 256 unique numbers, letters and symbols can be expressed by this code. It uses 1111 for numbers 0-9, 1100, 1101, 1110 for numbers A to Z and 0100, 0101, 0110 and 0111 for special characters as zone bits. Unicode: Unicode is used to encode all languages ​​of the world in computers. It is basically a 2 byte or 16 bit code. This code can specify 216 or 65,536 unique characters. As a result, it becomes easier to encode all symbols in languages ​​that 8 bits were insufficient to encode (Chinese, Korean, Japanese, etc.). Currently this code is in circulation.

Comments

Popular posts from this blog

Unlocking Online Success: Why Justoctane SEO Services are the Best Choice for Businesses in Boca Raton, Florida.

Best Justoctane SEO Services Boca Raton in Florida Are you looking for the best SEO services in Boca Raton, Florida? Look no further than Justoctane SEO services. As a leading provider of SEO services, Justoctane has helped numerous businesses in the Boca Raton area achieve top rankings on search engine results pages. In this blog post, we will explore why Justoctane is the best choice for SEO services in Boca Raton. Experience and Expertise Justoctane has a team of experienced and highly skilled SEO professionals who have a deep understanding of search engine algorithms and the latest SEO techniques. Their expertise allows them to create customized SEO strategies that are tailored to the specific needs of each client. The Justoctane team has worked with businesses in various industries and niches, providing them with a wealth of knowledge and experience to draw from when creating effective SEO strategies. Comprehensive Services Justoctane offers a wide range of SEO services, incl...

What is transmission media? Introduction to different types of data transmission cables

Transmission media: When a PC communicates or wants to communicate with another PC, it has to take the help of some transmission media. The most commonly used media in the network are twisted pair cable, coaxial cable, fiber optic cable. Nowadays, the use of optical fiber is increasing greatly. Radio wave, microwave and infrared technologies are prominent among wireless media. Among these mediums, optical fiber has the highest data transfer speed. The type of medium used in a network depends on the type and location of that network. The connection system for exchanging information between the sender and the remote receiving end is called a channel. The means or methods used to implement the channel are called media. such as-- (i) Cable or wire. (ii) Common telephone lines. (ii) Radio waves. (iv) Microwave. (v) Geo-satellite systems etc. Cable or Wire: Cable is an important medium in data communication. Cables are generally used for data transfer over short range networking such as LAN...

What is the purpose of operating system? Basic concepts of operating system?

Basic concepts of operating system The main purpose of the operating system is to-- • Creation of working environment: The operating system that creates a better working environment, the better and improved the operating system. • Coordinator: It coordinates between hardware and software. It acts as a coordinator between user tasks and all devices. • Automatic management: When a problem arises, it automatically understands what to do. If the appropriate solution is not provided, the operating system may automatically shut down the computer by itself. • Control of computer operations: The objective of the operating system is to control the speed of input/output operations by programs. • Memory management: helps the computer to work faster in stages by storing different files so that they can be found easily. this • Working based on priority: All the tasks that are directed to the computer are carried out based on priority. • Input/Output Management (I/O Management): It is the task o...