Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TESC BA Computer Science Degree Plan (Have many general ed credits already.)
#1
Please Note: I'm pretty flush on general education credits, and have credits just lying around at this point. If necessary, I have no problem with doing CLEPs. I've actually taken two programming courses already, so there's a chance I may be able to get two of those cleared, also.

According to the TESC catalog, credit towards an undergraduate certificate can be used to roll over into a degree program. In this case, the undergraduate certificate contains courses I would have to take anyway, so it looks like an easy choice.

Key:
? = Begin Section
! = Completed Section
- = Task pending
* = Task completed previously


? Begin pre-enrollment courses and testing
- STRAIGHTERLINE Calculus II (Integral Calculus)
- DSST Introduction to Computers
! Complete pre-enrollment courses and testing

? Begin Undergraduate Certificate in Computer Science (pass six courses)
- TESC Computer Programming Language #1
- TESC Computer Programming Language #2
- TESC Assembly Language Programming
- TESC Computer Architecture
- TESC Data Structures
- TESC Operating Systems
! Complete Undergraduate Certificate in Computer Science

? Begin BA Computer Science (pass four additional courses)
Required:
* STRAIGHTERLINE Calculus II (Integral Calculus)
* DSST Introduction to Computers
* TESC Data Structures
- TESC Discrete Math
- TESC Computer Science Capstone
-----------------------------
Electives: (21 hours)
* TESC Computer Programming Language #1
* TESC Computer Programming Language #2
* TESC Assembly Language Programming
* TESC Computer Architecture
* TESC Operating Systems
- TESC Computer Arithmetic Algorithms
- TESC Computer Organization
! Complete BA Computer Science

Is it reasonable to expect to clear ten TESC courses (specifically, these ten) within a year of enrollment?
#2
Since I can't edit the original post, I'll add this additional information.

I am doing this so that I can be setup for a good M.S. Computer Science program. (I want to dig a little deeper theoretically into computers, as I want to be a better Information Security Professional, if that makes any sense.)

I already have these degrees:
B.S. Information Systems, American Sentinel University (NA)
M.S. Information Security and Assurance, Western Governors University (RA)

The issue is that a good M.S. Computer Science program usually requires prerequisite courses like Algorithms, Computer Organization, Assembly Language, Discrete Math, etc. I figure that if I'm going to take all those courses, I might as well just go for a degree. Also, since I was going to be doing that, I'd rather have an (RA) degree, as it has slightly more utility when applying to Master level programs.

I hope this provides a bit more information.

I really appreciate the PM with suggestions.
#3
I don't see why not. I need to complete 9 classes in computer science core and the capstone which I plan to hopefully complete in 1 year. Theres 4 terms in a year I don't see why you can't break it up throughout the year. I'm doing it 3 this term, 2 the next (to have time to knock out cleps and SL classes), 3 following term, and 2 last term.
Completed Western Governors University B.S Information Technology 9/14
[COLOR="#0000FF"]
Completed Thomas Edison State College A.A.S Computer Studies 6/13[/COLOR]
#4
Upon further investigation, I realize that the plan won't work.

I'd need to find some other electives, instead of these classes:
- TESC Computer Arithmetic Algorithms
- TESC Computer Organization

TESC does not offer courses in Algorithms or Computer Organization.

