
| Skill Test 1 | |
| CSC 220 |
You will given a skeleton C++ program that has a series of requirements in the comments . You will be required to use one of the following data structures from the Standard Template Library:
vector, deque, stack, queue, set, multiset, map, multimap.
Everything you will be asked to do will be possible using the methods of the above data structures. Be sure you can understand and use Iterators in relation to the above data structures, and how stacks and queues require the use of another container class to operate correctly.
This is a closed book test. You may not use any text, notes, nor can you access anything on your computer except the supplied program to write, compile, and run your answer, and the Help screens of Microsoft's Visual C++.
Skill Test 1 will be worth the following 4 points toward the final course grade:
1 point: You take the Skill Test on the assigned date and time.
1 point: Your C++ program fully implements the requirements, as stated in the supplied program's comments.
1 point: Your C++ implements the requirements in an efficient manner, using the methods of the data structure according to normal practice for using the Standard Template Library.
1 point: Your C++ program is properly written according to standard C++ style, with full commenting.
Monday, November 7th.
| Office: M233a | Phone: 353-2250 | sbadman@parkland.edu | ||