answersLogoWhite

0

What else can I help you with?

Related Questions

How does a computer store graphics?

in binary!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :) :)


How is binary linked to computer memory?

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.


How do you store data in computer?

We mostly store data by saving it. Binary information - the parts of the memory either take an electrical (or magnetic) charge, or they don't. The computer interprets this as data.


Why is data store in a computer in binary form?

because it is the only language a computer understands. The computer can only tell if a switch is on or off, and that is represented by a 1 or a 0


What are number systems use in computer to store data and perform calculations?

Binary number system ,which has only two digits 0 and 1.


Why binary notation is used as a means of output of CNC word address programs?

Binary notation is used in CNC word address programs because it allows for the efficient representation and processing of complex instructions within the machine's control system. Since computers operate on a binary level, using binary notation simplifies data handling and enhances the speed of computation. Additionally, binary encoding reduces the amount of memory required to store instructions, enabling more efficient program execution and control of machinery. Overall, it ensures precision and reliability in automated manufacturing processes.


In a computer----- which is capable to store single binary bit from the following a.capacitor b.flip flop c.register d.inductor?

Flip Flop


What is a binary float?

It is the way computers store irrational numbers. e.g. in a 4-byte binary float, which contains 32 digits of 0 and 1. the first digit says whether the number stored is positive or negative. The next 8 digits store the value of the power of 10 when the number is in scientific notation, and the remaining 23 digits store the actual digits of the number.


WHAT DOES A COMPUTER USE BINARY?

A computer uses binary because it operates on a binary system that consists of two states: 0 and 1. These binary digits (bits) correspond to electrical signals, where 0 represents an "off" state and 1 represents an "on" state. This simple system allows computers to perform complex calculations and processes efficiently, enabling them to store and manipulate data through combinations of these binary values. Ultimately, binary provides a reliable way for computers to communicate and execute instructions.


What Numbers that computers use to store and process data?

BINARY


What does Binary mean in ict?

In Information and Communication Technology (ICT), "binary" refers to the base-2 numeral system, which uses only two digits: 0 and 1. This system is fundamental to computer operations, as it represents the most basic form of data in digital computing. Each binary digit (bit) corresponds to an electrical state, allowing computers to store and process information efficiently. Consequently, all forms of data, including text, images, and sound, can be encoded in binary for computer processing.


What is blob in database?

Binary Large OBject, usually used to store chunks of raw binary data (such as images, video, audio, or in fact any file that user would be able to upload from their computer to server). It's size is limited and the limit varies on used database engine (PostgreSQL, MSSQL, MySQL...)