A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Computer science

1.4k views · started by Taz ·
#1
Computer science
Anyone ever took that class in college?
Im taking it now and im wondering what you guys think about it.
#2
Nope, never interested me.
#3
Ethan wrote:
Nope, never interested me.


Idk why im in this class really i think i choose this a while back
#4
Taz wrote:
Idk why im in this class really i think i choose this a while back


Didn't you need a certain grade in Algebra in order to take it?
I think that's why I never could.
#5
Ethan wrote:
Didn't you need a certain grade in Algebra in order to take it?
I think that's why I never could.


Yeah i had to take a class and a test to get this class hope its worth it.
#6
Taz wrote:
Yeah i had to take a class and a test to get this class hope its worth it.


Yeah, I am mathematically retarded. Literally.
#7
Is it a class/subject or a course? I suppose I study CompSci at uni, but that's more my degree than an individual class.
#8
It's too much math for me to enjoy it.
#9
Artificial wrote:
Is it a class/subject or a course? I suppose I study CompSci at uni, but that's more my degree than an individual class.


Im not going to lie i have no idea im a freshmen in college. Im guessig class but its my major.
#10
Ethan wrote:
Nope, never interested me.

Of course EDUCATION wouldn't interest you
#11
Beyoncé wrote:
Of course EDUCATION wouldn't interest you


I am a Physical Education major...
Computer Science doesn't fit in that major.
#12
Ethan wrote:
I am a Physical Education major...
Computer Science doesn't fit in that major.

Physical Education?
nn; Aim for the stars Ethan! Be the best gym teacher you can be!
#13
Beyoncé wrote:
Physical Education?
nn; Aim for the stars Ethan! Be the best gym teacher you can be!


#14
I'm in college now for a computer science degree. One I got all the pre-requisites out the way it's great.
#15
I'm thinking about going back to a school , thinking about a trade school , becoming a painter or something with physical labor .
#16
Comp sci.
i love those classes.
i hate doing my GE's though ;-;
#17
That's what I'm considering as my college course, but I haven't heard of it being just a class
#18
Took Comp Sci I, horrible teacher, didn't learn anything. 0/10 would not take again. He had us using Alice and Greenfoot (Two horribly shitty programs written in Java) more than he had us doing legitimate programming. It fucking sucked.

I'm planning on majoring in Computer Science though, because then if comp sec jobs ever kind of fall though, I can always do programming or something.
#19
Thomas wrote:
I'm in college now for a computer science degree. One I got all the pre-requisites out the way it's great.


Did you learn alot? Whats the main things you learned from that class?
#20
Taz wrote:
Did you learn alot? Whats the main things you learned from that class?


I learned NOTHING. So far all they've tried to teach is "This is a video card" and other painfully obvious facts. It's not until around the second half of your education that you actually learn worth while things. But I'm enjoying the fact that I don't have to pay attention or even show up to class to make an A.
#21
Thomas wrote:
I learned NOTHING. So far all they've tried to teach is "This is a video card" and other painfully obvious facts. It's not until around the second half of your education that you actually learn worth while things. But I'm enjoying the fact that I don't have to pay attention or even show up to class to make an A.

Fudge :/
The book we are supposed to buy has programming stuff in it so i hope i learn something.
#22
Taz wrote:
Fudge :/
The book we are supposed to buy has programming stuff in it so i hope i learn something.


In that case your university actually has a real computer science course. My school offers a pitiful computer science program. Which is why I'll be transferring to Plymouth University next year.

Edit: Here are some screenshots from an actual test. Seriously, this is the easiest class ever.


#23
Thomas wrote:
In that case your university actually has a real computer science course. My school offers a pitiful computer science program. Which is why I'll be transferring to Plymouth University next year.

Edit: Here are some screenshots from an actual test. Seriously, this is the easiest class ever.




Lmao! What the hell hopefully its not like that in my school.
#24
lol.

My Comp Sci class was actually just C++ and an introduction to memory. The freshman classes are always designed such that someone who has never even used a computer could learn from them, since many college students are adults going back to school again, so you can't assume the student grew up with or has even used a computer before.
#25
Lol, my comp sci class said C and C++ and stuff are too old. That actually kind of pissed me off, if you get kids thinking that Java will get them a job, you're heartless.
#26
Lol, my comp sci class said C and C++ and stuff are too old. That actually kind of pissed me off, if you get kids thinking that Java will get them a job, you're heartless.


My prof. Said he was going to start off with teaching us java then i forgot what else he said because i was so bored.
#27
Lol, my comp sci class said C and C++ and stuff are too old. That actually kind of pissed me off, if you get kids thinking that Java will get them a job, you're heartless.



Java is the most common programming language in the world. Of course you're going to get work in it.
#28
Artificial wrote:
Java is the most common programming language in the world. Of course you're going to get work in it.


wait wat

what good uses for java are there? Why not just use C++? Less resource-intensive, and lower-level.
#29
wait wat

what good uses for java are there? Why not just use C++? Less resource-intensive, and lower-level.

Java has the most platform extensibility.
#30
This is the program I'm currently taking in college Computer Programmer Analyst Program (T127)

As far as the programming in it, it mainly focuses on C# and Java.
#31
MY Compsci I Experience:

