Of the three, this course is the closest to Electrical Engineering, as this will teach you the ins and outs of computer hardware, circuitry, and interaction between software and hardware systems.
Emphasis on Hardware:
this is typically where you design and analyze processors, motherboards, and other electrical components necessary to build a functioning computer. Examples of these are GPU, CPU, motherboards, RAM, and hard drives (hdd/ssd).
Circuit Design:
this is where you develop skills in making efficient and stable electronic systems, down to the individual transistors and other electrical components. For students, their first exposure to this maybe the Arduino (microcontroller) and Raspberry Pi (microprocessors/single-board-computer).
Level Programming:
when one calls a programming language "low-level", the software interacts with the hardware itself. While programming languages normally only interact with the operating system and software, this type of language can control every part of a computer, down to its electronic components. Well known low-level languages are: C, Java, Rust, Fortran, and Assembly.