Computer Science. Computer Science 207. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes
|
|
|
- Terence Murphy
- 9 years ago
- Views:
Transcription
1 Computer Science 207 Computer Science (See Computer Information Systems section for additional computer courses.) We are in the Computer Age. Virtually every occupation in the world today has an interface with computers. From the microprocessor under the hood of your automobile to the larger scale systems used by Congress to formulate new laws, we all are affected in our daily lives by computers. Never before in history has any single endeavor grown so fast or become so universally accepted. At Santa Barbara City College, we are helping students meet the challenge presented by this new technology. Classes, from introductory to advanced topics, are designed to provide general education, transfer and occupational training. The A.S. Degree requirements to follow are designed to prepare students for employment or for transfer to both the CSU and UC systems. Program Student Outcomes 1. Decompose problems into algorithms. 2. Create programs, using at least three languages. 3. Create programs that use flow control and looping constructs (e.g., for and while). 4. Create programs that utilize standard data structures (e.g., queues and lists). 5. Create programs that use object-oriented concepts. 6. Create programs, using current programming environments. Department Offices Computer Center (H-245, ext. 2401/2402) Soheyla Javanbakht, Lab Teaching Assistant Arnold David Gowans, Jr., Lab Teaching Assistant Faculty and Offices Stephen Strenn, Chair (H-226, ext. 2490) Robert Dependahl (H-226, ext. 2452) Jacqueline Kuehn (H-213, ext. 2693) Dean Nevins (H-214, ext. 2791) Degrees and Certificates Awarded Associate in Science Degree, Computer Science Certificate of Achievement, Computer Science Skills Competency Award, Web Programming Skills Competency Award, Mobile Application Developer A.S. Computer Science Degree Requirements Department Requirements ( units) CS 101 Computer Concepts...4 CS 120 Java Programming...3 CS 130 Introduction to UNIX CS 131 Assembly Language Programming...4 CS 135 Programming Fundamentals...3 CS 137 C Programming or...3 CS 140 Object-Oriented Programming Using C CS 143 Discrete Math...4 CS 145J Introduction to Data Structures or CS 145P Introduction to Data Structures...3 MATH 150 Calculus with Analytic Geometry I...5 MATH 160 Calculus with Analytic Geometry II...5 Plus two courses from the following: CS 137 C Programming...3 CS 140 Object-Oriented Programming Using C CS 180 Software Engineering with UML...3 MATH 200 Multivariable Calculus...4 MATH 210 Linear Algebra...4 MATH 220 Differential Equations...4 PHIL 205 Introduction to Logic...3 *PHYS 102 Intro to Physics for Science Majors...4 PHYS 121 Mechanics of Solids and Fluids...5 PHYS 122 Electricity and Magnetism...5 *NOTE: Physics 102 does not count toward department requirement if either Physics 121 or 122 has been taken. A course used to satisfy one requirement may not be used to satisfy another requirement (double-counting is not allowed).
2 208 Computer Science College Requirements For complete information, see Graduation Requirements in the Catalog Index. Certificate of Achievement: Computer Science Department Requirements ( units) CS 101 Computer Concepts...4 CS 120 Java Programming...3 CS 130 Introduction to UNIX CS 135 Programming Fundamentals...3 CS 137 C Programming or...3 CS 140 Object-Oriented Programming Using C MATH 104 Elementary Algebra and Intermediate Algebra with Study Skills or...10 MATH 107 Intermediate Algebra or...4 MATH 111 Intermediate Algebra for Math, Science and Business Majors...5 PHIL 205 Introduction to Logic...3 PHYS 102 Introduction to Physics for Science Majors...4 Plus two courses from the following: CS 131 Assembly Language Programming...4 CS 137 C Programming...3 CS 140 Object-Oriented Programming Using C CS 145J Introduction to Data Structures or...3 CS 145P Introduction to Data Structures...3 NOTE: A course used to satisfy one requirement may not be used to satisfy another requirement (doublecounting is not allowed). Students must complete all requirements for the certificate with a cumulative GPA of 2.0 or better. Skills Competency Award: Web Programming Department Requirements (15-16) CIS 230 Active Server Pages Using Visual Basic or...4 CS 125 C# Programming and CS 127 ASP.NET Using C# CS 115 JavaScript and Dynamic HTML...3 CS 116 Web Server Programming...3 CS 120 Java Programming...3 Students must complete the above courses with a grade of C or higher or credit in all courses. Skills Competency Award: Mobile Application Developer Department Requirements ( ) CS 120 Java Programming or...3 CS 125 C# Programming CS 122 Java Mobile Device Programming CS 126 Microsoft Mobile Device Programming CS 128 Flash Programming CS 129 J2EE Server Programming or CS 127 ASP.net Using C# or CS 116 Web Server Programming or...3 CS 187 iphone and ipod Touch Programming...3 Students must complete the above courses with a grade of C or higher or credit in all courses. Sample Program To satisfy the course requirements of the Computer Science major, the student is encouraged to meet with a member of the Computer Science faculty for individualized guidance. A suggested course sequence for Computer Science courses follows: First Year Second Year First Semester Third Semester CS 101 CS 120 CS 131 Second Semester Fourth Semester CS 130 CS 140 CS 135 CS 145J or CS 145P Preparation for Transfer Course requirements for transfer vary depending upon the college or university a student wishes to attend. Because Computer Science is such a competitive major at many four-year schools, it is most important
3 Computer Science 209 for a student to consult with his/her counselor and departmental adviser before planning an academic program for transfer. Information sheets for majors, outlining transfer requirements, are available in the Counseling Center. Course Descriptions CS 101 Computer Concepts (4) CSU, UC* Skills Advisories: MATH 100 and Eligibility for ENG 103 Hours: 72 lecture Survey of the concepts of computer hardware and software, with emphasis on the latest technologies and programming. Topics include, but are not limited to, the Internet, productivity applications, databases, programming and numbering systems. Suitable for all majors and is a recommended first course for Computer Science majors. (*UC transfer limit: CS 101 combined with CIS 101: maximum credit, one course.) CS 111 HTML and Webmastering Project-oriented focus on the creation of web pages and the technology behind the web. Includes Hypertext Markup Language (HTML), Cascading Style Sheets (CSS), Forms, Extensible Markup Language (XML), Common Gateway Interface (CGI) and Content Management Systems (CMS). Students must also enroll in a CS 111 lab. CS 114 Python Programming Introduction to Python language programming. Covers the python data model (objects, values and types), import system, expressions (unary, binary, comparisons, lambdas and expression lists), simple and compound statements, objects and object-oriented programming, and the Python library. Features problem-solving with Python across multiple domains, basic software engineering principles, and debugging techniques. CS 132 Digital Logic Design and proficiency in MATH 104 or 107 or 111 Hours: 54 lecture Introduction to digital systems and logic design. Logic of propositions, boolean algebra, minterm and maxterm expansions, Karnaugh maps, Quine- McCluskey methods, multi-level circuits, combinational and sequential circuit design and timing diagrams, multiplexers, decoders, programmable logic devices, latches and flip-flops, finite state machines, registers and counters. CS 115 JavaScript and Dynamic HTML Course Advisories: CS 111 Project-oriented introduction to JavaScript programming and using JavaScript with Cascading Style Sheets to implement cutting-edge Web page effects with Dynamic HTML. CS 116 Web Server Programming Course Advisories: CS 111 or 120 Project-oriented programming of a Web server using PERL, Active Server Pages (ASP), Personal Home Pages (PHP), Tool Control Language (TCL) and Python, with emphasis on PERL and PHP. Class develops Common Gateway Interface (CGI) scripts and Internet applications using these common tools. Includes such topics as e-commerce, security, browser independence and database integration. CS 120 Java Programming, UC Course Advisories: CS 101 or CIS 101 Study of the object-oriented programming using the Java programming language. Topics include classes, encapsulation, inheritance, packages and methods. Students implement applets that incorporate graphics, sound and animation for use on the World Wide Web
4 210 Computer Science and in the engineering of larger systems. The department s Pentium computer lab used. CS 122 Java Mobile Device Programming, UC* The use of Java in developing applications for wireless devices, such as mobile phones and personal digital assistants. Students use mobile device frameworks to create user interfaces and access data from databases, XML documents and web services. (*UC transfer limit: No credit for CS 122, 123 or 129 unless taken subsequent to or concurrently with CS 120) CS 123 Android Programming, UC* Hours: 42 (18 lecture, 24 lab) Project-based development of applications for the Android platform. Students use state-of-the-art tools and frameworks to build and analyze programs that incorporate user interfaces, web services, animation, multimedia and location awareness. (UC transfer limit: No credit for CS 122, 123 or 129 unless taken subsequent to or concurrently with CS 120) CS 125 C# Programming Course Advisories: CS 120 or 140 Study of the programming language C# (C sharp). Definition of data types, loop control structures, functions, parameter passing, pointers, recursion, records, data structures, object-oriented techniques, the.net framework, exception handling, interfaces, scoping rules and supplied system objects. CS 126 Microsoft Mobile Device Programming The use of C# in developing applications for wireless devices, such as mobile phones and personal digital assistants. Students use mobile device frameworks to create user interfaces and access data from databases, XML documents and web services. CS 127 ASP.NET Using C# Course Advisories: CS 125 Study of the use of C# in developing Active Server Page (ASP)-based dynamic websites. The use of the.net framework, working with data and XML, error handling, ASP.NET server controls, custom controls and optimizing applications. CS 128 Flash Programming The use of Flash in developing applications for the Internet and mobile devices. Students use the Flash development environment to create applications with animated user interfaces that can access information from web services and XML documents. CS 129 J2EE Server Programming, UC* Skills Advisories: Eligibility for ENG 100 Course Advisories: CS 120 Project-oriented introduction to Java 2 Enterprise Edition (J2EE) Web application development. Students learn to design, build and deploy Web applications. Servlets, Java Server Pages, Java DataBase Connectivity, JavaMail, extensible Markup Language processing and Enterprise JavaBeans are investigated. (*UC transfer limit: No credit for CS 122, 123 or 129 unless taken subsequent to or concurrently with CS 120) CS 130 Introduction to UNIX, UC Course Advisories: CS 101 Hours: 59.4 (36 lecture, 23.4 lab) Survey of the UNIX/Linux operating system and related subject matter. Topics include UNIX/Linux architecture, commands, file system, processes, and bash shell environment. Lectures and computer laboratory
5 Computer Science 211 exercises provide a moderate-depth understanding of UNIX/Linux architecture and commands from a computer science perspective. CS 131 Assembly Language Programming (4) CSU, UC Course Advisories: CS 135 Hours: 108 (54 lecture, 54 lab) Introduction to basic computer organization, using Assembly language. Topics include computer hardware, machine language, data representation, binary manipulations, Boolean algebra, digital logic circuits, computer architecture and design. Assembly language programs developed on the college s computer. CS 132 Digital Logic Design and proficiency in MATH 104 or 107 or 111 Hours: 54 lecture Introduction to digital systems and logic design. Logic of propositions, boolean algebra, minterm and maxterm expansions, Karnaugh maps, Quine- McCluskey methods, multi-level circuits, combinational and sequential circuit design and timing diagrams, multiplexers, decoders, programmable logic devices, latches and flip-flops, finite state machines, registers and counters. CS 133 Introduction to Programming for Engineers, UC or 110GB; MATH 107 Course Advisories: CS 101 or CIS 101 General philosophy of programming for engineering majors. Students are introduced to a modern programming language (Matlab). Specific areas of study include algorithms, basic decision structures, arrays, matrices and graphing. CS 135 Programming Fundamentals, UC Course Advisories: CS 101 Hours: 77.4 (41.4 lecture, 36 lab) Study of fundamental programming concepts. Topics include structured and OOP programming, definition of data types, nested IFs, looping techniques, CASE statements, procedures, functions, value and address parameters, file structures, dynamic list structures and recursion. CS 137 C Programming, UC Course Advisories: CS 131 or 135 Hours: 78 (42 lecture, 36 lab) Study of the programming language C. Definition of data types, loop controls structures, functions, parameter passing, pointers, recursion, records data structures, object-oriented techniques and the UNIX operating system. CS 140 Object-Oriented Programming Using C++ (4) CSU, UC Course Advisories: CS 120 or 137 Hours: 108 (54 lecture, 54 lab) Study of the object-oriented programming paradigm, including objects, messages, encapsulation, classes, inheritance and implementation issues. Implementations written in the object-oriented language C++. CS 142 Windows Programming with C++.NET Course Advisories: CS 140 Study of Microsoft Windows programming with Visual C++.NET. Explores the difference between legacy windows programming using the Windows Software Developer s Kit (SDK) and Microsoft foundation classes (MFC) with state-of-the-art Windows.NET programming tools. CS 143 Discrete Math (4) CSU, UC Prerequisites: MATH 150 Hours: 72 lecture
6 212 Computer Science Introduction to the study of discrete objects, with a focus on applications in computer science. Topics include logic and proofs, sets, functions, sequences, sums, algorithms, integers, induction, recursion, counting, relations, graphs and trees. CS 145J Introduction to Data Structures, UC Course Advisories: CS 120 or 135 Hours: 78 (42 lecture, 36 lab) Study of data structures and algorithms. Design, coding and testing of linked lists, trees, queues, stacks, hash tables, and other dynamic data structures, as well as searching and sorting algorithms. Time and space analysis of data structures and algorithms. Programs are written in the Java language. CS 145P Introduction to Data Structures, UC Course Advisories: CS 135 Hours: 78 (42 lecture, 36 lab) Study of data structures and algorithms. Design, coding and testing of linked lists, trees, queues, stacks, hash tables, and other dynamic data structures, as well as searching and sorting algorithms. Time and space analysis of data structures and algorithms. Programs are written in the Pascal language. CS 165 Software Design Patterns Course Advisories: CS 120 or 140 Introduction to software design patterns and their use in object-oriented systems. Creational, structural and behavioral patterns are investigated. Real world examples by acknowledged experts are studied. Students strengthen their software design skills by applying patterns in course projects. State of the art development tools are used throughout the course. CS 180 Software Engineering with UML, UC Course Advisories: CS 120 Study of software engineering and component-based design using the Unified Modeling Language (UML). Students employ a standard software engineering process that includes requirements analysis, design, implementation and testing. Students learn about various UML diagrams and use them to express software requirements and designs. Investigates rapid application development using state-of-the-art tools and component libraries. CS 187 iphone and ipod Touch Programming Project-oriented Objective-C based native applications for the iphone and ipod touch platforms. Covers development tools (Xcode, Interface Builder, Instruments), Objective-C language, Cocoa and Cocoa Touch frameworks, as well as deployment to the App store. CS 189 Programming Practicum (1) CSU Hours: 18 lecture Programming course focused on rapid team-based problem solving techniques. Problems are rapidly classified based on difficulty and the ability to partition the problem across the team. Algorithms are developed to solve those problems using standard tools and libraries. Emphasis on leadership skills, team dynamics, and team problem-solving. CS 190 Video Game Programming (3) Course Advisories: CS 137 Introduces students to programming video games for personal computers. The main platforms examined are DirectX and OpenGL on personal computers. Issues include responsiveness (latency), graphics compatibility, sound, event synchronization and I/O devices.
Computer Science. 232 Computer Science. Degrees and Certificates Awarded. A.S. Degree Requirements. Program Student Outcomes. Department Offices
232 Computer Science Computer Science (See Computer Information Systems section for additional computer courses.) We are in the Computer Age. Virtually every occupation in the world today has an interface
Computer Science. Computer Science 213. Faculty and Offices. Degrees and Certificates Awarded. AS Computer Science Degree Requirements
Computer Science 213 Computer Science (See Computer Information Systems section for additional computer courses.) Degrees and Certificates Awarded Associate in Science Degree, Computer Science Certificate
Cabrillo College Catalog 2015-2016
COMPUTER SCIENCE Natural Applied Sciences Division Wa Garner, Division Dean Division Office, Room 701 Steve Hodges, Program Contact, (831) 479-6494 Aptos Counsel: (831) 479-6274 f appointment Watsonville
Computer Science Course Descriptions Page 1
CS 101 Intro to Computer Science An introduction to computer science concepts and the role of computers in society. Topics include the history of computing, computer hardware, operating systems, the Internet,
COMPUTER SCIENCE. Contact Information. Overview. Degrees/Certificates
Sierra College 1 COMPUTER SCIENCE Contact Information Division Business and Technology Dean Sonja Lolland Associate Dean Darlene Jackson Division Office B, Rocklin Campus Overview The Computer Science
Computer Science. Cabrillo College Catalog 2011-2012
COMPUTER SCIENCE Natural Applied Sciences Division Wa Garner, Division Dean Division Office, Room 701 Susan Nerton, Program Chair, (831) 479-6545 Aptos Counsel: (831) 479-6274 f appointment Watsonville
Course Descriptions. preparation.
Course Descriptions CS 101 Intro to Computer Science An introduction to computer science concepts and the role of computers in society. Topics include the history of computing, computer hardware, operating
COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs
A Course of Study f COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs The field of computer science leads to a variety of careers that all require ce
COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs
A Course of Study for COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs The field of computer science leads to a variety of careers that all require core
DIABLO VALLEY COLLEGE CATALOG 2014-2015
COMPUTER SCIENCE COMSC The computer science department offers courses in three general areas, each targeted to serve students with specific needs: 1. General education students seeking a computer literacy
Course Descriptions. CS 101 Intro to Computer Science
Course Descriptions CS 101 Intro to Computer Science An introduction to computer science concepts and the role of computers in society. Topics include the history of computing, computer hardware, operating
Division of Mathematical Sciences
Division of Mathematical Sciences Chair: Mohammad Ladan, Ph.D. The Division of Mathematical Sciences at Haigazian University includes Computer Science and Mathematics. The Bachelor of Science (B.S.) degree
ASSOCIATE IN APPLIED SCIENCE DEGREES AND CERTIFICATES
ASSOCIATE IN APPLIED SCIENCE DEGREES AND S COMPUTER INFORMATION TECHNOLOGY The Game Animation and Design degree prepares students to create computer generated animation, design, and create video games,
Degree and Certificate Programs Computer Science &
Computer Science & Information Systems A.S. Degrees and Certificates of Achievement Business Computer Applications Computer Networking Computer Programming Programming for the Internet Scientific Programming
Computer and Information Sciences
Computer and Information Sciences Dr. John S. Eickmeyer, Chairperson Computers are no longer huge machines hidden away in protected rooms and accessible to only a few highly-trained individuals. Instead,
COURSE TITLE COURSE DESCRIPTION
COURSE TITLE COURSE DESCRIPTION CS-00X COMPUTING EXIT INTERVIEW All graduating students are required to meet with their department chairperson/program director to finalize requirements for degree completion.
Please consult the Department of Engineering about the Computer Engineering Emphasis.
COMPUTER SCIENCE Computer science is a dynamically growing discipline. ABOUT THE PROGRAM The Department of Computer Science is committed to providing students with a program that includes the basic fundamentals
Computer and Information Science
Computer Programming Computer and Information Science Program Description This program is designed to prepare the student for employment as a computer programmer trainee. Certificate of Achievement and
Department of Computer Science
The University of Texas at San Antonio 1 Department of Computer Science The Department of Computer Science offers a Bachelor of Science degree in Computer Science and a Minor in Computer Science. Admission
Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students
Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent
Computer Information Systems
Computer Information Systems 193 Computer Information Systems See Computer Science and Computer Network Engineering and Electronics sections for additional computer courses. Degrees, Certificates and Awards
Computer Information Systems
Computer Information Systems 197 Computer Information Systems See Computer Science and Computer Network Engineering and Electronics sections for additional computer courses. Degrees, Certificates and Awards
Department of Computer Science
82 Advanced Biochemistry Lab II. (2-8) The second of two laboratory courses providing instruction in the modern techniques of biochemistry. Experiments are performed on the isolation, manipulation and
Chapter 13 Computer Programs and Programming Languages. Discovering Computers 2012. Your Interactive Guide to the Digital World
Chapter 13 Computer Programs and Programming Languages Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate between machine and assembly languages Identify
Computer Science/Software Engineering
292 School of Science and Engineering Computer Science/Software Engineering Everald E. Mills, PhD, Chair Objectives The computer science program seeks to prepare students for careers that require sophisticated
Diploma Of Computing
Diploma Of Computing Course Outline Campus Intake CRICOS Course Duration Teaching Methods Assessment Course Structure Units Melbourne Burwood Campus / Jakarta Campus, Indonesia March, June, October 022638B
COMPUTER INFORMATION SYSTEMS
Selected electives: 1st year electives: Contemporary Art History ART A102 (3) Book Arts ART A286 (2) Introduction to Business BUS A100/H (3) Children s Literature ENGL A143/H (3) Introduction to marketing
Course Descriptions COMPUTER INFORMATION SYSTEMS WWW.COD.EDU 1
WWW.COD.EDU 1 COMPUTER INFORMATION SYSTEMS CIS 0800 Learning Computer Basics Prepares students for computer related courses that do not require a prerequisite and develops computer skills for personal
Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students
Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent
Computer Information Science
Computer Programming Computer Information Science Program Description This program is designed to prepare the student for employment as a computer programmer trainee. Certificate of Achievement and Associate
Department of Computer Science
Department of Computer Science Ali Sekmen, PhD 2, Chair 005, McCord Hall 615-963-5712 Faculty: K. Al Nasr, W. Chen, E. Erdemir, M. Hayes, H. Miao, T. Rogers, G. Shao, F. Yao General Statement: The Department
Degrees Major in Computer Science Minor in Computer Science Major in Software Engineering
LT400, Independent Study: Directed reading registering. (U)(1). LT401, Independent Study: Directed reading registering. (U)(2). LT402, Independent Study: Directed reading registering. (U)(3). LT499, Honors
Computer Science. General Education Students must complete the requirements shown in the General Education Requirements section of this catalog.
Computer Science Dr. Ilhyun Lee Professor Dr. Ilhyun Lee is a Professor of Computer Science. He received his Ph.D. degree from Illinois Institute of Technology, Chicago, Illinois (1996). He was selected
Computer Information Systems
Computer Information Systems 215 Computer Information Systems See Computer Science and Computer Network Engineering and Electronics sections for additional computer courses. Degrees, Certificates and Awards
Computer Science. Requirements for the Major (updated 11/13/03)
Computer Science Faculty: Knox Chair; Komagata,, Martinovic, Neff, Sampath, Wolz Faculty from mathematics with joint teaching appointments in computer science: Conjura, Greenbaun, Iannone The computer
PCCC PCCC Course Description
Course Description CIS 101 Computer Concepts and Applications 3 credits (formerly Introduction to Computers and Information Processing) Introduces a variety of topics in computers and computing including
DOVER-SHERBORN HIGH SCHOOL PROGRAM OF STUDIES
DOVER-SHERBORN HIGH SCHOOL PROGRAM OF STUDIES 2014-2015 Educational Technologies Intro to Computer Applications Computer Graphics Astronomy Web Design & Development Intro to Programming (Visual Basic)
M.S. Computer Science Program
M.S. Computer Science Program Pre-requisite Courses The following courses may be challenged by sitting for the placement examination. CSC 500: Discrete Structures (3 credits) Mathematics needed for Computer
Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students
Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent
ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER CS 215 - WEB DEVELOPMENT & PROGRAMMING I AND TITLE:
ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER CS 215 - WEB DEVELOPMENT & PROGRAMMING I AND TITLE: B. CURRICULUM: Mathematics / Computer Science Unit Offering PROGRAM: Web-Network Technology Certificate
Computer Science (COMP)
Prairie View A & M University 1 Computer Science (COMP) Courses COMP 1003 Digital Communication: 3 semester hours. Efficient communication in the digital world, including multi-media editing, web page/site
Sequence of Mathematics Courses
Sequence of ematics Courses Where do I begin? Associates Degree and Non-transferable Courses (For math course below pre-algebra, see the Learning Skills section of the catalog) MATH M09 PRE-ALGEBRA 3 UNITS
REGULATIONS FOR THE DEGREE OF BACHELOR OF SCIENCE IN BIOINFORMATICS (BSc[BioInf])
820 REGULATIONS FOR THE DEGREE OF BACHELOR OF SCIENCE IN BIOINFORMATICS (BSc[BioInf]) (See also General Regulations) BMS1 Admission to the Degree To be eligible for admission to the degree of Bachelor
Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries
First Semester Development 1A On completion of this subject students will be able to apply basic programming and problem solving skills in a 3 rd generation object-oriented programming language (such as
Master of Science in Computer Science Information Systems
Master of Science in Computer Science Information Systems 1. General Admission Requirements. Admission to Graduate Studies (see graduate admission requirements). 2. Program Admission. In addition to meeting
University of Dayton Department of Computer Science Undergraduate Programs Assessment Plan DRAFT September 14, 2011
University of Dayton Department of Computer Science Undergraduate Programs Assessment Plan DRAFT September 14, 2011 Department Mission The Department of Computer Science in the College of Arts and Sciences
Information Technology Website Programming
Information Technology Website Programming INDIVIDUAL PROGRAM INFORMATION 2015 2016 866.Macomb1 (866.622.6621) www.macomb.edu Information Technology Website Programming PROGRAM OPTIONS CREDENTIAL TITLE
Diablo Valley College Catalog 2014-2015
Mathematics MATH Michael Norris, Interim Dean Math and Computer Science Division Math Building, Room 267 Possible career opportunities Mathematicians work in a variety of fields, among them statistics,
COMPUTER INFORMATION SYSTEMS (CIS)
computer infmation systems (CIS) 117 COMPUTER INFORMATION SYSTEMS (CIS) Computer Infmation, and why you should study CIS. Computer Infmation enhances computer literacy. Computer literacy is having knowledge
Cabrillo College Catalog 2015-2016
MATHEMATICS Natural and Applied Sciences Division Wanda Garner, Division Dean Division Office, Room 701 Jennifer Cass, Department Chair, (831) 479-6363 Aptos Counselor: (831) 479-6274 for appointment Watsonville
INFORMATION TECHNOLOGY and COMPUTER SCIENCE (CS)
INFORMATION TECHNOLOGY and COMPUTER SCIENCE (CS) Curriculum Guide for Academic Year 2012-201 Table of Contents Associate in Arts Degree, p. 1 Track 1: Microcomputer Help-Desk Technician, p. 1 Track 2:
RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science
I. Basic Course Information RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE CISY 105 Foundations of Computer Science A. Course Number and Title: CISY-105, Foundations of Computer Science B. New
Programming. Languages & Frameworks. Hans- Pe(er Halvorsen, M.Sc. h(p://home.hit.no/~hansha/?page=sodware_development
h(p://home.hit.no/~hansha/?page=sodware_development Programming O. Widder. (2013). geek&poke. Available: h(p://geek- and- poke.com Languages & Frameworks Hans- Pe(er Halvorsen, M.Sc. 1 ImplementaVon Planning
Syllabus INFO-GB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups)
Syllabus INFO-GB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Spring 2015 Stern School of Business Norman White, KMEC 8-88 Email: [email protected] Phone: 212-998
Students who successfully complete the Health Science Informatics major will be able to:
Health Science Informatics Program Requirements Hours: 72 hours Informatics Core Requirements - 31 hours INF 101 Seminar Introductory Informatics (1) INF 110 Foundations in Technology (3) INF 120 Principles
Syllabus INFO-UB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups)
Syllabus INFO-UB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Fall 2014 Stern School of Business Norman White, KMEC 8-88 Email: [email protected] Phone: 212-998
CURRICULUM VITAE EDUCATION:
CURRICULUM VITAE Jose Antonio Lozano Computer Science and Software Development / Game and Simulation Programming Program Chair 1902 N. Loop 499 Harlingen, TX 78550 Computer Sciences Building Office Phone:
Information Management & Design Course Descriptions Contact Drew Hunt at [email protected] for more information
Information Management & Design Course Descriptions Contact Drew Hunt at [email protected] for more information IMD 100 Introduction to Information Systems (3) Essential computer concepts and terminology
Diploma of Website Development
Diploma of Website Development Program Description The BHCK Diploma of Website Development provides the skills and knowledge for a graduate to design, build and manage websites as an independent web developer
Information Technology Programming
Information Technology Programming INDIVIDUAL PROGRAM INFORMATION 2015 2016 866.Macomb1 (866.622.6621) www.macomb.edu Information Technology Programming CREDENTIAL Associate of Applied Science Certificate
138 To satisfy a prerequisite, the student must have earned a letter grade of A, B, C or CR in the prerequisite course, unless otherwise stated.
Computer Science and Information Systems: Information Technology - Networking CSIT 131 Word (1) (Formerly CSIS 127) Word word processing software. Prepares individuals who are seeking to become a Microsoft
INFORMATION SYSTEMS, BACHELOR OF SCIENCE (B.S.)
VCU INFORMATION SYSTEMS, BACHELOR OF SCIENCE (B.S.) The mission of the Bachelor of Science in Information Systems is to equip students for successful careers as information systems professionals by offering
LEHMAN COLLEGE OF THE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE CURRICULUM CHANGE
LEHMAN COLLEGE OF THE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE CURRICULUM CHANGE 1. Type of Change: Course Description and Credit Change. 2. Course Description: From:
Computer Science. B.S. in Computer & Information Science. B.S. in Computer Information Systems
The field of computing enables much of the on-going revolution in information technology and communications. Its techniques, tools and problem-solving approaches have proven most powerful and effective.
School of Mathematics, Computer Science and Engineering. Mathematics* Associate in Arts Degree COURSES, PROGRAMS AND MAJORS
Mathematics School of Mathematics, Computer Science and Engineering Dean: Lianna Zhao, MD Academic Chair: Miriam Castroconde Faculty: Miriam Castroconde; Terry Cheng; Howard Dachslager, PhD; Ilknur Erbas
Computer Information Systems Associate in Applied Science Field of Study Code: CIS.AAS.GAMEA
Computer Information Systems Associate in Applied Science Field of Study Code: CIS.AAS.GAMEA The Game Animation and Design degree prepares students to create computer generated animation, design, and create
COMPUTER SCIENCE AND INFORMATION TECHNOLOGY
COMPUTER SCIENCE AND INFORMATION TECHNOLOGY The computer science field has demonstrated dramatic growth and technological development within the last decade. The 21st century is heralding the emergence
COMPUTER SCIENCE/ COMPUTER NETWORKING AND TECHNOLOGIES (COSC)
COMPUTER SCIENCE/ COMPUTER NETWORKING AND TECHNOLOGIES (COSC) Computer Science (COSC) courses are offered by the School of Information Arts and Technologies within the Yale Gordon College of Liberal Arts.
ADVANCED SCHOOL OF SYSTEMS AND DATA STUDIES (ASSDAS) PROGRAM: CTech in Computer Science
ADVANCED SCHOOL OF SYSTEMS AND DATA STUDIES (ASSDAS) PROGRAM: CTech in Computer Science Program Schedule CTech Computer Science Credits CS101 Computer Science I 3 MATH100 Foundations of Mathematics and
COMPUTER SCIENCE AND INFORMATION TECHNOLOGY
COMPUTER SCIENCE AND INFORMATION TECHNOLOGY The computer science field has demonstrated dramatic growth and technological development within the last decade. The 21st century is heralding the emergence
One LAR Course Credits: 3. Page 4
Course Descriptions Year 1 30 credits Course Title: Calculus I Course Code: COS 101 This course introduces higher mathematics by examining the fundamental principles of calculus-- functions, graphs, limits,
Department of Computer Science
University of Denver 1 Department of Computer Science Office: Aspen Hall North, Suite 100 Mail Code: 2280 S. Vine St. Denver, CO 80208 Phone: 303-871-3010 Email: [email protected] Web Site: http://www.du.edu/rsecs/departments/cs
COWLEY COLLEGE & Area Vocational Technical School
COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR Student Level: This course is open to students on the college level in either Freshman or Sophomore year. Prerequisites: None INTRODUCTION
Information and Communications Technology Courses at a Glance
Information and Communications Technology Courses at a Glance Level 1 Courses ICT121 Introduction to Computer Systems Architecture This is an introductory course on the architecture of modern computer
MEng, BSc Applied Computer Science
School of Computing FACULTY OF ENGINEERING MEng, BSc Applied Computer Science Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give a machine instructions
LONDON SCHOOL OF COMMERCE. Programme Specification for the. Cardiff Metropolitan University. BSc (Hons) in Computing
LONDON SCHOOL OF COMMERCE Programme Specification for the Cardiff Metropolitan University BSc (Hons) in Computing Contents Programme Aims and Objectives Programme Structure Programme Outcomes Mapping of
ABET General Outcomes. Student Learning Outcomes for BS in Computing
ABET General a. An ability to apply knowledge of computing and mathematics appropriate to the program s student outcomes and to the discipline b. An ability to analyze a problem, and identify and define
Web Specialist INDIVIDUAL PROGRAM INFORMATION 2014 2015. 866.Macomb1 (866.622.6621) www.macomb.edu
Web Specialist INDIVIDUAL PROGRAM INFORMATION 2014 2015 866.Macomb1 (866.622.6621) www.macomb.edu Web Specialist PROGRAM OPTIONS CREDENTIAL TITLE REQUIRED NOTES Associate of Applied Science Web Specialist
Digital Technology. Degrees. Certificate of Achievement. To earn an A.A. or A.S. Degree:
Digital Technology Degrees A.S. Web Development A.S. Media Technology A.S. Office Technology Certificate of Achievement Mobile Application Development Web Development Media Technology Office Technology
Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013
Mobility Introduction Android Duration 16 Working days Start Date 1 st Oct 2013 Day 1 1. Introduction to Mobility 1.1. Mobility Paradigm 1.2. Desktop to Mobile 1.3. Evolution of the Mobile 1.4. Smart phone
Prerequisite: High School Chemistry.
ACT 101 Financial Accounting The course will provide the student with a fundamental understanding of accounting as a means for decision making by integrating preparation of financial information and written
Master of Science (M.S.), Major in Software Engineering
Texas State University 1 Master of Science (M.S.), Major in Software Engineering Admission Policy For information regarding admission application requirements and deadlines, please visit The Graduate College
Information Systems. Administered by the Department of Mathematical and Computing Sciences within the College of Arts and Sciences.
Information Systems Dr. Haesun Lee Professor Dr. Haesun Lee is a Professor of Computer Science. She received her Ph.D. degree from Illinois Institute of Technology, Chicago, Illinois (1997). Her primary
Assessment Plan for CS and CIS Degree Programs Computer Science Dept. Texas A&M University - Commerce
Assessment Plan for CS and CIS Degree Programs Computer Science Dept. Texas A&M University - Commerce Program Objective #1 (PO1):Students will be able to demonstrate a broad knowledge of Computer Science
INFORMATION TECHNOLOGY (INFO)
INFORMATION TECHNOLOGY (INFO) This is a list of the Information Technology (INFO) available at KPU. Please note: Access to 1000-level is limited to Bachelor of Technology in Information Technology, Computer
INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency
INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency 1. 420-PA3-AB Introduction to Computers, the Internet, and the Web This course is an introduction to the computer,
MEng, BSc Computer Science with Artificial Intelligence
School of Computing FACULTY OF ENGINEERING MEng, BSc Computer Science with Artificial Intelligence Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give
Objective C and iphone App
Objective C and iphone App 6 Months Course Description: Understanding the Objective-C programming language is critical to becoming a successful iphone developer. This class is designed to teach you a solid
Course MS10975A Introduction to Programming. Length: 5 Days
3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: [email protected] Web: www.discoveritt.com Course MS10975A Introduction to Programming Length: 5 Days
ICAPRG409A Develop mobile applications
ICAPRG409A Develop mobile applications Release: 1 ICAPRG409A Develop mobile applications Modification History Release Release 1 Comments This Unit first released with ICA11 Information and Communications
2667A - Introduction to Programming
2667A - Introduction to Programming Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction Elements
Proposal for a BA in Applied Computing
Proposal for a BA in Applied Computing Introduction One of the challenges in designing Computer Science curricula is the fast pace of growth of the field of Computer Science. While the curriculum should
