85 lines
2.3 KiB
Markdown
85 lines
2.3 KiB
Markdown
---
|
||
title: CSCI 1100 - Test Crib Sheets
|
||
subtitle:
|
||
date: 2024-12-08T22:17:36-05:00
|
||
lastmod: 2024-12-08T22:17:36-05:00
|
||
slug: csci-1100-crib-sheets
|
||
draft: false
|
||
author:
|
||
name: James
|
||
link: https://www.jamesflare.com
|
||
email:
|
||
avatar: /site-logo.avif
|
||
description: 这篇文章分享了我在 CSCI 1100 的第二次测试、第三次测试和期末考试中使用的 Crib Sheets。
|
||
keywords:
|
||
license:
|
||
comment: true
|
||
weight: 0
|
||
tags:
|
||
- CSCI 1100
|
||
- 考试
|
||
- RPI
|
||
- Python
|
||
- 编程
|
||
categories:
|
||
- 编程语言
|
||
collections:
|
||
- CSCI 1100
|
||
hiddenFromHomePage: false
|
||
hiddenFromSearch: false
|
||
hiddenFromRss: false
|
||
hiddenFromRelated: false
|
||
summary: 这篇文章分享了我在 CSCI 1100 的第二次测试、第三次测试和期末考试中使用的 Crib Sheets。
|
||
resources:
|
||
- name: featured-image
|
||
src: featured-image.jpg
|
||
- name: featured-image-preview
|
||
src: featured-image-preview.jpg
|
||
toc: true
|
||
math: false
|
||
lightgallery: false
|
||
password:
|
||
message:
|
||
repost:
|
||
enable: false
|
||
url:
|
||
|
||
# See details front matter: https://fixit.lruihao.cn/documentation/content-management/introduction/#front-matter
|
||
---
|
||
|
||
<!--more-->
|
||
|
||
> [!TIP]
|
||
> 您可以使用 Adobe Photoshop 编辑此 PDF。没错,我就是用 Photoshop 制作的这个 PDF。这些Crib Sheet中使用的字体是 [Intel One Mono](https://github.com/intel/intel-one-mono)。
|
||
|
||
## Test 1 Crib Sheet
|
||
|
||
> [!NOTE]
|
||
> 我在第一场考试中没有使用Crib Sheet,因此这里没有Crib Sheet。
|
||
|
||
## Test 2 Crib Sheet
|
||
|
||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||
<embed src="Test 2 Crib Sheet A.pdf" type="application/pdf" width="100%" height="500px">
|
||
</div>
|
||
|
||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||
<embed src="Test 2 Crib Sheet B.pdf" type="application/pdf" width="100%" height="500px">
|
||
</div>
|
||
|
||
## Test 3 Crib Sheet
|
||
|
||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||
<embed src="Test 3 Crib Sheet A.pdf" type="application/pdf" width="100%" height="500px">
|
||
</div>
|
||
|
||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||
<embed src="Test 3 Crib Sheet B.pdf" type="application/pdf" width="100%" height="500px">
|
||
</div>
|
||
|
||
## Final Crib Sheet
|
||
|
||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||
<embed src="Final Crib Sheet A.pdf" type="application/pdf" width="100%" height="500px">
|
||
</div>
|