answersLogoWhite

0


Best Answer

Computer Memory is made of electrical circuits which can either be "on" or "off". Binary is a counting system that uses just "1" and "0". Thus one can map "0" to "off" and "1" to "on" and directly store Binary representations in computer memory circuits.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is binary linked to computer memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Both computer instructions and memory address are represented by?

Binary Codes


What is binary linked list?

There is no such thing. There are binary trees and linked lists.


A collection of bits in the computer's memory might be treated as?

Binary Numbers that can be added and subtracted.


How is text represented in main computer memory?

By using a binary number called ASCII code


Why are binary numbers important in computing?

Main Memory and Registers of just about every computer are based on 64-bit or 32-bit binary integers.


Why is information stored in some kind of binary format in computers?

Information is stored in some kind of binary format in computers because computer memory is made out of binary digits (bits).


How do computers keep the memory of their binary codes after they are off?

There are two types of memory in a computer - volatile and non-volatile. Volatile memory is the Random Access Memory (RAM) which is lost after the power is cut. The non-volatile memory is the hard drive which permanently writes information (binary code) to metal platers using magnet charges. After the computer is powered off, the magnetic charges do not change.


Is a memory address in Binary form?

memory address is stored in binary form


How can a binary tree be represented in a computer memory?

A binary tree is a tree that has at most two child node. It contain a data field, a pointer to the left and a pointer to the right child.


What Linked list uses.type of memory allocation?

Linked lists use dynamic memory allocation (also called "heap memory allocation", as the linked list is stored in heap memory).


Computers represent numeric data using the number system?

Nearly all computer math is based on variants of binary numbering. Printouts of computer memory data will combine the binary numbers into four bit groups called hexadecimal digits.


What form must a program be stored in memory?

binary