answersLogoWhite

0


Best Answer

The core of computing is binary encoding. The premise is that each of the transistor switches is either on of off, represented by 1 or 0. Each bit is a BInary digiT.

Each of these switches is more-or-less useless on its own. However, you can arrange them in a sequence to get some logic.

Humans use hexadecimal representation as a form of shorthand for binary. That's a 16-base number system that goes from 0-9 then a-f, then rolls over from 0f to 10.

When you write a computer program, the compiler converts your code into opcode, a hex representation of the binary stream. The CPU interprets the opcodes and follows the program, manipulating bits in the accumulator section. In other words, it reads the binary code and uses that code to switch bits on and off in its "brain". The outgoing data is then sent to various locations in the computer, such as to the sound card, video card, hard disk, RAM, etc. You can do this by mapping each location to a virtual location in the computer. For example, you could set the address 0x2000 to be the sound card, and when you write the data 0x5e41 to 0x2000, the sound card will interpret that data and put out an analog signal to the speakers. You could also read the data at location 0x3000 to see what's on that location in the hard drive. (for example)

The exact details require several years of study. The CPU does not "interpret opcodes" binary codes of 0's and 1's is just a DISPLAY for humans that tells them what is on and what is off for a particular instruction, transistors being switched on and off determine what happens inside a computer.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do computers use binary coding?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

This binary coding scheme was developed by IBM and is primarily used for large computers?

ASCII


How do coding schemes make it possible for humans to interact with computers?

Coding schemes make it possible for humans to interact with computers by using diffeerent codes. For example, the Binary System, ASCII, and the Unicode.


What type of binary coding does Xusenet use?

Uuencode is the oldest code that xusenet uses to program it's binary coding and is considered a reliable source of coding by many of its many international computer users.


Why do computers use the decimal system?

Computers use a binary system, not decimal.


Do The earliest mainframe used the binary language?

All computers use binary.


What Numbers that computers use to store and process data?

BINARY


What is a Coding system characterized by two symbols?

A binary coding system is characterized by using only two symbols, typically 0 and 1, to represent information. This system is commonly used in computers and digital communication due to its simplicity and efficiency in processing data.


Where in the world uses the binary systems?

Everywhere. All computers use binary systems.


What do the telegraph and Twitter have in common?

The both use a binary coding system composed of off and on signals.


What machine uses binary logic to process information?

Computers use binary logic to process information.


Are modern computers binary machines?

ALL computers are binary machines !


Define binary coding scheme in computer system?

A binary coding scheme is a method of representing data using only two symbols: 0 and 1. In computer systems, these symbols are used to represent digital information at the lowest level, with each digit called a "bit" (binary digit). By combining bits in patterns, binary coding enables computers to store, process, and transmit data.