From what I can tell, Computer Organization is often taught using the same text as Data Structures (so they're probably synonymous here.)

I see that there is the Networking Technology TECEP
Also, there is the DSST for MIS that is apparently accepted.

I'll try to update the original post.

Update: I could not update the original post.

Oh well. Hopefully someone reads the entire thread before running with the original post.
B.S. Information Systems, American Sentinel University
M.S. Information Security and Assurance, Western Governors University
CISSP | CCNP | CCNA:R&S | CCNA:Security | MCSE | MCSA | MCP | G2700 | CHFI | CEH | ITILv3F | Security+ | Server+ | Network+ | A+
http://www.linkedin.com/in/lewislampkin [If you want to connect, please provide your forum pseudonym in the request.]
#5
Yeah that is something that threw me at first too. TESC has the concept of a degree separate from the courses they actually teach. I think there is at least one degree program if I'm not mistaken that they say simply cannot be completed only through their courses -- maybe most of them in the AST path actually. This is because they accept courses as transfer credit.

TESC will however transcribe equivalencies. For example, if you took a course in Analysis of Algorithms at another school and transferred it in TESC would accept it as equivalent to COS-385. Thing is, there is no COS-385 at TESC (I just made that number up), but they have to say it is acceptable as something so they create a new "course" in their database and make your incoming transfer course "equivalent" to it so they can grant you credit for it toward your degree. There isn't anything really "wrong" with that, it's just very different from how normal schools work. TESC is primarily an assessment college, not a "traditional" college, so their methods are a bit different.

But they don't tell you any of that. Instead they just list a bunch of courses that work for their degree, even when they don't teach half of them. It's up to you (unfortunately) to contact the advisors and ask if a course at another school is applicable towards the degree and if so what it will slot in as. The advisor will look it up in their system and determine if it duplicates something you already have or duplicates something else you've planned.

I'm going through the data structures course right now. From what I see looking at a few other courses on computer organization the two have almost nothing in common. Computer organization (from the ones I found) is analogous to the Computer Architecture course at TESC, i.e. it covers fundamental hardware components and things like binary math, logic gates, etc. Data structures deals with in-memory structures created by software such as lists, stacks, queues, trees, graphs, etc. Data structures and algorithms is sort of combined at TESC but its really data structures with some talk about algorithms thrown in. You are correct that they do not offer an Analysis of Algorithms course, but you are free to take that elsewhere and transfer it in as long as it does not duplicate something else. Such a course would be heavy on math and proving algorithm "correctness" mathematically rather than implementation of data structures themselves.

At TESC the Computer Science courses are accepted as gen eds, therefore they are all listed in the gen ed courses list, available here. I had to figure that one out myself too and it took a while to put two and two together.

Hope this helps a fellow CS student. Smile

PS data structures is pretty easy if you can get the hang of C++ and write in a modular fashion. I spent extra time up front building a modular, templated linked list with plenty of operations. Now queues, stacks, etc are pretty much trivial to implement. I'm pretty sure I could implement a full network graph with only minor changes to the underlying list, just passing in a struct containing an array of edges as the list item for each node. That said, I *sucked* at it at first until I got the hang of C++. For what its worth. Smile

Edit If I'm not mistaken TESC accepts the CIS credits as COS electives as well, they are also on the gen eds list. That is where the MIS test slots in. You can see all test equivalencies for CLEP tests and DSST tests at the two links. TESC did a much better job of listing the equivalencies but they really buried them on their site, so it isn't easy to find unless you know what to look for. Wink

There's also the older unofficial equivalency list that covers everything discussed here, including Straighterline, FEMAs, etc.
Community-Supported Wiki(link approved by forum admin)

Complete: TESU BA Computer Science
2011-2013 completed all BSBA CIS requirements except 4 gen eds.
2013 switched major to CS, then took a couple years off suddenly.
2015-2017 finished the CS.

CCAF: AAS Comp Sci
CLEP (10): A&I Lit, College Composition Modular, College Math, Financial Accounting, Marketing, Management, Microecon, Sociology, Psychology, Info Systems
DSST (4): Public Speaking, Business Ethics, Finance, MIS

ALEKS (3): College Algebra, Trig, Stats
UMUC (3): Comparative programming languages, Signal & Image Processing, Analysis of Algorithms
TESU (11): English Comp, Business Law, Macroecon, Managerial Accounting, Strategic Mgmt (BSBA Capstone), C++, Data Structures, Calc I/II, Discrete Math, BA Capstone

Warning: BA Capstone is a thesis, mine was 72 pages about a cryptography topic

Wife pursuing Public Admin cert via CSU.


Possibly Related Threads...
Thread Author Replies Views Last Post
  What do i Do if an application asks for GPA with a degree from the Big 3? Crt 5 5,096 09-19-2018, 08:54 AM
Last Post: Johmford
  Transfer Credit towards degree @ TESU Supermind 2 4,308 09-14-2018, 03:30 PM
Last Post: dfrecore
  Help with figuring out TESU History Degree plan AJay5595 10 5,037 09-06-2018, 10:56 AM
Last Post: BAngieB
  TESU transcript audit says 13 required credits through TESU? Rteurowise 8 3,181 09-05-2018, 01:43 PM
Last Post: dfrecore
  Associates degree in Business - Options? allen3373 9 4,010 09-04-2018, 02:57 PM
Last Post: cookderosa
  TESU Computer Concepts CIS-107 sambeaux 3 2,694 09-01-2018, 12:23 AM
Last Post: Merlin
  TESU "Overflow" Credits mysonx3 5 3,372 08-31-2018, 01:24 AM
Last Post: Merlin
  My Technical Studies Degree Plan SRES 17 7,409 08-31-2018, 12:23 AM
Last Post: dfrecore
  BSBA in Finance Degree Plan from TESU UnbreakablyDetermined 2 3,570 08-30-2018, 11:22 PM
Last Post: Luiscastaneda25
  Charter Oak (COSC) maximum credits from one source nosey561 1 2,330 08-30-2018, 10:39 PM
Last Post: bjcheung77

Forum Jump:


Users browsing this thread: 1 Guest(s)