This term describes the physical components of a computer, such as the CPU, RAM, and motherboard.
What is hardware?
This device displays visual output from your computer and connects via HDMI or VGA.
What is a monitor?
This file system is used by Windows and supports large file sizes, encryption, and permissions.
What is NTFS?
This is the first step in the troubleshooting process, where you gather details about the issue.
What is identifying the problem?
This programming concept allows code to run continuously until interrupted.
What is a loop?
This binary digit is the smallest unit of data in a computer.
What is a bit?
This Windows tool allows users to view active applications and end unresponsive ones.
What is Task Manager?
This setting in most browsers allows users to prevent websites from storing cookies or history.
What is private browsing or incognito mode?
This common tool is used to test whether a device can reach another on a network. (We used it when we setup our virtual servers, Proxmox)
What is ping?
This programming language is widely used for teaching and automation and is known for its readable syntax.
What is Python?
This part of the IPOS cycle is responsible for delivering results to the user.
What is output?
This type of memory is used to store data temporarily while the computer is on.
What is Ram? (Random Access Memory)
This cloud service model provides developers with tools and infrastructure to build and deploy applications
What is PaaS? (Platform as a Service)
This support method allows a technician to access and control a user's system from another location.
What is remote access or remote support?
This term describes errors in code that prevent the program from running correctly.
What are bugs or syntax errors?
This type of data is made up of only two possible values, often used in logical decision-making. (True or False)
What is Boolean data?
This Windows command-line shell enables task automation and configuration management.
What is PowerShell?
This virtualization software lets users run another operating system within a host machine while still operating in an operating system.
What is a Type 2 hypervisor?
This is a structured plan created after identifying a problem, used to resolve and document the issue.
What is an action plan? (usually in Implement Theory)
We use these as conditional access to test if a condition is met.
What are conditional access statements or if statements?
This type of intellectual property protects the expression of creative works like software, but not the idea itself.
What is copyright?
This Windows feature uses a reserved portion of your hard drive to simulate RAM when physical memory runs low.
What is virtual memory or the paging file?
his branch of AI focuses on enabling machines to interpret and understand human language.
What is Natural Language Processing (NLP) Also will take LLM.
This troubleshooting step ensures that users confirm the problem is fully resolved and no new issues were introduced
What is verify functionality?
This version control system allows developers to track changes in code and collaborate with others efficiently.
What is Git?