Mo's Blog.

🗒️ Explore my blog

File Management

File allocation algorithms (contiguous, chained, indexed) * File system resides on secondary storage (disks) * File system divides disks into several blocks of sectors (usually 512 bytes) * An allocation method refers to how disk blocks are allocated for files: * Contiguous (where the blocks that we use to store a file is ordered) * Linked (where one block is not entirely used to store data but pointers as well) * Indexed (where there is one block that stores the pointers to the data blo
November 12, 2024

I UNDERSTAND IT NOW (WP)

T-minus 4 hours exam notes
November 12, 2024

Controllers

Basically does the logic and connects view with the model
November 10, 2024

Faker

whats the difference of different kinds of fake instead of fake and real
November 10, 2024

Simple Form Implementation

Simple implementation of forms in laravel for creating data
November 10, 2024

Seeder

files used to populate the table
November 10, 2024

Popular Posts

  • Web Programming Notes

  • Operating Systems Notes

  • Compilation Technique Notes

  • Previous
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next
  • Portfolio
  • Resume
  • About Me
  • Reading
Š 2025 Farih Muhammad. All rights reserved.