scripting and programming course wgu what language c173

by Miss Maye DuBuque 6 min read

How many CUS needed to graduate from WGU?

I just realized, I've reached my WGU-Halfway Point 120 CUs needed for degree - 35 transferred CU's = 85 WGU CU's needed to graduate. So the halfway point for me was 42.5 CU's, and I'm now at 44.

Is there any specific programming language this course touches base on?

This one was a breath of fresh air after a week of C777 . :-) Out of curiosity, is there any specific programming language that this course touches base on? There’s really not.

Does WGU offer usncc programs?

WGU is honored to have been chosen to provide educational opportunities for active duty enlisted Sailors, Marines, and Coast Guardsmen from the United States Naval Community College (USNCC). WGU will offer USNCC military students an Associate of Science Cybersecurity and Information Assurance degree.

Finally got a job in my career path!

I started WGU in December 2020 and wrapped up my degree in may 2021. My whole reason for getting the degree was to open up advancement opportunities for myself. A little over 6 months later and I was just offered a new role in my company as a business systems analyst making almost 25k more per year.

One more class left. On my 4th attempt for the exam

Hi all, I am on my final class in which I have to pass the CompTIA A+ 1001. However this will be my 4th attempt. I feel like I will pass it but if I don’t what will happen? Will I have to get transferred to a different degree program?

1st month almost done!

First month almost done. Finished 3 exams. Got a certificate for one of them! About to grind my geography class. Hopefully get that done before months end! So far WGU was a fantastic choice!

Any reverse Night Owls?

Before I was in school I'd usually wake up at like 5am (around sunrise half the year here), and be asleep by 9pm. To most people I know, they would consider me to have an 'old man' schedule. So I kind of thought the whole 'night owl,' thing didn't really fit me.

Quit WGU with only 3 classes left

I'm doing the cloud computing program and I'm beyond frustration, I don't know what to do anymore. I only have three classes left (D084, C924, C769), which I've been studying for a year now and failing the exams (C924 failed 2 times and D084 one time). I don't feel motivated anymore, and every time I try to study my mind is just numb.

30 Months - Done!

I took a deep breath and started in August of 2019, finally done as of this morning! As a dad of 5, a full-time IT Director, I was not sure I would "have it" to get a degree given time constraints and other life challenges. It was not easy but doable, accelerated where I could, plodded along in other seasons.

image

Chapter 1 – Introduction

Chapter 2 - Variables / Assignments

Chapter 3 – Branches

Chapter 4 – Loops

Chapter 7 – Algorithms

Chapter 8 – The Design Process

  1. SDLC – Systems development life cycle. Has four phases o Analysis Phase defines a program’s goals o Design Phase defines specifics of how to build a program. o Implementation Phase involves writing...
  2. Compiled language – First converted by a tool into machine code, which can run on a particular machine. Ex. include C, C++, Java, and C#.
  1. SDLC – Systems development life cycle. Has four phases o Analysis Phase defines a program’s goals o Design Phase defines specifics of how to build a program. o Implementation Phase involves writing...
  2. Compiled language – First converted by a tool into machine code, which can run on a particular machine. Ex. include C, C++, Java, and C#.
  3. Interpreted Language (Scripting Language) is a language that is run one statement at a time by another program called an interpreter. Examples include Python, JavaScript, and MATLAB.
  4. Compiled runs faster but interpreted is easier for newbies.

Chapter 10 – Troubleshooting Process

Chapter 11 – Program Debugging

Additional Notes –

Software Design Process –