Term
Modality
Textbooks
Availability
Class Type
Time
Location
C S 1A
OBJECT-ORIENTED PROGRAMMING METHODOLOGIES IN JAVA
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Systematic introduction to fundamental concepts of computer science through the study of the Java programming language. Coding topics include Java control structures, classes, methods, arrays, graphical user interfaces and elementary data structures. Concept topics include algorithms, recursion, data abstraction, problem solving strategies, code style, documentation, debugging techniques and testing.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: Intermediate Algebra or equivalent; not open to students with credit in C S 1AH.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:Oral Communication & Critical Thinking
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -001A-01Y
Course Number (CRN): 30222
Dates: 1/8/2024 - 3/29/2024
Section: C S -001A-02W
Course Number (CRN): 30352
Dates: 1/8/2024 - 3/29/2024
Section: C S -001A-03D
Course Number (CRN): 31741
Dates: 1/8/2024 - 5/23/2024
DUAL ENROLLMENT
C S 1B
INTERMEDIATE SOFTWARE DESIGN IN JAVA
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Systematic treatment of intermediate concepts in computer science through the study of Java object-oriented programming (OOP). Coding topics include Java interfaces, class extension, generics, the Java collections framework, multi-dimensional arrays and file I/O. Concept topics include OOP project design, inheritance, polymorphism, method chaining, functional programming, linked-lists, FIFOs, LIFOs, event-driven programming and guarded code.
-
Prerequisite:
C S 1A.
-
Corequisite:
-
Advisory:
Advisory: Demonstrated proficiency in English by placement via multiple measures OR through an equivalent placement process OR completion of ESLL 125 & ESLL 249.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:Oral Communication & Critical Thinking
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -001B-01Y
Course Number (CRN): 30368
Dates: 1/8/2024 - 3/29/2024
Section: C S -001B-02W
Course Number (CRN): 30304
Dates: 1/8/2024 - 3/29/2024
C S 1C
ADVANCED DATA STRUCTURES & ALGORITHMS IN JAVA
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Systematic treatment of advanced data structures, algorithm analysis and abstract data types in the Java programming language. Coding topics include the development of ADTs from scratch, building ADTs on top of the java.util collections, array lists, linked lists, trees, maps, hashing functions and graphs. Concept topics include searching, big-O time complexity, analysis of all major sorting techniques, top down splaying, AVL tree balancing, shortest path algorithms, minimum spanning trees and maximum flow graphs.
-
Prerequisite:
C S 1B.
-
Corequisite:
-
Advisory:
Advisory: One of the following: ENGL 1A or 1AH or ESLL 26.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:Oral Communication & Critical Thinking
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -001C-01W
Course Number (CRN): 30223
Dates: 1/8/2024 - 3/29/2024
C S 2A
OBJECT-ORIENTED PROGRAMMING METHODOLOGIES IN C++
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Systematic introduction to fundamental concepts of computer science through the study of the C++ programming language. Coding topics include C++ control structures, objects, global-scope functions, class methods, arrays and elementary data structures. Concept topics include algorithms, recursion, data abstraction, problem solving strategies, code style, documentation, debugging techniques and testing.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: Intermediate Algebra or equivalent; not open to students with credit in C S 2AH.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:Oral Communication & Critical Thinking
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -002A-01Z
Course Number (CRN): 30154
Dates: 1/8/2024 - 3/29/2024
Section: C S -002A-02W
Course Number (CRN): 30571
Dates: 1/8/2024 - 3/29/2024
C S 2B
INTERMEDIATE SOFTWARE DESIGN IN C++
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Systematic treatment of intermediate concepts in computer science through the study of C++ object-oriented programming (OOP). Coding topics include C++ derived classes, class templates, function templates, virtual functions, operator overloading, an introduction to the Standard Template Library, multiple inheritance, pointers, dynamic memory allocation and file I/O. Concept topics include OOP project design, inheritance, polymorphism, method chaining, functional programming, linked-lists, FIFOs, LIFOs, events in GUIs and guarded code.
-
Prerequisite:
C S 2A.
-
Corequisite:
-
Advisory:
Advisory: Demonstrated proficiency in English by placement via multiple measures OR through an equivalent placement process OR completion of ESLL 125 & ESLL 249.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:Oral Communication & Critical Thinking
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -002B-01W
Course Number (CRN): 30197
Dates: 1/8/2024 - 3/29/2024
Section: C S -002B-02W
Course Number (CRN): 30505
Dates: 1/8/2024 - 3/29/2024
C S 2C
ADVANCED DATA STRUCTURES & ALGORITHMS IN C++
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Systematic treatment of advanced data structures, algorithm analysis and abstract data types in the C++ programming language. Coding topics include the development of ADTs from scratch, building ADTs on top of the STL templates, vectors, lists, trees, maps, hashing functions and graphs. Concept topics include searching, big-O time complexity, analysis of all major sorting techniques, top down splaying, AVL tree balancing, shortest path algorithms, minimum spanning trees and maximum flow graphs.
-
Prerequisite:
C S 2B.
-
Corequisite:
-
Advisory:
Advisory: One of the following: ENGL 1A or 1AH or ESLL 26.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:Oral Communication & Critical Thinking
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -002C-01W
Course Number (CRN): 30224
Dates: 1/8/2024 - 3/29/2024
C S 3A
OBJECT-ORIENTED PROGRAMMING METHODOLOGIES IN PYTHON
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Systematic introduction to fundamental concepts of computer science through the study of the Python programming language. Coding topics include control structures, functions, classes, string processing, lists, tuples, dictionaries, working with files, and elementary graphics. Concept topics include algorithms, data abstraction, problem solving strategies, code style, documentation, debugging techniques and testing.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: Intermediate Algebra or equivalent.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:Oral Communication & Critical Thinking
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -003A-01Y
Course Number (CRN): 30225
Dates: 1/8/2024 - 3/29/2024
Section: C S -003A-02W
Course Number (CRN): 30232
Dates: 1/8/2024 - 3/29/2024
Section: C S -003A-03W
Course Number (CRN): 30389
Dates: 1/8/2024 - 3/29/2024
Section: C S -003A-04W
Course Number (CRN): 30572
Dates: 1/8/2024 - 3/29/2024
Section: C S -003A-05W
Course Number (CRN): 31912
Dates: 1/8/2024 - 3/29/2024
Section: C S -003A-6DW
Course Number (CRN): 31913
Dates: 1/8/2024 - 3/29/2024
DUAL ENROLLMENT
C S 3B
INTERMEDIATE SOFTWARE DESIGN IN PYTHON
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Systematic treatment of intermediate concepts in computer science through the study of Python object-oriented programming (OOP). Coding topics include Python sequences, user-defined classes and interfaces, modules, packages, collection classes, threads, lambda expressions, list comprehensions, regular expressions and multi-dimensional arrays. Concept topics include OOP project design, recursion, inheritance, polymorphism, functional programming, linked-lists, FIFOs, LIFOs, event-driven parsing, exceptions, and guarded code.
-
Prerequisite:
C S 3A.
-
Corequisite:
-
Advisory:
Advisory: Demonstrated proficiency in English by placement via multiple measures OR through an equivalent placement process OR completion of ESLL 125 & ESLL 249.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -003B-01Y
Course Number (CRN): 31657
Dates: 1/8/2024 - 3/29/2024
Section: C S -003B-02W
Course Number (CRN): 30593
Dates: 1/8/2024 - 3/29/2024
Section: C S -003B-03W
Course Number (CRN): 31135
Dates: 1/8/2024 - 3/29/2024
C S 3C
ADVANCED DATA STRUCTURES & ALGORITHMS IN PYTHON
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
A systematic treatment of advanced data structures, algorithm analysis, and abstract data types in the Python programming language, intended for computer science majors as well as non-majors and professionals seeking advanced Python experience. Coding topics include large program software engineering design, multi-dimensional arrays, string processing, primitives, compound types, and allocation of instance and static data. Data structure concept topics include dynamic memory, inheritance, polymorphism, hierarchies, recursion, linked-lists, stacks, queues, trees, hash tables, and graphs. Algorithm concept topics include searching, big-O time complexity, analysis of all major sorting techniques, top down splaying, AVL tree balancing, shortest path algorithms, minimum spanning trees, and maximum flow graphs.
-
Prerequisite:
C S 3B.
-
Corequisite:
-
Advisory:
Advisory: Demonstrated proficiency in English by placement via multiple measures OR through an equivalent placement process OR completion of ESLL 125 & ESLL 249.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -003C-01W
Course Number (CRN): 30573
Dates: 1/8/2024 - 3/29/2024
C S 10
COMPUTER ARCHITECTURE & ORGANIZATION
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Introduction to the organization, architecture and machine-level programming of computer systems. Topics include mapping of high-level language constructs into assembly code, internal data representations, numerical computation, virtual memory, pipelines, caching, multitasking, MIPS architecture, MIPA assembly language code, interrupts, input/output, peripheral storage processing, and comparison of CISC (Intel) and RISC (MIPS) instruction sets.
-
Prerequisite:
One of the following: C S 1A, 2A or 3A.
-
Corequisite:
-
Advisory:
Advisory: C S 1C or 2C.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -010.-01Y
Course Number (CRN): 30155
Dates: 1/8/2024 - 3/29/2024
C S 22A
JAVASCRIPT FOR PROGRAMMERS
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Introduction to object oriented programming in JavaScript. Topics include: client and server side programming, Model/View/Controller architecture, current tools and testing methods, interaction with HTML and CSS, Document Object Model, XML, and JSON. Students will have practice writing programs for mobile web browsers and creating dynamic webpages including animation.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: One of the following: C S 1A, 2A, 3A, or equivalent; knowledge of HTML and CSS.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -022A-01W
Course Number (CRN): 31002
Dates: 1/8/2024 - 3/29/2024
C S 30A
INTRODUCTION TO LINUX
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Introduction to the Linux operating system primarily focused on command line usage. Covers the history, kernel, file systems, shells, and user utilities. Also introduces students to the fundamentals of shell programming, processes, communications, and basic security.
-
Prerequisite:
-
Corequisite:
-
Advisory:
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -030A-01W
Course Number (CRN): 30174
Dates: 1/8/2024 - 3/29/2024
C S 30B
LINUX SHELL PROGRAMMING
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Linux shell script programming using the Bourne Again shell programming language (bash) and Linux utilities to create practical shell scripts. Topics covered include customizing the environment, running and writing scripts, variables, loops, functions, text processing and debugging.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: C S 30A or equivalent.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -030B-01W
Course Number (CRN): 31737
Dates: 1/8/2024 - 3/29/2024
C S 31A
INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Introduction to database design and use of database management systems for applications. Topics include database architecture, comparison to file-based systems, historical data models, conceptual model; integrity constraints and triggers; functional dependencies and normal forms; relational model, algebra, database processing and Structured Query Language (SQL), database access from Applications-Embedded SQL, JDBC, Cursors, Dynamic SQL, Stored Procedures. Emerging trends will be studied, such as NoSQL databases, internet and databases, and Online Analytical Processing (OLAP). A team project that builds a database application for a real-world scenario is an important element of the course.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: One of the following: C S 1A, 2A, 3A, or equivalent.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -031A-01W
Course Number (CRN): 30198
Dates: 1/8/2024 - 3/29/2024
C S 48A
DATA VISUALIZATION
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Introduction to the effective processing and communication of data. Topics include identifying the key techniques and theory used in data visualization, creating and designing static and interactive visualizations using data, and communicating insight through data visualization to an intended audience. Students will use a data visualization package, such as R, Tableau, or MatPlotLib in Python.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: MATH 10, MATH 17, PSYC 7 or SOC 7.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -048A-01W
Course Number (CRN): 30574
Dates: 1/8/2024 - 3/29/2024
C S 49
FOUNDATIONS OF COMPUTER PROGRAMMING
4.5 units
UC Transferable to UC CSU Transferable to CSU
-
Description:
Introduction to basic computer programming concepts using an object-oriented language. Topics include the software life-cycle, procedural vs. object-oriented programming, IDE and debugging, documentation, and coding conventions. Using an object-oriented computer language, students will explore data types, basic data structures and algorithms, control structure, console and file I/O, functions, error handling and testing.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: Intermediate Algebra or equivalent.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
Both
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -049.-01Y
Course Number (CRN): 30600
Dates: 1/8/2024 - 3/29/2024
C S 50A
NETWORK BASICS (CCNA)
4.5 units
-
Description:
Introduction to the architecture, structure, functions, components, and models of the internet and other computer networks. The principles and structure of IP addressing and the fundamentals of Ethernet concepts, media, and operations are introduced to provide a foundation for the curriculum. Students will be able to build simple LANs, perform basic configurations for routers and switches, and implement IP addressing schemes.
-
Prerequisite:
-
Corequisite:
-
Advisory:
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
CSU
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -050A-01W
Course Number (CRN): 30432
Dates: 1/8/2024 - 3/29/2024
C S 53A
CYBERSECURITY FUNDAMENTALS
4.5 units
-
Description:
The fundamental aspects of computer and network security as it pertains to policy deployment and network defense. Core topics include cryptography, public key infrastructure, standards and protocols, physical security, infrastructure security, remote access, messaging, intrusion detection and system baselines. Industry-specific topics include certifications for CompTIA's Security+, ISC2, SSCP.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: C S 50A.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
CSU
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -053A-01Z
Course Number (CRN): 30474
Dates: 1/8/2024 - 3/29/2024
Section: C S -053A-02W
Course Number (CRN): 30475
Dates: 1/8/2024 - 3/29/2024
C S 53C
ETHICAL HACKING
4.5 units
-
Description:
Surveys current techniques used by malicious hackers to attack computers and networks, and develops the defenses that security professionals use to defend Windows and Linux systems from such attacks. Topics will be presented in the context of legal restrictions and ethical guidelines. Hands-on labs, playing the role of both attacker and defender, using port scans, footprinting, buffer overflow exploits, SQL injection, privilege escalation, Trojans, and backdoors.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: C S 53A.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
CSU
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -053C-01Z
Course Number (CRN): 31658
Dates: 1/8/2024 - 3/29/2024
Section: C S -053C-02W
Course Number (CRN): 31659
Dates: 1/8/2024 - 3/29/2024
C S 55A
INTRODUCTION TO CLOUD COMPUTING IN AMAZON WEB SERVICES
4.5 units
-
Description:
This course introduces cloud computing which shifts information systems from on-premises computing infrastructure to highly scalable internet architectures using the Amazon AWS platform. The course provides a basic understanding of cloud computing technologies and provides students with the abilities to configure, deploy, and manage cloud facilities including simple and complex compute instances, web servers, and web services. The course also demonstrates/makes available the AWS Educate platform for educational, industry career path guidance and career opportunities.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: C S 30A and C S 50A.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
CSU
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -055A-01Z
Course Number (CRN): 30476
Dates: 1/8/2024 - 3/29/2024
Section: C S -055A-02W
Course Number (CRN): 30477
Dates: 1/8/2024 - 3/29/2024
C S 55D
SECURITY IN AMAZON WEB SERVICES
4.5 units
-
Description:
This course focuses on information security principles for computing systems and data with respect to cloud computing. Students learn about governance, security frameworks, compliance, controls, layered security, and vulnerabilities in Amazon Web Services (AWS). The AWS Shared Responsibility model will be studied for specific XaaS cloud level deployments. The course presents a broad, hands-on approach to AWS security offerings and AWS services best security practices.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: C S 30A, C S 50A, C S 55A and C S 55C.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
CSU
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -055D-01Z
Course Number (CRN): 30601
Dates: 1/8/2024 - 3/29/2024
Section: C S -055D-02W
Course Number (CRN): 30602
Dates: 1/8/2024 - 3/29/2024
C S 63A
DEVELOPING APPLICATIONS FOR IOS
4.5 units
-
Description:
An introduction to programming the iPhone and other iOS devices. Covers Swift, Cocoa Touch, and the Model/View/Controller architecture. Students learn the basics of Swift and acquire practical experience with the tools, techniques, and concepts needed to build a basic iOS app from scratch.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: C S 1B, 2B or 3B.
-
Repeatability:
Not Repeatable.
-
Hours:
4 hours lecture per week, 2 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
CSU
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -063A-01W
Course Number (CRN): 30603
Dates: 1/8/2024 - 3/29/2024
Section: C S -063A-2DW
Course Number (CRN): 31916
Dates: 1/8/2024 - 3/29/2024
DUAL ENROLLMENT
C S 71R
INDEPENDENT STUDY IN COMPUTER SCIENCE
2 units
-
Description:
Provides an opportunity for the student to expand their studies in Computer Science by completing a project or an assignment arranged by agreement between the student and instructor. The student is required to contract with the instructor to determine the scope of assignment and the unit value assigned for successful completion. Students may take a maximum of 6 units of Independent Study per department.
-
Prerequisite:
-
Corequisite:
-
Advisory:
Advisory: Recommended preparation will be determined by instructor after interviewing the student pre-contract.
-
Repeatability:
Not Repeatable.
-
Hours:
6 hours lab per week. 72 hours total per quarter.
-
Foothill GE Area:
-
Transferability:
CSU
-
Transfer GE:
Information regarding how this course is applied toward CSU GE/Breadth or IGETC certification is available at:
-
Foothill Transfer GE Guide
Department Note:
Section: C S -071R-01
Course Number (CRN): 31610
Dates: 1/8/2024 - 3/29/2024