answersLogoWhite

0

they cant,HA HA HA HAA

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the use of binary?

Binary trees are commonly used to implement binary search tree and binary heaps.


Write a program of binary heap in c or c language?

to implement operations on binary heap in c


What is standard binary code?

asdfasdf


What is the library function in c explain that?

education suportive, enhances good comm btwn users refreshing siteIn computing terms, the term library also refers to an archive of functions, typically archived in binary (pre-compiled) form. This allows for easy re-use of previously defined, implemented and tested functionality, with possible protection of intellectual property when using a binary library.


What is db in binary?

In binary, "db" would be represented as "01100100" when converted from ASCII to binary. Each character is assigned a unique binary code according to the ASCII standard.


Bar code system- why must the number code be changed to binary for the laser readr to work?

Binary is the most primitive form of numeric notation and is by far the easiest to implement at the machine level.


What is a binary quasar?

A binary quasar is a pair of quasars which gravitationally interact with each other, unlike a standard double quasar, which does not interact.


What size ROM would it take to implement a binary multiplier that multiplies two 4 bit numbers?

2^8 * 8


What is the standard format of data written to a CD as well as DVD?

it's binary data


How binary patterns are stored and transmitted in a computer system?

i do not know how binary is transmitted but i know it is saved as 8 digits representing a number or letter bitmap images will use binary to show were to place colours if you use these 3 patterns 1101100, 11100010 and 1110110 you will get a pattern. A Capital A in binary is represented by 01000001. every 8 digits is a byte. all binary patterns are use ASCII ASCII (American Standard for Information Interchange) as this is the standard saving type.


What are the key differences between a binary heap and a binary tree in terms of their structure and functionality?

A binary heap is a complete binary tree that satisfies the heap property, where the parent node is either greater than or less than its children. It is typically used to implement priority queues efficiently. On the other hand, a binary tree is a hierarchical data structure where each node has at most two children. While both structures are binary, a binary heap is specifically designed for efficient insertion and deletion of elements based on their priority, while a binary tree can be used for various purposes beyond just priority queues.


How does a computers process binary digits into keyboard characters?

Chracters are represented using binary digit combinations. For example the ASCII American Standard Code for Information Interchange is one such encoding.