Introduction to Algorithms and Programming Flashcards
(7 cards)
What is a computer?
It is an electronic device that designed to perform a variety operations based on the instructions provided
What are the variety of operations to perform?
process data, perform calculations and execute tasks
What are the basic components of the computer
Central Processing Unit (CPU)
Memory (RAM): Random Access Memory
hard drives (HDDs) or Solid State drives (SSDs)
Input Devices (keyboards, mice , scanners)
Output Devices (monitors, printers, speakers)
What are the computers made of
Hardware- physical components
software- run instructions
Purpose of CPU
CPU is the brain of the computer that interpreting and executing instructions from software programs, essentially performing all the calculations and data processing needed to run applications and the operating system
Memory (RAM): Random Access Memory
It is a volatile memory that temporarily stores data that is currently being used or processed by the CPU.
meaning of volatile memory: the data stored in the RAM is only temporarily held and will be lost when the power is turned off such as data disappears when the computer is shut down or loses power
purpose: to store data that the CPU needs to access quickly while actively processing information such as loading apps, browsing websites, and editing documents