Difference between revisions of "CoE 164 S2 AY 2023-2024"
Carl Dizon (talk | contribs) m |
Carl Dizon (talk | contribs) m (Added links) |
||
Line 42: | Line 42: | ||
[01] Rust: Functions and control | [01] Rust: Functions and control | ||
| | | | ||
+ | [[:File:CoE 164 2s2324 W01 SE.pdf | [SE01] Specifications]]<br> | ||
+ | [https://uvle.upd.edu.ph/mod/assign/view.php?id=594526 <nowiki>[SE01A][bin] Submission Bin</nowiki>]<br> | ||
+ | [https://uvle.upd.edu.ph/mod/assign/view.php?id=613085 <nowiki>[SE01B][bin] Submission Bin</nowiki>]<br> | ||
+ | [https://uvle.upd.edu.ph/mod/assign/view.php?id=613086 <nowiki>[SE01C][bin] Submission Bin</nowiki>] | ||
| | | | ||
[[:File:Coe164 2324s2 01a rust install.pdf | [01a] [Rust] About]]<br> | [[:File:Coe164 2324s2 01a rust install.pdf | [01a] [Rust] About]]<br> | ||
Line 50: | Line 54: | ||
| | | | ||
[02] Rust: Data ownership<br> | [02] Rust: Data ownership<br> | ||
− | [02] Rust: | + | [02] Rust: Compound data structures<br> |
+ | [02] Rust: Selection statements<br> | ||
[02] Rust: Error handling | [02] Rust: Error handling | ||
| | | | ||
+ | [[:File:CoE 164 2s2324 W02 SE.pdf | [SE02] Specifications]]<br> | ||
+ | [https://uvle.upd.edu.ph/mod/assign/view.php?id=613146 <nowiki>[SE02A][bin] Submission Bin</nowiki>]<br> | ||
+ | [https://uvle.upd.edu.ph/mod/assign/view.php?id=617534 <nowiki>[SE02B][bin] Submission Bin</nowiki>]<br> | ||
+ | [https://uvle.upd.edu.ph/mod/assign/view.php?id=617535 <nowiki>[SE02C][bin] Submission Bin</nowiki>] | ||
| | | | ||
+ | [[:File:Coe164 2324s2 02a rust ownership.pdf | [02] Rust: Data Ownership]]<br> | ||
+ | [[:File:Coe164 2324s2 02b rust struct enum.pdf | [02] Rust: Structs and Enums]]<br> | ||
+ | [[:File:Coe164 2324s2 02c rust selection.pdf | [02] Rust: Selection Constructs]]<br> | ||
+ | [[:File:Coe164 2324s2 02d rust error.pdf | [02] Rust: Error Handling]]<br> | ||
|- | |- | ||
| 3 | | 3 |
Revision as of 14:15, 28 February 2024
Contents
Course Information
Academic Period: 2nd Semester AY 2023-2024
Units: 1 (3 laboratory)
Workload:
- 3 hours laboratory per week
Instructors:
- Carl C. Dizon [carl.dizon at eeemail]
- Carl Lester V. Fabian [carl.lester.fabian at eeemail]
Course Description: This is an advanced laboratory course on the application of the concepts, methodologies, skills, and tradeoffs in designing/building computing systems to solve challenging problems, in an efficient and structured way.
Synopsis: This course aims to 1) build and evaluate efficient computing platforms, 2) present algorithms, methods, and tools needed to solve challenging problems, and 3) practice sound engineering judgement in solving engineering problems.
Delivery Method: Digital materials and open-time laboratory sessions
Online Platforms: UVLe, Piazza, Google Meet, Zoom, other quiz platforms, other code submission platforms.
Course Guidelines: [syllabus]
Grade Lookup: Google Apps Script
Course Outline
Week | Topics | Academic Requirements | Resource Links |
---|---|---|---|
0 |
[00] Course overview |
||
1 |
[01] Rust: First program |
[SE01] Specifications |
[01a] [Rust] About |
2 |
[02] Rust: Data ownership |
[SE02] Specifications |
[02] Rust: Data Ownership |
3 |
[03] Rust: OOP features |
||
4 |
[04] Rust: Pointers |
||
5 |
[05] Rust: Iterators |
||
6 | LENTEN BREAK
| ||
7 | READING BREAK
| ||
8 | |||
9 | |||
10 | |||
11 | |||
12 | |||
13 |
[13] Rust: Unsafe mode |
||
14 | |||
15 | |||
16 | FINALS WEEK
| ||
17 | FINALS WEEK
|
Grading Rubric
50% Software exercises (SE)
20% Midterm project (MidP)
30% Capstone project (CP)
Completion Requirements
Students are required to fulfill the following requirements for course completion. Failure to fulfill any of these requirements will result in receiving an INC (with passing standing) or 5.0 (with failing standing) in the course
- Submit half of the SEs offered throughout the semester
- If the SE has multiple components, each component is counted as one of the SEs for this purpose.
- E.g. SE01 which has two components SE01A and SE01B, are counted as two for this requirement. Hence, you can opt to submit SE01A, SE01B, none, or all of them.
- Submit the MidP
- Submit the CP