Visit: Difference between revisions
Jump to navigation
Jump to search
Created page with "This page contains activities for when people (e.g., high school students) come to visit the university. == Computers in TC CS Classrooms == If you are visiting computer science at ISU, the computers in the classroom might have guest accounts enabled so that you can use the computers for your activities. If so, the login information will be on the board. == Cyber Capture the Flag == A cyber capture the flag contest or activity involves using computer skills to figure..." |
|||
| Line 8: | Line 8: | ||
Here are some to try out... | Here are some to try out... | ||
* [[Capture The Flag]] | * [[Capture The Flag]] - a short list of problems with hints. A good first attempt. | ||
* [https://play.picoctf.org/practice PicoCTF] - practice problems. Requires creating a login. | |||
== Machine Learning == | == Machine Learning == | ||
Revision as of 14:27, 14 November 2025
This page contains activities for when people (e.g., high school students) come to visit the university.
Computers in TC CS Classrooms
If you are visiting computer science at ISU, the computers in the classroom might have guest accounts enabled so that you can use the computers for your activities. If so, the login information will be on the board.
Cyber Capture the Flag
A cyber capture the flag contest or activity involves using computer skills to figure out clues. This could involve programming, connecting to servers, looking at source code of webpages, decrypting messages, and more.
Here are some to try out...
- Capture The Flag - a short list of problems with hints. A good first attempt.
- PicoCTF - practice problems. Requires creating a login.
Machine Learning
Machine learning includes very many different techniques to "teach" computer algorithms to do well at tasks that humans are normally good at.
Some activities to try out...
- Google Teachable Machine - you provide images or audio, and a machine learning model is created to classify into different classes. For example, is a picture a cat or a dog.