answersLogoWhite

0


Best Answer

A register.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A group of flip flops that can be used to store a binary number is called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Electrical Engineering

What is the differrence of flip-flop and latch?

a group of flip-flops sensitive to pulse duration is called latch whereas a group of flip-flops sensitive to pulse transition is called a register.


What is the highest decimal number that can be represented by ten number of binary digits or bits?

A: 1111111111 Learn with me first number is a 1 second is 2 third is 4 forth is 8,16,32,64.128.256.512,1024 and so forth if you add this numbers it will get the decimal equivalent, any zero along the way their number is not added but is skipped to the next number which is added as as its own value. For long values engineering uses octal notation group of 3 111=7 next 7,7,1 There is also hexadecimal notation group of 4 as 1111


How many flip flops are needed to store a number?

It depends on how many bits you need to store the number. You would need one flip flop per binary digit that it takes to represent the number. for example, 4 flip flops could display numbers from 0 to 15, to reach 16, you would need another flip flop. and that would give you the capability to store numbers from 0 to 31. After that the progression of adding additional flip flops goes 32, 64, 128, 256, 512, 1024 ...Another Answer"D Flip-Flops" are single bit rudimentary gates that allow the retention of the "D" input during the trigger cycle of the gate. Being a single bit on its own is beneficial for serial communication or downstream clocking. This constitutes bit streams of binary digits (bits) at the supplied clock speed.Knowing that the D Flip-Flop gate is synonymous with a binary digit in computers, conversation about the gates can be referred to as bits. From this point forward the "D Flip-Flop" will be spoken of as a bit. The power of the bit is derived from groups:· One (1) grouped bit allows for a single base2 counting unit.· Two (2) grouped bits allow for a single base4 counting unit.· Three (3) grouped bits allow for a single base8 (Octal) counting unit.· Four (4) grouped bits allow for a single base16 (Hexadecimal) counting unit.· Five (5) represents base32· Six (6) represents base64· Seven (7) represents base128· Eight (8) represents base256· ...Since numbering systems have the "Base" number of unique symbols in them, Hexadecimal, or simply Hex, is the preferred "Base" of communication between hardware designers and hardware programmers. This refers to the two Hex numbers (two four bit nibbles) that represent a byte for counting digitally. The sixteen unique symbols used in Hexadecimal are as follows:"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F"Ten of the symbols used in Hex are a copy of all the symbols we use for counting in Decimal, plus the first six capital letters of the English alphabet. Zero is the common symbol for all numbering systems because it represents the common reference… nothing. We always start counting with nothing, and then add to that starting reference. Without Zero, we would not be able to translate from one numbering system to another. A base0 numbering system is undefinable since there are zero symbols to count with. A base1 numbering system would only have one symbol: 0 (zero), which would allow it to count nothing very efficiently. Base2 is the first numbering system that can actually count an infinite number of objects. It uses only two symbols: "0" and "1". Hex groups four bits together and is the first numbering system that efficiently occupies a binary and byte boundary. Hex is the accepted standard for communication about digital logic and its programming. A Binary to Hexadecimal equivalence table follows:00002 = 016 & 10 & 8 & 4 & 2 & 100012 = 116 & 10 & 8 & 4 & 2


What is an area called where there is a large group of windmills generating electricity?

a wind field


Is silicon a extrinsic or intrinsic semiconductor?

silicon is intrinsic semiconductor until we add some impurities in it. the impurities are either of group 3 called acceptors which make p type or of group 5 called donors which make n type semiconductor.

Related questions

What are group of galaxies called?

binary systems


What is the differrence of flip-flop and latch?

a group of flip-flops sensitive to pulse duration is called latch whereas a group of flip-flops sensitive to pulse transition is called a register.


Group of eight binary digits?

That is called a bite. * * * * * A byte.


What is a group of eight binary digits called?

one byte


A string of eight 0s and 1s is called?

Eight binary digits are called a byte.Four binary digits are a nibble.


What is 10111010 in hexidecimal?

I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).


Which type of star group has the smallest number of stars?

A binary star system (2)


The memory stores binary information in group of bits called?

a group of 8 bits is known as byte and a group of 4bits is known as nibble..


What do you call a group of bits containing 16 zeros and ones?

A 16-bit binary number


What is the binary number 00100000 in hexidecimal stand for?

You need to separate the binary number into groups of 4 binary digit (starting from the right); then you look up each group in a conversion table. In this case, the separation is:0010 0000 So in hexadecimal, that would be: 20


Stars that are found in pairs are called?

Two stars orbiting each other are "binary stars" ...a group of stars near each other, may be formally or informally known as a "cluster".


What is a byte?

byte">byte1. A group of binary digits or bits (usually eight) operated on as a unit.2. Such a group as a unit of memory size.No, byte is a noun.