Computer Science
- Home /
- Categories /
- Computer Science
Creating and Killing Child Processes in C
In order to execute another program within ours or to execute part of our program simultaneously, it can often be very useful to create child processes.
Read MoreThe Difference Between a Terminal, a Console and a Shell
Diving deeper into the computer science world, we often come across the terms “terminal”, “console” and “shell”, which seem to be used more or less interchangeably.
Read MoreBinary 010: The Uses of Bit Shifting and Bitwise Operations
Computers only know one language: binary. Our many programming languages allow us to give instructions in a human-readable format, which are then translated into long sequences of 0s and 1s.
Read MoreBinary 001: Counting and Calculating Like a Computer
As we all know, a computer only knows two things: 1s and 0s.
Read More