reading-notes-ma


Project maintained by mohnalkhateeb Hosted on GitHub Pages — Theme by mattgraham

How Does a Computer Work?

A computer is a machine (hardware) that receives and processes data according to the instructions given to it, and after the data has been processed, the results of the processing are usually sent to an output device. computer1

Binary System

Binary System is a system used to implement any system with two output such (on,off)(true,false)(zero,one) that Computer uses for reading and processing of information

Circuit and Logic

A logic gate is an idealized model of computation or physical electronic device implementing a Boolean function, a logical operation performed on one or more binary inputs that produces a single binary output. CircuitLogic

The arthmaic oparations can achive by logical Circuit called Adder oneadder

one bit Adder

8bitadder

What is CPU

A central processing unit (CPU), also called a central processor, main processor or just processor, is the electronic circuitry that executes instructions comprising a computer program. The CPU performs basic arithmetic, logic, controlling, and input/output (I/O) operations specified by the instructions in the program CPU

Software

Software, commonly known as programs or apps, consists of all the instructions that tell the hardware how to perform a task.

Oparating system

An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.

Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/OS, etc