David
Good Tommy
Zamyla
Doug
Bad Tommy
100
What do you need at the end of every line?
A semicolon
100
What is 11000101 in base 10?
197
100
What item does David have with him at all times? What is it's use?
A towel to wipe off his sweat from his face
100
How many bits are in a byte?
8
100
What are three different types of loops?
For, Do While. if, while
200
What are your TA's names?
Georgia, Emily
200
According to the domain name system, what is a subdomain of example.com?
200
How do you represent data in fifteen?
Using an array
200
What is a computer?
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
Argv: a string, argc: an int
500
Credit is never defined; Missing semicolon
500
What is decimal 44 in base 16?
2c
500
What is a: float, int, string, long_long, char
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