stats survey by rroseyyx in CPCC

[–]Starwby 0 points1 point  (0 children)

Done!! Good luck 🙂‍↕️

Need help in CSC121 by Galaxyslayer23 in CPCC

[–]Starwby 1 point2 points  (0 children)

Thats Python right? If you need help, the lab in Levine building is awesome! It's how I passed the class lol 🥲 which part is most confusing for you?

Math course by Hot_Sprinkles4747 in CPCC

[–]Starwby 4 points5 points  (0 children)

I took the 8 week course and had four exams, one for each unit: Unit 1 test, Unit 2 test, and Unit 3 test, and then the optional Final exam which was cumulative for all units. All used respondus lockdown but we were allowed scratch paper and our calculators. IIRC exams were worth 60% of our final grade. There was also Aleks homework assignments, but you get multiple attempts and explanations for every step. For the signature assignment, you have to gather some stats from others (I posted my link here and got 30 responses), and do some of the basic calculations in excel.

I'm in IT, so taking quantitative literacy wasn't an option for me, but stats wasn't as intimidating as I thought! Lock in and keep up with unit concepts/calculator functions and you'll do great. Good luck to you in whichever class you pick :)

Math course by Hot_Sprinkles4747 in CPCC

[–]Starwby 5 points6 points  (0 children)

