1/88
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What OS feature prevents accidental unauthorized access to memory by a program?
The memory protection feature prevents such access.
Which OS is used the most on modern user desktop computers in business environments?
Windows 10 or Windows 11 are the most widely used in business environments.
Which type of computing device is designed to perform a specific task such as controlling a refrigerator, and has less than 64 KB of RAM?
An embedded system is designed for such specific tasks.
Which type of modern computer system is most likely to run a single-tasking OS?
A microcontroller-based system or embedded system is most likely to run a single-tasking OS.
Which OS would you recommend to be used on the computing system that controls the assembly line?
Recommend a real-time operating system (RTOS) because it ensures precise timing, responsiveness, and reliability.
What type of OS is most likely installed on a smartphone that stops music playback when switching apps?
The smartphone most likely has a single-tasking operating system, which allows only one application to run at a time.
Which component is responsible for determining how much CPU time each application gets?
The scheduler is responsible for determining how much CPU time each application gets.
What is the most likely problem if a newly installed network adapter is not detected in Windows?
The most likely problem is that the device driver for the network adapter is not installed or is incompatible.
What command do you need to run first to find the process ID before using the kill PID command?
You need to run the ps command or top command to find the process ID (PID).
What is the most likely reason a device driver cannot be installed on Windows?
The most likely reason is that the driver is not digitally signed or is from an untrusted source.
What process is used by the OS to divide a program into separate parts to be loaded into RAM?
Paging is used to divide a program into parts and load them into RAM as needed.
What process is used to isolate processes to prevent them from interfering with one another?
Process isolation ensures that each process operates in its own memory space.
What type of multitasking is used when the operating system controls the execution of applications?
Preemptive multitasking is used when the OS allocates CPU time to applications.
Which layer of the OS is closest to the hardware?
The kernel is the layer of the OS closest to the hardware.
What is the purpose of the process scheduler?
The process scheduler manages the execution of processes by allocating CPU time and resources to them.
What type of OS is installed on a router?
A network operating system (NOS) is typically installed on a router.
What type of OS is most likely installed on a smartwatch?
A real-time operating system (RTOS) or a specialized embedded OS is most likely installed on a smartwatch.
Was Microsoft correct about not making big changes to client OS since Windows 11 has not been released?
She is incorrect. Microsoft has made significant updates to Windows 10 through biannual feature updates.
What OS is most likely running on a developer's computer that comes preinstalled with programming tools?
The computer is most likely running a Linux-based operating system.
Which Windows component should you investigate if you suspect a problem is related to hardware and software configuration?
Investigate the Windows Registry, which stores hardware and software configuration information.
Which version of Windows first introduced Internet Explorer?
Internet Explorer was first introduced in Windows 95.
In which Windows client OS was the Start button replaced by the Start screen?
The Start button was replaced by the Start screen in Windows 8.
Does macOS allow multiple users to have their own workspaces?
True. macOS supports multiple user accounts, each with its own workspace and preferences.
What should you deploy to assign permissions to files based on content and user properties?
Deploy Dynamic Access Control (DAC).
Was Windows 3.1 the first 32-bit operating system developed by Microsoft?
False. The first 32-bit operating system developed by Microsoft was Windows NT.
What feature in Windows 10 allows sign-in using facial features or fingerprint?
Windows Hello allows sign-in using facial recognition or fingerprints.
What feature of UNIX provides the GUI and is network-enabled?
The X Window System (X11) provides the GUI and is network-enabled.
What is the primary goal of the Kerberos protocol?
The primary goal of the Kerberos protocol is secure authentication and mutual verification of identity over non-secure networks.
Which feature enables the OS to automatically detect newly installed hardware?
Plug and Play (PnP) enables automatic detection of newly installed hardware.
What is the basis of macOS?
The basis of macOS is UNIX.
What program can you use in Linux to manage software packages?
Use the package manager, such as apt (Debian/Ubuntu) or yum/dnf (Red Hat/CentOS).
What type of operating system is used for controlling machinery or equipment in real-time?
A real-time operating system (RTOS) is used for controlling machinery or equipment in real-time.
What was the primary purpose of Microsoft releasing Windows NT?
The primary purpose of Windows NT was to provide a secure, business-oriented OS with advanced networking and 32-bit architecture.
What feature allows administrators to assign file permissions based on business policies?
Dynamic Access Control (DAC) allows permissions to be assigned based on business policies.
Which Windows version introduced preemptive multitasking?
Windows NT introduced preemptive multitasking.
Which file system introduced in Windows 2000 allowed for encryption and large volume sizes?
NTFS (New Technology File System) introduced encryption and support for large volumes.
Which kernel type is used by Linux?
Linux uses a monolithic kernel.
What term is used for virtual machines sharing a single hypervisor?
Guest OS refers to virtual machines sharing the same hypervisor.
What type of hypervisor runs directly on hardware?
A Type 1 hypervisor runs directly on hardware, often called a bare-metal hypervisor.
What type of hypervisor requires an underlying host OS to run?
A Type 2 hypervisor runs on a host OS.
What is the primary advantage of using a Type 1 hypervisor?
A Type 1 hypervisor offers better performance and efficiency as it runs directly on hardware.
Which Linux feature allows multiple users to execute commands simultaneously?
Multitasking in Linux allows multiple users to execute commands simultaneously.
Which file system is used by macOS?
macOS uses APFS (Apple File System).
What term describes the process of running multiple operating systems on one physical machine?
This process is called virtualization.
What is the primary function of the Windows Registry?
The Windows Registry stores hardware and software configuration settings.
What operating system introduced the Start menu and taskbar?
The Start menu and taskbar were introduced in Windows 95.
What protocol is used for secure authentication and verification over non-secure networks?
The Kerberos protocol provides secure authentication and mutual verification.
Which feature allows facial recognition or fingerprint login?
Windows Hello enables facial recognition or fingerprint login.
Which Linux distribution is commonly used for cybersecurity and forensics?
Kali Linux is used for cybersecurity and forensics.
What feature in Windows allows switching between multiple sets of open applications?
Virtual Desktops in Windows allow switching between multiple sets of open applications.
Which technology extends beyond virtual machines to include virtual storage and networking?
Cloud computing extends to virtual machines, virtual storage, and networking.
What tool provides centralized management of servers and roles in Windows Server?
Server Manager allows centralized management of servers.
What installation option of Windows Server has a minimal footprint and no local logon?
Server Core has a minimal footprint and does not support local logon.
What feature introduced in Windows Server 2012 allows creating virtual disks with fault tolerance?
Storage Spaces allow virtual disks with fault-tolerant configurations.
What process helps servers share processor load?
Load balancing distributes the server processor load.
Which multitasking method prevents applications from crashing the OS by prioritizing tasks?
Preemptive multitasking prevents crashes by prioritizing tasks efficiently.
What system introduced read-only domain controllers for enhanced security?
Windows Server 2008 introduced Read-Only Domain Controllers (RODC) for security.
What file system feature ensures data authentication in transit?
IPsec ensures data authentication and encryption during transmission.
What allows administrators to assign file permissions based on user attributes?
Dynamic Access Control (DAC) uses file properties and user attributes for permissions.
What protocol is used to encrypt and secure remote access to a network?
VPN (Virtual Private Network) is used for encrypted remote network access.
What feature of UNIX provides a network-enabled GUI?
The X Window System (X11) provides a network-enabled GUI for UNIX.
What is the primary goal of the Kerberos protocol?
To provide secure authentication and mutual identity verification over non-secure networks.
What feature in Windows 10 lets users organize applications using the Windows+Ctrl+D shortcut?
Virtual Desktops allow users to organize and switch between application sets.
What installation option was introduced in Windows Server 2008 with a limited GUI?
Server Core was introduced with a limited GUI.
What Windows feature expands sign-in options using facial recognition or fingerprints?
Windows Hello supports facial and fingerprint-based sign-ins.
What OS specializes in cybersecurity tools for penetration testing and forensics?
Kali Linux is designed for cybersecurity and forensic tools.
What service in Windows Server allows creating user accounts and configuring security policies?
Active Directory manages user accounts and security policies.
What CPU feature allows simultaneous execution of multiple parts of an application?
Multithreading enables the simultaneous execution of application threads.
What process refers to the CPU switching tasks between applications?
Context switching is the CPU's process of managing multiple tasks.
What is the first 32-bit operating system developed by Microsoft?
Windows NT was the first 32-bit OS developed by Microsoft.
What was the major change introduced with macOS Snow Leopard?
64-bit support became standard.
Which Windows Server feature introduced in Windows Server 2012 enables the creation of virtual disks?
Storage Spaces allow creating virtual disks.
What feature in Windows OSs solved the issue of crashes caused by misbehaving applications?
The introduction of preemptive multitasking solved this issue.
What security feature ensures authentication and encryption of data traveling between clients and servers?
IPsec ensures data authentication and encryption.
What Linux-based OS is commonly preinstalled with development tools like Python and a C compiler?
Linux often comes preinstalled with tools for software development.
What is the reset vector and where does it point?
The reset vector is a predefined memory address containing the bootstrap loader code.
Which CPU operating mode allows execution of restricted instructions and memory access?
Privileged mode (kernel mode) allows access to restricted CPU instructions.
What OS feature lets the system detect newly installed hardware?
Plug and Play (PnP) enables automatic hardware detection.
What technique distributes processing load across multiple linked servers?
Load balancing distributes the server processing load.
Which version of Windows introduced the Start button and taskbar?
Windows 95 introduced the Start button and taskbar.
What Windows Server feature allows management of server roles from a centralized location?
Server Manager allows you to manage servers and server roles.
Which Windows OS was the first to include Internet Explorer?
Windows 95 was the first to include Internet Explorer.
What OS is the foundation for macOS?
UNIX is the foundation of macOS.
What is the main goal of the Kerberos protocol?
The Kerberos protocol is designed to provide secure authentication.
Which Linux feature allows the OS to manage multiple users, each with their own settings?
Linux uses multi-user support.
What is the name of the feature introduced in Windows 10 that provides virtual desktops?
Virtual Desktops allow users to manage open windows efficiently.
Which Windows feature introduced in Windows Server 2012 allows managing storage configurations like RAID?
Storage Spaces enables management of virtualized storage.
Which Windows 10 feature enhances security by encrypting data on local drives?
BitLocker is used to encrypt drives on Windows 10.
What is the name of the Windows Server feature that allows the creation of a read-only domain controller?
Read-Only Domain Controller (RODC) provides a read-only copy of Active Directory.