- 12 Oct 2022
Grandparent Poem
3 Oct 2022The world needs more grandmothers
(grandfathers too)
Old people with time to visit
In comfortable rooms with younger people.
Offering a cup of coffee or tea
Perhaps a shot of whiskey
Along with cookies or a slice of bread from a loaf fresh from the oven.- Read more about Grandparent Poem
- Log in to post comments
September 27 2022 - Without Operating Systems Computer Use Would be a Nightmare
26 Sep 2022Operating systems are the final piece that ties everything together for a computer. An operating system manages access to hardware devices, the software programs on our computer and how we interface with them. In this article I provide a very high level overview of operating systems and how they work. I also provide my opinions on the impact operating systems have on the way we use computers.
September 15 - How Software Language and Structure Plays a Part in Our Use of Computers
14 Sep 2022Software languages allow people to create systems that can react to input and change the behavior of the systems. This is different from hardware that has fixed functions which cannot be changed after the system is built. Firmware is somewhere in between this, it can be updated but requires special hardware to change the code. Software languages can be changed and stored on a hard drive which make software programs easier to update.
This article provides a high level overview of software languages and the role they play in how computers work.
August 28 - Number Systems and Computers - Binary, Octal, Decimal and Hexadecimal
28 Aug 2022While numbering systems are not part of the hardware of a computer, understanding numbering systems is helpful for programming computers. This article provides some basic explanation of numbering systems and why the use of different numbering systems are helpful in understanding how computers work. A heads up, I like math and this article contains a lot of math stuff in it. If you aren't into math, feel free to skip to the section about the usefulness of numbering systems for computer programming and usage.
August 15 - Display and Red, Green, Blue (RGB) colors
14 Aug 2022August 1 - Machine and Assembly Language
1 Aug 2022Machine and Assembly Language are the base languages for computers. In this article I will provide a high level overview of both languages and how they work with the computer.
- Read more about August 1 - Machine and Assembly Language
- Log in to post comments
Input/Output (I/O) Devices - Mouse, Keyboard, Monitors, Printers and other Devices
13 Jul 2022The fourth article of my series is an overview of Input/Output devices for the computer. Without input and output, a CPU, RAM and drives cannot get data or display it for use. I/O devices provide the method that a CPU is useful for humans.
June 30 - File Storage - Hard Drives, USB Stick
29 Jun 2022This is the third article of my series about computers and how they work. This article focuses on file storage, the permanent memory for computers. When a CPU and RAM is connected to a file storage device, it saves time and reduces error for software programs and data storage. This article explores a high level view of file storage devices and the impact and they have on computers.
How File Storage Works
June 6- Random Access Memory
5 Jun 2022This is the second article of the series I am writing about computers. A CPU is the focus of a computer but without Random Access Memory (RAM), it would be harder to use. A CPU has a very small amount of memory to store instructions. If software was limited to that memory, the registers, complex program would not be possible. Other methods can be used to get data into the CPU, but they also bring in limits. The next sections discuss what RAM does and how it affects the computer experience.
- Read more about June 6- Random Access Memory
- Log in to post comments