Sunteți pe pagina 1din 2

BALYUS REVIEWER 8 effective team characteristics:

Perseverance – “through” and “severe” 1. Must have a clear goal


“He conquers who endure.” – Persius 2. Must have a result driven structure
Commitment, Hard work, Patience, and Endurance 3. Must have competent members
4. Must have unified commitment
3 ways to manage problems: 5. Must have collaborate climate
1. Get help if needed 6. Must have high standards
2. Express yourself at the right time and place 7. Must receive external support and
3. Learn and grow from your experience encouragement
“Life does not always give what you want, but if you 8. Must have principled leadership
look closely, you will see what it gives what you need Growing in industry
for growth.” – Leon Brown
Juan Tamad – famous Filipino Character known for his
4 ways to improve perseverance: extreme laziness
1. When something starts to bother you, wait as long
as you can before you express your frustrations. What if maintained my laziness??
2. Do not give up on people
3. Be open-minded and positive 1. Can bring a person in depression
4. Try to understand 2. Can be a devil’s playground
3. Worthlessness or uselessness
Teamwork
Be Industrious – lose no time
“If you want to go faster, go alone. If you want to go “Do not live uselessly and die contently.” – John
far, go together.” – African Proverb Witherspoon

“When two are of one mind chuchuchu.” – Chinese Positive effects of being industrious
Proverb
1. Will be happy and motivated
Team – a group of people who work together to achieve 2. Help develop work ethic needed to contribute
a certain goal to public welfare
- works interdependently and work towards a goal 3. Best set worthy goals for your future
- uses their talents and they collaborate
- encourage to offer their skills and knowledge Time is Gold
“an inch gold cannot buy an inch of time” – Chinese
- participates equally in decision making
Proverb
Group – an on-going process that helps a work group
Procrastination – habit of putting off one’s task until
- works independently
- they don’t trust each other the deadline
- have a lot to contribute but sometimes they hold Lengthy to do list – crowdy schedule
back
- may or may not participate in group decision Procrastination – mamaya na or manana habit
2 types of procras.:
“Competition has been shown to be useful up to a
certain point and no further, but cooperation, which is 1. Relaxed Pleasure
the thing we must strive for today, begins our petition 2. Tense Afraid type
leaves off.” – Franklin Roosevelt

Teamwork – Larson and La Fasto


Advice to avoid procrastination according to Yeng Example:
Remula:
Code:
1. Do – to move
2. It – face it Grade=int(input(“input grade”))
3. Now – perfect time if grade >= 75 :
print (“Passed”)
Master Oogway – “today is a gift that’s why its called else:
present” print (“Failed”)

How to minimize stress: Chained condition - sometimes there are more than 2
positive answers (Elif)
1. Plan each day
2. Prioritize task ELIF – allows you to create multiple expressions for true
3. Learn to say no
If – used to decide if an action is to be followed
4. Delegate
5. Limit distractions elif – stands for else if where you can test another
6. Break large tasks into bite sized tasks condition
7. Take a break when needed else – hasn’t met any condition
8. Get plenty of sleep, eat healthy Loop Structure – allows you to run more lines of codes
COMPUTER REVIEWER repetitively

For – loop is a representation control structure that


CONDITIONAL STATEMENTS
allows you yo effectively write a loop
Boolean Expression – is an expression which the terms
have one of only 2 states which we conveniently think
of as true or falsw

Python Comparison Operators:

 == - if the value of two operators is equal then


the condition becomes true
 != - if the value of two operators is not equal
then the condition becomes true
 > - if the value of the left operand is greater
than the right then it becomes true
 < - if the value of the right operand is greater
than the left then it becomes true
 >= - if the value of the right operand is greater
than or equal than the left then the statement
becomes true
 <= - if the value of the left operand is less than
or equal to the value of the right then the
statement becomes true

S-ar putea să vă placă și