CSCI 102 - Fall 2023 Fundamentals of Computation

MT2 Info

Overview and Proces

MUST BE TAKEN IN PERSON / NO REMOTE EXAMS

Topics

Unit 0b

Unit 0c

Unit 1a

Unit 1b

Unit 1c

Unit 1d Conditional Statements

Unit 2a and 2b Loops

Unit 2c Arrays

Unit 2d Strings

Unit 3a Nested Loops

Unit 3b and 3d Array Tasks

Unit 3d Debugging

Ways to Prepare

  1. Choose relevant Programming problems at the end of each chapter in the textbook.
  2. Study the slides (less helpful since you’ll be coding)
  3. Redo the in-class exercises by clicking the “Reset to Scaffold” button, especially the “Array Tasks” exercises.
  4. Redo your HW/Lab exercises
  5. Sample MT2s
    • For the following samples, time yourself and try to limit yourself to 100 min.
    • Note: The writeups (problem statements) are on Gradescope, but we have made a Codio Assignment where you can write your code. However, no automated tests are provided. You will need to test it yourself using the examples provided in the writeup. Please practice downloading your code from Codio and submitting it back to Gradescope (or copy/pasting).
    • Sample MT2 (MT2-Sample) on Gradescope
    • Sample Fall 2020 MT2 (MT2-Sample-20203) on Gradescope
    • Sample Spring 2021 MT2 (MT2-Sample-20211) on Gradescope
    • Solutions are linked in the Guide writeup of each sample MT2’s Codio assignment.