Knowledge in non-preemptive scheduling

scheduling Algorithm

Here are some assignment questions on scheduling algorithms, which includes First Come First Serve(FCFS) and Shortest Job First(SJF). In SJF questions are given both on Preemptive and Non-Preemptive Scheduling Algorithm.

Non-preemptive Scheduling

Non preemptive scheduling of computer operating system is stated here

DBMS INDEXING AND HASHING

Students of computer science, studying subject databases can refer to the notes below for reference and examination purpose. The attatchment includes topics of DBMS indexing and hashing such as Basic Concepts, Ordered Indices, B+-Tree Index Files, B-Tree Index Files, Static Hashing, Dynamic Hashing, Comparison of Ordered Indexing and Hashing, Index Definition in SQL, Multiple-Key Access, etc.