Please enable JavaScript.
Coggle requires JavaScript to display documents.
SOFTWARE AND HARDWARE - Coggle Diagram
SOFTWARE AND HARDWARE
Computer elements
Microprocessor
It is an integrated circuit made up of millions of tiny transistors working together to process the instructions and data recieved from the memory
The clock rate generates electrical impulses, every time the microprocessor recieves one of these impulses, it carries out an operation. The power of a microprocessor also depends on another things such as its cache memory and the speed of the comunication with the RAM
RAM
When we use an aplication, the instructions and data are copied to the RAM so the the microprocessor can use them. This is done because accessing the hard disk is very slow
The RAM doesn´t retain information when the computer is switched off. Before we close an aplication we must save our work to the hard disk, if we don´t do it, we will loose our work
Cache memory
It is a memory that is installed between the RAM and the microprocessor. It stores the data that the microprocessor uses most often
ROM BIOS
When you turn on your computer, it automatically checks the system. This initial check is carried out using instructions stored in a special-read only memory. This memory is called ``The ROM BIOS´´
If everything is correct, the ROM BIOS starts the operating system in the main memory, so that this system can take control of the computer
Storage devices
-
Magnetic discs
Hard discs are the most common magnetic storage units, they position millions of tiny magnets in two possible positions that represent 0 and 1
To access a piece of data, the disc spins arond until the read head is above the area where that piece of data is stored
-
Optical discs
DVDs, CD-ROMs and Blu-ray Discs have series of growes in their surface that store data. The disc drive emits a laser that reflects off the flat areas. The light is recieved in the optical sensor and it turns it into a 0 or a 1
-
Solid-state memory
Solid-state memories store information using transistors acting like switches that can be opened or closed
-
-
Computer networks
A computer network is a set of computers connected to each other so they can share resources and exchange information
We can divide computer networks into three categories, depending on their size
-
-
-
-
Elements in a network
Computer networks have a logical component, which is an operating system and applications that work on a network, and a physical component connecting the differentcomputers to each other
All the computers need a network card or an adaptator to send and recieve information to the other computers
The hub distributes all the information it recieves between the other computers in the network. It can be replaced with a switch
This information travels down a transmission medium, it is usually a cable similar to a telephone wire, but it can also be a coaxial or
fibre optic cable
There are also ewireless networks, in this type of network, information is transmitted using electromagnetic waves
-
-
Sharing resources
In Windows
Printer
-
-
Go to: Inicio, impresoras and faxes
You can use a printer connected to another computer of the network if you make it the default printer
Files and folders
If you want to access to a shared folder, you have to go to "Mis sitios de Red", next you have to select "Ver equipos del grupo de trabajo" and finally you have to double-click on the computer where the share folder is located
-
-
In Linux
Computer
Go to: Sistema, Administración, Usuarios y grupos
-
Printer
Go to: Sistema, Administración, Impresoras and open "Configuración de la impresora"
-
Folders
Go to: Lugares, Red and doubleclick on a workgroup. Then, select then computer you need
If you want to share a folder of your computer to other computers, you havev to click on that folder and select "Opciones de compartición", then you have to choose how that folder will se shared
-