Originally posted by: nmcglennon
I thought it was pretty easy. I took the AB. Our school offered three courses and here was my experience(s):
CS I (A)- Mostly intro C++/Java programming. Output, Input, writing/reading files, functions, datatypes, etc. Also studied loops and made simple games.
CS II (B) - Mostly class, structureed OOP programming, contructors, destructors, dataypes, pointers, graphical libraries, etc. We also studied recusion heavily.
CS III - We had no cirriculum, so the teacher made us program Visual BASIC (a step backwards) until we game up with our own project - "reprogramming" Doom and "testing" it every day. She never caught on.
I did learn a lot in the course considering our teacher dressed like a fifty-year old porn star. I took the AP test and scored a 4, and then took a C++ programming class in college and busted out an A due to my prior knowledge.
I'd go for the AB course. It can suck at times, but try finding fun ways to learn CS... mainly by programming your own games.
Originally posted by: Deeko
Its so stupid that they changed it to Java. c++ is still so widely used, and it will certainly be the first language a CS student will learn in college, which is what the AP test is all about.
Originally posted by: GhettoFob
Originally posted by: Deeko
Its so stupid that they changed it to Java. c++ is still so widely used, and it will certainly be the first language a CS student will learn in college, which is what the AP test is all about.
the first language I learned in college was scheme =/
They teach Java here first. I did stuff in Java, C, Perl, and SPARC assembly before C++.Originally posted by: Deeko
Its so stupid that they changed it to Java. c++ is still so widely used, and it will certainly be the first language a CS student will learn in college, which is what the AP test is all about.
Originally posted by: SuperCommando
They teach Java here first. I did stuff in Java, C, Perl, and SPARC assembly before C++.Originally posted by: Deeko
Its so stupid that they changed it to Java. c++ is still so widely used, and it will certainly be the first language a CS student will learn in college, which is what the AP test is all about.
Originally posted by: Marauder911
I took the AP Computer Science AB test when it was C++. Easiest test I ever took in my life.
Originally posted by: RaynorWolfcastle
Originally posted by: SuperCommando
They teach Java here first. I did stuff in Java, C, Perl, and SPARC assembly before C++.Originally posted by: Deeko
Its so stupid that they changed it to Java. c++ is still so widely used, and it will certainly be the first language a CS student will learn in college, which is what the AP test is all about.
I always wonder why they teach useless assembler languages instead of a useful assembly language. We learned MIPS here, I thought it would have been better (if more complicated) to learn x86,or if they really wanted to stick to RISC PowerPCs are used in many embedded devices.
MIPS is the instruction set used by SPARC processors, right?