Arrays In Data Structures - Study Mode

[#121] What is a bit array?
Correct Answer

(B) Data structure that compactly stores bits

[#122] Which of the following bitwise operations will you use to set a particular bit to 1?
Correct Answer

(A) OR

[#123] What are parallel arrays?
Correct Answer

(C) Arrays of the same number of elements

[#124] Which of the following is an advantage of parallel arrays?
Correct Answer

(D) Increased Locality of Reference

[#125] Which of the following is an advantage of matrices?
Correct Answer

(D) Graph Plotting