First Week - CST 334

 During the first week of CST 334, we learned how to convert binary to hexadecimal and vice versa. This looked confusing at first but is actually very straight forward. We also learned about computer architecture and the main components of a computers: the processor, storage and I/O devices. With storage, as the access time gets faster, the capacity of the storage unit becomes smaller. 

One key concept from the textbook was about virtualization of resources. This creates the illusion that multiple programs are running at the same time by switching between them quickly. However, concurrency can arise during virtualization. This is when multiple threads or processes use shared resources at the same time, which can cause data corruption and loss. 

Comments

Popular posts from this blog

Week 1 - CST 370

Week 1 - CST 438

Week 4