CollegeTransfer.Net
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.
COMSC 173: UNIX and Linux Scripting
2.00 Credits
Diablo Valley College
2 .units .SC 27 hours lecture/27 hours laboratory per term Recommended: COMSC 171 or equivalent This .course .covers .programming .using .scripting .languages .on .UNIX .and .Linux. .Syntax .of .the .Korn .and .bash .shells, .awk, .and .Tcl/Tk/expect .will .be .covered. .Scripting .techniques .will .be .covered, .with .application .to .system .startup .and .configuration, .text .processing, .graphic .interfaces, .and .system .administration. .CSU .
Share
COMSC 173 - UNIX and Linux Scripting
Favorite
COMSC 174: UNIX and Linux Network Administration and Security
2.00 Credits
Diablo Valley College
2 .units .SC 18 hours lecture/54 hours laboratory per term Recommended: COMSC 171 or equivalent Note: course content will apply to all UNIX versions and Linux. This .course .is .designed .to .prepare .the .student .to .install, .maintain, .and .administer .TCP/IP .services .on .a .UNIX .or .Linux .system. .Topics .include .BOOTP/DHCP, .(dynamic .addressing), .routing, .DNS .(domain .name .system), .NFS .(network .file .system), .anonymous .FTP .(file .transfer .protocol), .email, .WWW, .samba .(services .for .Windows .clients), .SSH .(secure .shell), .Kerberos .(network .authentication), .and .firewalls. .CSU .
Share
COMSC 174 - UNIX and Linux Network Administration and Security
Favorite
COMSC 210: Program Design and Data Structures
4.00 Credits
Diablo Valley College
4 .units .LR 54 hours lecture/54 hours laboratory per term Prerequisite: COMSC 255 or equivalent or COMSC 265 or equivalent Techniques .relevant .to .program .design .and .selection .of .data .structures .for .larger .programs. .Topics .covered .include .design .techniques, .effective .use .of .recursion, .algorithmic .efficiency .and .O-notation, .linked .lists, .binary .trees, .B-trees, .graphs, .sorting, .and .searching .techniques. .Extensive .programming .of .a .variety .of .data .structures .is .required. .CAN .CSCI .24, .CSU, .UC
Share
COMSC 210 - Program Design and Data Structures
Favorite
Show comparable courses
COMSC 245: Programming with Visual Basic.NET
4.00 Credits
Diablo Valley College
4 .units .SC May be repeated once 54 hours lecture/54 hours laboratory per term Recommended: COMSC 110 or equivalent Note: may be repeated only when the software or language is changed. This .course .covers .writing .programs .in .the .Microsoft .Visual .Basic .programming .language. .Topics .covered .will .include .writing .event-driven .programs, .designing .context-sensitive .Graphical .User .Interfaces .(GUIs), .and .using .structured .exception- handling .to .manage .runtime .error. .Programming .with .an .object-oriented .approach .will .be .emphasized. .CAN .CSCI .6 .CSU
Share
COMSC 245 - Programming with Visual Basic.NET
Favorite
COMSC 255: Programming With Java
4.00 Credits
Diablo Valley College
4 .units .SC 54 hours lecture/54 hours laboratory per term Recommended: COMSC 110 or equivalent This .course .emphasizes .programming .techniques .using .the .Java .programming .language. .The .syntax .and .deployment .of .Java .applications .are .reviewed. .Advanced .topics .such .as .objects, .classes, .methods, .OOP .principles, .GUI .interfaces, .I/0, .data .structures, .applets, .networking, .and .threads .are .covered. .CSU, .UC
Share
COMSC 255 - Programming With Java
Favorite
Show comparable courses
COMSC 256: Advanced Java Programming
4.00 Credits
Diablo Valley College
4 .units .SC 54 hours lecture/54 hours laboratory per term Recommended: COMSC 255 or equivalent This .course .will .cover .advanced .topics .in .Java .programming .including .multithreading, .exception .handling, .serialization, .reflection, .model .view .controller .architecture, .java .beans, .servlets .and .database .connectivity. .CSU, .UC
Share
COMSC 256 - Advanced Java Programming
Favorite
Show comparable courses
COMSC 257: Enterprise Java Programming
4.00 Credits
Diablo Valley College
4 .units .SC 54 hours lecture/54 hours laboratory per term Recommended: COMSC 255 or equivalent The .course .will .comprise .enterprise .Java .programming. .It .will .cover .the .features .of .the .Java .2 .Enterprise .Edition .(J2EE). .The .topics .presented .will .include .Enterprise .Java .Beans, .application .servers, .Remote .Method .Invocation, .Servlets, .Naming .and .Directory .Services, .Message .and .Web .Services, .Peer-To-Peer .Services, .and .other .facilities .provided .in .J2EE. .CSU .
Share
COMSC 257 - Enterprise Java Programming
Favorite
Show comparable courses
COMSC 260: Assembly Language Programming/Computer Organization
4.00 Credits
Diablo Valley College
4 .units .SC 54 hours lecture/54 hours laboratory per term Prerequisite: COMSC 265 or equivalent A .course .covering .the .basics .of .machine .architecture, .machine .language, .assembly .language, .operating .system .interface, .and .interfacing .with .high .level .languages. .Topics .include .data .representation, .instruction .representation .and .execution, .addressing, .indexing, .macros, .subroutine .linkages, .storage .and .time .efficiency .issues, .interrupt .handling, .virtual .memory, .cache .memory, .and .dynamic .address .translation. .CAN .CSCI .10, .CSU, .UC
Share
COMSC 260 - Assembly Language Programming/Computer Organization
Favorite
Show comparable courses
COMSC 265: Advanced Programming With C and C++
4.00 Credits
Diablo Valley College
4 .units .SC 54 hours lecture/54 hours laboratory per term Prerequisite: COMSC 110 or equivalent The .course .emphasizes .programming .techniques .using .C .and .C++ .languages. .The .syntax .of .C .will .be .reviewed, .then .advanced .topics .such .as .string .processing, .pointers, .links .lists, .queues, .stacks, .and .dynamic .memory .allocation .will .be .covered. .CAN .CSCI .16+22, .CSU, .UC
Share
COMSC 265 - Advanced Programming With C and C++
Favorite
Show comparable courses
COMSC 266: Object Oriented Programming C++
4.00 Credits
Diablo Valley College
4 .units .SC 54 hours lecture/54 hours laboratory per term Recommended: COMSC 265 or equivalent This .course .provides .detailed .coverage .of .the .concepts .and .syntax .of .the .C++ .Language. .Coverage .includes .inheritance, .overloaded .operators, .overloaded .default .operators, .virtual .functions, .memory .management .files, .streams, .templates, .and .exceptions, .CAN .CSCI .18, .CSU, .UC
Share
COMSC 266 - Object Oriented Programming C++
Favorite
First
Previous
31
32
33
34
35
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