The founding year of NextGen
What is last year?
Set total to 0
For each number from 1 to 5:
Add number to total
Display total
The code output
What is 15?
The amount of board members NextGen has
What is 8?
Variable in coding
What is "a storage location used to hold a value?"
The organization that organized the hackathon NextGen won last year
What is is SeedAI?
Set name to input from user
IF name equals "NextGen":
Display "NextGen is awesome!!"
Else:
Display "Try Again"
The output if "NextGen" is input
What is "NextGen is awesome!!"
What is Nachi
A loop is coding
What is "a control structure that repeats a block of code multiple times?"
2 internships NextGen members last year got access too.
What is ITECH-STEM & CodeCougars?
Set name to input from user
IF name equals "NextGen":
Display "NextGen is awesome!!"
Else:
Display "Try Again"
The output if "nextgen" is input
What is "Try Again"
Head of fundraising
What is Kamile
The "if" statements purpose in a program.
What is "checks if a condition is true?"
The location of the NextGen counterpart.
What is HSI Katy?
Set count to 0
While count < 3:
Display "NextGen"
Increment count
The amount of times the code ran.
What is 3 times?
The names of every single Board member.
Levend Kamile Akif
Joseph Khadija Gyansai...?
Serpil Nachi
The difference between = and == in most programming languages
What is "= assigns a value, while == checks if values are equal?"
The number of the room we meet in every Monday
For i FROM 1 TO 4
total = total + i
IF total>5:
total = total -2
The total
What is 8?
Board member with a clothing brand
What is Joseph Almij?
The definition of a function and its purpose
What is "a reusable "block" of code that performs a specific task, which helps avoid repetition?"