Question: DevOps is challenging to introduce in organizations because
Answer Options:
Answer: It involves significant changes to existing processes and roles
Question: The von Neumann report is important to the IT industry because it defined
Answer Options:
Answer: The components of a modern computer
Question: The von Neumann report identified the parts of a computer as:
Answer Options:
Answer: Central arithmetic part, Central control part, Memory, Input, Output
Question: Operating systems
Answer Options:
Answer: Provide the common functions needed by all application programs
Question: System calls
Answer Options:
Answer: Are provided by operating systems
Question: System calls can be invoked by
Answer Options:
Answer: The operating system and end user applications
Question: Modern computers distinguish between operating system code and end user code by
Answer Options:
Answer: Setting the mode bit
Question: Modern operating systems support multitasking by
Answer Options:
Answer: Keeping all pending jobs readily available in memory as processes
Question: A process is a
Answer Options:
Answer: Computer program that has been loaded into memory and is executing
Question: A process state is
Answer Options:
Answer: The present condition of the process
Question: Process states include all of the following except
Answer Options:
Answer: Insecure
Question: Threads are
Answer Options:
Answer: The smallest sequence of instructions an OS can manage independently
Question: Threads of a process share all of the following except
Answer Options:
Answer: Register values
Question: Threads are preferable over processes when
Answer Options:
Answer: The same or similar tasks are to be performed repeatedly
Question: Memory is
Answer Options:
Answer: Storehouse of computer data that can be accessed directly by the CPU and I/O devices
Question: Virtual memory is
Answer Options:
Answer: A technique to take up space on the hard drive and use it as an extension of the main memory
Question: The file system is
Answer Options:
Answer: The OS component that provides efficient access to storage devices by allowing data to be stored, located, retrieved easily