Computing Overview Flashcards
Overall, computing is what?
Evolving
What are some computer types?
There are supercomputers, embedded computers (like in printers), net books, tablets, smart phones, personal computers, etc
What is a PC?
A personal computer designed for personal purposes such as gaming, working, or browsing the internet.
Describe the personal computer system (PC):
Generally consists of a computer with CPU cores, memory, and I/O interface receiving and outputting information in the middle of the system. The devices surrounding this computer center in this system and inputting and outputting info are usually: network and wifi interfaces, a keyboard, a mouse/touchpad/touchscreen, monitor/display, video camera, speaker, USB interface, printer, hard disk/solid state drive SSD/flash memory
Components of a computer system:
The computer hardware, the software, and the data that is being manipulated and processed. Same for any type of a computer.
What’s a fourth component of a computer system?
Communication: hardware and software that transport programs and data between interconnected computer systems
What is distributed computing?
The concept that it’s easy to transfer data between diff systems since all computers operate simultaneously.
What is open computing?
The fact diff computers can work together, share files, and successfully communicate.
What is hardware?
Provides physical mechanisms to input and output data, manipulate and process data, electronically control data, output, and storage components
What is CPU
The central processing unit - performs calculations and other operations. It interprets, processes, and executes instructions and delivers the results to the associated output. Brain of a computer. There are typically one or more CPUs (cores) operating within a computer.
What forms the hardware part of a computer system?
The CPUs, memory, all the input, output, and storage devices (basically all the devices listed in 4.)
What is memory?
Memory holds programs and data WHILE processing is taking place (short term storage). RAM is an example built into computers.
What are storage devices?
Meant to hold programs and data long term, permanently. I/O devices such as SSD, hard disks, flash drives, and SD cards.
What are the three primary subunits that comprise a CPU?
The arithmetic logic unit (ALU) - arithmetic and boolean logic calculations are completed
The control unit (CU) - controls the processing of instructions and the movement of internal CPU data from one part of it to another
The interface unit - moves and interconnects program data and instructions between the CPU and other hardware components such as memory and other I/O devices. Or between CPUs
What connects the CPU, memory, and all the other I/O components within the interface unit?
Buses