National_Instruments
CLAD · Question #27
You are plotting data that represents a circle. The circle data includes an x position, a y position, and a radius. All three pieces of data are double-precision. In the future, you might need to make
The correct answer is C. A type definition containing a cluster.. You've hit your limit · resets 12:50am (America/New_York)
Data Types and Structures
Question
You are plotting data that represents a circle. The circle data includes an x position, a y position, and a radius. All three pieces of data are double-precision. In the future, you might need to make the color of the circle, represented as an integer. How should you represent the circle on your front panel window?
Options
- AThree separate controls for the two positions and the radius.
- BA cluster containing all of the data.
- CA type definition containing a cluster.
- DAn array of cluster elements.
How the community answered
(44 responses)- A5% (2)
- B16% (7)
- C70% (31)
- D9% (4)
Explanation
You've hit your limit · resets 12:50am (America/New_York)
Topics
#cluster#type definition#data representation#scalability
Community Discussion
No community discussion yet for this question.