Waterfall Model and Iterative Development
How do we write the equivalent pseudocode for this Python code:
num1 = 10 - 4 * 2
print(num1)
num1 = 10 - 4 * 2
OUTPUT num1
Aztec. Oxford started teaching around 1096 while the Aztec started around 1325.
What does the term agile mean in agile development.
It means flexible approach to project management and software development
Name me 5 or 6 processes in an iterative development
Plan/Analysis, Design, Develop/Code, Testing, Review and Evaluate, (Launch)
How do we write the equivalent pseudocode for this Python code:
num1 = int(input("Enter a number))
OUTPUT "Enter a number"
INPUT num1
What is the name of the element Sn.
Tin
Stages is to Waterfall whereas ___________ is for Iterative Model.
Sprints
State three advantages of using waterfall model
1. Good to use when the deadline is limited.
2. Simple and Easy to Use because we don't need to do the previous stages again.
3. Clear structure and good for projects that are stable.
How do we write the equivalent flowchart for this Python code:
num1 = int(input("Enter a number))
if num1 >10:
print(num1, " is greater than 10")
else:
print(num1, " less than 10")
Teacher and students should know this.
What is a group of lions called?
A pride
1. Continuous feedback and improvements of the system compared to Waterfall Model.
2. Faster risk/error detection compared to Waterfall Model.
1. Expensive to do because it needs a lot of resources and needs to be repeated until the client is happy.
2. Complex and hard to maintain because it needs constant updates and constant time management.
3. Unsuitable for small projects.
Bonus - Name all the teachers in the ICT Labs.
Teacher Dianne, Teacher, Robert, Teacher Jelson, Teacher June, Teacher Seng
How many chambers does a heart have?
Four chambers.
What occurs in each stages of a development cycle?
Analysis - identifying the problem, listing down all the requirements
Design - making flowcharts and pseudocodes, or structured diagrams
Develop - coding part
Testing - testing for errors in the system. This is where we fix our bugs
Review and Evaluate - this is where clients give their feedback after testing the system
Launch - distribution of system in a larger audience.
Write a flowchart or pseudocode that asks the user for their name and password. If it is correct then it must display "Welcome Back ", name. If it is incorrect, then it must display "Oh no! I don't know you".
Teacher and Student must know.
What mammal can't jump?
Bonus - Is teacher left-handed or right-handed?
Both. It depends on where I am writing. But my dominant hand is left.