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

C++

Expressions
Start Now
Introduction
● C++ was developed by Bjarne Stroustrup, as an
extension to the C language.
● C++ is an object-oriented programming
language which gives a clear structure to
programs and allows code to be reused,
lowering development costs.
01
Scientific
Formulas
Concepts are...

Back Next
Formula for:
FORCE
Newton's second law of motion defines the force formula. Newton's
second law of motion states that force is equal to the change in
momentum per change in time. For a constant mass, force equals
mass multiplied by acceleration.

Back Next
Formula = C++ Expression

Formula C++ expression

Formula for Force: mass*acceleration


F= m x a Ex: 7kg*10m/s

Back Next
Formula for:
Speed
Speed is the time rate ate which an object is moving along a path,
while velocity is the rate and direction of an object’s movement.

Back Next
Formula = C++ Expression

Formula C++ expression

Formula for Speed:


distance/time
S= d÷t

Back Next
Formula for:
Velocity
Velocity measures motion starting in one place and heading toward
another. One of the most common reasons to measure velocity is to
determine how quickly you will arrive at a destination from a given
location.

Back Next
Formula = C++ Expression

Formula C++ expression

Formula for Velocity:


displacement/time
v= displacement ÷ time

Back Next
Formula for:
Acceleration
Acceleration measure the change in velocity over the change in time.
This allows you to measure how fast velocity changes in meters per
second squared. Acceleration is a vector quantity.

Back Next
Formula = C++ Expression

Formula C++ expression

Formula for Acceleration:


velocity/time
A= velocity ÷ time

Back Next
Formula for:
Kinetic Energy
Kinetic energy is a form of energy that an object or a particle has by
reason of its motion.

Back Next
Formula = C++ Expression

Formula C++ expression

K.E= ½ x m x (mass * velocity^2) / 2

Back Next
02
Mathematical
Formulas
Actions are...

Back Next
Formula for:
perimeter of a rectangle
The perimeter is the length of the outline of a shape. To find the
perimeter of a rectangle you have to add the lengths of all sides.

Back Next
Formula = C++ Expression

Formula C++ expression

(Length + Width) *2
P= 2(l+w)

Back Next
Formula for:
area of a rectangle
The formula of the area of a rectangle is used to find the area
occupied by the rectangle within its boundary.

Back Next
Formula = C++ Expression

Formula C++ expression

Length * Width
A= L x W

Back Next
Formula for:
Volume of a rectangular prism
A rectangular prism has two pairs of congruent and parallel bases. It
has:
- 6 faces
- 12 sides
- 8 vertices

Back Next
Formula = C++ Expression

Formula C++ expression

Length * Width *Height


V= L x W x H

Back Next
Formula for:
Area of a Trapezoid
The formula of the area of a trapezoid is used to find the area
occupied by the trapezoid within its boundary.

Back Next
Formula = C++ Expression

Formula C++ expression

A= (a + b) * h / 2

Back Next
Formula for:
Volume of cylinder
The volume of a cylinder is the capacity of a cylinder that calculates
the amount of material carried on it.

Back Next
Formula = C++ Expression

Formula C++ expression

2.14 * radius^2 * height


V

Back Next
What Do We Expect?
I want to learn further my basic I’m hoping the ICT subject will be
knowledge about programming. simple to learn. I would really love it
“ Dorothy” if it is a lot more understandable
even though it is difficult
“Janel”
I expect ICT will provide a wider knowledge
and help me in gaining and accessing My expectations are high
information for the improvement of my
studies. I also expect that I will learn how
to do programming and calculating math
problems through the use of computers
“Krisbelle”
What Do We Expect? My expectations are high. I mean, it should be
outstanding right? I didn’t lend time for
I expect that I will learn a lot of things researching just for nothing. Our hard
about computer and stuff. work especially my time and effort should
be interchanged with success. I’m not
“Eldwood”
always bearing for success but at least it
should have a good outcome. We
shouldn’t always push the limits.
Auspicious work is enough.
Veraciously, I am glad that I have Dorothy in
this group. Truthfully, I’m not being
untruthful. I’m honestly relieved that
“she” the class president of smg is in this
group. I value her presence by always
complimenting my work. Small
compliments is enough for me, that’s why
I truly thank her.
“Plinky”

You might also like