Container can be used as a term for a special type of identifier that can reference multiple values (or elements). One example of a container construct is a simple array. For example, say that you want your program to store a list of user names who have logged on to the computer in the last 24 hours. You would declare the array with the data type of the values it will contain and the number of elements or "rows" that the array can contain:
declare Logons(9) as string
One of the limitations of the array container type is that it cannot be resized. Most programming languages support container types called vectors that can grow or shrink in size as elements are added or removed.
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.
R_inzler
7 months agoDion79
2 years, 6 months ago