Cite This Page
Bibliographic details for CS 151 Spring 2024
- Page name: CS 151 Spring 2024
- Author: Computer Science at Indiana State University contributors
- Publisher: Computer Science at Indiana State University.
- Date of last revision: 19 August 2025 13:29 UTC
- Date retrieved: 10 June 2026 21:20 UTC
- Permanent URL: https://cs.indstate.edu/web/index.php?title=CS_151_Spring_2024&oldid=503
- Page Version ID: 503
Citation styles for CS 151 Spring 2024
CS 151 Spring 2024. (2025, August 19). Computer Science at Indiana State University. Retrieved 21:20, June 10, 2026 from https://cs.indstate.edu/web/index.php?title=CS_151_Spring_2024&oldid=503.
"CS 151 Spring 2024." Computer Science at Indiana State University. 19 Aug 2025, 13:29 UTC. 10 Jun 2026, 21:20 <https://cs.indstate.edu/web/index.php?title=CS_151_Spring_2024&oldid=503>.
Computer Science at Indiana State University contributors, 'CS 151 Spring 2024', Computer Science at Indiana State University, 19 August 2025, 13:29 UTC, <https://cs.indstate.edu/web/index.php?title=CS_151_Spring_2024&oldid=503> [accessed 10 June 2026]
Computer Science at Indiana State University contributors, "CS 151 Spring 2024," Computer Science at Indiana State University, https://cs.indstate.edu/web/index.php?title=CS_151_Spring_2024&oldid=503 (accessed June 10, 2026).
Computer Science at Indiana State University contributors. CS 151 Spring 2024 [Internet]. Computer Science at Indiana State University; 2025 Aug 19, 13:29 UTC [cited 2026 Jun 10]. Available from: https://cs.indstate.edu/web/index.php?title=CS_151_Spring_2024&oldid=503.
CS 151 Spring 2024, https://cs.indstate.edu/web/index.php?title=CS_151_Spring_2024&oldid=503 (last visited June 10, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Computer Science at Indiana State University",
title = "CS 151 Spring 2024 --- Computer Science at Indiana State University{,} ",
year = "2025",
url = "https://cs.indstate.edu/web/index.php?title=CS_151_Spring_2024&oldid=503",
note = "[Online; accessed 10-June-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Computer Science at Indiana State University",
title = "CS 151 Spring 2024 --- Computer Science at Indiana State University{,} ",
year = "2025",
url = "\url{https://cs.indstate.edu/web/index.php?title=CS_151_Spring_2024&oldid=503}",
note = "[Online; accessed 10-June-2026]"
}