1 / 24

Shaun-inn Wu Computer Science Department California State University San Marcos

Designing a Prerequisite Course for a Computer Information Systems Program in a Computer Science Curriculum. Shaun-inn Wu Computer Science Department California State University San Marcos San Marcos, CA 92069 E-mail: shauninn@csusm.edu. Environment.

hop-langley
Download Presentation

Shaun-inn Wu Computer Science Department California State University San Marcos

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Designing a Prerequisite Coursefor a Computer Information Systems Programin a Computer Science Curriculum Shaun-inn Wu Computer Science Department California State University San Marcos San Marcos, CA 92069E-mail: shauninn@csusm.edu ISECON 2003 Shaun-inn Wu

  2. Environment • Currently, we have BS and MS degree programs in Computer Science. • Our Computer Information Systems program is scheduled to start in 2005. • Our business school does not have Management Information Systems program. ISECON 2003 Shaun-inn Wu

  3. CurriculumGoals • Follow the curriculum recommendations such as IS’97 and IS 2002. • Learn from existing similar curricula at other institutions • Utilize as many existing Computer Science courses as possible ISECON 2003 Shaun-inn Wu

  4. Rationale for Our Course • This course is a small step in our curriculum design. • IS’97.P0 and IS’97.2 were merged into IS2002.P0. • They assumed students had elementary exposure to a suite of software tools (word processing, spreadsheet, databases, database retrieval, presentation graphics, statistics, electronic mail.) • Our course will cover the above topics and start building students’ programming skills. ISECON 2003 Shaun-inn Wu

  5. IS’97.P0 SCOPE • IS’97.P0 – Knowledge Work Software Tool Kit • IS’97 assumes as a prerequisite elementary exposure to a suite of software tools useful for knowledge workers (spreadsheets, databases, presentation graphics, database retrieval, statistics, word processing, and Internet and electronic mail). Although identified as a course, this material can be delivered as self study modules, as modules associated with other courses using the software, or as a full course. ISECON 2003 Shaun-inn Wu

  6. IS’97.P0 TOPICS • IS’97.P0 – Knowledge Work Software Tool Kit • Word processing, E-mail, Internet tools, spreadsheets, databases, presentation graphics, external database retrieval, introduction to statistical software. ISECON 2003 Shaun-inn Wu

  7. IS’97.2 SCOPE • IS’97.2 – Personal Productivity with IS Technology (Prerequisite: IS’97.P0) • This course enables students to improve their skills as knowledge workers through effective and efficient use of packaged software. It covers both individual and group work. The emphasis is on productivity concepts and how to achieve them through functions and features in computer software. Design and development of solutions focus on small systems. ISECON 2003 Shaun-inn Wu

  8. IS’97.2 TOPICS • IS’97.2 – Personal Productivity with IS Technology (Prerequisite: IS’97.P0) • End user systems versus organization systems; analysis of knowledge work and its requirements; knowledge work productivity concepts; software functionality to support personal and group productivity; organization and management of software and data; accessing organization data, accessing external data; selecting a computer solution; developing a macro program by doing; designing and implementing a user interface; developing a solution using database software; refining and extending individual and group information management activities. ISECON 2003 Shaun-inn Wu

  9. IS 2002.P0 CATALOG • IS 2002.P0 – Personal Productivity with IS Technology (Prerequisite: elementary knowledge of word processing, spreadsheets, e-mail, and Web browsing) • Students with minimal skills will learn to enhance their personal productivity and problem solving skills by applying information technologies to problem situations and by designing and using small information systems for individuals and groups. ISECON 2003 Shaun-inn Wu

  10. IS 2002.P0 SCOPE • IS 2002.P0 – Personal Productivity with IS Technology (Prerequisite: elementary knowledge of word processing, spreadsheets, e-mail, and Web browsing) • This prerequisite course enables students to improve their skills as knowledge workers. The emphasis is on personal productivity concepts using functions and features in computer software such as spreadsheets, databases, presentation graphics, and Web authoring. Although identified as a course, this material can be delivered as self-study modules, as modules associated with other courses using the software, or as a full course. ISECON 2003 Shaun-inn Wu

  11. IS 2002.P0 TOPICS • IS 2002.P0 – Personal Productivity with IS Technology (Prerequisite: elementary knowledge of word processing, spreadsheets, e-mail, and Web browsing) • Knowledge work productivity concepts; advanced software functionality to support personal and group productivity such as templates and macros; reuse rather than build from scratch; organization and management of data (sorting, filtering) via spreadsheets and database tools; accessing organizational and external data; information search strategies; tool use optimization and personalization; professional document design; Web page design and publishing; effective presentation design and delivery. ISECON 2003 Shaun-inn Wu

  12. IS 2002.P0 DISCUSSION • IS 2002.P0 – Personal Productivity with IS Technology (Prerequisite: elementary knowledge of word processing, spreadsheets, e-mail, and Web browsing) • Students who have prerequisite end-user knowledge work skills will have an opportunity to extend their basic problem solving skills by undertaking, completing, and using a sequence of more extensive “personal systems.” The course has both a theoretical problem solving component and an equivalent component of structured supervised laboratory experience. The knowledge work tool set as well as local and wide area network telecommunications are the context for the problem domain. ISECON 2003 Shaun-inn Wu

  13. Course Goals • Basic concepts of computer hardware and software, network, ethics, and societal issues • Software applications useful for knowledge workers such as word processing, spreadsheets, e-mail, and Internet browsing • Beginning programming experience ISECON 2003 Shaun-inn Wu

  14. Current GE Course • We cover problem solving, algorithmic thinking, and programming using Pascal as a computer science course fulfilling upper-division general education requirement in science and mathematics. • We cover computer hardware, software, networks, ethics, and societal Issues • Applications include word processing, spreadsheets, database management systems. ISECON 2003 Shaun-inn Wu

  15. Proposed Prerequisite Course • It can be a prerequisite course to IS 2002.P0 and hence the whole IS curriculum. • We use Java instead of Pascal as the programming tool for problem solving. • We will try it out as a GE course for a few times before adopting it as the prerequisite course for our IS program. ISECON 2003 Shaun-inn Wu

  16. Course Tentative Schedule ISECON 2003 Shaun-inn Wu

  17. Course Tentative Schedule ISECON 2003 Shaun-inn Wu

  18. Course Tentative Schedule ISECON 2003 Shaun-inn Wu

  19. Course Tentative Schedule ISECON 2003 Shaun-inn Wu

  20. Beginning Java Programming • We cover the necessary concepts before each lab. • In each lab, we start with working Java application or applet programs. • Students are to modify them after they understand how these programs work. • The programs involve text input and output as well as audio and video effects. ISECON 2003 Shaun-inn Wu

  21. Programming Re-enforcement • We require a term project solving a real-world problem with the programming implementation of the solution. • Students usually work in groups. • Some examples include simple games, K-3 teaching software, etc. ISECON 2003 Shaun-inn Wu

  22. Discussion • This course covers the topics left out from the merge of IS’97.P0 and IS’97.2 into IS 2002.P0. • If used as a prerequisite course to IS 2002.P0, we may consider reducing coverage of applications and increasing problem solving and programming. • Our course builds beginning programming skills, which we believe is important to the success of our IS program. • We will analyze the different pedagogical effects between when it is offered as a GE course and the prerequisite course to our CIS program. ISECON 2003 Shaun-inn Wu

  23. THANK YOU! Shaun-inn Wu Department of Computer Science California State University San Marcos http://www.csusm.edu/public/shauninn shauninn@csusm.edu ISECON 2003 Shaun-inn Wu

  24. ISECON 2003 Shaun-inn Wu

More Related