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: 5 June 2026 02:03 UTC
- Date retrieved: 19 July 2026 05:53 UTC
- Permanent URL: https://cs.indstate.edu/web/index.php?title=FAQ&oldid=864
- Page Version ID: 864
Citation styles for FAQ
FAQ. (2026, June 5). Computer Science at Indiana State University. Retrieved 05:53, July 19, 2026 from https://cs.indstate.edu/web/index.php?title=FAQ&oldid=864.
"FAQ." Computer Science at Indiana State University. 5 Jun 2026, 02:03 UTC. 19 Jul 2026, 05:53 <https://cs.indstate.edu/web/index.php?title=FAQ&oldid=864>.
Computer Science at Indiana State University contributors, 'FAQ', Computer Science at Indiana State University, 5 June 2026, 02:03 UTC, <https://cs.indstate.edu/web/index.php?title=FAQ&oldid=864> [accessed 19 July 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=864 (accessed July 19, 2026).
Computer Science at Indiana State University contributors. FAQ [Internet]. Computer Science at Indiana State University; 2026 Jun 5, 02:03 UTC [cited 2026 Jul 19]. Available from: https://cs.indstate.edu/web/index.php?title=FAQ&oldid=864.
FAQ, https://cs.indstate.edu/web/index.php?title=FAQ&oldid=864 (last visited July 19, 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=864",
note = "[Online; accessed 19-July-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=864}",
note = "[Online; accessed 19-July-2026]"
}