2016년 6월 7일 화요일

[Updated on June 8] The final exam topics of C++, open S/W, and data communications


>>> The final exam of C++ <<<

[THE MUST-LIST]
- Diamond multiple inheritance and virtual keyword (check out the constructor calling sequences)
- Cast operator; especially, dynamic_cast with pointers
- Calling a derived class's methods from its base class with pointers, or vice versa
- STL; especially, some list operations (sort, push_back...) with ContactInfo the we have worked.

[THE TO-DO-LIST]
- The other topics that we discussed related to the C++ class concept

>>> The final exam of Open S/W <<<

[THE NOT-DO-LIST]
- You do not have to study stuff related to the Git!!

[THE TO-DO-LIST]
- Study topics related advanced C language techniques; especially, pointer!!
- Linked list concepts that we have learned so far!!

>>> The final exam of data communications <<<


[THE TO-DO-LIST]
- Chap 5: Analog transmissions
- Chap 6: Bandwidth utilization
- Chap 10: Error detection and correction (Basic Version)
- Chap 11: Data link control
- Chap 12: Multiple access

[THE MUST-LIST]

- STOP-AND-WAIT, GO-BACK-N, and SELECTIVE-REPEAT ARQ (data / ACK flows and Sliding window)
- PARITY, CRC, and CHECKSUM 
- CDMA (chip sequence generation, encoding, decoding, and orthogonal properties)
- Brief concept of 1-persistent, p-persistent, and non-persistent strategies

[THE NOT-DO-LIST]
- Do not memorize the entire steps of pure ALOHA, slotted ALOHA, CSMA/CD, and CSMA/CA, which described in figures.


Keep up with your study~

Wish you best luck!!