Welcome to the riddle challenge! Solve the clues below to figure out the password. The password should consist of the first 8 characters of the overall password, and should be in all capital letters.
"I am the most basic unit of data in a computer. I can be either on or off, 1 or 0. What am I?"
"I allow code to repeat a certain number of times, based only on a condition. What am I?"
"I hold the memory address of another variable. You can use me to manipulate data indirectly. What am I?"
"I help make decisions in the program by evaluating conditions. If true, one path is taken, if false, another. What am I?"
"I am a block of code that can be called to perform a task. You use me to avoid code repetition. What am I?"
"I send a value back from a function to the caller. You’ll find me in every C program that produces output. What am I?"