Thursday, February 26, 2009

Related Interview Questions of part --5 of --15

What is Packed BCD Format ?
Posted in Microprocessors Interview Questions
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 addition and subtraction , but by adjusting the sum or difference the correct result in packed BCD format.
Post Your Answer!
Send This to a Friend
What is DAS instruction ?
What is difference between DIV and IDIV instruction in 8086 ?


Related Interview Questions
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 DAS instruction ? 14.11.08
DAS : Decimal Adjust After Subtraction This instruction converts the binary result of a SUB or SBB instruction in AL to Packed BCD format. It operates only on...
What happens when we move a comp-3 field to an edited (say z (9). ZZ-) ? 06.09.08
the editing characters r to be used with data items with usage clause as display which is the default. When u tries displaying a data item with usage as computa...
What is the difference between COMP & COMP-3 ? 27.08.08
COMP is a binary storage format while COMP-3 is packed decimal format....
How is sign stored in Packed Decimal fields and Zoned Decimal fields ? 27.08.08
Packed Decimal fields: Sign is stored as a hex value in the last nibble (4 bits ) of the storage. Zoned Decimal fields: As a default, sign is over punched with...
What does the IS NUMERIC clause establish ? 27.08.08
IS NUMERIC can be used on alphanumeric items, signed numeric & packed decimal items and unsigned numeric & packed decimal items. IS NUMERIC returns TRUE if the...
What happens when we move a comp-3 field to an edited ? 08.08.08
The editing characters r to be used with data items with usage clause as display which is the default. When u tries displaying a data item with usage as comput...
How is sign stored in Packed Decimal fields and Zoned Decimal fields ? 31.07.08
Packed Decimal fields Sign is stored as a hex value in the last nibble (4 bits ) of the storage. Zoned Decimal fields As a default, sign is over punched with t...
What does the IS NUMERIC clause establish ? 31.07.08
IS NUMERIC can be used on alphanumeric items, signed numeric & packed decimal items and unsigned numeric & packed decimal items. IS NUMERIC returns TRU...
What is the syntax of Packed Number? 08.04.07
Data : NUM type P decimals 2...

No comments: