National_Instruments
CLAD · Question #122
How many bytes does LabVIEW write to the file when the code executes? Image description: A LabVIEW block diagram. An 'UnB Array' constant contains a 2D array: [[1, 2, 3], [4, 5, 6], [7, 0, 9]]. This…
The correct answer is D. 44 bytes. You've hit your limit · resets 12:50am (America/New_York)
File I/O
Question
How many bytes does LabVIEW write to the file when the code executes?
Image description: A LabVIEW block diagram. An 'UnB Array' constant contains a 2D array: [[1, 2, 3], [4, 5, 6], [7, 0, 9]]. This array is wired to a 'Write to Binary File' function. The 'Open/Create/Replace File' function is used. The 'prepend array or string size? (T)' input to 'Write to Binary File' is wired to a 'True' constant.
Options
- A9 bytes
- B11 bytes
- C36 bytes
- D44 bytes
How the community answered
(24 responses)- A8% (2)
- B8% (2)
- C17% (4)
- D67% (16)
Explanation
You've hit your limit · resets 12:50am (America/New_York)
Topics
#Write to Binary File#binary file format#array size prepend#data type size
Community Discussion
No community discussion yet for this question.