- How did you first access the internet? Smartphone? Desktop? Latop? Other?
In [ ]:
- What is your favorite AI chatbot? Why?
In [ ]:
- What is vibe coding and how does it differ from coding?
In [ ]:
4. Rank these files in order of smallest to largest?
- Grumpycat.tif
- Grumpycat.png
- Grumpycat_running.mov
- 2016MonthlyPaychecks.txt
In [ ]:
5. Express the number 18 using 8-bit binary number.
In [ ]:
6. Compute the average of these three numbers without a calculator, show your work: (3, 4, 5).
In [ ]:
7. Based on your answer to question 7, write the general equation for computing the average of N individual numbers. (You can use pseudocode or Latex to write the equations).
In [ ]:
8. Analyze this pseudocode. What does the ‘break’ statement do? What will the output look like?
>> phrase = ‘my favorite color’
>> for letter in phrase
>> print letter
>> if letter == 'c'
>> break
In [ ]:
- Which programming language do you plan to implement your problem solutions in? Using Gen AI, it is possible to complete the solutions in either Python, R, Matlab, Julia, or others. (If unsure, please discuss with Brice.)
In [ ]: