INFORMATION TECHNOLOGY
Computer language
Binary system
only uses the numbers 0 and 1. This is the computer language.
Bit (b)
It is the smallest unit of information that we can store in a computer (0 or 1)
Computer functions
Hardware
It is the physical components of the computer system
Software
It is the data and instructions we use to manage that data (programs)
Functions
Input of data using peripheral devices
Output of data using peripheral devices
Storing data in the storage devices
Processing data in the central procesing unit (CPU), using the microporcessor or memory
Computer elements
Microprocessor
Memories
RAM: (Random Access Memory)
Computer's main memory. When we run an application, its instructions and data are copied to this memory so that the microprocessor can use them, becaus accesing the hard disk is too slow. RAM doesn't retain information.
CACHE:It's a much faster memory installed between the RAM and the microprocessor. This memory sotres the data that the mircroprocessor uses most often.
ROM-BIOS: When you turn on your computer, it automatically checks the system. If everything is correct, the BIOS starts the operating system.
Units of storage
Magnetic discs (Hard/external hard disks)
They store bits by positioning millions of tiny magnets. To access a piece of data, the disk spins around until the read head is above the area where that piece of data is stored.
Optical discs (CD-ROMs, DVDs and Blue-Ray)
The disc drive emits a laser onto the disc and reflect off the flat areas. The lig signal is reflected back to an optical sensor that turns into a digital signal. Blue-Ray technology uses a special blue laser to store much more information.
Solid-State memory (flash, cards, pen drives)
They store information using transistors acting as switches. We connect them to the computer through an USB port or other slots.
Motherboard
Expansion slots
Allow us to add new conponent, such as a modem, sound card, network card or graphics card.
Chips made up of millions of tiny transistors working together to process the instructions and data received from the memory.
IDE/ATA connectors and SATA
Link the hard drive, CD and DVD drives
Chipset
It is a group of integrated circuits that control the flow of information
Power supply unit
Transforms a 230V AC(alternating current) into a low voltaje DC (direct current)
Type of ports
(Photocopy with the image, names and explanation)
SOFTWARE
Applications
Computer programs that let the users of a computer do a specific task
Programming languages
You can use programming languages to create new programs and applications.
Operating system
It manages system resources, making them available to users and other programs. Ex.: Windows, Linux, Android.