[PORTALNAME]
Toggle menu
Home
Search
Search
Search Transfer Schools
Search for Course Equivalencies
Search for Exam Equivalencies
Search for Transfer Articulation Agreements
Search for Programs
Search for Courses
PA Bureau of CTE SOAR Programs
Transfer Student Center
Transfer Student Center
Adult Learners
Community College Students
High School Students
Traditional University Students
International Students
Military Learners and Veterans
About
About
Institutional information
Transfer FAQ
Register
Login
Course Criteria
Add courses to your favorites to save, share, and find your best transfer school.
CIS 111: introduction to Programming And Algorithms
4.00 Credits
Antelope Valley College
3 units 4 hours weekly Advisory: Completion of CA 103 or CA 221 or CIS 101, and Eligibility for ENGL 099, READ 099 and MATH 102. This is a first course for students planning or exploring a career in software design and development. This course emphasizes a c a r e f u l , d i s c i p l i n e d a p p r o a c h to computer programming. Problem solving through stepwise development of algorithms is presented. Students will learn programming language, syntax, coding, program logic, and program testing. Students will plan, create, test and run their own programs to solve typical problems. BEFORE ENROLLING students should have basic computer experience and be able to save and retrieve files, run applications, and print documents. (Engineering and science majors consult counselors.) (CSU, UC, AVC)
Share
CIS 111 - introduction to Programming And Algorithms
Favorite
Show comparable courses
CIS 113: data Structures
4.00 Credits
Antelope Valley College
3 units 4 hours weekly Prerequisite: Completion of CIS 111 or CIS 161. Advisory: Eligibility for ENGL 099, READ 099 and MATH 130, and Completion of CIS 121. This course continues the introduction to programming and algorithms begun in CIS 111, with a particular focus on the ideas of data abstraction and object-oriented programming. Topics include objectoriented programming, fundamental data structures, design and implementation of abstract data types, common types of collections (such as stacks, queues, lists, graphs, trees and sets), algorithm analysis and complexity, search and sort algorithms, and the use of recursion. Students plan and create programs using data structures and collection types to solve problems frequently encountered by professional computer scientists. This course is intended for students majoring in CIS. (Engineering and science majors consult counselors) (CSU, UC, AVC)
Share
CIS 113 - data Structures
Favorite
Show comparable courses
CIS 121: computer Mathematics
3.00 Credits
Antelope Valley College
3 units 3 hours weekly Advisory: Completion of MATH 130 or MATH 140, and Eligibility for College Level Reading and ENGL 099. This is an introductory course in the areas of mathematics applicable to computer science. Topics include logic and circuits, sets, mathematical induction, graphs, trees, algorithm development and refinement, and computational models like finite state automata and Turing machines. Emphasis is placed on problem solving and application of mathematical theory to data structures, and database construction and operation. (Engineering and science majors consult counselors) (CSU, UC, AVC)
Share
CIS 121 - computer Mathematics
Favorite
Show comparable courses
CIS 123: assembly Language And Computer Architecture
4.00 Credits
Antelope Valley College
3 units 4 hours weekly Advisory: Completion of CIS 111, and Eligibility for ENGL 099, READ 099 and MATH 102. This course introduces assembly language programming and computer architecture to enable students to understand how programs are actually executed at the machine level. Students will use IBM-compatible personal computers for the detailed study of the Intel IA-32 processor instruction set and architecture and to develop programs using a macro assembler. Both 32-bit Windows console programming and 16-bit real-mode programming are covered. Topics include machine/ assembly level programming, instruction formats, internal data representation, addressing modes, procedure call and return mechanisms, and how high-level language constructs are implemented at the machine level, basic microcomputer organization, instruction execution cycle, memory segmentation and paging, and details of programming the processor in both protect-mode and in real-mode. BEFORE ENROLLING students should be proficient in writing programs in a high-level language. (Engineering and science majors consult counselors) [CAN CSCI 10] (CSU, UC, AVC)
Share
CIS 123 - assembly Language And Computer Architecture
Favorite
Show comparable courses
CIS 141: introduction to Basic Programming
4.00 Credits
Antelope Valley College
3 units 4 hours weekly Advisory: Completion of CA 103 or CIS 101, and Eligibility for ENGL 099, READ 099 and MATH 102. This course is an introduction to the structure of BASIC (Beginners All- Purpose Symbolic Instructional Code) programming language, syntax, coding, program logic, and program testing. Students will learn the fundamentals of computer programming, problem specification, algorithm design, and the elements of the QBASIC programming language. The course will include reading, writing, debugging, and verifying QBASIC programs. This course will prepare students for entry-level programming jobs and upper-division courses requiring BASIC programming experience. (Engineering and science majors consult counselors.) [CAN CSCI16] (CSU, UC, AVC)
Share
CIS 141 - introduction to Basic Programming
Favorite
CIS 145: introduction to Visual Basic. Net Programming
4.00 Credits
Antelope Valley College
3 units 4 hours weekly Advisory: Completion of CIS 141 and either CIS 111 or CIS 173 or CIS 175, and Eligibility for ENGL 099, READ 099 and MATH 102. Students will learn the fundamentals of Microsoft Windows programming using the Visual BASIC.NET programming language. The course will include designing, implementing and testing Visual BASIC.NET programs, which will provide useful Windows applications to solve representative problems for business, science, mathematics, and engineering. This course is intended for students majoring in business or CIS or those desiring to increase their programming skills. (CSU, AVC)
Share
CIS 145 - introduction to Visual Basic. Net Programming
Favorite
CIS 157: introduction to Linux
4.00 Credits
Antelope Valley College
(formerly Introduction to Unix) 3 units 4 hours weekly Advisory: Completion of CA 103 or CA 221 or CIS 101, and Eligibility for ENGL 099, READ 099 and MATH 102. This lecture and laboratory course will provide the basic understanding of using the Linux operating system. The course targets audiences that are interested in operating systems and will benefit those who are pursuing careers in Computer Information Systems, Computer Science, and Network Administration. The course will focus on the shell environment, system administration and security, programming, and the graphical user interface. BEFORE ENROLLING students must have a basic understanding of and experience with computer terminology, microcomputer hardware and sof twa r e , and di sk and f i l e management. (CSU, AVC)
Share
CIS 157 - introduction to Linux
Favorite
CIS 161: introduction to c Programming
4.00 Credits
Antelope Valley College
3 units 4 hours weekly Advisory: Completion of CIS 101, and Eligibility for ENGL 099, READ 099 and MATH 130. Thi s cour s e i s de s igned to give the student an introduction to the C programming language. Students will learn the basic elements of the C language and a disciplined approach t o p r o g r a m d e v e l o p m e n t u s i n g structured programming techniques for readability, maintainability and defensive programming. Problem solving through stepwise development of algorithms and the mechanics of running, testing, and debugging programs is presented. Students will plan, create, test, and run
Share
CIS 161 - introduction to c Programming
Favorite
Show comparable courses
CIS 173: introduction to C++ Programming
4.00 Credits
Antelope Valley College
3 units 4 hours weekly Prerequisite: Completion of CIS 161. Advisory: Eligibility for ENGL 099, READ 099 and MATH 130. Completion of CIS 171 or concurrent enrollment. Students will learn the syntax and semantics of the C++ programming language, what modifications and additions were made to the C programming language to produce C++, and how to implement an object-oriented design in C++. The course will include designing, implementing, and testing C++ programs that solve representative problems from business, science, mathematics, and engineering. This course is intended for students majoring in CIS. [CSCI 18] (CSU, UC, AVC)
Share
CIS 173 - introduction to C++ Programming
Favorite
Show comparable courses
CIS 174: introduction to C#. Net Programming
4.00 Credits
Antelope Valley College
3 units 4 hours weekly Prerequisite: Completion of CIS 111. Advisory: Eligibility for ENGL 099, READ 099 and MATH 130. Students will learn the fundamentals of Microsoft Windows programming u s i n g t h e C # . N E T p r o g r a m m i n g language. The course will include designing, implementing and testing C#.NET programs, which will provide useful Windows applications to solve representative problems for business, science, mathematics and engineering. BEFORE ENROLLING students should understand object-oriented programming concepts. This course is intended for students majoring in business or CIS or those desiring to increase their programming skills. (CSU, AVC)
Share
CIS 174 - introduction to C#. Net Programming
Favorite
First
Previous
26
27
28
29
30
Next
Last
Results Per Page:
10
20
30
40
50
Search Again
To find college, community college and university courses by keyword, enter some or all of the following, then select the Search button.
College:
(Type the name of a College, University, Exam, or Corporation)
Course Subject:
(For example: Accounting, Psychology)
Course Prefix and Number:
(For example: ACCT 101, where Course Prefix is ACCT, and Course Number is 101)
Course Title:
(For example: Introduction To Accounting)
Course Description:
(For example: Sine waves, Hemingway, or Impressionism)
Distance:
Within
5 miles
10 miles
25 miles
50 miles
100 miles
200 miles
of
Zip Code
Please enter a valid 5 or 9-digit Zip Code.
(For example: Find all institutions within 5 miles of the selected Zip Code)
State/Region:
Alabama
Alaska
American Samoa
Arizona
Arkansas
California
Colorado
Connecticut
Delaware
District of Columbia
Federated States of Micronesia
Florida
Georgia
Guam
Hawaii
Idaho
Illinois
Indiana
Iowa
Kansas
Kentucky
Louisiana
Maine
Marshall Islands
Maryland
Massachusetts
Michigan
Minnesota
Minor Outlying Islands
Mississippi
Missouri
Montana
Nebraska
Nevada
New Hampshire
New Jersey
New Mexico
New York
North Carolina
North Dakota
Northern Mariana Islands
Ohio
Oklahoma
Oregon
Palau
Pennsylvania
Puerto Rico
Rhode Island
South Carolina
South Dakota
Tennessee
Texas
Utah
Vermont
Virgin Islands
Virginia
Washington
West Virginia
Wisconsin
Wyoming
American Samoa
Guam
Northern Marianas Islands
Puerto Rico
Virgin Islands