Foundations Ch 5: Arrays Question
and answers already passed
2025/2026
array - correct answer ✔variable with one name that stores a list of data
items where each item is directly accessible
vector - correct answer ✔similar to an array
element - correct answer ✔item in an array
index - correct answer ✔element location number in an array
brackets - correct answer ✔[ ]
braces - correct answer ✔{ }
scalar - correct answer ✔single-item, non-array variable
size - correct answer ✔stores size attribute and indicates number of array
elements
swapping - correct answer ✔assigning x's variable to y, and y's variables to x