Revan
Revan
Do I need to send an application to the Service Hub if I am graduating this semester?
I found this link on the Seneca website https://students.senecacollege.ca/spaces/134/forms/wiki/view/2108/graduation-application saying that I have to email a form to the service hub if I want to graduate. I filled out the form and sent it to the service hub. But now the Service Hub rep is telling me that if I want a graduation letter I have to wait until I graduate. I double checked the form I sent them and its the general application form for graduation. I don't know if this specific rep just didn't even open the file I sent him and assumed I sent him a graduation letter form. Or if Seneca got rid of this form a long time ago and I don't need to do anything to graduate it will be automatically done?
4 replies
Is it possible to remove the first item in a list in Python and still have O(1) run time?
I'm trying to remove the first item from a list in python, but I can't use pop(),append() or extend(). I tried using list splicing ,del list[index] and the remove method. But I found out that list splicing, the del method and remove method have a run time of O(n). Is there any other way to remove the first element in a list and still have an O(1) run time?
35 replies
Has anyone done a Workstudy before?
I was wondering if anyone here did a workstudy that was related to CPP/CPA and if they can share their experience.
8 replies
Anyone know which courses this description on the CPP program website is refering to?
No description
59 replies
What’s a Fall 2023 pro course that looks good on a resume?
I’m going into my final semester for computer programming in the fall and I can take 1 pro course. I was wondering which pro course would be the most useful if I want to apply to software developer jobs ? I’m deciding between web422 or CCP555 (Cloud computing for programmers) but I’m open to any suggestions.
23 replies
After my coop term is over should I finish my program or look into full time work?
I already have a bachelors of science in statistics, but I don't like the idea of just leaving the work I put into the CPA program to just be unfinished. Originally my plan was to either hope my co-op work term offers me a full time offer or I just start applying elsewhere for a full time position. If I decide to finish my diploma, my plan is to transfer into the CPP program and finish my 4th semester in the fall and then apply for full time jobs. Which one do you think is better?
3 replies
If I secured a Co-op job this Summer do I still have to pay tution fees for the campus stuff?
I know I have to pay $500 for the co-op program. But on my account it says I'm being charged extra for campus fees and domestic tution for a total of $1600. Do I have to pay for that even though I won't be in campus and I won't be taking any courses?
6 replies
Why can't I just return the string in my query function?
24 replies
Why is my Oracle Group By script not grouping all the employee numbers together?
2 replies
How do you call a base template class function from a derived template class?
5 replies
Why is my program saying I didn't implement my friend insertion operator?
29 replies
Why am I getting a linker error with my global variables?
18 replies
If I paid the $500 deposit for the Fall Semester, Do I have to pay again for the Winter semester?
question is in the title
4 replies
How do you call function from a JS file in HTML?
5 replies
How do you call the overloaded index operator from a derived class?
3 replies
Why is my program saying I don't have an overloaded operator but I implemented one.
2 replies
I don't know why my program is saying I inputed the value 1 when I didn't
2 replies
Why is my program jumping into the copy constructor and wiping out my data?
14 replies
Is this the proper way to count the number of newlines in a file?
1 replies
What does it mean by sets the Object to not be original?
2 replies