Statistical Analysis With Software Application: Presented by BSMA 2-4
Statistical Analysis With Software Application: Presented by BSMA 2-4
Statistical Analysis With Software Application: Presented by BSMA 2-4
ANALYSIS WITH
SOFTWARE
APPLICATION
Presented by BSMA 2-4
PYTHON
COMPUTING
The process of utilizing computer
technology to complete a task.
Computing may involve computer
hardware and/or software, but must
involve some form of a computer
system.
CONCEPTS OF
COMPUTING
CLOUD COMPUTING
O A general term for anything that involves
delivering hosted services over the Internet.
These services are broadly divided into three
categories: Infrastructure-as-a-Service
(IaaS), Platform-as-a-Service (PaaS) and
Software-as-a-Service (SaaS). The name
cloud computing was inspired by the cloud
symbol that's often used to represent the
Internet in flowcharts and diagrams.
SOCIAL COMPUTING
O Social computing is the collaborative and
interactive aspect of online behavior. The term can
be understood in contrast to personal computing,
which describes the behavior of isolated users.
• raw_input ( prompt )
• input ( prompt )
O Dynamic
O Dynamic typed programming languages are those
languages in which variables must necessarily be
defined before they are used. This implies that
dynamic typed languages do not require the explicit
declaration of the variables before they’re used.
/* Python code */
num = 10 // directly using the variable
Static Typing
O Static typed programming languages are those in
which variables need not be defined before they’re
used. This implies that static typing has to do with
the explicit declaration (or initialization) of
variables before they’re employed.
/* C code */
static int num, sum; // explicit declaration
num = 5; // now use the variables
sum = 10;
sum = sum + num;
Debugging
O The routine process of locating and
removing computer program bugs, errors
or abnormalities, which is methodically
handled by software programmers via
debugging tools. Debugging checks,
detects and corrects errors or bugs to allow
proper program operation according to set
specifications.
1. List
2. Tuple
3. Dictionary
4. Set
Presented by:
O Betco, Lovely Grace
O Bual, Kim Kyle L.
O De Lima, Angela Luz M.
O Dela Cruz, Allyza Jane
O Distor, Jason Jan Y.
O Entuna, Kristine
O Estrada, Arliah
O Gabriana, Chantal
O Intam, Marjorie
O Manalansan, Richjoy