- ES Español

- EN English

2.17. Specialized Platform Development (SPD)
The Specialized Platform Development (SPD) knowledge area refers to attributes involving the creation of software targeting non-traditional hardware platforms. Developing for each specialized platform, for example, robots, mobile systems, web-based systems, and embedded systems, typically involves unique considerations.
Societal and industry needs have created a high demand for developers on specialized platforms, such as mobile applications, web platforms, robotic platforms, and embedded systems. Some unique professional abilities relevant to this knowledge area include the following:
- Creating applications that provide a consistent user experience across various devices, screen sizes, and operating systems.
- Developing application programming interfaces (APIs) to support the functionality of each specialized platform.
- Managing challenges related to resource constraints such as computation, memory, storage, and networking and communication.
- Applying cross-cutting concerns such as optimization, security, better development practices, etc.
2.17.1. SPD/Common Aspects: Platforms, APIs and Constraints (CS Core: 3 hrs, KA Core: 2 hrs) ↑ Back to top
Topics:
Core
- Overview of development platforms (i.e., web, mobile, game, robotics, embedded, and interactive).
- Input/sensors/control devices/haptic devices
- Resource constraints
- Computational
- Data storage
- Memory
- Communication enumerate
- Requirements - security, uptime availability, fault tolerance Reliability Concepts , Reliability Engineering , Security Design and Controls Engineering , Threat Analysis and Security Engineering , Trusted Computing and Privacy Engineering
- Output/actuators/haptic devices enumerate
- Programming via platform-specific Application Programming Interface (API) vs traditional application construction
- Programming under platform constraints and requirements (e.g., available development tools, development, security considerations) AI and Hardware Security , Access Control and Applications , Security Mindset and Principles
Learning Outcomes:
Core:
- List the constraints of mobile programming [List]
2.17.2. SPD/Common Aspects: Platform Languages and Web Programming Patterns (CS Core: 2 hrs, KA Core: 1 hr) ↑ Back to top
Topics:
Core
- Overview of platform Languages (e.g., Python, Swift, Lua, Kotlin)
- Techniques for learning and mastering a platform-specific programming language
Learning Outcomes:
Core:
- List the characteristics of scripting languages [List]
- Describe the three-tier model of web programming [Describe]
- Describe how the state is maintained in web programming [Describe]
2.17.3. SPD/Frontend, Frameworks and Web Standards (KA Core: 3 hrs) ↑ Back to top
Covers web programming languages, frameworks, the SaaS model, web standards (DOM, accessibility), and security and privacy considerations.
Topics:
Core
- Web programming languages (e.g., HTML5, JavaScript, Typescript, CSS)
- Web platforms, frameworks, or meta-frameworks
- Cloud services
- API, Web Components enumerate
- Software as a Service (SaaS)
- Web standards such as document object model, accessibility Accessibility and Inclusive Design
- Security and Privacy Considerations Computer Crimes and Attacks , Security Laws, Policies and Responsibility
Learning Outcomes:
Core:
- Compare and contrast web programming with general-purpose programming [Compare]
- Describe the differences between Software-as-a-Service (SaaS) and traditional software products [Describe]
- Discuss how web standards impact software development [Debate]
- Evaluate an existing web application against current web standards [Evaluate]
2.17.4. SPD/Cloud Architecture and Data Management (KA Core: 3 hrs) ↑ Back to top
Covers requirements analysis for web applications, cloud computing services, data management, architectures (microservices, serverless, event-driven), and storage solutions.
Topics:
Non Core
- Analyzing requirements for web applications
- Computing services NoSQL Systems
- Cloud Hosting
- Scalability (e.g., Autoscaling, Clusters)
- Cost estimation for services enumerate
- Data management Core Database System Concepts
- Data residency: where the data is located and what paths can be taken to access it
- Data integrity: guaranteeing data is accessible and that data is deleted when required enumerate
- Architecture
- Monoliths vs Microservices
- Micro-frontends
- Event-Driven vs RESTful architectures: advantages and disadvantages
- Serverless, cloud computing on demand enumerate
- Storage solutions NoSQL Systems , Relational Databases
- Relational Databases
- NoSQL databases enumerate
Learning Outcomes:
Core:
- Design and implement a web-based application using a microservice architecture design [Design]
- Describe the constraints, such as hosting, services, and scalability, related to web platforms [Describe]
2.17.5. SPD/Mobile Platforms: Development Fundamentals (KA Core: 2 hrs) ↑ Back to top
Topics:
Core
- Development with
- Mobile programming languages
- Mobile programming environments enumerate
- Mobile platform constraints
- User interface design Understanding the User: Individual goals and interactions with others
- Security enumerate
- Access
- Accessing data through APIs Query Construction
- Designing API endpoints for mobile apps: pitfalls and design considerations
- Network and web interfaces Data Modeling , Fundamentals of Networks and Communications enumerate
Learning Outcomes:
Core:
- Compare mobile programming with general-purpose programming [Compare]
- Evaluate the pros and cons of native and cross-platform mobile application development [Evaluate]
2.17.6. SPD/Mobile Platforms: Architecture and Constraints (KA Core: 2 hrs) ↑ Back to top
Topics:
Non Core
- Development
- Native versus cross-platform development
- Software design/architecture patterns for mobile applications API Design and Modeling , Principles and Software Architecture , Software Design Quality and Evaluation enumerate
- Mobile platform constraints
- Responsive user interface design Accessibility and Inclusive Design
- Heterogeneity and mobility of devices
- Differences in user experiences (e.g., between mobile and web-based applications)
- Power and performance tradeoff enumerate
- Specification and testing Software Development Practices , Performance Testing and Benchmarking , Testing Tools and Analysis , Verification and validation Concepts , Test Planning and Types , Advanced Testing Practices
Learning Outcomes:
NonCore:
- Design the architecture of a mobile application applying appropriate software design patterns, justifying the choice between native and cross-platform development [Design]
- Evaluate the constraints of a given mobile platform (responsive UI, device heterogeneity, energy-performance tradeoffs) when specifying and testing an application [Evaluate]
2.17.7. SPD/Mobile Platforms: Capabilities and Asynchronous Computing (KA Core: 1 hr) ↑ Back to top
Topics:
Non Core
- Mobile computing affordances
- Location-aware applications
- Sensor-driven computing (e.g., gyroscope, accelerometer, health data from a watch)
- Telephony and instant messaging
- Augmented reality Immersion enumerate
- Asynchronous computing Algorithms
- Difference from traditional synchronous programming
- Handling success via callbacks
- Handling errors asynchronously
- Testing asynchronous code and typical problems in testing enumerate
Learning Outcomes:
Core:
- Develop a location-aware mobile application with data API integration [Create]
- Build a sensor-driven mobile application capable of logging data on a remote server [Create]
- Create a communication app incorporating telephony and instant messaging [Create]
2.17.8. SPD/Robot Platforms (KA Core: 4 hrs) ↑ Back to top
Topics:
Core
- Types of robotic platforms and devices Robotics
- Sensors, embedded computation, and effectors (actuators) Tangible/Physical Computing
- Robot-specific languages and libraries Robotics
- Robotic software architecture (e.g., using the Robot Operating System (ROS))
- Robotic platform constraints and design considerations Robotics
- Interconnections with physical or simulated systems Simulation , Tangible/Physical Computing
- Robotic Algorithms Robotics , Computer Animation
- Forward kinematics
- Inverse kinematics
- Dynamics
- Navigation and path planning
- Grasping and manipulation enumerate
- Safety and interaction considerations Digital Equity and Accessibility , Social Impact and AI , Ethics Codes and Legal Accountability , Professional Responsibility and Public Policy , Professional Values, Nature and Continuing Development , Ethical Dissent and Cultural Context , Workplace Ethics
Learning Outcomes:
Core:
- Design and implement an application on a given robotic platform [Design]
- Integrate an Arduino-based robot kit and program it to navigate a maze [Integrate]
- Compare robot-specific languages and techniques with those used for general-purpose software development [Compare]
- Explain the rationale behind the design of the robotic platform and its interconnections with physical or simulated systems [Explain]
- Given a high-level application, design a robot software architecture using ROS specifying all components and interconnections (ROS topics) to accomplish that application [Design]
- Discuss the constraints a given robotic platform imposes on developers [Debate]
2.17.9. SPD/Embedded Characteristics and Architectures (KA Core: 1 hr) ↑ Back to top
Covers the unique characteristics of embedded systems compared to other systems, APIs for custom architectures (GPU, FPGA), and the evaluation of architectures according to requirements.
Topics:
Core
- Introduction to the unique characteristics of embedded systems
- Real-time vs soft real-time and non-real-time systems
- Resource constraints, such as memory profiles and deadlines Memory Hierarchy enumerate
- API for custom architectures
- GPU technology Heterogeneous Architectures , Shading and Advanced Rendering
- Field Programmable Gate Arrays (FPGA) Digital Logic and Digital Systems
- Cross-platform systems enumerate
Learning Outcomes:
Core:
- Describe the unique characteristics of embedded systems versus other systems [Describe]
- Identify different types of embedded architectures [Analyze]
- Evaluate which architecture is best for a given set of requirements [Evaluate]
2.17.10. SPD/Systems, Programming and Sensors (KA Core: 2 hrs) ↑ Back to top
Covers embedded systems with microcontrollers, interrupts and energy efficiency, embedded programming, and interfacing with sensors and actuators.
Topics:
Core
- Embedded Systems
- Microcontrollers
- Interrupts and feedback
- Interrupt handlers in high-level languages Hardware Components and Logic , Layers, Abstractions and Scalability
- Hard and soft interrupts and trap-exits Principles of Operating System
- Interacting with hardware, actuators, and sensors
- Energy efficiency
- Loosely timed coding and synchronization
- Software adapters enumerate
- Embedded programming
- Sensors and actuators
Learning Outcomes:
Core:
- Interface with sensors/actuators [Program]
- Debug a problem with an existing embedded platform [Analyze]
- Design and develop software to interact with and control hardware [Design]
2.17.11. SPD/Real-Time, Memory and Verification (KA Core: 3 hrs) ↑ Back to top
Covers hard and soft real-time systems, real-time and memory resource management, safety considerations, analysis and verification, and embedded application design.
Topics:
Core
- Hard real-time systems vs soft real-time systems Real-time and Embedded Systems
- Timeliness
- Time synchronization/scheduling
- Prioritization
- Latency
- Compute jitter enumerate
- Real-time resource management
- Memory management
- Mapping programming construct (variable) to a memory location Memory Hierarchy
- Shared memory Memory Management
- Manual memory management.
- Garbage collection Language Translation and Execution enumerate
- Safety considerations and safety analysis Digital Equity and Accessibility , Social Impact and AI , Ethics Codes and Legal Accountability , Professional Responsibility and Public Policy , Professional Values, Nature and Continuing Development , Ethical Dissent and Cultural Context , Workplace Ethics
- Analysis and verification
- Application design
Learning Outcomes:
Core:
- Design and implement a small embedded system for a given platform (e.g., a smart alarm clock or a drone) [Design]
- Design methods for real-time systems [Design]
- Evaluate real-time scheduling and schedulability analysis [Evaluate]
- Evaluate formal specification and verification of timing constraints and properties [Evaluate]
2.17.12. SPD/Platform History, Types and Characteristics (KA Core: 1 hr) ↑ Back to top
Covers the historical evolution of game platforms, typical platform types, and their technical characteristics and constraints.
Topics:
Core
- Evolution of Game Platforms (e.g., Brown Box to Metaverse and beyond; improvement in computing architectures (CPU and GPU); platform convergence and mobility) Digital Logic and Digital Systems
- Typical Game Platforms (e.g., Personal Computer; Home Console; Handheld Console; Arcade Machine; Interactive Television; Mobile Phone; Tablet; Integrated Head-Mounted Display; Immersive Installations and Simulators; Internet of Things enabled Devices; CAVE Systems; Web Browsers; Cloud-based Streaming Systems)
- Characteristics and Constraints of Different Game Platforms (e.g., features: local storage, internetworking, peripherals; run-time performance: GPU/CPU frequency, number of cores; chipsets: physics processing units, vector co-processors; expansion bandwidth (PCIe); network throughput (Ethernet); memory types and capacities (DDR/GDDR); maximum stack depth; power consumption; thermal design; Endian)
Learning Outcomes:
Core:
- Describe the key constraints a specific game platform will likely impose on developers [Describe]
- Compare the interfaces of different game platforms, highlighting their respective implications for human-computer interaction [Compare]
2.17.13. SPD/Sensors, Controllers and eSports Ecosystems (KA Core: 1 hr) ↑ Back to top
Covers typical sensors, controllers and actuators in game platforms, and eSports ecosystems including events, streamed media and professional play.
Topics:
Core
- Typical Sensors, Controllers, and Actuators (e.g., distinctive control system designs - peripherals (mouse, keypad, joystick), game controllers, wearables, interactive surfaces; electronics and bespoke hardware; computer vision, inside-out tracking, and outside-in tracking; IoT-enabled electronics and I/O) Interaction
- eSports Ecosystems (e.g., evolution of gameplay across platforms; games and eSports; game events such as LAN/arcade tournaments and international events such as the Olympic eSports Series; streamed media and spectatorship; multimedia technologies and broadcast management; professional play; data and machine learning for coaching and training)
Learning Outcomes:
Core:
- Explain how eSports are streamed to large audiences over the internet [Explain]
2.17.14. SPD/Architectures and Rendering (KA Core: 1 hr) ↑ Back to top
Covers CPU and GPU architectures for games and pipelines for graphical rendering and physical simulation.
Topics:
Core
- CPU and GPU Architectures (e.g., Flynn's taxonomy; parallelization; instruction sets; standard components - graphics compute array, graphics memory controller, video graphics array basic input/output system; bus interface; power management unit; video processing unit; display interface) Heterogeneous Architectures
- Pipelines for Graphical Rendering and Physical Simulation (e.g., tile-based, immediate-mode) Applied Rendering and Techniques
Learning Outcomes:
Core:
- Recall the characteristics of common general-purpose graphics processing architectures [Recall]
- Identify the key stages of the immediate-mode rendering pipeline [Analyze]
2.17.15. SPD/Algorithms, Media and Virtual Worlds (KA Core: 1 hr) ↑ Back to top
Covers common algorithms, data structures and mathematical functions in games, and media representations in virtual worlds.
Topics:
Core
- Common Contexts for Algorithms, Data Structures, and Mathematical Functions (e.g., game loops; spatial partitioning, viewport culling, and level of detail; collision detection and resolution; physical simulation; behavior for intelligent agents; procedural content generation) Foundational Data Structures , Foundational Algorithms , Advanced Algorithms , Discrete Mathematics
- Media Representations in Virtual Worlds (e.g., I/O and computation techniques for virtual worlds: audio; music; sprites; models and textures; text; dialogue; multimedia (e.g., olfaction, tactile)) Fundamental Concepts of Graphics and Interactive Techniques
Learning Outcomes:
Core:
- Translate complex mathematical functions into performant source code [Translate]
- Optimize a function for processing collision detection in a simulated environment [Create]
2.17.16. SPD/Languages, APIs and Development Tools (KA Core: 1 hr) ↑ Back to top
Covers programming and shading languages, graphics APIs and libraries, and development tools and environments for games.
Topics:
Core
- Game Development Tools and Techniques
- Programming Languages (e.g., C++; C#; Lua; Python; JavaScript)
- Shader Languages (e.g., HLSL, GLSL; Shader Graph)
- Graphics Libraries and APIs (e.g., DirectX; SDL; OpenGL; Metal; Vulkan; WebGL). Applied Rendering and Techniques , System Design
- Common Development Tools and Environments (e.g., IDEs; Debuggers; Profilers; Version Control Systems including those handling binary assets; Development Kits and Production/Consumer Kits; Emulators) Software Development Practices , Development Environment and IDE , Version Control and CI/CD enumerate
Learning Outcomes:
Core:
- Use an industry-standard graphics API to render a 3D model in a virtual scene [Use]
- Modify a shader to change a visual effect according to stated requirements [Create]
- Recommend an appropriate set of development tools and techniques for implementing a game of a particular genre for a given platform [Recommend]
2.17.17. SPD/Game Engines (KA Core: 1 hr) ↑ Back to top
Covers open-source game engines and production techniques, quality assurance, optimization, porting and internationalization.
Topics:
Core
- Game Engines
- Open Game Engines (e.g., Unreal; Unity; Godot; CryEngine; Phyre; Source 2; Pygame and Ren'Py; Phaser; Twine; Spring RTS)
- Techniques (e.g., Ideation, Prototyping, Iterative Design and Implementation, Compiling Executable Builds, Development Operations and Quality Assurance - Play Testing and Technical Testing, Profiling; Optimization, Porting; Internationalization and Localization, Networking) Performance and Energy Efficiency , Requirements Engineering , Requirements Evolution and Estimation enumerate
Learning Outcomes:
Core:
- Implement a game for a particular platform according to the specification [Implement]
- Assess a game's run-time and memory performance using an industry-standard tool and development environment [Assess]
- Discuss the key challenges in making a digital game that is cross-platform compatible [Debate]
2.17.18. SPD/Game Design Foundations (KA Core: 1 hr) ↑ Back to top
Covers game design vocabulary and models, design thinking and user-centred experience design.
Topics:
Core
- Game Design Vocabulary (e.g., game definitions; mechanics-dynamics-aesthetics model; industry terminology; experience design; models of experience and emotion)
- Design Thinking and User-Centered Experience Design (e.g., methods of designing games; iteration, incrementing, and the double-diamond; phases of pre- and post-production; quality assurance, including alpha and beta testing; stakeholder and customer involvement; community management) API Design and Modeling , Principles and Software Architecture , Software Design Quality and Evaluation
Learning Outcomes:
Core:
- Express how game developers can enhance the accessibility of a game interface [Demonstrate]
2.17.19. SPD/Genres, Audiences and Social Reach (KA Core: 1 hr) ↑ Back to top
Covers game genres, audiences and player taxonomies, and the proliferation of game technologies to domains beyond entertainment.
Topics:
Core
- Game Genres (e.g., adventure; walking simulator; first-person shooter; real-time strategy; multiplayer online battle arena (MOBA); role-playing game (rpg))
- Audiences and Player Taxonomies (e.g., people who play games; diversity and broadening participation; pleasures, player types, and preferences; Bartle, Yee) Understanding the User: Individual goals and interactions with others
- Proliferation of Digital Game Technologies to Domains Beyond Entertainment (e.g., Education and Training; Serious Games; Virtual Production; eSports; Gamification; Immersive Experience Design; Creative Industry Practice; Artistic Practice; Procedural Rhetoric) AI Applications and Societal Impact , Additional AI Applications and Societal Impact
Learning Outcomes:
Core:
- Create novel forms of gameplay using frontier game platforms [Create]
2.17.20. SPD/Interactive Data and Analytics Platforms (KA Core: 2 hrs) ↑ Back to top
Covers interactive data analysis platforms such as Jupyter notebooks, Google Colab, R, cloud SQL platforms, and design tools with low-latency feedback loops.
Topics:
Non Core
- Computational Notebook Platforms (e.g., Jupyter notebooks; Google Colab; R; SPSS; Observable)
- Cloud SQL and Data Analysis Platforms (e.g., BigQuery) Query Construction
- Apache Spark
- Data Visualizations Visualization enumerate
- Interactive Presentations Backed by Data
- Design Tools Requiring Low-Latency Feedback Loops
- Rendering tools
- Graphic design tools enumerate
Learning Outcomes:
NonCore:
- Analyze large datasets interactively [Analyze]
- Create a backing track for a musical performance, such as live coding [Create]
- Create compelling computational notebooks that construct a narrative for a given journalistic goal/story [Create]
- Implement interactive code that uses a dataset and generates exploratory graphics [Implement]
- Contextualize the attributes of different data analysis styles, such as interactive vs engineered pipeline [Contextualize]
- Write a program using a notebook computing platform (e.g., searching, sorting, or graph manipulation) [Write]
2.17.21. SPD/AI Programming and Quantum Platforms (KA Core: 1 hr) ↑ Back to top
Covers prompt programming with large language models (LLMs) and generative AI, and quantum platforms for programming quantum logic operators and available quantum services.
Topics:
Non Core
- Prompt programming
- Generative AI (e.g., OpenAI's ChatGPT, OpenAI's Codex, GitHub's Copilot) and LLMs are accessed/interacted enumerate
- Quantum Platforms Quantum Architectures
- Program quantum logic operators in quantum machines.
- Use API for available quantum services
- Signal analysis/Fourier analysis/Signal processing (for music composition, audio/RF analysis) Image Processing enumerate
Learning Outcomes:
NonCore:
- Create a program that performs a task using LLM systems [Create]
- Contrast a program developed by an AI platform and by a human [Contrast]
- Implement a system that interacts with a human without using a screen [Implement]
- Demonstrate a quantum gate outcome using a quantum platform [Demonstrate]
2.17.22. SPD/SPD-SEP/Mobile ↑ Back to top
Topics:
Non Core
- Privacy and data protection
- Accessibility in mobile design
- Security and cybersecurity
- Social impacts of mobile technology
- Ethical use of AI and algorithms
Learning Outcomes:
NonCore:
- Understand and uphold ethical responsibilities for safeguarding user privacy and data protection in mobile applications [Assess]
- Design mobile applications with accessibility in mind, ensuring effective use by people with disabilities [Design]
- Demonstrate proficiency in secure coding practices to mitigate risks associated with various security threats in mobile development [Demonstrate]
- Analyze the broader social impacts of mobile technology, including its influence on communication patterns, relationships, and mental health [Analyze]
- Comprehend the ethical considerations of using AI in mobile applications, ensuring unbiased and fair algorithms [Explain]
2.17.23. SPD/SPD-SEP/Web ↑ Back to top
Topics:
Non Core
- Privacy concerns with mobile apps
- Designing for inclusivity and accessibility
- Ethical use of AI in mobile apps
- Sustainable app development and server hosting
- Avoiding spam or intrusive notifications
- Addressing cyberbullying and harassment
- Promoting positive online communities
- Monetization and advertising
- Ethical use of gamification
Learning Outcomes:
NonCore:
- Understand how mobile computing impacts communications and the flow of information within society [Analyze]
- Design mobile apps that have made daily tasks easier/faster [Design]
- Recognize how the ubiquity of mobile computing has affected work-life balance [Recognize]
- Understand how mobile computing impacts health monitoring and healthcare services [Analyze]
- Define how mobile apps are used to educate about and help achieve UN sustainability goals [Define]
2.17.24. SPD/Intellectual Property in Games ↑ Back to top
Covers intellectual property rights in the creative industries, including copyright, trademarks, licensing and enforcement.
Topics:
Non Core
- Intellectual Property Rights in Creative Industries
- Intellectual Property Ownership: copyright, trademark; design right, patent, trade secret, civil versus criminal law; international agreements; procedural content generation and the implications of generative artificial intelligence
- Licensing: Usage and fair usage exceptions; open-source license agreements; proprietary and bespoke licensing; enforcement enumerate
Learning Outcomes:
NonCore:
- Discuss how creators can protect their intellectual property [Debate]
- Compare options for open-source licensing of a game development tool [Compare]
2.17.25. SPD/Game Interface and Accessibility ↑ Back to top
Covers the usability and accessibility of game interfaces, including heuristic evaluation methods and design for players with disabilities.
Topics:
Non Core
- Fair Access to Play
- Game Interface Usability: user requirements, affordances, ergonomic design, user research, experience measurement, and heuristic evaluation methods for games
- Game Interface Accessibility: forms of impairment and disability; means to facilitate game access; universal design; legislated requirements for game platforms; compliance evaluation; challenging game mechanics and access enumerate
Learning Outcomes:
NonCore:
- Identify common pitfalls in game interfaces that exclude players with impaired or non-functional vision [Analyze]
- Describe how heuristic evaluation can be used to identify usability problems in game interfaces [Describe]
- Recommend changes to a specific game interface to improve access to players who are deaf or whose hearing is otherwise impaired [Recommend]
2.17.26. SPD/Health, Safety and Sustainability ↑ Back to top
Covers game-related injuries and their mitigation, risk assessment for events and manufacturing, player mental health, and the supply chain and sustainability of platform hardware.
Topics:
Non Core
- Game-Related Health and Safety
- Injuries in Play: ways of mitigating common upper body injuries, such as repetitive strain injury; exercise psychology and physiotherapy in eSports
- Risk Assessment for Events and Manufacturing: control of substances hazardous to health (COSHH); fire safety; electrical and electronics safety; risk assessment for games and game events; risk assessment for manufacturing
- Mental Health: motivation to play; gamification and gameful design; game psychology - internet gaming disorder enumerate
- Platform Hardware Supply Chain and Sustainability
- Platform Lifecycle: platform composition - materials, assembly; mineral excavation and processing; power usage; recycling; planned obsolescence.
- Modern Slavery: supply chains; forced labor and civil rights; working conditions; detection and remission; certification bodies and charitable endeavors. enumerate
Learning Outcomes:
NonCore:
- Explain why upper body injuries are common in eSports [Explain]
- Modify a policy for a LAN party event to include mitigations that lower the risk of fire [Design]
- Design a gamification strategy to motivate serious play for an awareness-raising game [Design]
- Assess the appropriateness of two manufacturers for producing a new game console [Assess]
- Discuss whether games are addictive [Debate]
2.17.27. SPD/Representation, Inclusion and Equality ↑ Back to top
Covers representation in games media and industry, inclusion of diverse audiences, equality and social mobility in the industry, and the use of games to advocate for social causes.
Topics:
Non Core
- Representation in the Media and Industry
- Inclusion: identity and identification; inclusion of a broad range of characters for diverse audiences; media representation and its effects; media literacy; content analysis; stereotyping; sexualization
- Equality: histories and controversies, such as gamergate, quality of life in the industry, professional discourse and conduct in business contexts, pathways to game development careers, social mobility, the experience of developers from different backgrounds and identities, gender, and technology enumerate
Learning Outcomes:
NonCore:
- Discuss how to reform characters and dialogues in a scene to reduce stereotype threat [Debate]
- Illustrate how the portrayal of race in a game can influence the risk of social exclusion in the associated online community around the game [Apply]
- Analyze the role of company hiring policies and advocacy on social mobility [Analyze]
- Suggest how the portrayal of women in video games influences how players perceive members of those groups [Evaluate]
- Create a video game that successfully advocates for climate science [Create]
2.17.28. SPD/SPD-SEP/Robotics ↑ Back to top
Topics:
Non Core
- Fairness, transparency, and accountability in robotic algorithms
- Mitigating biases in robot decision-making
- Public safety in shared spaces with robots
- Compliance with data protection laws
- Patient consent and trust in medical robots
Learning Outcomes:
NonCore:
- Identify instances of bias in robotic algorithms and propose strategies to mitigate them [Analyze]
- Evaluate and critique robotic systems for ethical and fairness considerations, suggesting improvements where necessary [Evaluate]
- Analyze real-world examples of biases in robot decision-making and develop strategies to reduce bias in robotic systems [Analyze]
- Assess the potential risks associated with robots in public spaces and propose safety measures to mitigate those risks [Assess]
- Evaluate the impact of patient consent and trust on the effectiveness of medical robot deployments in healthcare contexts [Evaluate]
2.17.29. SPD/SPD-SEP/Interactive ↑ Back to top
Topics:
Non Core
- Ethical guidelines when using AI models to assist in journalism and content creation
- Accountability for AI-generated outputs
- Behavior among prompt programmers and AI developers
- Trust with the public when using AI models
Learning Outcomes:
NonCore:
- Indicate a framework for accountability in AI model deployment, including clear documentation and attribution [Evaluate]
- Discuss ethical codes of conduct and professional standards relevant to prompt programming and AI development [Debate]
- Create communication plans and materials to educate the public about AI capabilities, limitations, and ethical safeguards [Create]