From 3ed294ba33f43a675b5dda00dfda439982922cf4 Mon Sep 17 00:00:00 2001 From: beaniehead <17915329+beaniehead@users.noreply.github.com> Date: Thu, 18 Oct 2018 06:03:44 -0400 Subject: [PATCH] Updated CPU images (#19688) Previous images using `http`. Replaced with `https` images with creative commons licenses --- guide/english/computer-hardware/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/computer-hardware/index.md b/guide/english/computer-hardware/index.md index dbce700d07..73f9a77bbb 100644 --- a/guide/english/computer-hardware/index.md +++ b/guide/english/computer-hardware/index.md @@ -9,8 +9,8 @@ In this section, we explore the various hardware components of modern computers. ### Central Processing Unit (CPU) A Central Processing Unit (CPU) is the electronic circuitry within a computer that carries out the instructions of a computer program by performing the basic arithmetic, logical, control and input/output (I/O) operations specified by the instructions. - -![Intel Core i7](http://ecx.images-amazon.com/images/I/51MOTjmtg2L.jpg) + +![Intel Core i5 - Front](https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Intel_i5-2500.jpg/247px-Intel_i5-2500.jpg) ![Intel Core i5 - Back](https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Intel_i5-3330%2C_bottom.jpg/240px-Intel_i5-3330%2C_bottom.jpg) ### Expansion Cards (eg. GPU) A graphics processing unit (GPU) is a specialized electronic circuit designed to rapidly manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display device.