CCCCS meeting October 31, Transferring Courses and Students

Similar documents
Program Proposal for a Direct Converted Program. BS in COMPUTER SCIENCE

COMPUTER SCIENCE/INFORMATION SYSTEMS DEGREE PLAN

COMPUTER SCIENCE. Computer Science 123

Computer Science. Computer Science Undergraduate Bulletin. Required Support Courses (7 credits) ENG 271 Technical Communication (4)

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.)

SIR C R REDDY COLLEGE OF ENGINEERING

DEPARTMENT OF COMPUTER SCIENCE

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.) WITH A CONCENTRATION IN CYBERSECURITY

Computer Science. Computer Science 211. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes

DEPARTMENT OF COMPUTER SCIENCE & ENGG

Please consult the Department of Engineering about the Computer Engineering Emphasis.

Computer Science. Computer Science 207. Faculty and Offices. Degrees and Certificates Awarded. AS Computer Science Degree Requirements

Systems I: Programming Abstractions

COMP 250. Lecture 36 MISC. - beyond COMP final exam comments

QuickGuide for CC, GS, and Barnard CS Students

Bachelor of Science in. Computer Science. Advising Brochure Department of. Computer Science & Engineering College of Arts & Sciences

Department of Computer Science

Computer Science Student Advising Handout Idaho State University

224 Computer Science. A.S. Degree Requirements. Department Offices. Faculty and Offices. Emeritus Faculty. Degrees and Certificates Awarded

Computer Science (CS)

Department of Computer Science

Bachelor of Science in Software Engineering (BSSE) Scheme of Studies ( )

MSc(IT) Program. MSc(IT) Program Educational Objectives (PEO):

Academic and Curriculum Policies

Computer Science. Computer Science 213. Faculty and Offices. Degrees, Certificates and Awards. AS Computer Science Degree Requirements

computer science (CSCI)

Academic Program Review Cyber Security College of Southern Nevada 2017

The Timetable should be used to check the term and time a course is offered. Some courses may not be offered every year.

Computer Science (COMP)

Academic and Curriculum Policies

Bachelor of Science in. Computer Science. Advising Brochure Department of. Computer Science & Engineering College of Arts & Sciences

Academic Program Review Networking College of Southern Nevada 2017

THE CHINESE UNIVERSITY OF HONG KONG Department of Information Engineering

Bismarck State College

California Institute of Arts & Technology AAS in Computer Information Systems - Networking Concentration

Department of Computer Science and Engineering

CONCENTRATIONS: HIGH-PERFORMANCE COMPUTING & BIOINFORMATICS CYBER-SECURITY & NETWORKING

Using NJDEP Online to Create and Submit Annual Compliance Certification & Six Month Deviation Reports. May 10, 2012

COMPUTER SCIENCE INTERNET SCIENCE AND TECHOLOGY HUMAN MEDIA INTERACTION BUSINESS INFORMATION TECHNOLOGY

Faculty of King Abdullah II School for Information Technology Department of Computer Science Study Plan Master's In Computer Science (Thesis Track)

B.TECH IN COMPUTER SCIENCE AND ENGINEERING

Electrical Engineering and Computer Sciences (EECS)

ADMINISTRATIVE MANAGEMENT COLLEGE

Computer Science & Engineering Department, School of Engineering UG Prospectus

Integrated M.Tech. Software Systems

MASTER OF SCIENCE (M.S.) MAJOR IN COMPUTER SCIENCE (NON-THESIS OPTION)

CSE 1110; U 2.0; Distance Education; Exclusions: CSE 1111; U 3.0; Distance Education; Exclusions: GEC CSE 1112; U 3.0; Exclusions: CSE 1113; U 1.

Computer Programming II C++ (830)

BEng in Computer Engineering

AC : EMBEDDED SYSTEMS ENGINEERING AREA OF SPECIALIZATION IN THE COMPUTER SCIENCE DEPARTMENT

M.S. in Information Systems

Department of Computer Science

MASTER OF SCIENCE IN COMPUTER AND INFORMATION SCIENCE

Course list for the Bachelor of Computer Science in INFORMATION SYSTEM

