What is thesignature ofthe comparemethod?What is thedifferencebetweencomparableandcomparator?What is themethod usedto add anitem to aMap?An interface whichallows us to sortmembers of aclass in an"unnatural"ordering.What is anexample wherean ArrayListwould be thebest datastructure?What is thedifferencebetween aHashSet anda TreeSet?What are thefields thatMaps, Sets,and ArrayListshave incommon?An interface whichallows us to sortmembers of aclass in a naturalordering.What is thetime complexityof retrieving anitem from aSet?To whichinterface doesthe compareTomethodbelong?What is thetime complexityof adding anitem to anArrayList?How do youcreate a newinstance of aSet?What structurefrom Python isArrayList mostsimilar to?What is anexample wherea Map wouldbe the bestdata structure?A structure whichstores objects in akey value pairwhere the keyretrieves the valuefrom the structure.What is themethod usedto add anitem to aSet?What is anexample of asorting whereComparatorwould be used?A structure whichstores objects in anorder specified bythe user, where anindex can be used toretrieve an object.What is anexample of asorting whereComparablewould be used?What is anexample wherea Set would bethe best datastructure?What is themethod usedto remove anitem from aMap?What is thesignature ofthecompareTomethod?What is thetime complexityof retrieving anitem from aMap?Are there anypackages youneed to importto use Maps,Sets, andArrayLists?To whichinterface doesthe comparemethodbelong?What is thestandardconvention whenincreasing the sizeof an ArrayList?What is themethod usedto remove anitem from aSet?Whatstructurefrom Pythonis Map mostsimilar to?What is thetimecomplexity ofadding anitem to a MapWhat is thetime complexityof retrieving anitem from anArrayList?Can you useComparableandComparator forthe sameclass?How do youcreate a newinstance of aMap?What is thetimecomplexity ofadding anitem to a Set?A structurewhich storesuniqueelements inrandom order.What is thedifferencebetween aHashMap anda TreeMap?What is thesignature ofthe comparemethod?What is thedifferencebetweencomparableandcomparator?What is themethod usedto add anitem to aMap?An interface whichallows us to sortmembers of aclass in an"unnatural"ordering.What is anexample wherean ArrayListwould be thebest datastructure?What is thedifferencebetween aHashSet anda TreeSet?What are thefields thatMaps, Sets,and ArrayListshave incommon?An interface whichallows us to sortmembers of aclass in a naturalordering.What is thetime complexityof retrieving anitem from aSet?To whichinterface doesthe compareTomethodbelong?What is thetime complexityof adding anitem to anArrayList?How do youcreate a newinstance of aSet?What structurefrom Python isArrayList mostsimilar to?What is anexample wherea Map wouldbe the bestdata structure?A structure whichstores objects in akey value pairwhere the keyretrieves the valuefrom the structure.What is themethod usedto add anitem to aSet?What is anexample of asorting whereComparatorwould be used?A structure whichstores objects in anorder specified bythe user, where anindex can be used toretrieve an object.What is anexample of asorting whereComparablewould be used?What is anexample wherea Set would bethe best datastructure?What is themethod usedto remove anitem from aMap?What is thesignature ofthecompareTomethod?What is thetime complexityof retrieving anitem from aMap?Are there anypackages youneed to importto use Maps,Sets, andArrayLists?To whichinterface doesthe comparemethodbelong?What is thestandardconvention whenincreasing the sizeof an ArrayList?What is themethod usedto remove anitem from aSet?Whatstructurefrom Pythonis Map mostsimilar to?What is thetimecomplexity ofadding anitem to a MapWhat is thetime complexityof retrieving anitem from anArrayList?Can you useComparableandComparator forthe sameclass?How do youcreate a newinstance of aMap?What is thetimecomplexity ofadding anitem to a Set?A structurewhich storesuniqueelements inrandom order.What is thedifferencebetween aHashMap anda TreeMap?

CS Bingo - Call List

(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  1. What is the signature of the compare method?
  2. What is the difference between comparable and comparator?
  3. What is the method used to add an item to a Map?
  4. An interface which allows us to sort members of a class in an "unnatural" ordering.
  5. What is an example where an ArrayList would be the best data structure?
  6. What is the difference between a HashSet and a TreeSet?
  7. What are the fields that Maps, Sets, and ArrayLists have in common?
  8. An interface which allows us to sort members of a class in a natural ordering.
  9. What is the time complexity of retrieving an item from a Set?
  10. To which interface does the compareTo method belong?
  11. What is the time complexity of adding an item to an ArrayList?
  12. How do you create a new instance of a Set?
  13. What structure from Python is ArrayList most similar to?
  14. What is an example where a Map would be the best data structure?
  15. A structure which stores objects in a key value pair where the key retrieves the value from the structure.
  16. What is the method used to add an item to a Set?
  17. What is an example of a sorting where Comparator would be used?
  18. A structure which stores objects in an order specified by the user, where an index can be used to retrieve an object.
  19. What is an example of a sorting where Comparable would be used?
  20. What is an example where a Set would be the best data structure?
  21. What is the method used to remove an item from a Map?
  22. What is the signature of the compareTo method?
  23. What is the time complexity of retrieving an item from a Map?
  24. Are there any packages you need to import to use Maps, Sets, and ArrayLists?
  25. To which interface does the compare method belong?
  26. What is the standard convention when increasing the size of an ArrayList?
  27. What is the method used to remove an item from a Set?
  28. What structure from Python is Map most similar to?
  29. What is the time complexity of adding an item to a Map
  30. What is the time complexity of retrieving an item from an ArrayList?
  31. Can you use Comparable and Comparator for the same class?
  32. How do you create a new instance of a Map?
  33. What is the time complexity of adding an item to a Set?
  34. A structure which stores unique elements in random order.
  35. What is the difference between a HashMap and a TreeMap?