Practice Set 1
Accenture Success Primer ExammediumMay 2026 PrimersData Types

Select the correct statements.

Answer options

A
Tuple is mutable
B
Set is an unordered collection of unique items
C
Dictionary is an ordered collection of key-value pairs
D
List is mutable

Correct answer: Set is an unordered collection of unique items, List is mutable

Explanation

Quick AnswerThe correct answer is Set is an unordered collection of unique items, List is mutable because it directly addresses the core logic of Practice Set 1.

Tuples are immutable, sets contain unique unordered items, and lists are mutable. The dictionary statement depends on Python version, but in basic primer context dictionaries are usually taught as key-value collections rather than selected here as the intended answer.

Related Accenture Practice Set 1 questions

Practice more Accenture Practice Set 1 questions

PrimerPrep has 1400+ practice questions, 2026 simulations and coding hands-on — all free.

Watch Walkthroughs!