5/10 Scratch
3/10 Jeroos
1/10 Gridworld
1/10 JCreator
#32
wait wat

what good uses for java are there? Why not just use C++? Less resource-intensive, and lower-level.


lol
#33
wait wat

what good uses for java are there? Why not just use C++? Less resource-intensive, and lower-level.


Java is a cross-platform language. The code you use in a Windows machine will work equivalently in a Linux machine (with some exceptions of course). On the contrary, C++ is not cross-platform.

Also, Java is a very easy to understand language for beginners. There are no pointers (often confuses newbies) and object oriented design is part of the language.

Taz wrote:
Anyone ever took that class in college?
Im taking it now and im wondering what you guys think about it.


I am a currently in the second semester of my senior year (4th year) in the Computer Engineering program at my University. From my experience, the two main differences between Comp Sci. and Comp Eng. are that one focuses in applications of programming and hardware (Comp Eng.), and the other one focuses in programming and the math behind it (Comp Sci.). While you get programming in both fields, Comp Eng. will give you a background on how computers work from the very foundations of them (transistors).

The class you are going to take is possibly an introductory class. Every educational institution handles their majors differently. For me, my introductory class was a problem solving class. We literally solved puzzles with math for a whole semester... and it was awesome. The second semester, it was an introduction to C. I'm not too familiar with whatever was taught since I opted out of the class (since I knew the material).
#34
Riddle wrote:
Java is a cross-platform language. The code you use in a Windows machine will work equivalently in a Linux machine (with some exceptions of course). On the contrary, C++ is not cross-platform.

Also, Java is a very easy to understand language for beginners. There are no pointers (often confuses newbies) and object oriented design is part of the language.


Java is cross-platform because of the Virtual Machine (JVM). Due to this, the same code would run on different machines without extensive modifications.

This however doesn't mean C++ isn't cross-platform. C++ will produce binaries native to the system you're using. Therefore you would only have to compile the same code on a different platform and of course tailor/shoehorn it to run on the system in question. It shouldn't pose any serious problems if you aren't using any native OS libraries (i.e. WinAPI for Windows).

I think that's what you more or less mean, but I'm just clarifying just in case.
#35
Java is cross-platform because of the Virtual Machine (JVM). Due to this, the same code would run on different machines without extensive modifications.

This however doesn't mean C++ isn't cross-platform. C++ will produce binaries native to the system you're using. Therefore you would only have to compile the same code on a different platform and of course tailor/shoehorn it to run on the system in question. It shouldn't pose any serious problems if you aren't using any native OS libraries (i.e. WinAPI for Windows).

I think that's what you more or less mean, but I'm just clarifying just in case.


Yeah, I see what you mean. With java, cross-platform is built in, wherein with C++ you would have to use something like Qt. (Also, for GUIs, I definitely like Java better. I've never even tried to make GUIs in Qt for C++, it was just too much of a pain.)
#36
Java is cross-platform because of the Virtual Machine (JVM). Due to this, the same code would run on different machines without extensive modifications.

This however doesn't mean C++ isn't cross-platform. C++ will produce binaries native to the system you're using. Therefore you would only have to compile the same code on a different platform and of course tailor/shoehorn it to run on the system in question. It shouldn't pose any serious problems if you aren't using any native OS libraries (i.e. WinAPI for Windows).

I think that's what you more or less mean, but I'm just clarifying just in case.


Yup, that's what I meant. In C/C++ you need to go out of your way to make sure everything is compatible in whatever platforms you're using. A good example is network programming. In Windows there is an API for Windows sockets that you're required to use, for Linux it is a different library.

Yeah, I see what you mean. With java, cross-platform is built in, wherein with C++ you would have to use something like Qt. (Also, for GUIs, I definitely like Java better. I've never even tried to make GUIs in Qt for C++, it was just too much of a pain.)


I'm sure there are tools to visually create GUIs in C++, like in Java... if that is what you meant.
#37
Riddle wrote:

I'm sure there are tools to visually create GUIs in C++, like in Java... if that is what you meant.


Nah, I was talking about how Java has built-in libraries for GUIs and 2D graphics and stuff like that.

Hey, question: Didn't you make an autoposter a while ago? I still have the .exe of it, it has a beautiful splash screen and stuff, but is now broken because of the new login. You should try updating it, it was awesome. Beeped and popped up whenever it ran into a captcha and stuff, it was wonderful. Also, you should use that splash on any new bots you make, haha.
#38
Nah, I was talking about how Java has built-in libraries for GUIs and 2D graphics and stuff like that.

Hey, question: Didn't you make an autoposter a while ago? I still have the .exe of it, it has a beautiful splash screen and stuff, but is now broken because of the new login. You should try updating it, it was awesome. Beeped and popped up whenever it ran into a captcha and stuff, it was wonderful. Also, you should use that splash on any new bots you make, haha.


Ah, ok. :P

Nope, that was certainly not me.
#39
My first comp sci class was an introduction to C++ programming. Fairly easy. Since then i've done a semester in C, Java, two semesters in C++, and currently I'm in data structures. I've learned quite a bit, but I feel that i still don't know enough to really do anything productive with it, that's why i'm gonna study other languages on the side so I can contribute to LG with bots. :/ Now I just need a starting point haha.