G 5 Intro To Computing
G 5 Intro To Computing
COMPUTER SYSTEM
AND INTRODUCTION TO
PROGRAMMING
CONCEPTS
INTRODUCTION TO
COMPUTING
PRESENTED BY:
JIANE T. CASTONES
CHARLES VILLARO BOHOL
THERESE LATTORE
TOPICS:
Application Software
- A software that performs a single task and nothing else is called
application software. Application software are very specialized in
their function and approach to solving a problem.
5.2 SOFTWARE
Utility Software
Computer
Language
What do you think whatever you write it is understood by your computer system?
The answer is No. The computer understands only the language of 0’s and 1’s.
Beginner's All-purpose Symbolic Instruction Code. Developed in the 1950s for teaching University
students to program and provided with every self-respecting personal computer in the 1980s, BASIC has
been the first programming language for many programmers. It is also the foundation for Visual Basic.
FoxPro is a text-based programming language and database management system that was originally
developed by Fox Software and later acquired by Microsoft
Visual C++ is an Integrated development environment for developing applications using the C, C++, and
C++/CLI programming languages. C++ is a high-level, general-purpose programming language.
5.3 overview programming languages
Examples of High-level Language:
▪ ADA
▪C
▪ C++
▪ JAVA
▪ BASIC
▪ COBOL
▪ PASCAL
▪ PHYTON
5.4
PROGRAMMING PARADIGMS
(PROCEDURAL, OBJECT- ORIENTED)
OGRAMMING PARADIGMS (PROCEDURAL, OBJECT - ORIENTED)
Programming Paradigms
- is a method or style of programming that defines a set of principles,
techniques, and patterns for structuring code to solve problems on a
computer.