-->

 


    

 

 California State University Dominguez Hills - Department of Computer Science

  Home  |  Syllabus  |  Course Outline  |  Homework  |  Lecture Notes  |  Tests  |  Programs  |  Contact  | 

 CSC 311- 01                                     Data Structures                                             Spring 2015

 

 

THE URL OF THIS PAGE IS http://csc.csudh.edu/suchenek/CSC311/tests.htm/

Last revised May 7, 2015

The contents of this website, the links contained therein directly and indirectly, and the contents of the said links, are copyrighted. They are provided exclusively for non-profit educational use by the students currently enrolled in this course and for the duration of this semester. No other use or any use by others is allowed without authorization of the professor in this course and copyright holder or holders. No videotaping or recording without professor's prior permission is allowed in class.

Tests

For your convenience, here is a link to CSUDH Final Examination Schedule:
http://www4.csudh.edu/class-schedule/fa14/finals/index


For all quizzes, tests, and final use scantron form 882-E.



Firefox cannot be launched when there is a lock file in the .mozilla configuration directory.  You can search for a .lock and/or a .parentlock file and delete those files before launching Firefox.

Another method is just to delete the .mozilla directory completely, however that will delete any preferences or bookmarks you may have in Firefox.

Update: Here are more detailed instructions:

$ find . -name lock -exec rm {} -i \;
rm: remove symbolic link `./.mozilla/firefox/tvjgybf3.default/lock'? y
 
$ find . -name .parentlock -exec rm {} -i \;
rm: remove regular empty file `./.mozilla/firefox/tvjgybf3.default/.parentlock'? y



Click here for info about the next test.



Quiz 1 will be given on February 24, 2015. It has 5 multiple-choice questions. They randomly cover Appendix B and all pertaining Lecture Notes (including all links posted there).

Quiz 2 will be given on March 12 17, 2015. It has 5 multiple-choice questions. They randomly cover Chapter 5 sections 5.1 - 5.3 and all pertaining Lecture Notes (including all links posted there).

Quiz 3 will be given on April 7, 2015. It has 5 multiple-choice questions. They randomly cover Chapter 6 sections 6.1 through 6.6 + 6.8 and all pertaining Lecture Notes (including all links posted there).

The midterm will be given on Thursday, March 26, 2015. It covers Appendix B, Chapter 4 Section 4.4, Chapter 5 Sections 5.1 - 5.3, Chapter 6 Sections 6.1 - 6.6, 6.8, Chapter 7 Sections 7.1, 7.2, and all assignments, lecture notes, and programs posted so far pertaining to the above material. The students will be expected to use NetBeans IDE and write, modify, and run programs during the midterm on workstations in the classroom. They will not be allowed to use their own computers during the midterm.

Quiz 4 will be given on April 21, 2015. It has 5 multiple-choice questions. They randomly cover Chapter 7 sections 7.1 through 7.2 and all pertaining Lecture Notes (including all links posted there).

Quiz 5 will be given on April 30, 2015.. It has 5 multiple-choice questions. They randomly cover Chapter  Sections 8.1 through 8.5  and all pertaining Lecture Notes (including all links posted there).


Quiz 6 will be given on May 7, 2015. It has 5 multiple-choice questions. They randomly cover Chapter 8 Sections 8.6 and 8.7  and all pertaining Lecture Notes (including all links posted there) + definitions, properties, and applications of internal path length and external path length.

Click here for Quiz 6.

Quiz 7 will be given on TBA. It has 5 multiple-choice questions. They randomly cover Chapter 8 Sections 8.12 through 8.14 and all pertaining Lecture Notes (including all links posted there).

Quiz 8 will be given on TBA. It has 5 multiple-choice questions. They randomly cover Chapter 9 Sections 9.1 through 9.5 and all pertaining Lecture Notes (including all links posted there).


The final exam is comprehensive and is scheduled for Tuesday, May 12, Thursday, May 14, 2015. It is a closed-textbook exam. It will cover material specified in the Syllabus (please, make sure to read the most recent revision of it) and in handouts, Lecture Notes, and Programs (as of May 7, 2015) and not covered by the Midterm (will cover Chapter 7 Sections 7.1, 7.2, Chapter 8 Sections 8.1 - 8.7, and Chapter 9 Sections 9.1 - 9.5). The students will be expected to use NetBeans IDE and write, modify, and run programs during the final on workstations in the classroom. They will not be allowed to use their own computers during the final.


 

 


 

 

 Please, contact me right away if you have any questions

 

 


 

Copyright © 2015 Suchenek - All rights reserved