diff --git a/_pages/recitations.md b/_pages/recitations.md index 6d2b3d1..ad2d3a0 100644 --- a/_pages/recitations.md +++ b/_pages/recitations.md @@ -5,42 +5,45 @@ title: Recitations icon: fa-duotone fa-podium --- -Recitations are on Fridays at Noon and 3:00pm in EB 423 (same room as the labs). Each session lasts 50 minutes and they are the same so there is no need to attend both. Slide decks and walkthroughs for the recitations will be posted on this page before each session. +Recitations are on Fridays 2:00 PM in the Digital Lab, EB 423 (where the labs are held). There will also be a second time, which is currently Friday at 4:00 PM, but that will be changing soon.Both sessions last 50 minutes and have the same content, so there is no need to attend both. Slide decks and helps made for the recitations will be posted on this page. -## R01 - Command-line Interface and Data Representation +# R01 (09/16/24) - Information Representation +* 🖼️[Slides](/ecen224/recitation/slides/information_representation.pdf) + + + +# Recitation Archive (from previous semesters) + +## Command-line Interface and Data Representation * 🖼️[Slides](https://1drv.ms/p/s!AsDairlA1Y6-lt0QdhN48LSE4xtirQ?e=lx7Mf9) -## R02 - Git (Part 1) +## Git (Part 1) * 🖼️[Slides](https://1drv.ms/p/s!AsDairlA1Y6-lt5C62GnRKqxmMd5rg?e=awlxz9) * 🚶‍♀️[Git Walkthrough](/ecen224/recitation/git-walkthrough) -## R03 - VS Code and Two's Complement +## VS Code and Two's Complement * 📟[Visual Studio Code Installer](https://code.visualstudio.com/Download) * 🚶‍♀️[VS Code Walkthrough](/ecen224/recitation/vscode-walkthrough) * 🖼️[Two's Complement Slides](https://1drv.ms/p/s!AsDairlA1Y6-lt8KKe5ruOoEQXpvLw?e=cTwUlv) -## R04 - Make and C Programming +## Make and C Programming * 🚶‍♀️[Make Walkthrough](/ecen224/recitation/make-walkthrough) -## R05 - C Programming +## C Programming * [Source code from Noon Session](/ecen224/recitation/recitation05_Noon.c){: download="stuff.c"} * [Source Code from 3:00 Session](/ecen224/recitation/recitation05_Three.c){: download="stuff_1.c"} -## R06 - Introduction to Assembly Language +## Introduction to Assembly Language * 🖼️[Slides - Assembly Language](https://1drv.ms/p/s!AsDairlA1Y6-luYxDcaLb5bN0-1QIQ?e=upwXCQ) -## R07 - Assembly Language, Memory Layout, and Calling Conventions +## Assembly Language, Memory Layout, and Calling Conventions * 🖼️[Slides - Assembly, Memory, Calling Conventions](https://1drv.ms/p/s!AsDairlA1Y6-lucjA2anwgYeap_fjA?e=ruQuIY) -## R08 - GDB Gnu Debugger +## GDB Gnu Debugger * 🚶‍♀️[GDB Walkthrough](/ecen224/recitation/gdb-walkthrough) -## R09 - Assembly Language - -## R10 - Binary Bomb Help Session - -## R11 - Compile to Assembly +## Compile to Assembly * 🚶‍♀️[Compile-To-Assembly Walkthrough](/ecen224/recitation/cta-walkthrough) -## R12 - Midterm Review Kahoot +## Midterm Review Kahoot * 🖼️[Kahoot Midterm Review](/ecen224/recitation/Kahoot-Midterm-Review.pdf) diff --git a/recitation/slides/information_representation.pdf b/recitation/slides/information_representation.pdf new file mode 100644 index 0000000..42221d5 Binary files /dev/null and b/recitation/slides/information_representation.pdf differ