Registration Workshop. Nov. 1, 2017 CS/SE Freshman Seminar

CIS 1.5 Course Objectives. a. Understand the concept of a program (i.e., a computer following a series of instructions)

Data Processing at Scale (CSE 511)

Semi-Structured Data Management (CSE 511)

Announcements. Last modified: Thu Nov 29 16:15: CS61B: Lecture #40 1

COLLEGE OF THE DESERT

School of Computing and Information Sciences. Course Title: Data Structures Date: 3/30/2010 Course Number: COP 3530 Number of Credits: 3

COMPUTER SCIENCE AND ENGINEERING (CSEG)

Ajloun National University

Scheme of Studies. BS Computer Science

INFORMATION TECHNOLOGY COURSE OBJECTIVE AND OUTCOME

University of Waterloo Undergraduate Catalog Report Faculty of Mathematics Page No. 1 Run Date 20-AUG-2007 Meeting Number(s) 25

, , & CATALOG TECHNICAL CORES & ELECTIVES ELECTRICAL ENGINEERING TECHNICAL CORES

Department of Computer Science and Information Technology

Data Structures and Algorithms

COMPUTER SCIENCE (CSCI)

Graduate Student Orientation

Bachelor of Computer Science (Course Code: C2001)

International Graduate Program on Applied Artificial Intelligence and Cyber-Security

