Computer Programming
Computer Programming
computer programming?
Computer programming, also known
as coding, is the process of creating
instructions for a computer to
perform tasks.
Write about
Grace
Hopper( Th
e mother of
computer
programmi
ng)
Grace Hopper (1906–1992) pioneered computer programming, creating
the first compiler and coining the term "bug." As a naval officer, she broke
gender barriers, reaching Rear Admiral. Her legacy inspires women in
STEM, and she received the posthumous Presidential Medal of Freedom in
2016.
What are loops?
loops are used to execute statements
repeatedly until a condition is fulfilled.
What is an algorithm?
An algorithm is a
step-by-step
procedure to solve
logical or
mathematical
problems. A cake
recipe is an example
of an algorithm.
Write about Eucid
(The father of
algorithm)