Cite This Page
Bibliographic details for Program design and implementation (CAS HEiE)
- Page name: Program design and implementation (CAS HEiE)
- Author: ArboresTechWiki contributors
- Publisher: ArboresTechWiki, Digital Empowerment.
- Date of last revision: 3 April 2023 13:44 UTC
- Date retrieved: 11 May 2026 20:32 UTC
- Permanent URL: http://w.arbores.tech/w/index.php?title=Program_design_and_implementation_(CAS_HEiE)&oldid=21090
- Page Version ID: 21090
Citation styles for Program design and implementation (CAS HEiE)
APA style
Program design and implementation (CAS HEiE). (2023, April 3). ArboresTechWiki, Digital Empowerment. Retrieved 20:32, May 11, 2026 from http://w.arbores.tech/w/index.php?title=Program_design_and_implementation_(CAS_HEiE)&oldid=21090.
MLA style
"Program design and implementation (CAS HEiE)." ArboresTechWiki, Digital Empowerment. 3 Apr 2023, 13:44 UTC. 11 May 2026, 20:32 <http://w.arbores.tech/w/index.php?title=Program_design_and_implementation_(CAS_HEiE)&oldid=21090>.
MHRA style
ArboresTechWiki contributors, 'Program design and implementation (CAS HEiE)', ArboresTechWiki, Digital Empowerment, 3 April 2023, 13:44 UTC, <http://w.arbores.tech/w/index.php?title=Program_design_and_implementation_(CAS_HEiE)&oldid=21090> [accessed 11 May 2026]
Chicago style
ArboresTechWiki contributors, "Program design and implementation (CAS HEiE)," ArboresTechWiki, Digital Empowerment, http://w.arbores.tech/w/index.php?title=Program_design_and_implementation_(CAS_HEiE)&oldid=21090 (accessed May 11, 2026).
CBE/CSE style
ArboresTechWiki contributors. Program design and implementation (CAS HEiE) [Internet]. ArboresTechWiki, Digital Empowerment; 2023 Apr 3, 13:44 UTC [cited 2026 May 11]. Available from: http://w.arbores.tech/w/index.php?title=Program_design_and_implementation_(CAS_HEiE)&oldid=21090.
Bluebook style
Program design and implementation (CAS HEiE), http://w.arbores.tech/w/index.php?title=Program_design_and_implementation_(CAS_HEiE)&oldid=21090 (last visited May 11, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "ArboresTechWiki",
title = "Program design and implementation (CAS HEiE) --- ArboresTechWiki{,} Digital Empowerment",
year = "2023",
url = "http://w.arbores.tech/w/index.php?title=Program_design_and_implementation_(CAS_HEiE)&oldid=21090",
note = "[Online; accessed 11-May-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 = "ArboresTechWiki",
title = "Program design and implementation (CAS HEiE) --- ArboresTechWiki{,} Digital Empowerment",
year = "2023",
url = "\url{http://w.arbores.tech/w/index.php?title=Program_design_and_implementation_(CAS_HEiE)&oldid=21090}",
note = "[Online; accessed 11-May-2026]"
}