Skip to main content

14 docs tagged with "create database"

View All Tags

device-management

Device management is a crucial function of an operating system that handles the communication and control of hardware devices.

distributed-systems

A distributed system is a collection of independent computers that appear to the users of the system as a single coherent system.

file_systems

A file system is a method and data structure that the operating system uses to control how data is stored and retrieved.

memory-management

Memory management is a crucial function of the operating system that handles or manages primary memory.

MongoDB - Create Database

Learn how to create a database in MongoDB using the use command, along with examples and additional commands.

operating_system

An operating system acts as an interface between the software and different parts of the computer or the computer hardware.

os-development

Operating system (OS) development involves designing and implementing the core software that manages hardware resources and provides services for application programs.

process-management

Process management is a fundamental concept in operating systems that deals with the creation, scheduling, and termination of processes.

real-time-systems

Real-time systems are computing systems that must respond to inputs and deliver outputs within a specified time frame.

security-and-protection

Security and protection are critical aspects of operating systems, ensuring that the system's resources are used as intended and protecting against unauthorized access, misuse, and harm.

system-calls

System calls are the interface between a running program and the operating system.

virtualization

Virtualization is a technology that allows a single physical machine to run multiple virtual machines (VMs), each with its own operating system and applications.