Monday, November 17, 2014
Test Friday on Strings
The test will consist of 20 or so multiple choice questions (3 points each) followed by one or two long answer String problems. The long answer problems will be on the same level of difficulty as String-1 and String-2 in coding bat.
mr. sarkar
Thursday, November 6, 2014
Coin Game Now Due Wednesday
The coin game project due date has been moved to wednesday (11/12) because the class does not meet on monday due to the rotation. tuesday is a holiday.
Friday, October 24, 2014
Array exam will be Thursday, October 30th
The exam on Arrays will be on Thursday October 30th. It will feature multiple choice questions similar to those seen on the AP Computer Science exam but somewhat easier in difficulty. Since this exam is taking place during first block, please do not be late for class on this important date.
mr. sarkar
Monday, October 6, 2014
Extra Help After SChool Today (Monday 10/6/14) from 2:30-3:30 in the Lab (414)
Normally, extra help after school is from 2:10 to 3:10 but due to a parent-teacher meeting, extra help today will take place from 2:30 to 3:30. You are also welcome to use the lab from 2:05 to 2:30.
Friday, September 26, 2014
AP Comp Sci: Java Fundamentals Exam Tentatively Scheduled for October 9, 2014
If you go on JupiterGrades.com, you will find a practice exam as well as a study guide for this upcoming exam.
We repeat the study guide, here, for your convenience:
We repeat the study guide, here, for your convenience:
Test 1: Study Guide - It is recommended that you print this study guide and place a copy in your notebook for reference.
The following topics will be covered on your first exam:
1. Data types - you must know how to create and use the following data types: int, boolean, double. Know the dangers of floating point operations and integer division. Understand that classes are capitalized whereas primitive data types are small letters.
2. Boolean Logic - you must know how to evaluate a boolean expression and tell if two boolean expressions are equal.
3. Compound operators - know how to use and evaluate all of these. Review a video on java compound operators if you are not sure.
4. If statements - evaluate them.
5. For loops - know how many times a for loop will run. Know how to create and use for loops.
6. Order of operations - I realize this can get nasty so I will only ask relatively simple questions on the test on this topic. At a minimum, you should know traditional PEMDAS and also the order of operations for java's conditional operators.
7. instanceof operator - know everything about this.
8. Inheritance - know how to define classes that inherit from other classes. Know what it means to inherit and override methods. Understand what you did on MonotoneBug to turn off the setColor() method.
9. Random - Know how to use Math.random(). What range of values does Math.random() return? Can it return 0.00? Can it return 1.00? Can it return something larger? Use Math.random() to pick an integer in a given range - for example, use it to pick an integer from 3 to 9 inclusive.
10. GridWorld - be familiar with how the various actors work and how to change their behavior. (Review what you did in the "Something Buggy" Lab);
Sunday, September 14, 2014
AP Computer Science: Identifier Exam On Wednesday (First Block)
This Wednesday, Septermber 17th, first block, we will have our first exam in AP Computer Science. You will be presented with a series of words. For each word, you will have to identify if the word is a valid identifier in java. Valid identifiers are those words which can be used as variables.
There are two possible reasons why a word may be disqualified from being used as an identifier. First, if it is one of java's 50 reserved words, it cannot be used as an identifier/variable name. An example of such a word is void.
Alternatively, a word may be disqualified because it contains an illegal sequence of characters. For example ab,cd is not a valid identifier because a comma is not permitted anywhere inside an identifier.
The test will count for 50 points, so it will only carry half the weight of the other tests you will take this year in AP Comp Sci. The test will likely not take you the entire period so bring some work for another class in case you finish early.
There are two possible reasons why a word may be disqualified from being used as an identifier. First, if it is one of java's 50 reserved words, it cannot be used as an identifier/variable name. An example of such a word is void.
Alternatively, a word may be disqualified because it contains an illegal sequence of characters. For example ab,cd is not a valid identifier because a comma is not permitted anywhere inside an identifier.
The test will count for 50 points, so it will only carry half the weight of the other tests you will take this year in AP Comp Sci. The test will likely not take you the entire period so bring some work for another class in case you finish early.
Sunday, July 6, 2014
Summer Assignment Now Available
Freshly back from Holiday, I have turned on your summer assignment. Please log into JupiterGrades (instructions on how to do this are provided in an earlier post, which can be seen by scrolling down, below) and go to the Tests and Lessons section to see the summer assignments.
My guess is that it will take you about 4 hours (or less) to complete the whole thing.
If you have any questions, please do not hesitate to email me.
Mr. Sarkar
My guess is that it will take you about 4 hours (or less) to complete the whole thing.
If you have any questions, please do not hesitate to email me.
Mr. Sarkar
Subscribe to:
Posts (Atom)