History of Programming Language

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 12

Complete the table

History of Programming Language


Timeline
Remarks
1822 - Difference Engine
1837 - Analytical Engine
1843 Algorithm
1957 FORTRAN
1958 - LISP
1959 - COBOL
1972 C
1983 - C++
1983 - Objective C

Complete the table


History of Programming Language
Timeline
1987 PERL
1991 Python
1993 Ruby
1995 Java
1995 PHP
1995 JavaScript

Remarks

Use Val function to


convert the string
input received from
the text boxes to
numbers.
Example: Val
Use
CStr function to
(Text1.Text)
convert an expression
to a string
Example: Cstr
(Variable)

Write a program that a


computes the functions:
- absolute value
- square root
- integer value
- sine
- cosine

ACTIVITY 1: CURRENCY CONVERTER


1. Create a currency converter program
2. The user must input the following:
The exchange rate per 1.00
The amount that will be converted
3. The program should display how much
the converted money will be.
4. Design the user interface
5. Save:
Folder: Currency Converter
Project:
Currency Converter
File: Form1

You might also like