You are on page 1of 7

COMPUTER 10

Fundamentals of OBJECT-ORIENTED Application Development


Prepared by: Marvyn L. Reyes, LPT
CHAPTER 1:

OBJECT-ORIENTED
SOFTWARE
ENGINEERING
OBJECTIVES
• Explain the importance of software engineering
• Obtain a general understanding of basic-oriented concepts
• Obtain a preliminary understanding of basic diagrams of the unified Modeling
Language(UML)
• Obtain a general understanding of what makes Visual Basic an important Programming
Language
SOFTWARE
• the programs and other operating information used by a computer.

ENGINEERING
• concerned with the design, building, and use of engines, machines, and structures.

SOFTWARE-ENGINEERING
• is the application of engineering to the development of software in a systematic method.
ALGORITHM

A process or set of rules


Example: Calculator Syntax
• Input 5
• Press “+” sign(this is for addition)
• Input 1
• Press “=“ sign.(this is for the total/equal)

Devising steps to solve a problem


PROGRAM
• Is a set of instructions that can be compiled and
executed.
• Compile means translating the instructions from a
programming language into a form.
• Execute means to carry out the compiled
instructions
OBJECT-ORIENTED
PROGRAMMING(OOP)
It is a programming language model in which
programs are organized around data, or objects,
rather than functions and logic.
• A programming language is a vocabulary and set of grammatical rules for instructing
a computer or computing device to perform specific tasks. 

You might also like