Computing Platform Requirements
📖 Scenario: You are planning to build a simple computing platform for a small business. You need to organize the basic requirements clearly to ensure the platform will meet the business needs.
🎯 Goal: Create a clear list of computing platform requirements including hardware, software, and network needs.
📋 What You'll Learn
Define a dictionary named
hardware_requirements with exact keys and valuesCreate a variable named
minimum_ram_gb to specify minimum RAMUse a list named
software_list to hold required software namesAdd a dictionary named
network_requirements with exact keys and values💡 Why This Matters
🌍 Real World
Organizing computing platform requirements is essential when planning IT infrastructure for businesses or projects to ensure all necessary components are included.
💼 Career
IT planners, system administrators, and project managers use such requirement lists to communicate needs clearly to vendors and technical teams.
Progress0 / 4 steps