Posts

Showing posts from August, 2021

OS

Image
  Circular wait  no preemption prenemtive processes- those which can be paused  non preemptive - burning cd is an exapmle it will curropt if stopped or paused in between or the system stops while the process for anyy reason  hold and wait assuming these both are non preemptive    mutual exclusion  this happemns due to critical as it can be accessed once at a time by the process 

Dbms

Image
 What is Dbms ? i Srands for database management system, its main purpose revolves around the Data  this system allows its user to store the data, define it , retrieve it and also update the information about the data inside the database. Two types of DBMS: RDMS- mysql NOSql-mongodb(json) and neo4j(graph) it is a collection of data in a organized way such that it can to facilitate its users to easily access, manage and upload data  Dbms were developed to handle the following problems of the traditional file- processing system supported by conventional OS: data redundancy and inconsistency  Easy access to data  Security  atomicity durability isolartion and consistency- not present   consurrent access by doffernt users - one by one  this is a problem que when the interviewer will ask about the databse used by you and asks if you made aER diagram before making the entities steps: entity set  attributes relatins all the rows or entries toget...