Ph.D. in Computer Science (

Master's Programme, Computer Science, 120 credits Masterprogram, datalogi credits

QuickGuide for SEAS CS Students (New Requirements Beginning Fall 2012)

COMPUTER SCIENCE (CSC)

THE CHINESE UNIVERSITY OF HONG KONG Department of Information Engineering

COURSE COUNSELING (FOR YEARS 3 & 4 IN )

Department of Computer Science

BETHESDA CHEVY CHASE HIGH SCHOOL Career and Technology Education Department

UNIVERSITY OF SOUTH ALABAMA COMPUTER SCIENCE

College of Sciences. College of Sciences. Master s of Science in Computer Sciences Master s of Science in Biotechnology

BETHESDA CHEVY CHASE HIGH SCHOOL Career and Technology Education Department

CGS 2405 Advanced Programming with C++ Course Justification

Computer Programming II Python

Bachelor of Information Technology (Course Code: C2000) Bachelor of Computer Science (Course Code: C2001)

Algorithms and Data Structures

Computer Science/Mathematics Curriculum Pepperdine University

The ECE Curriculum. Prof. Bruce H. Krogh Associate Dept. Head.

CGS 1920 Introduction to Computing. Overview CS, CE, IT, MIS

VISVESVARAYA TECHNOLOGICAL UNIVERSITY, BELAGAVI Scheme of Teaching and Examination Choice Based Credit System (CBCS)

Princess Sumaya University for Technology King Hussein School for Computing Sciences- Computer Graphics Department Curriculum 2017

Eight units must be completed and passed to be awarded the Diploma.

BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY

COMPUTER AND INFORMATION TECHNOLOGY

Student Handbook Master of Information Systems Management (MISM)

Associate in Science and Bachelor of Science in Information Technology

M.Tech Curriculum SEMESTER-III course

BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY

Transcription:

CCCCS meeting October 31, 2014 Transferring Courses and Students Louis Steinberg lou@cs.rutgers.edu Based on slides & info from Jerry Richter These slides available a http://www.cs.rutgers.edu/~lou 1

Outline Teaching Computer Science What we look for in transfer courses Current Status of the transfer program What transfer students find at Rutgers 2

Computing changes quickly 10 years ago No iphones or Android phones Facebook not available to the public 20 years ago No Java language No Wikipedia No Google Search Speed of change is only increasing 3

What can we teach that wont change? Basic Principles Binary Search is O(log(n)), linear is O(n) Ways of thinking Recursion How to learn on your own [How can we teach this?] 4

Outline Teaching Computer Science What we look for in transfer courses Current Status of the transfer program What transfer students find at Rutgers 5

Courses that teach general concepts E.g., Designing interactive web pages Not Flash or javascript E.g., Camera Models or Focal planes Not Maya 3D 6

What about programming languages? Students need to practice > Need to use some specific language > Need to learn some specific language 7

What about programming languages? It is ok to use specifics as examples teach specific => general As long as you eventually generalize Programming / Language so big that it takes several semesters to get to general 8

What about programming languages? We teach mostly the generic aspects of Java To switch my slides Java -> C++, 90% need only syntax change E.g., we try to say as little as possible about packages 9

What specific topics do we look for For Intro to CS (198 :111) Java [variables, types, ifs, loops, subroutines, arrays] Sorting [insertion or selection, merge or quick] Recursion Asymptotic Complexity / Big-O We do not look for much on objects In 111 we do inheritance and polymorphism in one lecture 10

What specific topics do we look for For Data Structures (198 :112) Linked lists, Stacks, queues Trees, Binary trees, [Balanced] binary search trees Hash tables, Heaps Graphs and graph algorithms Sorting algorithms Asymptotic analysis of time and space requirements throughout 11

What specific topics do we look for For Intro to Discrete Structures I (198 :205) Crucial: Propositional Logic, Truth Tables, Boolean Circuits First-Order Logic, Predicates, Quantifiers Mathematical Induction, Program Correctness Less so: Basic Set Notation Relations: Closures of relations. Orders, Equivalence Relations, Functions Finite-State Machines 12

What specific topics do we look for For Computer Architecture (198 :211) Data representation and computer arithmetic Assembly language programming Boolean algebra Basic digital logic design Instruction sets Processors: Pipelining Memory hierarchy: registers, RAM, cache, disk 13

Outline Teaching Computer Science What we look for in transfer courses Current Status of the transfer program What transfer students find at Rutgers 14

Rutgers CS courses for which transfer credit can be earned at NJ County Colleges Non-major course 110: Introduction to Computers & Applications (17/19) Courses which count toward the major 111: Introduction to Computer Science (8) 112: Data Structures (5) 205: Discrete Structures I (10) 211: Computer Architecture (5) 15

What NJ county college courses should a prospective Rutgers CS major take? Answer those transferring as math 151, 152, 250 and CS 111, 112, 205, 211, to the extent such courses are available 16

CS Course Structure 17

County College courses for prospective Rutgers CS majors Math 151 Math 152 Math 250 CS 111 CS 112 CS 205 Atlantic-Cape x x x x CS 211 Bergen x x x x x Brookdale x x x x x x Burlington x x x x x Camden x x x Cumberland x x Essex x x x x Gloucester x x x x Hudson x x x Mercer x x x x x x x 18

County College courses for prospective Rutgers CS majors Math 151 Math 152 Math 250 CS 111 CS 112 CS 205 Middlesex x x x x x x x Morris x x x x Ocean x x x Passaic x x x x x x Raritan Valley x x x x x x Salem x x Sussex x x x Union x x x Warren x x CS 211 19

Outline Teaching Computer Science What we look for in transfer courses Current Status of the transfer program What transfer students find at Rutgers 20

Computer Occupations

Computer Occupations

Best Paying College Majors National Association of Colleges and Employers January 2013 Average starting forecast job growth salary through 2020 1. Computer Engineering 2. Chemical Engineering 3. Computer Science 4. Aerospace Engineering 5. Mechanical Engineering 6. Electrical Engineering 7. Civil Engineering 8. Finance 9. Construction Science/Mgmt. 10. Information Sciences $70,400 30% 66,400 6 64,400 19 64,000 5 62,900 9 62,300 9 57,600 19 57,300? 56,600 17 56,100 19 23

What is the Computer Science Department like? Big About 40 full time faculty members 259 declared undergrad majors (A.Y. 2012/2013) 131 u.g. majors graduated (A.Y. 2012/2013) 24

What is the Computer Science Department like? And growing 25

Enrollments in Rutgers CS Major Courses 2009-10 2010-11 2011-12 2012-13 2013-14 26

Size is A problem Lecture Size Level 2010 / 11 2012 / 13 1xx 70 138 2xx 44 75 3xx 40 63 4xx 25 32

Size is An advantage Active student groups USACS, Women in CS Clubs on developing games, mobile apps Resources and Activities The CAVE HackerSpace HackRU hackathon See www.cs.rutgers.edu/~lou for urls

May 2013 computer science graduates 135 bachelors degree recipients 81% BS, 19% BA 30 completed additional majors in Mathematics (14) Physics (4) Economics (4) Electrical & Computer Engineering (4) Information Technology (2) Linguistics (2) History Molecular Biology & Biochemistry Visual Arts 29

Required CS and math courses (BA and BS) Math 151: Calc 1 152: Calc 2 250: Linear Algebra CS 111: Introduction to Computer Science 112: Data Structures 205: Discrete Structures I 206: Discrete Structures II 211: Computer Architecture 344: Design and Analysis of Computer Algorithms 30

Electives Software Methodology Systems Programming Principles of Programming Languages Numerical Analysis and Computing Intro to Imaging and Multimedia Principles of Information and Data Management Internet Technology Computer Architecture II Compilers Operating Systems Design Distributed Systems: Concepts and Design Computer Security 31

More Electives Intro to Computer Graphics Software Engineering Database Systems Implementation Formal Languages and Automata Topics Courses (vary) Cryptography Data mining Probabilistic Algorithms Independent Study Selected Courses offered by Mathematics or Electrical and Computer Engineering 32

Computer Science elective tracks Advisory, not requirements 1. Computer Security This track studies the principles behind and the design, implementation, and maintenance of secure computing systems. Required: 214, 314, 416, 419 Chose at least one from: 336, 352, 411, 415, 417, 431, 436 Recommended: 415, 452, ECE 424 or Math 348 33

Computer Science elective tracks 2. Software Engineering and Information Management This track studies the principles, tools, and techniques used in specifying, designing and implementing modern application software, including ones for managing and processing information. Required: 213, 336, 431 Choose at least one from: 352, 417 Choose at least one from: 214, 314, 352, 415, 416, 417, 419, 437 Recommended: 214, 437 34

Computer Science elective tracks 3. Computer and Software Systems This track studies the major components that comprise today's computing platform (i.e., the components that together present the current programming interface seen by most application developers). These include computer architecture, operating systems, languages and compilers, and database Choose at least one from: 213, 214 Choose at least three from: 314, 336, 352, 411, 415, 416, 417, 419, 437 35

Computer Science elective tracks 4. Graphics and Vision This track studies the mathematical foundations and practical implementations of computer graphics and computer vision technologies and applications. Required: 323, 334, 428 Recommended: 214, 314, 523 36

Computer Science elective tracks 5. Artificial Intelligence and Cognitive Science Required: 314, 440, 336 Choose at least two from: the Philosophy, Linguistics, Statistics, and Math 355 and Math 461 courses from the designated list of courses in Computer Science and Related Disciplines. 37

Computer Science elective tracks 6. Computing Concepts and Themes This track studies the theoretical foundations underlying computing and explores a variety of computing disciplines (e.g., vision, data management, and artificial intelligence) Required: 323, 452 Choose at least two from: 314, 334, 336, 352, 440 38

CS 493/494: Independent Study Enrolled 24 students in AY 2012-2013 Projects speech synthesis using AI data mining control of autonomous underwater vehicles intelligent mobile apps sensor networks private cloud computing infrastructure battery powered computing environments encryption for queries viewing of medical records modeling of uncertainty in language music composition on online social networks 39

CS 395: Internship in CS Counts toward CS major requirements CS majors have done internships at Johnson & Johnson, Merck, SEI, AT&T, Citicorp, Google, others 40

What jobs for Rutgers CS grads? Financial Pharmaceutical Telecom Search engines Small companies, start-ups 41

Some students go to graduate school Berkeley, Princeton, Cornell, 42

Computer science vs. related Rutgers programs Computer engineering - greater emphasis on hardware vs. software - many more required courses than for CS - few general elective choices for students - some CE students pursue dual degree in CS, made easier by double-counting possibilities 43

Computer science vs. related Rutgers programs Information technology and informatics program (School of Communication and Information) - use and management of information technologies within organizations - little emphasis on CS principles (e.g., no required math) - little overlap with CS (or CE) 44