-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcyber_security_program_structure.json
More file actions
79 lines (79 loc) · 2.3 KB
/
cyber_security_program_structure.json
File metadata and controls
79 lines (79 loc) · 2.3 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
{
"programs": [
{
"code": "BP355",
"title": "Bachelor of Cyber Security",
"duration": "3 years",
"campus": "City",
"career": "Undergraduate"
},
{
"code": "BP356",
"title": "Bachelor of Cyber Security (Professional)",
"duration": "4 years",
"campus": "City",
"career": "Undergraduate"
}
],
"recommended_courses": {
"year_1": [
"Programming Studio 1",
"Programming Bootcamp 1",
"Introduction to Cyber Security",
"Data Communication and Net-Centric Computing",
"Security in Computing and Information Technology",
"Essentials of IT & Ethics",
"Foundations of Artificial Intelligence for STEM"
],
"year_2": [
"Cloud Foundations",
"Software Engineering Fundamentals for IT",
"Computer and Internet Forensics",
"Security Testing",
"Cloud Security",
"Blockchain Technology Fundamentals",
"Secure Electronic Commerce",
"Major/Minor Course"
],
"year_3": [
"Innovation Ecosystem and the Future of Work",
"Cyber Security Attack Analysis and Incidence Response",
"Software Engineering Project Management",
"Introduction to Cybersecurity Governance",
"Cyber Security Capstone Project",
"Major/Minor Course",
"Major/Minor Course"
],
"year_4": [
"Approved Industry Experience 1",
"Software Engineering Principles and Practice 1",
"Approved Industry Experience 2",
"Software Engineering Principles and Practice 2"
]
},
"minors": [
"Network Infrastructure",
"Artificial Intelligence and Machine Learning",
"Cloud Computing",
"Creative Computing",
"Data Science",
"Enterprise Systems Development",
"Blockchain Enabled Business",
"CISCO Networking"
],
"career_paths": [
"Cyber security risk and threat analyst",
"Cyber-attack and incidents analyst",
"Penetration tester",
"Cyber security advisor",
"Cyber security consultant",
"Information security auditor",
"Digital forensics analyst",
"Cyber security system developer or programmer",
"Security architect",
"Security operations manager",
"Cyber security operations support analyst",
"Cyber security compliance and governance consultant",
"Cyber security lead"
]
}