Development Cycle I
Pseudocode and Flowchart
Trivia Things
Development Cycle II
100
Name me two types of development cycle

Waterfall Model and Iterative Development

100

How do we write the equivalent pseudocode for this Python code: 

num1 = 10 - 4 * 2

print(num1)

num1 = 10 - 4 * 2

OUTPUT num1

100
Oxford University is older than which Empire. Aztec, Roman, Qing, or Messopotamian.

Aztec. Oxford started teaching around 1096 while the Aztec started around 1325.

100

What does the term agile mean in agile development.

It means flexible approach to project management and software development

200

Name me 5 or 6 processes in an iterative development

Plan/Analysis, Design, Develop/Code, Testing, Review and Evaluate, (Launch)

200

How do we write the equivalent pseudocode for this Python code: 

num1 = int(input("Enter  a number))

OUTPUT "Enter a number"

INPUT num1

200

What is the name of the element Sn.

Tin

200

Stages is to Waterfall whereas ___________ is for Iterative Model.

Sprints

300

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.

300

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.

300

What is a group of lions called?

A pride

300
Why is it better to use Iterative Model than Waterfall Model? Give two reasons.

1. Continuous feedback and improvements of the system compared to Waterfall Model.

2. Faster risk/error detection compared to Waterfall Model.

400
Give three disadvantages of using Iterative Development

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.

400

Bonus - Name all the teachers in the ICT Labs.

Teacher Dianne, Teacher, Robert, Teacher Jelson, Teacher June, Teacher Seng

400

How many chambers does a heart have?

Four chambers.

400

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.

500
If you were to choose between Waterfall or Iterative Model. Which do you prefer?
Depends on the reasons.
500

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.

500

What mammal can't jump?

Elephant
500

Bonus - Is teacher left-handed or right-handed?

Both. It depends on where I am writing. But my dominant hand is left.

M
e
n
u