What are the contents of Output Array following execution of the VI?
d.
9 and 8 are not octal. 7 and 6 are hex. 5 and 4 are decimal.
98 = b and is not octal.
76 = L and is not hex
54 = 6 and is decimal.
nice one. almost foolt me in to a
Agree with D
Ans D
Ans D.
If a number is wired to the input of octal?, Hex?, or Dec?, it is interpreted as the ascii representation of a character.
Agreed D...
MrStevenUND wrote: Ans D. If a number is wired to the input of octal?, Hex?, or Dec?, it is interpreted as the ascii representation of a character.
MrStevenUND wrote:
I don't know but it is the common methode is LabVIEW and for that mater in C. ( most lanuage's have a string as an array of numbers [ mostly 8 bit ])
LordNobady wrote:MrStevenUND wrote: Ans D. If a number is wired to the input of octal?, Hex?, or Dec?, it is interpreted as the ascii representation of a character. I don't know but it is the common methode is LabVIEW and for that mater in C. ( most lanuage's have a string as an array of numbers [ mostly 8 bit ])
LordNobady wrote:
What I wrote is paraphrased from the Help screen.
MrStevenUND wrote: If a number is wired to the input of octal?, Hex?, or Dec?, it is interpreted as the ascii representation of a character.
yes..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.