Posts: 373
Threads: 46
Likes Received: 159 in 98 posts
Likes Given: 16
Joined: Jul 2017
10-28-2018, 12:01 PM
(This post was last modified: 10-28-2018, 12:29 PM by posabsolute.)
I just saw that study.com added a bunch of new CS courses, which is awesome, I would be careful tho about the first requirement of the BACS, which is Introduction to programming COS-111.
When I did my evaluation a couple of months ago, SL C++ did not transfer in the slot, it went to COS-204, which is one of the programming languages slot that you can use with the BALS in CS. It's a bit stupid, but they would not change it and require I take the introduction to programming course separately
From bird view:
Computer Science 111: Programming in C -> TESU COS-116
Computer Science 112: Programming in C++ -> TESU COS-204
Computer Science 115: Programming in Java -> TESU ITS-150
It would be interesting to see if someone can actually get one of those transferred in the COS-111 slot for the BACS
WGU MS ITM, 2021.
TESU BACS, 2020.
TESU BSBA, 2018.
TESU ASNSM in Computer Science, 2018.
----
UPenn MCIT (Accepted in 2018, not pursuing, see story here).
NAU MCIT (Accepted in 2018, not pursuing)
----
•
Posts: 941
Threads: 42
Likes Received: 291 in 202 posts
Likes Given: 3
Joined: Dec 2016
Yeah I realized that I think I'll do that course with TESU.
GRADUATE
Master of Business Administration, Robert Cavelier University (2024-2025)
MS Information and Communication Technology (UK IET Accredited) (On Hold)
Master of Theological Studies, Nations University (6 cr)
UNDERGRAD : 184 Credits
BA Computer Science, TESU '19
BA Liberal Studies, TESU '19
AS Natural Science and Mathematics, TESU '19
StraighterLine (27 Cr) Shmoop (18 Cr) Sophia (11 Cr)
TEEX (5 Cr) Aleks (9 Cr) ED4Credit (3 Cr) CPCU (2 Cr) Study.com (39 Cr)
TESU (4 cr)
TT B&M (46 Cr) Nations University (9 cr) UoPeople: (3 cr) Penn Foster: (8 cr)
•
Posts: 2,421
Threads: 23
Likes Received: 1,199 in 778 posts
Likes Given: 227
Joined: Jul 2011
(10-28-2018, 12:01 PM)posabsolute Wrote: I just saw that study.com added a bunch of new CS courses, which is awesome, I would be careful tho about the first requirement of the BACS, which is Introduction to programming COS-111.
When I did my evaluation a couple of months ago, SL C++ did not transfer in the slot, it went to COS-204, which is one of the programming languages slot that you can use with the BALS in CS. It's a bit stupid, but they would not change it and require I take the introduction to programming course separately
From bird view:
Computer Science 111: Programming in C -> TESU COS-116
Computer Science 112: Programming in C++ -> TESU COS-204
Computer Science 115: Programming in Java -> TESU ITS-150
It would be interesting to see if someone can actually get one of those transferred in the COS-111 slot for the BACS
None of those are supposed to evaluate as COS-111. For that, I'm sure TESU is looking specifically for an introduction to programming course, not a programming language course (intro level or not). You might be able to argue that the intro level programming language courses should qualify, but I don't think it will fly. This should be an easy course to pick up at a local CC or online from various colleges (or TESU).
Working on: Debating whether I want to pursue a doctoral program or maybe another master's degree in 2022-23
Complete:
MBA (IT Management), 2019, Western Governors University
BSBA (Computer Information Systems), 2019, Thomas Edison State University
ASNSM (Computer Science), 2019, Thomas Edison State University
ScholarMatch College & Career Coach
WGU Ambassador
•
Posts: 2,859
Threads: 143
Likes Received: 1,700 in 1,000 posts
Likes Given: 825
Joined: Jun 2017
What about saylor's intro to computer science 1 or 2? Do you think either of those would qualify for intro to programming requirement?
WGU BSIT Complete January 2022
(77CU transferred in)(44/44CU )
RA(non WGU)(57cr)
JST/TESU Eval of NAVY Training(85/99cr)
The Institutes, TEEX, NFA(9cr): Ethics, Cyber 101/201/301, Safety
Sophia(60cr): 23 classes
Study.com(31cr): Eng105, Fin102, His108, LibSci101, Math104, Stat101, CS107, CS303, BUS107
CLEP(9cr): Intro Sociology 63 Intro Psych 61 US GOV 71
OD(12cr): Robotics, Cyber, Programming, Microecon
CSM(3cr)
Various IT/Cybersecurity Certifications from: CompTIA, Google, Microsoft, AWS, GIAC, LPI, IBM
CS Fund. MicroBachelor(3cr)
•
Posts: 2,421
Threads: 23
Likes Received: 1,199 in 778 posts
Likes Given: 227
Joined: Jul 2011
10-28-2018, 08:21 PM
(This post was last modified: 10-28-2018, 08:22 PM by Merlin.)
(10-28-2018, 08:11 PM)MNomadic Wrote: What about saylor's intro to computer science 1 or 2? Do you think either of those would qualify for intro to programming requirement?
Doubtful, but it depends on what TESU has in their own syllabus for the course I'm sure.
In my experience, an introduction to programming course is usually about introducing the concepts behind programming, not about actually writing code. They usually focus on things like logic, variables & data types, control structures, loops, functions, file I/O, etc. They may use an actual programming language (or mix of languages) for examples to demonstrate the concepts, but they may use pseudocode. For that type of course, it doesn't really matter. Once you've completed that course you should be ready to pick up most modern programming languages.
Working on: Debating whether I want to pursue a doctoral program or maybe another master's degree in 2022-23
Complete:
MBA (IT Management), 2019, Western Governors University
BSBA (Computer Information Systems), 2019, Thomas Edison State University
ASNSM (Computer Science), 2019, Thomas Edison State University
ScholarMatch College & Career Coach
WGU Ambassador
•
Posts: 2,859
Threads: 143
Likes Received: 1,700 in 1,000 posts
Likes Given: 825
Joined: Jun 2017
(10-28-2018, 08:21 PM)Merlin Wrote: (10-28-2018, 08:11 PM)MNomadic Wrote: What about saylor's intro to computer science 1 or 2? Do you think either of those would qualify for intro to programming requirement?
Doubtful, but it depends on what TESU has in their own syllabus for the course I'm sure.
In my experience, an introduction to programming course is usually about introducing the concepts behind programming, not about actually writing code. They usually focus on things like logic, variables & data types, control structures, loops, functions, file I/O, etc. They may use an actual programming language (or mix of languages) for examples to demonstrate the concepts, but they may use pseudocode. For that type of course, it doesn't really matter. Once you've completed that course you should be ready to pick up most modern programming languages.
Hmm, so are there currently any alternative credit options for intro to programming?
WGU BSIT Complete January 2022
(77CU transferred in)(44/44CU )
RA(non WGU)(57cr)
JST/TESU Eval of NAVY Training(85/99cr)
The Institutes, TEEX, NFA(9cr): Ethics, Cyber 101/201/301, Safety
Sophia(60cr): 23 classes
Study.com(31cr): Eng105, Fin102, His108, LibSci101, Math104, Stat101, CS107, CS303, BUS107
CLEP(9cr): Intro Sociology 63 Intro Psych 61 US GOV 71
OD(12cr): Robotics, Cyber, Programming, Microecon
CSM(3cr)
Various IT/Cybersecurity Certifications from: CompTIA, Google, Microsoft, AWS, GIAC, LPI, IBM
CS Fund. MicroBachelor(3cr)
•
Posts: 941
Threads: 42
Likes Received: 291 in 202 posts
Likes Given: 3
Joined: Dec 2016
10-28-2018, 08:28 PM
(This post was last modified: 10-28-2018, 08:32 PM by armstrongsubero.)
I think once you do a programming language course you shouldn't have to bother with that one. It's like passing Calculus and they tell you that you need to do College Algebra. Makes no sense to me.
@ MNomadic I don't know of any course that currently fills that requirement.
GRADUATE
Master of Business Administration, Robert Cavelier University (2024-2025)
MS Information and Communication Technology (UK IET Accredited) (On Hold)
Master of Theological Studies, Nations University (6 cr)
UNDERGRAD : 184 Credits
BA Computer Science, TESU '19
BA Liberal Studies, TESU '19
AS Natural Science and Mathematics, TESU '19
StraighterLine (27 Cr) Shmoop (18 Cr) Sophia (11 Cr)
TEEX (5 Cr) Aleks (9 Cr) ED4Credit (3 Cr) CPCU (2 Cr) Study.com (39 Cr)
TESU (4 cr)
TT B&M (46 Cr) Nations University (9 cr) UoPeople: (3 cr) Penn Foster: (8 cr)
•
Posts: 2,859
Threads: 143
Likes Received: 1,700 in 1,000 posts
Likes Given: 825
Joined: Jun 2017
(10-28-2018, 08:28 PM)armstrongsubero Wrote: I think once you do a programming language course you shouldn't have to bother with that one. It's like passing Calculus and they tell you that you need to do College Algebra. Makes no sense to me.
@ MNomadic I don't know of any course that currently fills that requirement.
I agree it wouldn't make sense to have someone take a precursor course if they have already demonstrated competency in something more advanced.
There's an into to programming using Java uexcel:
http://www.excelsior.edu/exams/introduct...using-java
WGU BSIT Complete January 2022
(77CU transferred in)(44/44CU )
RA(non WGU)(57cr)
JST/TESU Eval of NAVY Training(85/99cr)
The Institutes, TEEX, NFA(9cr): Ethics, Cyber 101/201/301, Safety
Sophia(60cr): 23 classes
Study.com(31cr): Eng105, Fin102, His108, LibSci101, Math104, Stat101, CS107, CS303, BUS107
CLEP(9cr): Intro Sociology 63 Intro Psych 61 US GOV 71
OD(12cr): Robotics, Cyber, Programming, Microecon
CSM(3cr)
Various IT/Cybersecurity Certifications from: CompTIA, Google, Microsoft, AWS, GIAC, LPI, IBM
CS Fund. MicroBachelor(3cr)
•
Posts: 28
Threads: 2
Likes Received: 17 in 6 posts
Likes Given: 0
Joined: Nov 2017
Has anyone been able to transfer OnlineDegree.com's 'Computer Science- Introduction to Programming (CS101)' course to TESU yet, and would this qualify as COS-111 (or equivalent) fulfilling the requirement?
•
Posts: 98
Threads: 20
Likes Received: 10 in 7 posts
Likes Given: 0
Joined: Jul 2013
onlinedegree.com has Computer Science- Introduction to Programming (CS101), just 9.00 for proctored exam if there is one. NCCRS
•
|