D. It supports decimals.
Explanation:
Monetary values often include cents or fractional units (e.g., $10.99), which require decimal precision. Floats (or better alternatives like decimal types) allow for precise representation of values with decimals, unlike integers, which only store whole numbers.
Why not the other options?
A. It accepts negative values. → Both integers and floats can store negative values.
B. It stores symbols. → Data types do not store symbols; string data types are used for that.
C. It accommodates larger values. → While floats can store large values, integers can also represent large whole numbers (and often with more precision for whole numbers).
FLOAT - DECIMALS
INTEGER - WHOLE NUMBER
CHARACTER- A SINGLE NUMBER
BOOLEAN - ON/OFF SWITCH OR IF STATEMENT, DETERMINES WHAT IS IN AND WHAT STAYS OUT / PARAMETER
STRING - COLLECTION OF NUMBERS
upvoted 4 times
...
This section is not available anymore. Please use the main Exam Page.FC0-U61 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
lexxone
2 months, 1 week ago69
8 months, 4 weeks ago