Results 1 - 15 of about 2210 sawaal for "binary"
Well Nicl , here is the program in Java to convert Decimal numbers into Binary format.import java.lang.;import java.io.;public class DecimalToBinary public static void mainString args[...] throws by = Integer.toBinaryStringi; System.out.println"Binary: " by; Description of program:This program takes a decimal number from console and it converts it into binary format using the toBinary
Posted in
Computers & Technology by Nick S at 7:39 PM on June 12, 2008
well;A binary tree is made of nodes, where each node contains a "left" pointer, a "right" pointer, and a data element. The "root" pointer points to the topmost node in the tree. The left and right pointers recursively point to smaller "subtrees" on either side. A null pointer represents a binary tree with no elements -- the empty tree. The formal recursive
Posted in
Computers & Technology by rocky singh at 11:35 PM on May 21, 2008
The binary numeral system, or base-2 number system, is a numeral system that represents numeric values using two symbols, usually 0 and 1. More specifically, the usual base-2 system is a positional notation with a radix of 2. Owing to its straightforward implementation in electronic circuitry, the binary system is used internally by all modern computers.Counting in binary is similar to counting in any
Posted in
Computers & Technology by kash at 9:19 PM on April 13, 2008
;The above command format D drive and make it empty ....To install the system files to your hard disk, you will also need the DR-DOS variant of the FreeDOS SYS command v3.5 source or binary.To format FAT12/16/32 drives, you can use the new DR FORMAT command v1.0 source or binary. This is based on FreeDOS FORMAT v0.91u with added support for 128K cluster size and some other enhancements; use the new option /C
Posted in
Computers & Technology by Ankit at 3:42 PM on June 14, 2008
A field that contains binary numbers. It may refer to the storage of binary numbers for calculation purposes, or to a field that is capable of holding any information, including data, text, graphics images, voice and video....A field that contains binary numbers. It may refer to the storage of binary numbers for calculation purposes, or to a field that is capable of holding any information, including
Posted in
Computers & Technology by kash at 9:20 PM on April 13, 2008
Netmwsk can be defined as-A netmask is a string of 0s and 1s that mask or screen out the network part of an IP addressIP so that only the host computer part of the address remains. The binary 1s at the beginning of the mask turn the network ID part of the IP address into 0s. The binary 0s that follow allow the host ID to remain. A frequently-used netmask is 255.255.255.0. 255 is the decimal equivalent of a
Posted in
Computers & Technology by Priya Raman at 2:02 AM on September 28, 2008
rate the more data the device can transmit per second, typically in a binary channel the baud rate is equal to the bit rate, therefore 1 baud = 1 bit a second....The baud rate of a data communications system is the number of symbols per second transferred. A symbol may have more than two states, so it may represent more than one binary bit a binary bit always represents exactly two states. Therefore
Posted in
Computers & Technology by Nick S at 7:37 PM on June 12, 2008
A binary tree is made of nodes, where each node contains a "left" pointer, a "right" pointer, and a data element. The "root" pointer points to the topmost node in the tree. The left and right pointers recursively point to smaller "subtrees" on either side. A null pointer represents a binary tree with no elements -- the empty tree. The formal recursive
Posted in
Computers & Technology by chinni. at 8:40 PM on November 04, 2008
Binary refers to base two arithmetic using the digits 0 and 1. This corresponds to the electric current in a wire- its either On a value of 1.Computers are based on the binary numbering system, which consists of just two unique numbers, 0 and 1....Binary is a numeric system which uses two numerals to represent all real numbers. While the most common counting system, the decimal system, uses ten numerals
Posted in
Computers & Technology by Sonu at 7:52 AM on February 04, 2008
A binary tree is a method of placing and locating files called records or keys in a database, especially when all the data is known to be in random access memory RAM. The algorithm finds data exist at end points; there is nothing beyond them. Branch points are called nodes. The order of a tree is the number of branches called children per node. In a binary tree, there are always two children
Posted in
Computers & Accessories by Ashish Kumar at 5:33 PM on October 23, 2008
A Binary tree is a non linear data structure in which in which each node is an object with three pointer fields represent by Left Child, Right Child and the Parent respectively .A binary tree either is empty no nodes, or has a root node, a left binary tree, and a right binary tree....In computer science, a binary tree is a tree data structure in which each node has at most two children. Typically
Posted in
Computers & Technology by Kajal at 9:05 PM on December 20, 2007
==32 bitin IPv6 ==128 bits...The length of an ip adderss is 9 words. Eg: 154.2.456.2.7...IPv4 addresses are essentially 32-bit binary numbers, we break them up into four sections divided by dots, or periods, commonly called octets. An octet is a set of eight binary digits, sometimes also called a byte. We do not use byte here, because the real definition of a byte can vary from computer to computer
Posted in
Computers & Technology by jaivir at 9:47 PM on May 17, 2013
.255.255.255, "255" is the assigned broadcast address. The 0 and 255 are always assigned and cannot be used.Below is an example of a netmask and an example of its binary conversion.Netmask: 255. 255. 255. 255Binary Conversion: 11111111 11111111 11111111 11111111Netmask length 8 16 24 32Counting out the bits in the binary conversion allows you to determine the netmask length. In the above example you have
Posted in
Computers & Technology by Priya Raman at 1:42 AM on September 28, 2008
Binary digits are a basic unit of information storage and communication in digital computing and digital information theory. Information theory also often uses the natural digit, called either a nit or a nat. Quantum computing also uses qubits, a single piece of information with a probability of being true....binary digits are of only two types 0zero or 1one, this code is used only to understand
Posted in
Computers & Technology by nisha at 4:59 PM on October 29, 2007
Binary digits are a basic unit of information storage and communication in digital computing and digital information theory. Information theory also often uses the natural digit, called either a nit this : 0 0... A bit is a binary digit, taking a value of either 0 or 1. For example, the number 10010111 is 8 bits long, or in most cases, one modern PC byte. Binary digits are a basic unit of information
Posted in
Computers & Technology by introduction to computers at 4:59 PM on October 29, 2007