-
Notifications
You must be signed in to change notification settings - Fork 1
/
ucscFall2014Courses.html
145 lines (107 loc) · 3.72 KB
/
ucscFall2014Courses.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Classes</title>
<link rel="stylesheet" href="style/ucscFall2014Courses.css" />
</head>
<body>
<h1>College Courses 2014 - 2015</h1>
<h2>Classes Planning to Take</h2>
<ul>
<li>Core : Rhetoric and Inquiry: Cultural Identities and Global Consciousness</li>
<ul>
<li>MWF | 12:30PM-1:40PM</li>
</ul>
<li>CMPS 12A : Introcuntion to Programming (Accelerated)</li>
<ul>
<li>TuTh | 8AM-945AM</li>
</ul>
<li>CMPE 16 : Applied Discrete Mathematics</li>
<ul>
<li>MWF | 9:30AM-10:40AM</li>
</ul>
</ul>
<h2>Credits That Have</h2>
<h3>Laney</h3>
<ul>
<li>MATH 3B --> Math 19B</li>
<li>Math 3E --> Math 21</li>
</ul>
<h3>AP Scores</h3>
<ul>
<li>(5) AP Calculus AB --> Math 19A (8 Credits)</li>
<li>(3) AP US History --> CC (8 Credits)</li>
<li>(3) AP World History --> CC (8 Credits)</li>
<li>(3) AP Physics C : Mechanics --> SI (4 Credits)</li>
</ul>
<br>
<h2>UCSC - New Student Major Advising</h2>
<h3>Mathematics</h3>
<ul>
<li>Math 19A : Calculus for Science, Engineering, and Math</li>
</ul>
<h3>Computer Science</h3>
<ul>
<li><p>Math 3 : Precalculus OR Math 19A : Calculus for Sci, Eng, Math</p>
<p>AND</p></li>
<li><p>CMPS 10 : Intro to Computer Science OR CMPS 5J : Intro Programming in Java (no exp req) or CMPS 12A/L : Intro to Programming - Accelerated (programming exp. highly recommended)</p></li>
</ul>
<h3>Computer Engineering</h3>
<ul>
<li><p>Math 3 : Precalculus OR Math 19A : Calculus for Sci, Eng, Math</p>
<p>AND</p></li>
<li><p>CMPE 12/L : Computer Systems and Assembly Language/Lab (programming exp. requred) OR CMPE 8 : Robot Automation (no progarmming exp. required)</p></li>
</ul>
<h2>Courses Looking At</h2>
<h3>Core : Rhetoric and Inquiry: Cultural Identities and Global Consciousness</h3>
<h4>Avaliable</h4>
<ul>
<li>MWF | 11AM-12:10PM</li>
<li>W | 7PM-9PM</li>
<li>MWF | 12:30PM-1:40PM</li>
<li>W | 7PM-9PM</li>
<li>MWF | 2PM-3:10PM</li>
<li>W | 7PM-9PM</li>
<li>MWF | 9:30AM-10:40AM</li>
<li>W | 7PM-9PM</li>
</ul>
<h4>Choices</h4>
<ul>
<li>MWF | 11AM-12:10PM</li>
<li>MWF | 12:30PM-1:40PM</li>
<li>MWF | 2PM-3:10PM</li>
<li>MWF | 9:30AM-10:40AM</li>
</ul>
<h4>Class</h4>
<ul>
<li>MWF | 12:30PM-1:40PM</li>
</ul>
<h3>CMPS 12A : Introcuntion to Programming (Accelerated)</h3>
<h4>Avaliable</h4>
<ul>
<li>TuTh | 8AM-945AM</li>
</ul>
<h4>Choices</h4>
<ul>
<li>TuTh | 8AM-945AM</li>
</ul>
<h4>Class</h4>
<ul>
<li>TuTh | 8AM-945AM</li>
</ul>
<h3>CMPE 16 : Applied Discrete Mathematics</h3>
<h4>Avaliable</h4>
<ul>
<li>MWF | 9:30AM-10:40AM</li>
</ul>
<h4>Choices</h4>
<ul>
<li>MWF | 9:30AM-10:40AM</li>
</ul>
<h4>Class</h4>
<ul>
<li>MWF | 9:30AM-10:40AM</li>
</ul>
</body>
</html>