I Hate CBT's

View Original

8.6 Code Practice: Question 1

Question: 8.1 Lesson Practice

Answer:

Question: In Python, an array is called a ______________.

Answer: list

Question: Which of the following would NOT be stored using an array?

Answer: A first name

Question: An array stores data using multiple variable names.

Answer: False

Question: We use arrays in programs to ______________ data.

Answer: organize