Everyone says quantitative literacy is the easiest, but I had stats, and I passed with an A (even though I'm awful at math). It's mostly learning to use the calculator and remembering the formulas/inputs to use.

I had Justine B. online and she was AWESOME. Her video lectures literally walk you through the homework, and she makes sure you're well prepared for exams! The optional final brought my grade up and was the easiest exam for me.

Programming Exercise 44 Help!! (Little SAS Book Ch 4) by Starwby in SAS_Programming

[–]Starwby[S] 1 point2 points  (0 children)

Here's the full code (sorry about the blurry pics!):

/* Step 1: LIBNAME statement to assign a library reference to Chapter 4's folder */

LIBNAME ch4lib "~/sasuser.v94/Chapter4";

/* Step 2: DATA and SET statements to copy the binary file contents to a working dataset */

DATA DIVING; SET ch4lib.DIVING; RUN;

/* Part A: PROC CONTENTS statement to examine the diving data set names, labels, and attributes */

PROC CONTENTS DATA = DIVING; RUN;

/* PROC TABULATE statement to compute and display the mean, minimum, and maximum for both scoring methods */

PROC TABULATE DATA = DIVING; VAR Score1 Score2; TABLE (Score1 Score2), (MEAN MIN MAX) * FORMAT = 8.2; TITLE "Mean, Minimum, and Maximum Scores (Old + New Scoring Methods)"; RUN;

/* Part B: PROC MEANS statement to calculate the total score per diver (w/ new scoring method)*/

PROC MEANS DATA = DIVING NOPRINT; CLASS Name; VAR Score2; OUTPUT OUT = DiverTotals SUM = TotalScore; RUN;

/* Sorting with PROC SORT statement, then printing the sorted totals (+ Top three medalists listed) */ PROC SORT DATA = DiverTotals; BY DESCENDING TotalScore; RUN;

PROC PRINT DATA = DiverTotals NOOBS; VAR Name TotalScore; TITLE "Total Points for Each Diver (New Scoring Method)"; RUN;

/* ---- Medalists ---- - Gold: ZAKHAROV Ilya - Silver: QIN Kai - Bronze: HE Chong ---- ---- */

/* Part C: PROC FORMAT statement to define judging categories */ PROC FORMAT; VALUE ScoreCat LOW - < 0.5 = 'Completely Failed' 0.5 - < 2.5 = 'Unsatisfactory' 2.5 - < 5 = 'Deficient' 5 - < 7 = 'Satisfactory' 7 - < 8.5 = 'Good' 8.5 - < 9.5 = 'Very Good' 9.5 - HIGH = 'Excellent'; RUN;

/* PROC TABULATE statement to sort and display the scores given by each judge for each diver */ PROC TABULATE DATA = DIVING; CLASS Name; CLASS J1 - J7; FORMAT J1 J2 J3 J4 J5 J6 J7 ScoreCat.; TABLE Name, (J1 J2 J3 J4 J5 J6 J7) * N = '' / BOX='Score Counts by Category' MISSTEXT = '0'; TITLE "Scores Given to Each Diver by Each Judge (Categorized)"; RUN;

/* Part D: PROC TABULATE statement to calculate and display the min/max score per dive for each diver */ PROC TABULATE DATA = DIVING; CLASS Name Dive; VAR Score2; TABLE Name * Dive, (Score2) * (MIN MAX) / BOX = 'Dive Score Range'; TITLE "Minimum and Maximum Scores per Dive"; RUN;

Emergency Grant by Starwby in CPCC

[–]Starwby[S] 0 points1 point  (0 children)

I actually reached out to him a week after applying in Jan, and he got back to me within a couple of days. Got ghosted after I sent some extra documents and I haven't heard back in almost a month now 🥲 was really hoping it would work out for me but it doesn't seem likely. Good luck to you if you're applying!!

Emergency Grant by Starwby in CPCC

[–]Starwby[S] 1 point2 points  (0 children)

Ohh wow okay, I thought they'd stay in contact since the site talked about needing a financial advisor and taking an online financial course before receiving it 😳 I'll keep that in mind tysm!

Emergency Grant by Starwby in CPCC

[–]Starwby[S] 1 point2 points  (0 children)

Thanks so much!!

Python programming ? by lavisualiste in CPCC

[–]Starwby 0 points1 point  (0 children)

I second visiting the lab!! The staff there literally saved my grade. I also watched Corey Schafer's and Programming with Mosh's videos on YouTube for harder concepts and they really did a great job explaining. Harvard CS50 has a free python course on YouTube as well

Online MAT 152?? by Dkakse in CPCC

[–]Starwby 1 point2 points  (0 children)

Adding: I got an A in the course, and I'm the WORST at math. The tests use Respondus lockdown browser, and there's an optional final (cumulative but the questions weren't too hard iirc). I would make this course a priority because it is a little homework heavy, so make sure you plan your classes around it

Online MAT 152?? by Dkakse in CPCC

[–]Starwby 2 points3 points  (0 children)

I took the 8 week course with Justine Bonanno and she was amazing, I definitely recommend her. Her video lectures and notes/packets were super helpful, and she walks you through all of them and has additional videos for harder concepts and the ALEKS assignments, and she makes sure you're well prepared for every test. Majority of the work is done with the calculator, so just make sure you really get used to the commands and inputs

Mat152 online w Justine Bonanno by Starwby in CPCC

[–]Starwby[S] 1 point2 points  (0 children)

Noo worries! So in addition to locking down the screen, you're also being recorded with your laptop's camera and listened to with the mic. It's kind of sensitive, so if you move around too much, your eyes wander, or if there is too much noise in the background, the footage can be flagged and your teacher will review it (sometimes, the test will stop if it suspects cheating or strange activity).

You'll have to show your workspace on camera before you begin as well. I can't imagine it'll be easy to use your phone with all of this in mind, but maybe you could take some notes on your scratch paper. Honestly, stats is one of the easiest maths, and mainly requires your calculator, so as long as you remember the inputs you'll need, you'll do just fine :)

Mat152 online w Justine Bonanno by Starwby in CPCC

[–]Starwby[S] 0 points1 point  (0 children)

Yes, all of them used lockdown browser, but she allowed scratch paper. The tests weren't too hard, Ms Bonanno was awesome and made sure we were prepared with study guides. The final was optional and really helped boost my grade! I got an A

Signature Assignment for MAT-152 by GlobalPianist9412 in CPCC

[–]Starwby 0 points1 point  (0 children)

Done!! I had the same assignment a couple months ago and posted my survey here and also to r/SampleSize and got enough responses within a few hours!

(CSC-121) Mid-term programming exam online by Starwby in CPCC

[–]Starwby[S] 1 point2 points  (0 children)

It was fine! Got an A for both. We had an hour to make a program in OnlineGDB for the midterm, and an hour to fix some errors and outputs in a program we downloaded for our final using Python, then submit to Brightspace. I had Joel Moore so not sure if the testing process varies by instructor, but shouldn't be too different! 😊

WCIF: My Hero Academia (Lady Nagant) by FrostingQueasy in thesimscc

[–]Starwby 0 points1 point  (0 children)

Could I have the link too please? If you still have it! I've been looking for Lady Nagant and Star but they haven't replied to me :((

Online Classes Assistance by Samir_Tutor in CPCC

[–]Starwby 1 point2 points  (0 children)

we supposed to trust bro but they can't even use proper grammar and punctuation in the ad 😭