The 33rd America’s Cup
The 33rd America’s Cup will take place in July of 2009 in the waters just outside of Valencia, Spain. A lot of litigation and speculation has surrounded the time and place of this event, however, it is now set in stone. Due to such a small time frame from now until the race, a new International America’s Cup [...]
The Systems Development Life Cycle (SDLC)
An information system records, processes, organizes, and outputs data for end-users of an organization including, but not limited to, small businesses, corporations, and government agencies. The terms information systems (IS) and information technology (IT) are closely related and sometimes interchangeable although IS is business-focused while IT is more technology-oriented. Sometimes an information system is requested [...]
OLED: Finally New TV Technology!
I don’t know about you, but I am getting sick and tired of the same old Liquid Crystal Display (LCD) vs. Plasma vs. Digital Light Processing (DLP). Let me refresh everyones memory the best I can for a minute. Sometime in the early -to-mid 1990s, the concept of high-definition television was coined and introduced to the public [...]
Java Infix to Postfix && Evaluator
Description:
This program inputs a mathematical expression as a string in infix notation, converts infix notation to postfix notation, evaluates the expression using stack data structures, and outputs the result. This program will work for all of the “Please Excuse My Dear Aunt Sally” order of operations except for exponents(^). This program will also consider Modular [...]
Computer Organization
When shopping for a new computer, you will notice that they come in all different shapes and sizes with various technical specifications. This should not confuse you though, because no matter what, virtually every computer can be organized and broken down into the following six logical units:
Central Processing Unit (CPU) -This unit is responsible for [...]