Name Attributes Behavior … [Read more...] about Example of UML CLASS
Software Development Methodologies.
Scrum Extreme Programming (XP) SSADM Unified Process Agile Unified Process Feature-Driven Development (FDD) Cleanroom Adaptive Software Development Crystal Clear Behavior-Driven Development Rapid Application Development … [Read more...] about Software Development Methodologies.
So what is software?
In order to talk about a subject as big as software one has to come to understand the fundamentals that are the history of software development. To understand such a cool and interesting field it has to become clear that one must have an interest in the amazing … [Read more...] about So what is software?
Java Data Types
Data Types Storage Size Value Range Byte 8 bits -128 to 127 Short 16 bits -32,768 to 32,767 int 32 bits -2,147,483,648 to 2,147,483,647 long 64 bits -9.2 x 10E15 to 9.2 x 10E15 float 32 bits -3.4 x 10E38 to 3.4 x 10E38 double 64 bits -1.8 x 10E308 to … [Read more...] about Java Data Types
Developing letters and memos
What are the basics of letters and memos Sunjects that are covered in memos and letters range from results of important decisions, formal inquires, policy changes, refusals, and informative documents or materials. differentiating between memos memos and letters. … [Read more...] about Developing letters and memos
Designing websites
I will be covering the following basic features of a website, planning and researching for a website, organizing and drafting the website, using style in a site, revising and editing and proofreading it, debugging the site and maintenance. In the ever growing … [Read more...] about Designing websites
what is a constant?
Constants are very much like a variable in java. It's a placeholder in memory that holds a value that is assigned to it but the twist here is that the value will never be changed. Example of a constant in java. class example { public static void main … [Read more...] about what is a constant?
Mathematical notes.
To have a good ground in lecture note taking, one has to come to the conclusion of understanding the lecture before being in the class itself. Note taking should not be based on copying what is said in the board but more on the ideas the instructor is trying to get … [Read more...] about Mathematical notes.
Foundations of Programming:Fundamentals
What is programming? “a computer program is a set of instructions” every computer program is a set of instructions take a large idea and take it apart to small parts getting your instructions correct and right computer will do exactly what you … [Read more...] about Foundations of Programming:Fundamentals
Trig
Formulas you should be able to recall on the spot? Midpoint formula Distance Formula The Pythagorean Theorem Equation of a circle Linear equation What are some greek names for angles in greek? alpha beta gamma theta … [Read more...] about Trig