Act05 Bsme33 Ca23
Act05 Bsme33 Ca23
College of Engineering
Sta. Mesa Manila
12/09/2
Name Lagajino, Rolando Jr. A. Signature Date
020
Student 2018-01664-
Section BSME 3-3 Score
Number MN-0
Instruction: Answer the following questions. Write your answer on the space
below each question.
1. What are the three ways of thinking about programming, often called
programming paradigms?
a. Imperative
b. Functional
c. Object-Oriented
a. Imperative
● C ● Assembly
● FORTRAN
b. Functional
● Common Lisp ● R
● Scheme ● Julia
● Haskell ● Nimrod
c. Object-oriented
● C++
● Java
● JavaScript
● Python
● Scala
Programs compiled into native machine code prove to be faster than code
that has been interpreted. This is because the process of translating code adds
to the overhead at run time, which can cause the overall program to be slower.
A compiled program has a faster performance by directly using the native code
of the target machine while the execution speed of the interpreted program is
slower. The compiled program also has an opportunity to apply quite powerful
optimizations during the compile stage.