You are viewing a read-only archive of the Blogs.Harvard network. Learn more.
Feed on
Posts
Comments

Archive for October, 2022

A 6th-grader eloquent answer to nil vs false

On the 7th test today, I received the following answer, verbatim, to a question asking them what is the difference between a null and a false in the Gara programming language: Beda kelas dan makna, kalau salah memiliki makna tidak benar/tidak betul, salah berada di kelas boolean, sedangkan nil adalah suatu objek yang menunjukkan tidak adanya objek, […]

Read Full Post »

We are building our own Operating System in C for our Principles of Operating System class. At one time, we are required to create a memory allocation system. Given a whole heap of memory, we should be able to reserve some space within the memory and free that space. In this post, I would like […]

Read Full Post »