Sunday, January 13, 2019

Evaluate 2 - Competencies

Evaluate 2 - Competencies

Create: For this section, set up a competency structure using standards for one unit of your sample course. Associate the assignments in that unit with the competency.\

14 Classes Revisited Object-Oriented Program Design
  • Apply functional decomposition: IA6
Program Implementation
  • Constant declarations: IIB2a
  • Java library classes (Integer and Double): IIC
AP Computer Science Lab Student Guide: Picture
  • Calculate prime numbers
  • Perform a frequency analysis on a passage of text
  • Encode and decode a secret message using a Caesar shift
  • AP Computer Science Lab: Picture
  • Challenge Exam Modules 13–14
OOP—Class Definitions Revisited
  • Multiple Constructors 1, 2
  • Overloaded Instance Methods
  • Integer and Double
  • public and private 1, 2
  • Class Methods 1, 2, 3 Class Variables and Constants 1, 2, 3
  • final Block Variables
  • Object aliasing 1, 2, 3
  • Using this 1, 2, 3, 4
  • Test 16
Rubric

14.03 Class Variables and Constants

Competency
ComponentsPoints PossiblePoints EarnedEncode and decode a secret message using a Caesar shift
Comments include name, date, and purpose of the program.11 IA6
Menu provided to choose encryption, decryption, or quit.22
Alphabet declared as a class constant.20Constant
Shift key declared as a class variable.10
Static method used to generate cipher alphabet.44Java library classes
User prompted to enter a plaintext message.11
Static method used to encrypt plaintext message.44Multiple Constructors 1, 2
Static method used to decrypt encrypted message.44Multiple Constructors 1, 2
Output is correct.33
No compiler or runtime errors.22
Thoughtful PMR included.10
Total2521


84
There were no class constants


There were not class variables


No comments:

Post a Comment