What is computer science?
Computer Science is the study of computers and computational systems. Unlike
electrical and computer engineers, computer scientists deal mostly with software
and software systems; this includes their theory, design, development, and
application.
----------------------------------------------
to illustrate that the computer needs detailed steps (algorithm) to accomplish a
task, so we need to follow a certain algorithm for every program we develop in
computer science.
----------------------------------------------
Sequencing is putting the steps in the right order.
----------------------------------------------
event is nothing but actions that causes something to happen
----------------------------------------------------
conditionals perform different actions depending on whether a condition is true or
false
----------------------------------------------