answersLogoWhite

0

You can encode JUST ABOUT ANY information in 1's and 0's; as long as the amount of information you need to encode is finite.Information encoded this way is said to be "binary".

What else can I help you with?

Related Questions

What is signal encodes information as a string of 1's and 0s?

Binary encoding is a method where information is represented using a sequence of 1s and 0s, known as bits. This binary language is commonly used in digital communications and computing systems to encode data for transmission and processing. Each bit in the sequence corresponds to a specific piece of information, allowing for accurate and efficient data transfer.


How is it possible that a person working on a computer uses alphabets special symbols decimal digit while the internal process within the computer takes place in binary?

Any information in the computer is encoded as 1's and 0's. For example, if you press a key on your keyboard, a series of 1's and 0's is sent to the computer. Even pictures, sounds, videos, etc. can be encoded as 1's and 0's - after all, they are all types of information.


What does 25 26 27 28 29 30 31 1 2 3 4 5 6 7 8 9 10 11 0 1 2 0 0 0 0 1 01 1 0 0 0 0 represent?

A long string on numbers (integers).A long string on numbers (integers).A long string on numbers (integers).A long string on numbers (integers).


What is a bit string made of?

0 and 1


How does a credit card reader work?

The information (card number, card holder name, and other information) is encoded as ones and zeros, then encoded magnetically as data bits onto the magnetic stripe. When the stripe is passed by the read head, it reads how each portion is magnetized (a North or South pole magnetization) and then outputs that as a 1 or 0 to the rest of the system.


What is Frequency shift keying?

FSK refers to a communications protocol in which different values of encoded (binary) information are signaled by modulating the frequency, and the start and stop of different bits are determined by the expected timing of each shift in frequency. If there was no shift, the next digit is the same as the previous digit (0 and 0 or 1 and 1), and if it shifted, then the next digit is the opposite (1 to 0 or 0 to 1).


How do you write a program to check the string of a given grammar?

#include<stdio.h> #include<conio.h> #include<string.h> void main() { char string[50]; int flag,count=o; clrscr(); printf("The grammar is: S->aS, S->Sb, S->ab\n"); printf("Enter the string to be checked:\n"); gets(string); if(string[0]=='a') { flag=0; for(count=1;string[count-1]!='\0';count++) { if(string[count=='b']) { flag=1; continue; } else if((flag==1)&&(string[count]=='a')) { printf("The string does not belong to the specified grammar"); break; } else if(string[count=='a']) continue; else if(flag==1)&&(string[count]='\0')) { printf("The string accepted"); break; } else { printf("String not accepted"); } getch():


Program to check that given string is palindrome or not in C?

/*To check whether a string is palindrome*/includeincludevoid main () { int i,j,f=0; char a[10]; clrscr (); gets(a); for (i=0;a[i]!='\0';i++) { } i--; for (j=0;a[j]!='\0';j++,i--) { if (a[i]!=a[j]) f=1; } if (f==0) printf("string is palindrome"); else printf("string is not palindrome"); getch (); }


What information is encoded in radio waves?

Radio waves can encode information such as audio, video, and data by modulating the amplitude, frequency, or phase of the wave. This modulation allows the radio wave to carry signals over long distances for communication purposes. Different encoding techniques are used for different types of information transmission.


How do you select a substring from a string using PHP?

In php to select a sub string from a string, use the command: string substr ( string string, int start [, int length]);Simple Examples:


Write a program to find a substring in a given string in c?

#include<stdio.h> #include<conio.h> int main() { int i=0,j=0,k=0,count=0,l=0,k1=0; char a[80],b[80]; clrscr(); printf("\nEnter main string:-\n"); gets(a); printf("\nEnter sub-string:-\n"); gets(b); l=strlen(b); while (a[i]!=EOF) { if (a[i]==b[j]) { i++; j++; k1=1; if (j==l) { j=0; k=1; count=count+1; } } else { if (k1==1) { j=0; k1=0; } else i++; } } if (k==1) { printf("\n\nThe given sub-string is present in the main string."); printf("\nIt is present %d times.",count); } else { if (k==0) printf("\n\nThe given sub-string is not present in the main string."); } }


What does Am mean in guitar tabs?

Here's the tabs: e|-0--| b|-1--| g|-2--| d|-2--| a|-0--| E|-0--| If you can't read tabs, here's the explanation: Out your first finger on the second string/b string at the first fret. Put your second finger on the second fret of the fourth string/d string. Put your third finger on the second fret of the third string/g string. Strum all six strings.