Academy Sw3d Quiz
Questions covering the core concepts, tools, and real-world scenarios IT professionals encounter in Academy Sw3d.
This category currently has 40 questions in the SERVBG quiz bank. Below are a few sample questions: the full interactive quiz shuffles through the whole set with instant scoring.
Sample questions
In a raycaster, how many rays are cast to fill a 320x200 screen?
- 64000 — one per pixel
- 64 — one per texture row
- 320 — one per screen column
- 200 — one per scanline
- 1 — one per frame
What year did Wolfenstein 3D ship?
- 1989
- 1993
- 1992
- 1995
- 1996
What screen resolution did Wolfenstein 3D run at?
- 640x400
- 320x200
- 320x240
- 640x480
- 256x192
In the tile map used by a raycaster, what does a cell value of 0 mean?
- An unlit sector
- A solid wall with no texture
- A ceiling tile
- The player's starting cell
- Empty floor the player can walk through
What does DDA stand for in a raycaster's inner loop?
- Double-buffered draw algorithm
- Depth discard array
- Digital differential analyser
- Dynamic distance approximation
- Direct depth addressing
Related categories
Python (Coding)
Python syntax and standard-library usage, from quick scripts to full applications.
JavaScript (Coding)
Core JavaScript behavior and async patterns, including the quirks that trip up beginners and veterans alike.
Linux
Linux command-line usage, file permissions, process management. The daily admin tasks.
Security
General information security concepts: common threats and standard defenses.
Hardware
Hardware components, how they interact, and basic troubleshooting to keep systems running.