Ask Questions & Get Answers at ibibo sawaal
     Powered by Bixee Crawl
Results 1 - 15 of about 636 sawaal for "decimal"
Sort by: Recency | Relevancy

CAN YOU PLEASE TELL ME A PROGRAM TO CONVERT DECIMAL NUMBER INTO A BINARY NUMBER IN JAVA?

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 IOException BufferedReader bf = new BufferedReadernew InputStreamReaderSystem.in; System.out.println"Enter the decimal value:"; String hex = bf.readLine; int i = Integer.parseInthex; String

Posted in Computers & Technology by Nick S at 7:39 PM on June 12, 2008

How do I convert between a String and a number?

FloatstringHow it works:The argument of parseFloat must be a string or a string expression. The result of parseFloat is the number whose decimal representation was contained in that string or the number found in the beginning of the string. If the string argument cannot be parsed as a decimal number, the results will be different in different browsers either 0 or NaN.Examples comments in each line give the conversion

Posted in Computers & Technology by Fazil at 11:53 PM on July 02, 2008
Tags

Can Any1 Provide me with the code for displaying amount in words.eg if amt is Rs10,000 then it should display Rupees one thousand only.I m using Visual basic

numbers. The Decimal and Double data types cannot store truly enormous numbers without precision errors.First the function checks its useusgroupnames parameter and initializes its groups array to a list contains a decimal point, it removes anything after it.The code then determines how many groups of three digits the number needs. It pads the string on the left so its length is a multiple of 3.Now the code

Posted in Computers & Technology by Himanshu at 7:32 PM on June 21, 2008

How do I convert between an int and a char?Data type issues

= Double.toStringd;or in ImageJ only: String str1 = IJ.d2sd, n; // n 0...9 digits to the right of the decimal point String str2 = IJ.d2sd; // 2 digits to the right of the decimal pointlong to String : String = Long.valueOfstr.longValue;o r long l = Long.parseLongstr; String to float : float f = Float.valueOfstr.floatValue; decimal to binary : int i = 42; String binstr = Integer.toBinaryStringi;dec imal

Posted in Computers & Technology by Fazil at 11:52 PM on July 02, 2008

Why decimal number system has become default number system ? why not octal or hexa decimal system ?

... the inventin of binary, octal and hexa came much later with the invention of decimal signal, this whole world is full of analog signal which are continous, which is fullfilled by can be undersatn only be decimal system .. but hexa, octal and binary represents discrete i.e digital signal ... and its always difficult to calculate in terms of other system rather than decimal.. this other system came into existence

Posted in Computers & Technology by Sri at 4:12 PM on October 01, 2007

What is the length of ip address?

octet = 8 bits. Each octet is converted to decimal and separated by a period dot. For this reason, an IP address is said to be expressed in dotted decimal format for example, 172.16.81.100.IPv6 is a much, IP addresses are normally expressed in decimal format as a "dotted decimal number" like the one above. But computers communicate in binary form. Look at the same IP address in binary

Posted in Computers & Technology by jaivir at 7:49 PM on May 16, 2008
Tags address

If I have 3 pcs connected to net through a Hub, the IP Add. for all the 3 will be same or different?

, called an IP Address. A typical IP address looks like this: 216.27.61.137To make it easier for us humans to remember, IP addresses are normally expressed in decimal format as a "dotted decimal number expressed in decimal format as a "dotted decimal number" like the one above. But computers communicate in binary form. Look at the same IP address in binary: 11011000.00011011.00111101.100 01001The

Posted in Computers & Technology by Shailesh at 12:22 PM on May 27, 2008

What is megabyte?

well Rocky, As a measure of computer processor storage and real and virtual memory, a megabyte abbreviated MB is 2 to the 20th power bytes, or 1,048,576 bytes in decimal notation.According to the IBM Dictionary of Computing, when used to describe disk storage capacity and transmission rates, a megabyte is 1,000,000 bytes in decimal notation. According to the Microsoft Press Computer Dictionary, a megabyte

Posted in Computers & Technology by Rocky at 5:02 PM on May 09, 2008
Tags megabyte

What is megabyte?

abbreviated MB is 2 to the 20th power bytes, or 1,048,576 bytes in decimal notation.According to the IBM Dictionary of Computing, when used to describe disk storage capacity and transmission rates, a megabyte is 1,000,000 bytes in decimal notation.According to the Microsoft Press Computer Dictionary, a megabyte means either 1,000,000 bytes or 1,048,576 bytes....megabyte MB is equivalent to approximately one

Posted in Computers & Technology by ana arora at 9:46 PM on April 23, 2008
Tags megabyte

can any one tell me something about excess 3 to gray code converter with circuit

Wlell Nitin , Excess-3 binary coded decimal XS-3, also called biased representation or Excess-N, is a numeral system used on some older computers that uses a pre-specified number N as a biasing value. It is a way to represent values with a balanced number of positive and negative numbers. In XS-3, numbers are represented as decimal digits, and each digit is represented by four bits as the BCD value plus

Posted in Computers & Technology by nitin at 2:17 AM on August 22, 2008

Explain EBCDIC

Extended Binary Coded Decimal Interchange Code EBCDIC is an 8-bit character encoding code page used on IBM mainframe operating systems, like z/OS, OS/390, VM and VSE, as well as IBM minicomputer operating systems like OS/400 and i5/OS see also Binary Coded Decimal. It is also employed on various non-IBM platforms such as Fujitsu-Siemens BS2000/OSD, HP MPE/iX, and Unisys MCP. It descended from punched

Posted in Computers & Technology by nisha at 4:59 PM on October 29, 2007

Explain EBCDIC

EBCDIC is an acronym for Extended Binary Coded Decimal Interchange Code. It is 8 bit character encoding system in contrast to the 7 bit ASCII coding system and is used on IBM mainframe operating for backward compatibility. Answered by: friendseeker at 12:36 PM on October 29, 2007 | friendseeker's Q & A | Report Abuse Rate this : 0 0... xtended Binary Coded Decimal Interchange Code (EBCDIC) is an 8-bit

Posted in Computers & Technology by introduction to computers at 4:59 PM on October 29, 2007

Why is the binary numbering system used in computing?

Computers dont use the ten digits of the decimal system for counting and arithmetic. Their CPU and memory are made up of millions of tiny switches that can be either ON or OFF. Two digits, 0 and 1 this type of number system work? First, lets look more closely at our own decimal system. As you have learned in your arithmetic classes, our decimal system is based on place, or location. That is, the place

Posted in Computers & Accessories by Vinay at 7:05 PM on October 23, 2008

What is Floating Point?

point decimal point, or, more commonly in computers, binary point can "float": that is, it can be placed anywhere relative to the significant digits of the number. This position is indicated fixed-point and integer representation is that it can support a much wider range of values. For example, a fixed-point representation that has seven decimal digits, with the decimal point assumed

Posted in Computers & Technology by bond at 8:20 PM on October 27, 2008
Refine By Date
sawaal signature
sawaal free visiting card