Cite This Page
Bibliographic details for FAQ
- Page name: FAQ
- Author: Computer Science at Indiana State University contributors
- Publisher: Computer Science at Indiana State University.
- Date of last revision: 12 August 2026 01:08 UTC
- Date retrieved: 11 September 2026 13:59 UTC
- Permanent URL: https://cs.indstate.edu/web/index.php?title=FAQ&oldid=888
- Page Version ID: 888
Citation styles for FAQ
FAQ. (2026, August 12). Computer Science at Indiana State University. Retrieved 13:59, September 11, 2026 from https://cs.indstate.edu/web/index.php?title=FAQ&oldid=888.
"FAQ." Computer Science at Indiana State University. 12 Aug 2026, 01:08 UTC. 11 Sep 2026, 13:59 <https://cs.indstate.edu/web/index.php?title=FAQ&oldid=888>.
Computer Science at Indiana State University contributors, 'FAQ', Computer Science at Indiana State University, 12 August 2026, 01:08 UTC, <https://cs.indstate.edu/web/index.php?title=FAQ&oldid=888> [accessed 11 September 2026]
Computer Science at Indiana State University contributors, "FAQ," Computer Science at Indiana State University, https://cs.indstate.edu/web/index.php?title=FAQ&oldid=888 (accessed September 11, 2026).
Computer Science at Indiana State University contributors. FAQ [Internet]. Computer Science at Indiana State University; 2026 Aug 12, 01:08 UTC [cited 2026 Sep 11]. Available from: https://cs.indstate.edu/web/index.php?title=FAQ&oldid=888.
FAQ, https://cs.indstate.edu/web/index.php?title=FAQ&oldid=888 (last visited September 11, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Computer Science at Indiana State University",
title = "FAQ --- Computer Science at Indiana State University{,} ",
year = "2026",
url = "https://cs.indstate.edu/web/index.php?title=FAQ&oldid=888",
note = "[Online; accessed 11-September-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 = "FAQ --- Computer Science at Indiana State University{,} ",
year = "2026",
url = "\url{https://cs.indstate.edu/web/index.php?title=FAQ&oldid=888}",
note = "[Online; accessed 11-September-2026]"
}