Complete study guide for Course Unit 3. Master the Systematic Literature Review (SLR) protocol, the 4-Stage PRISMA framework, digital search strategies (ACM, IEEE), reference tools (Zotero/Mendeley), and Harvard citation rules.
A Literature Review is a critical synthesis of existing academic publications relevant to a research problem. It is NOT a simple summary or chronological listing of papers ("Author A said X, Author B said Y").
Pinpoints contradictions, unaddressed edge cases, outdated benchmark assumptions, or unsolved technical limitations in published work.
Prevents redundant research by evaluating algorithms, datasets, and architectures that have already been tested or proven inefficient.
Situate your study within established frameworks, paradigms, and mathematical foundations.
Identifies state-of-the-art baseline models against which your new CS artifact or algorithm will be empirically evaluated.
A Systematic Literature Review (SLR) follows a repeatable, audit-ready protocol to collect and analyze all relevant studies answering specific Research Questions.
Execute structured search queries across digital databases (ACM Digital Library, IEEE Xplore, Scopus, Google Scholar). Record initial total hits (e.g., N = 1,420 records).
Remove duplicate papers across databases. Screen titles, abstracts, and keywords against explicit inclusion/exclusion criteria (e.g., retain N = 380 records).
Retrieve full-text PDFs. Assess full articles against methodological rigor, publication quality, and direct relevance (e.g., exclude non-peer-reviewed preprints, retain N = 45 records).
Final corpus of peer-reviewed articles included in qualitative synthesis and quantitative meta-analysis (e.g., Final N = 28 primary studies).
Standard IMRaD (Introduction, Methods, Results, and Discussion) structures standalone journal articles well, but final-year CS research theses require a dedicated Chapter 2: Literature Review and Chapter 3: System Architecture & Artifact Design to properly dissect complex technical dependencies.
| Database | Primary Domain Focus | Special Features |
|---|---|---|
| ACM Digital Library | Core Computer Science theory, software engineering, systems. | High peer-review rigor, authoritative ACM Computing Classification System (CCS). |
| IEEE Xplore | Electrical engineering, computer networking, hardware, signal processing. | Standards documentation (IEEE 802.11, etc.), hardware benchmarks. |
| Google Scholar | Broad interdisciplinary coverage, gray literature, citations. | Massive index, but includes unvetted preprints; requires manual filtering. |
("microservice architecture" OR "serverless") AND ("latency optimization" OR "cold start") AND NOT ("monolith")
Reference managers like Zotero and Mendeley store metadata, generate automatically formatted bibliographies, and export BibTeX files for LaTeX integration.