A device that accepts input, and processes it in some way to produce a result automatically
200
What are two types of user interfaces and how do they work?
CLI,
VUI,
etc
300
How do you quit out of a program in terminal?
Control c
300
What is Zamyla's last name and main hobby and instagram?
Chan,
Dancing,
mylamoves
300
What is a security issue with email?
End to end encryption is not used
300
What club meets here during ACA that you should come to???????
GIRLS WHO CODE
Seriously everyone should come. We will help with code and provide chocolate. Everyone can come regardless of gender. We need more people to show up. If you want to eat yummy food this is the club for you. It will help your grade in this class. disclaimer: Sob will not raise your grade for coming to the club:(
300
What is the result of using 64-bit integers instead of 32-bit integers?
2^32 times as many values can be represented
400
Write hello
#include
#include
int main(void){
printf("Enter your name: ");
string name = GetString();
printf("hello, %s\n", name);
}
400
Explain:
"There are 10 types of people in the world: those who understand binary and those who don't"
10 in binary is 2
400
What is GDB and what are the benefits?
GDB is a debugger. It makes it easier because instead of putting in prints, it shows what is happening.
400
What is ASCII? Why is it used?
Numerical representation for a letter or symbol using numbers so the computer can understand it
400
What are the two command line arguments and what do they mean
float: a number with decimals
int: an integer with limited digit
string: a collections of letters
long_long: an int with more digits
char: a character
500
What are libraries and why do people write them?
A library is a collection of precompiled code. People write them to make it easier to implement the same code in a different program without rewriting it
500
What were the three main snacks eaten last year?
Salt and Vinegar chips, chocolate, and freeze dried strawberries