Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
BCD 2 gray code converter
no vote
A symbolic representation of data/ information is called code. The base or radix of the binary number is 2. Hence, it has two independent symbols. The symbols used are 0 and 1. A binary digit is called as a bit. A binary number consists of sequence of bits, each of which is either a 0 or 1. Each bit carries a weight based on its position relative to the binary point. The weight of each bit position is one power of 2 greater than the weight of the position to its immediate right. e. g. of binary number is 100011 which is equivalent to decimal number 35.  
tarun853400
2016-08-23
0
1
Assembly language basic programs
no vote
Assembly language is a low-level programming language for a computer or other programmable device specific to a particular computer architecture in contrast to most high-level programming languages, which are generally portable across multiple systems. Assembly language is converted into executable machine code by a utility program referred to as an assembler like NASM, MASM, etc.
tarun853400
2016-08-23
0
1
Sequence detector
no vote
In a computer network like Ethernet, digital data is sent one bit at a time, at a very high rate.  Such a movement of data is commonly called a  bit stream .  One characteristic is unfortunate, particularly that any one bit in a bit stream looks identical to many other bits.  Clearly it is important that a receiver can identify important features in a bit stream.  As an example, it is important to identify the beginning and ending of a message.  This is the job of special bit sequences called  flags
tarun853400
2016-08-23
0
1
No more~