-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGraduate.aspx
More file actions
111 lines (77 loc) · 4.73 KB
/
Graduate.aspx
File metadata and controls
111 lines (77 loc) · 4.73 KB
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
<%@ Page Title="" Language="C#" MasterPageFile="~/ui/mp/Master.master" AutoEventWireup="true" CodeFile="Graduate.aspx.cs" Inherits="Graduate" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style17
{
font-size: x-large;
font-family: "Broadway BT";
}
.style18
{
text-align: left;
}
#degrees
{
text-align: left;
}
.style19
{
font-size: x-large;
}
p.MsoNormal
{margin-top:0in;
margin-right:0in;
margin-bottom:10.0pt;
margin-left:0in;
line-height:115%;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div id="header" class="style18">
<span class="style17">Graduate Programs Available</span>
<br />
Anchored Links: <br />
<a href="#DAD">Database Application Developer (DAD) </a> <br /> <br />
<a href="#PMC">Project Management - Information Technology (PMC) </a> <br />
<br />
</div>
<div id="degrees"
style="width: 61%; height: 1170px; font-size: large; font-family: 'Times New Roman', Times, serif; margin-left: 0px;">
<strong><span class="style19"><a name="DAD">Database Application Developer Overview (DAD) </a> <br />
</span></strong> <br />
Seneca College's School of Information and Communication Technology DAD (Database Application Developer) 1 Year Post Graduate Certificate (8 months studies + 4 months optional co-op) offers university and college graduates the specialized training required to be considered for database positions.
<br />
<br />
The DAD program covers Database design, Internet programming, XML, Security, Linux/Unix, Oracle, MS SQL Server, Data warehousing, Project management, Testing (including test plans), Database interconnectivity and programming using Java and VB in the Windows .NET environment. The graduates of this program will have the skills to understand and create good database design using Rational Rose. They will be able to create GUI front end with Java or VB.Net, and be able to understand the connectivity issues related to creating web-enabled databases, that allow users to access and manipulate data through the web.
<br />
<br />
Some knowledge of programming in C, C++ or Java is required. If you have no knowledge of programming, or have only worked in Visual Basic, we recommend you first take some classes in programming(C,C++ and/or Java) before applying. Please talk to program co-ordinator Praveen Mitera for further advice at 4164915050 x 3712 or by email.<br />
<br />
There are two intakes each year - January & September.
<br />
<br />
This program is approved by the Ministry of Education and is eligible for OSAP loan for qualified applicants. This program is also eligible for EI, Second Career and Skills Development funding for qualified applicants.
<br />
<br />
<br />
<br />
<span class="style19"><strong><a name="PMC">Project Managment - Information Technology Overview (PMC) </a></strong>
</span> <br /> <br />
Seneca College's School of Information and Communications Techology PMC (Project Managment - Information Technology) 1 Year Post Graduate Certificate (8 months of study plus 4 months optional co-op) will prepare students with the project management skills needed for entry-level positions in a wide range of software development and IT administration projects. Project management methodologies and techniques have evolved from the traditional waterfall methodology through incremental and iterative development to agile methodologies. What distinguishes the Project Management – IT graduate certificate is that it gives students grounding in all of these methodologies as they are currently being practiced in the IT industry and an understanding of when each is most appropriate to follow.<br />
<br />
<br />
This program covers Project Management, Project Leadership, Accounting & Finance, Agile Methodology, Systems Development, Quality Assurance, and Contract Law/Ethics/Professionalism.
<br />
<br />
Entry to the program requires a 2 or 3-year diploma or a degree in business, electronics, liberal arts, software development or IT administration (a degree or diploma in business or liberal arts requires 5 years IT related work experience as well). Please talk to Mary Margret , program coordinator for further advice at 4164915050 x 3278 or by emailing Mary-Margaret Walton .
<br />
<br />
There are two intakes each year - September & January.
<br /> <br />
<br />
<br />
</div>
</asp:Content>