NextGen
Pseudo code?
Board Members
Coding General Knowledge
100

The founding year of NextGen

What is last year?

100

Set total to 0

For each number from 1 to 5:

     Add number to total

Display total


The code output

What is 15?

100

The amount of board members NextGen has

What is 8?

100

Variable in coding

What is "a storage location used to hold a value?"

200

The organization that organized the hackathon NextGen won last year

What is is SeedAI?

200

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!!"

200
The Vice President of NextGen

What is Nachi

200

A loop is coding

What is "a control structure that repeats a block of code multiple times?"

300

2 internships NextGen members last year got access too.

What is ITECH-STEM & CodeCougars?

300

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"

300

Head of fundraising

What is Kamile

300

The "if" statements purpose in a program.

What is "checks if a condition is true?"

400

The location of the NextGen counterpart.

What is HSI Katy?

400

Set count to 0

While count < 3:

     Display "NextGen"

     Increment count

The amount of times the code ran.

What is 3 times?

400

The names of every single Board member.

Levend     Kamile      Akif

Joseph   Khadija     Gyansai...?

Serpil      Nachi

400

The difference between = and == in most programming languages

What is "= assigns a value, while == checks if values are equal?"

500

The number of the room we meet in every Monday

What is B121?
500
Set total to 0

For i FROM 1 TO 4

      total = total + i

IF total>5: 

    total = total -2

The total

  What is 8?

500

Board member with a clothing brand

What is Joseph Almij?

500

The definition of a function and its purpose

What is "a reusable "block" of code that performs a specific task, which helps avoid repetition?"

M
e
n
u