What is Unpacked BCD Format ?
Posted in Microprocessors Interview Questions
Unpacked BCD Format : In Unpacked BCD, there is only one digit per byte and because of this,unpacked multiplication and division can be done. Binary operations act on signle bytes and the results are adjusted. For Division , the adjustment is done before the binary division.
Post Your Answer!
Send This to a Friend
← What is AAS instruction in 8086 ?
Define Segment Override Prefix. →
Related Interview Questions
What is CDF? 04.12.08
CDF (Channel Definition Format) is an XML based data format used in the Microsoft internet explorere 4.0 and later to describe active channel contents and deskt...
Describe the term Channel in .Net Remoting 04.12.08
In .Net Remoting, an application use Channel to send message to another application which is runing in different domain or process. Before sending message, Chan...
Explain what a DiffGram is, and a good use for one? 04.12.08
A DiffGram is an XML format that is used to identify current and original versions of data elements. When sending and retrieving a DataSet from an XML Web servi...
Explain about XML data binding? 22.11.08
XML data binding allows the user to access the information in XML format rather than in the format of DOM. Data is referred and stored in the computer memory as...
What is Protocol? How many types of Protocols are there? 15.11.08
"Protocol" usually refers to a set of rules that define an exact format for communication between systems. For example the HTTP protocol defines the format for...
What is Packed BCD Format ? 14.11.08
Packed BCD Format : Packed BCD Numbers are stored in two digits to a byte , in 4 bit groups referred to as nibbles. ALU is capable of performing only binary ad...
What is the difference between COMP & COMP-3 ? 27.08.08
COMP is a binary storage format while COMP-3 is packed decimal format....
Explain what a DiffGram is, and a good use for one? 28.07.06
A DiffGram is an XML format that is used to identify current and original versions of data elements. When sending and retrieving a DataSet from an XML Web servi...
How many ways are there to initialize an int with a constant? 18.07.06
Two. There are two formats for initializers in C++ as shown in the example that follows. The first format uses the traditional C notation. The second format us...
How many ways are there to initialize an int with a constant? 09.03.06
There are two formats for initializers in C++ as shown in the example that follows. The first format uses the traditional C notation. The second format uses con...
Thursday, February 26, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment