nerdexam
Cisco

210-250 · Question #1

Which definition of a process in Windows is true?

The correct answer is A. running program. A process in Windows is defined as a running program - an instance of executable code loaded into memory with its own resources. This distinguishes it from threads, which handle execution scheduling within a process.

Cybersecurity Fundamentals

Question

Which definition of a process in Windows is true?

Options

  • Arunning program
  • Bunit of execution that must be manually scheduled by the application
  • Cdatabase that stores low-level settings for the OS and for certain applications
  • Dbasic unit to which the operating system allocates processor time

How the community answered

(30 responses)
  • A
    87% (26)
  • B
    3% (1)
  • C
    7% (2)
  • D
    3% (1)

Why each option

A process in Windows is defined as a running program - an instance of executable code loaded into memory with its own resources. This distinguishes it from threads, which handle execution scheduling within a process.

Arunning programCorrect

A process is a running instance of a program that has been loaded into memory by the operating system. It encompasses the program code, its data, and all OS-allocated resources such as memory and file handles. The OS - not the application - manages how processes are created, scheduled, and terminated.

Bunit of execution that must be manually scheduled by the application

Units of execution are threads, not processes, and they are scheduled by the OS kernel - not manually by the application.

Cdatabase that stores low-level settings for the OS and for certain applications

This describes the Windows Registry, which is a hierarchical database storing OS and application configuration settings.

Dbasic unit to which the operating system allocates processor time

This describes a thread - the basic unit within a process to which the OS allocates CPU time - not the process itself.

Concept tested: Windows process definition and OS fundamentals

Source: https://learn.microsoft.com/en-us/windows/win32/procthread/processes-and-threads

Topics

#Windows processes#OS concepts#process definition

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice