answersLogoWhite

0

A = 1010

b = 1011

c = 1100

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you convert text into binary in vb or c sharp code?

C# EXAMPLEString text="My sample data";System.Text.ASCIIEncoding encode=new System.Text.ASCIIEncoding();//convert to binary and store in a byte[]byte[] binaryArray=encode.GetBytes(text);


Code for binary trees written in C using graphics?

cg code for binary tree


C plus plus program that convert decimal to binary using the concept of stack?

#include<stdio.h> #include<stdlib.h> main() { int number,binary[10000],b=0; printf("Enter decimal number "); scanf("%d",&number); printf("\nBinary: "); for(;number;number/=2,b++) binary[b]=number%2; for(b--;b>-1;b--) printf("%d ",binary[b]); }


How do you convert from assembly to binary in c plus plus?

Use inline assembly instructions. Then compile your C++ program to produce the machine code.


What would be the boolean equation for an active low binary code 1101?

For an active low binary code of 1101, the corresponding boolean equation can be represented in terms of the individual bits as follows: ( \overline{A} \cdot \overline{B} \cdot C \cdot \overline{D} ), where ( A, B, C, ) and ( D ) are the bits of the binary code from the most significant to the least significant bit. This equation indicates that the output is active (logic low) when ( A ) is low (0), ( B ) is low (0), ( C ) is high (1), and ( D ) is low (0).


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


C program to receive floating point and convert it into binary?

scanf


How do you convert a binary number into a decimal in C?

sprintf (to, "%d", value)


What letters do binary code represent?

Binary code represents letters by assigning each letter a unique combination of 0s and 1s according to a specific coding scheme, such as ASCII or Unicode. Each letter can be represented by a sequence of 0s and 1s that the computer interprets as that specific character.


How do you convert Binary code to BCD code?

#include#includevoid main(){int a[10],i=0,c=0,n;printf("\n enter the gray code");scanf("%d",&n);while(n!=0){a[i]=n%10;n/=10;i++;c++;}for(i=c-1;i>=0;i--){if(a[i]==1){if(a[i-1]==1)a[i-1]=0;elsea[i-1]=1;}}printf("\n the binary code is");for(i=c-1;i>=0;i--)printf("%d",a[i]);getch();}


C program to convert gray code to binary code?

#include#includevoid main(){int a[10],i=0,c=0,n;printf("\n enter the gray code");scanf("%d",&n);while(n!=0){a[i]=n%10;n/=10;i++;c++;}for(i=c-1;i>=0;i--){if(a[i]==1){if(a[i-1]==1)a[i-1]=0;elsea[i-1]=1;}}printf("\n the binary code is");for(i=c-1;i>=0;i--)printf("%d",a[i]);getch();}


What pairs names two methods of sexual reproduction a meiois and binary dission b mitosis and meiosis c mitosis and binary fission?

mitosis and binary fission