TAK Flashcards
Computer techniques and architecture
before the advent of universal, electronic digital machines
Generation O
computers built based on vacuum tubes
Generation 1
computers built based on transistors
Generation 2
computers built based on small or medium-scale TTL integrated circuits
Generation 3
computers built based on high-scale integration of microprocessors
Generation 4
computers built based on unconventional solutions
Generation 5
it’s a law formulated in 1965 by Gordon Moore, which in its original form says thet the number of transistors in an electrical system doubles every year (in 1999, doubling would occur every 4-5 years).
Moore’s Law
erasing one bit of information in an environment with temperature T requires a loss (dissipation) of energy (or heat release) of at least kT ln2, where k is the Boltzmann constant. (increasing density and clock frequency more heat)
Landauer’s principle
The average distance of silicon atoms is
0.25 nm (density 5*10^22 /cm^3)
For lithography ____ number of atoms along the side of the gate = 10.000
2.7 um (0,0027 mm/ u-micro)
Dielectric strength of silicon dioxide
5 MV/cm
Programs that use the functions of the operating system to solve problems
Software
It supports computer hardware, manages system resources and provides API and drivers for application software
Operating system
Describes an electronic circuit from a programmer’s perspective.
Defines a set of instructions, and visible registers.
Architecture
Data buses, controllers
Microarchitecture
It combines digital circuits to create functional blocks such as adders, multiplexers, etc.
Logical level
Uses analog circuits to create models of digital circuits (AND gates,
NOT, etc.)
Digital circuit level
Combines components into circuits with the desired properties (filters, amplifiers)
Analog circuit level
Uses components such as transistors and diodes
Electronic level|
Explores the world and systematizes the acquired knowledge into laws and theories that can be relatively easily studied by other people
Physics
how everything is organized, how elements are connected and how it works together. (Exo-, Endo-)
Architecture
- SISD (single instruction, single data)
- SIMD (single instruction, multiple data)
- MISD (multiple instructions, single data)
- MIMD (multiple instruction, multiple data)
Computer architecture can be classified, for example, according to the type of processor-memory connections and the way they are used:
- CISC Architecture (complex instruction set computer)
- RISC Architecture (reduced instruction set computer)
- CCR Architecture (CISC-core-RISC: RISC as a core, but from outside this processor looks like CISC)
Computer architecture can also be classified, e.g. due to the list of instructions:
slow, complicated, but good for programmers because of instructions.
CISC
fast, but reduced amount of instructions.
RISC
a little bit slower that RISC, but fast, and has instructions like CISC.
CCR
- Only one bus to connect a single memory with processor
- Common memory for both data and program code
- Allows you to auto-modify the program
Von Neumann Architecture
- Separate program and data memory
- Faster, but problematic data flow from a program memory to the operating memory area
Harvard Architecture
- One memory card, but inside it is divided into memory for
data and for application - Two buses, data can be modified
Mixed Architecture
Computers can store and process information using
binary variables (0 and 1)
The symbols 0 and 1 usually correspond to different voltage levels, where
0 is the low state, and 1 – high.
A binary o and 1 sequence represent
discrete (digital) information
There are ranges in every circuit for high and low state
Signed magnitude(SM)
LSB - Least Significant Bit
MSB - Most Significant
Alphanumeric codes
- ASCII (7 bits, 0-127)
- Unicode (8, 16, 32 systems; all characters)
- EBCDIC (faster than unicode)
Conjunction
AND * ^ &&
Disjunction
OR + ˅ ||
Negation
NOT – !
Annulment law
A * 0 = 0 ; A + 1 = 1
Identity law
A * 1 = A; A + 0 = A
Idempotent law
A * A = A; A + A = A
Commutative law
A + B = B + A; A * B = B * A
Complement law
A * !A = 0; A + !A = 1
Associative law
(A + B) + C = A + (B + C); (A * B) * C = A * (B * C)
Distributive law
(A + B) * C = A * C + B * C; (A * B) + C = (A + C) * (B + C)
Absorption law
A + (A * B) = A; A * (A + B) = A
Inversion law
!!A = A
De Morgan’s Laws
!(A * B) = !A + !B; !(A + B) = !A * !B
limit the current flowing in an electrical circuit, converts electrical energy into heat.
Resistors(R)
resistor with the possibility of changing the resistance by the user.
Potentiometer
small voltage high resistance, and vise-versa (used in receiver protection systems against damage caused by too high voltage)
Varistor
photosensitive element, the beam of light causes a decrease in its resistance (fire protection systems, temp measuring devices)
Photoresistor (F)
can accumulate electric charge, made of two conductors and dielectric layer
Capacitor (C)
conduct current in one direction and block its flow in the other
Diode (D)
used to rectify AC current
Rectifying diode
emitting the visible light and infrared range
LED
reacting to light
Photodiode
can conduct current in the opposite direction of traditional conductivity after reaching a specific voltage (breakdown voltage)
Zener diode
negative value of dynamic resistance after exceeding a particular value of forwarding voltage
Tunnel diode
are diodes that can change their capacitance (the ability to store electrical charge) when a voltage is applied to them in a certain direction
Capacitive diode
small capacitance of the connector, switching time about 100 ps. Can operate at frequency up to several dozen GHz (are diodes that have a very small capacitance, which means that they can switch electrical signals much faster than regular diodes)
Schottky diode
a three-electrode semiconductor electronic component, having the ability to amplify an electrical signal, in digital technology acts like a switch or key
Transistor (T)
stores energy in a magnetic field
Inductor (coil)
transfer AC electrical energy by induction from one electrical circuit to another
Transformer
are electronic devices that use a quartz crystal to generate a very precise and stable frequency. The quartz crystal vibrates at a specific frequency when an electrical current is applied to it
Crystal oscillator (X)
Combinational Circuit: input signal specifies output signals.
Sequential Circuit: like comb. Circ., but also depends on previous states
Digital Circuits
input signal specifies output signals.
Combinational Circuit
like comb. Circ., but also depends on previous states
Sequential Circuit
Using basic logical functions to create any logical function
Gates belong to comb. Circuits
Logic gates
Circuits with at least two inputs and most often two outputs,
Remember one bit of information.
Flip-flop
Built based on the flip-flops. Store digital information for a specific duration( >1 bit)
N = length of the register = number of flip-flops.
Capacity = 2^n, specifies max amount of different info that can be stored.
Registers
N = length of the register = number of flip-flops. Capacity =
2^n, specifies max amount of different info that can be stored.
Parallel entry and output of info simultaneously to all and from all entries in the register.
Simultaneous input and output of all bits.
Parallel register
Sequential input and output of bits.
Serial register
Serial input, parallel output.
Serial-Parallel
Parallel input, serial output.
Parallel-Serial
Count pulses and store the count.
Counter
circuit used to convert code 1 of n (ring) to another code (binary)
Convert multiple inputs to a single output code.
Encoder
used to convert code to code 1 of n.
Convert a single input code to multiple outputs.
Decoder
Code 1 of n has n inputs, with the one as highlighted state.
- Arithmetic Circuits: Perform binary addition.
- Types:
o Half Adder: Adds two bits, producing a sum and a carry-out.
o Full Adder: Adds three bits (two inputs and a carry-in), producing a sum and a carry-out.
o Ripple Carry Adder: Cascading full adders for multi-bit addition.
o Carry-Lookahead Adder: Faster addition by predicting carry propagation.
Adders
- Comparison Circuits: Determine the relative magnitude of two numbers.
- Types:
o Magnitude Comparator: Compares two numbers and outputs signals for greater than, less than, or equal to.
Comparators
Operation: Adds bits sequentially, one pair at a time, starting from the least significant bit (LSB).
Components:
Full adder
D flip-flop (to store the carry-out bit)
Process:
Input two bits and the previous carry-in.
The full adder produces a sum and a carry-out.
The sum is output, and the carry-out is stored in the D flip-flop.
In the next clock cycle, the next pair of bits and the stored carry-out are processed.
Advantages: Simple design.
Disadvantages: Slow operation due to sequential processing.
Serial Adder
Operation: Adds all bits simultaneously, using multiple full adders.
Components: Multiple full adders, one for each bit position.
Process:
All bits of the two numbers are input simultaneously.
The full adders in each position produce the sum and carry-out bits.
The carry-out from one position is fed as the carry-in to the next higher position.
Advantages: Fast operation due to parallel processing.
Disadvantages: Complex design, especially for larger numbers.
Parallel Adder
- Comparison Circuits: Determine the relative magnitude of two numbers.
- Types:
o Magnitude Comparator: Compares two numbers and outputs signals for greater than, less than, or equal to.
Comparators
- Data Selection/Distribution Circuits:
o Multiplexer: Selects one of many input signals and outputs it.
o Demultiplexer: Directs a single input signal to one of many output lines.
Multiplexers/Demultiplexers
Compares two numbers and outputs signals for greater than, less than, or equal to.
Magnitude Comparator
Selects one of many input signals and outputs it.
Multiplexer
Directs a single input signal to one of many output lines.
Demultiplexer
- Timing Circuits: Generate pulses of specific duration and frequency.
- Common Use: Clock signals for synchronous circuits.
Pulse Generators
- Miniaturized Electronic Circuits: Contain many transistors and other components.
- Integration Levels:
o SSI (Small-Scale Integration)
o MSI (Medium-Scale Integration)
o LSI (Large-Scale Integration)
o VLSI (Very-Large-Scale Integration)
o ULSI (Ultra-Large-Scale Integration)
Integrated Circuits (ICs)
o SSI (Small-Scale Integration)
o MSI (Medium-Scale Integration)
o LSI (Large-Scale Integration)
o VLSI (Very-Large-Scale Integration)
o ULSI (Ultra-Large-Scale Integration)
- SSI - Small Scale of Integration - up to 100 elements
- MSI - Medium Scale of Integration - 100 - 1000
- LSI - Large Scale of Integration - 103 - 105
- VLSI - Very Large Scale of Integration - over 105
- ULSI - Ultra Large Scale of Integration - over 106
Often referred to as the brain of the computer, is the central processing unit responsible for executing instructions. It performs arithmetic and logical operations based on a set of commands, essentially the program itself. Internally
The CPU
the CPU houses essential functional units:
Registers
Arithmetic Logic Unit (ALU)
Control Unit
These are high-speed, temporary storage locations that hold frequently accessed data and instructions during processing. Their size is typically a few bytes to hundreds of bytes, providing quick access for the CPU.
Registers
This unit performs arithmetic operations like addition, subtraction, multiplication, and division, along with logical operations like AND, OR, and NOT on binary data.
Arithmetic Logic Unit (ALU)
The control unit acts as the conductor of the CPU, fetching instructions from memory, decoding them, and directing other parts of the CPU to execute those instructions. It manages the flow of data within the CPU and communicates with other system components.
Control Unit
(Random Access Memory, 70 – 5 ns) – used to store currently processed data and the program, if we turn of a computer this information disappears
Primary Memory (RAM): Random Access Memory
(Read Only Memory they are slow 150 ns) – store important applications (POST – Power-On SelfTest- Teats of individual computer components, BIOS – Basic Input Output System- set of basic programs (drivers) for your computer’s devices, Bootstrap Loader – a program that searches for and loads the operating system into the operating memory)
Secondary Memory (ROM): Read-Only Memory
it is possible to change the program only once
PROM (Programmable Read-Only Memory)
the memory can be erased by the ultraviolet exposure, after which it is possible to reprogram it.
EPROM (Erasable Programmable Read-Only Memory)
– Erasing is done electrically (Flash memories)
EEPROM (Electrically Erasable Programmable Read-Only Memory)
collection of paths conducting electrical signals (Data, Address, Control)
act as data highways within the microprocessor system, enabling communication and data transfer between various components. They consist of multiple parallel lines that carry electrical signals. The number of lines determines the width of the bus, impacting the amount of data that can be transmitted simultaneously.
Buses
– transfer data between the processor and memory or IO chips
Data Bus = CPU buses
responsible for the appropriate addressing of orders and data (managed by microprocessor P)
Address Bus
control instructions that will determine what and how we want to do
Control Bus
store each bit of data in separate capacitors, requires periodic refresh
DRAM (Dynamic Random Access Memory): DRAM
stores data for as long as power is on, each bit is stored in a system consisting of four transistors (flip-flop) and to control transistors
SRAM (Static Random Access Memory): SRAM
are housed in modules for easier handling and installation. These modules connect to the motherboard’s memory slots and come in various standards that have evolved over time.
Memory chips
(Single In-Line Memory Module) : 30-pin module, 8-bit architecture, 4 modules in the bank for 32-bit transistors, 256kB up to 4MB, 11-bit address buss, access time 70 ns.
- Connector: 30-pin
- Architecture: 8-bit
- Modules per bank: 4 (for 32-bit systems)
- Capacity: 256KB to 4MB
- Address bus: 11-bit
- Access time: 70 ns
SIMM (Single In-Line Memory Module)
Dual IMM): double-sided edge connector, 168 pin in SDRAM, 64-bit organization, 184 pin in DDR, 240 pin in DDR2 and DDR3, small memory 256B
- Connector: Double-sided edge connector (168-pin in SDRAM, 184-pin in DDR, 240-pin in DDR2 and DDR3)
- Architecture: 64-bit
- Capacity: Smallest is 256MB
- Address bus: Varies depending on the standard (e.g., 168-pin SDRAM has a 64-bit data bus and a 32-bit address bus)
- Access time: Varies depending on the standard (e.g., DDR3 has faster access times than SDRAM)
DIMM (Dual In-Line Memory Module)
– transmits two words of data at each clock beat
DDR (Double Data Rate) SDRAM
The first generation of DDR SDRAM.
DDR
Offers higher clock speeds and lower voltage requirements.
DDR2
Provides even higher clock speeds and lower power consumption.
DDR3
The current standard, offering further improvements in speed and efficiency.
DDR4
The latest generation, with even higher speeds and lower power consumption.
DDR5
A type of SDRAM that can be divided into multiple virtual channels, allowing for more efficient data transfer.
Virtual Channel SDRAM (VC-SDRAM)
A type of SDRAM designed for high-performance applications.
High Speed SDRAM (HS-SDRAM)
The fastest and smallest memory, directly accessible by the CPU.
Processor Registers
A small, fast memory that stores frequently accessed data and instructions. L1, L2, and L3 caches are common levels, with L1 being the fastest and smallest.
CPU Cache
The primary storage for running programs and data.
Main Memory (RAM)
Slower but larger storage devices like hard disk drives (HDDs) and solid-state drives (SSDs).
Secondary Storage
Memory is organized into cells, each capable of storing a fixed number of bits (usually 8 bits, or a byte).
Each memory cell has a unique address.
The address bus carries the memory address, and the data bus carries the data to be read from or written to the specified memory location.
Memory Organization and Addressing:
time of processing command
Access time
ROM
Read Only Memory they are slow 150 ns
Erasing is done electrically (Flash memories)
- EEPROM Electrically EPROM
RAM
Random Access Memory, 70 – 5 ns
are located on segments called banks corresponding to the width of the data bus, they can be mounted on motherboards in DIL (Dual In Line package) or on minicards (memory modules)
Memory Modules
– all control signals are synchronized through the clock run of the motherboard (Standards: PC-100 frequency 100MHz, Bandwidth: 100MHz x 8 B = 800 MB/s; PC-133 – Bandwidth : 133MHz x 8B =1064 MB/s )
SDRAM
transmits two words of data at each clock beat
DDR SDRAM (Double Data Rate SDRAM
Components that facilitate communication
between the different elements of the system, including buses and
controllers.
Data Transmission Devices
is the CPU, executing instructions from memory.
It consists of registers for data storage, an ALU for calculations,
and a control unit for coordination.
microprocessor
data storage
registers
calculations
ALU
coordination
control unit
(chip) – how many bits of information we can store in memory
Capacity
- Page Mode: Separate row and column addressing.
- Fast Page Mode (FPM): Simplified addressing.
- Extended Data Output (EDO): Issues next address during data read
Dynamic Memory Access Modes
How it works: Uses two 64-bit channels for simultaneous data transfer.
Benefits: Doubles memory bandwidth, improving system performance.
Requirement: Requires memory modules to be installed in pairs in specific slots.
Dual-Channel Architecture
How it works: Uses four 64-bit channels for simultaneous data transfer.
Benefits: Quadruples memory bandwidth, further enhancing system performance.
Requirement: Requires memory modules to be installed in groups of four in specific slots.
Quad-Channel Architecture
Improves performance with multiple memory banks.
VC-SDRAM
Offers faster data transfer rates.
HS-SDRAM:
Smallest, fastest memory.
Processor Registers
Faster than RAM, stores frequently accessed data.
CPU Cache (L1, L2, L3)
Slower than RAM, extends physical memory.
Swap File
ALU (Arithmetic and Logic Unit) – performs arithmetic and logical operations.
- Arithmometer
contains one of the operation’s arguments and is also where the result of the operation is stored.
- Accumulator
– there is stored information about the results of ALU operations
- Flag register
- Command register – is used to remember the command code retrieved from memory
- Command decoder is used to decode the command, allowing the control unit to generate the appropriate control signals.
- Control unit- ensures the correct sequence of events in the system.
Control section
is used to remember the command code retrieved from memory
- Command register
is used to decode the command, allowing the control unit to generate the appropriate control signals.
- Command decoder
ensures the correct sequence of events in the system.
- Control unit
- General purpose registers- are used to store frequently used arguments, access too which should be as quick as possible
- Stack pointer - is used to address the stack memory cell
- Program Counter – indicates where the next commands are stored in the memory
- Address register – indicates the memory cell in which the command/data byte is located or the cell to which the data byte should be written
Registry section:
are used to store frequently used arguments, access too which should be as quick as possible
- General purpose registers
is used to address the stack memory cell
- Stack pointer
– indicates where the next commands are stored in the memory
- Program Counter
– indicates the memory cell in which the command/data byte is located or the cell to which the data byte should be written
Address register
bus unit (Address, command, data buses)
BU
instruction queue in which we store instructions in particular order
Prefetch
– takes instructions from prefetch and decode them
IU instruction unit
produce an address where data or instructions are located
AU addressing unit
EU execution unit, FPU floating Point unit
management module for memory access
MMU memory management unit
Look-Aside – Cache attached parallel to the memory bus
Look – Backside – the cache memory is separated from the memory bus. Clock frequencies of the buses are independent of each other.
Look-Trough – through the memory bus, the cache memory is connected to the main memory.
Cache - static memory with short access time.
Cache topologies
Cache attached parallel to the memory bus
Look-Aside
– the cache memory is separated from the memory bus. Clock frequencies of the buses are independent of each other.
Look – Backside
through the memory bus, the cache memory is connected to the main memory.
Look-Trough
static memory with short access time.
Cache
Older technology with pins on two sides.
DIP (Dual In-Line Package)
Processor and cache on expansion board.
SEC (Single Edge Cartridge)
Pins on all four sides
- PLCC (Plastic Leaded Chip Carrier):
Pins arranged in a grid pattern.
- PGA (Pin Grid Array):
Solder balls on the bottom of the chip
BGA (Ball Grid Array):
Solder lands on the bottom of the chip.
- LGA (Land Grid Array):
Smaller, more efficient than traditional packages
TCP (Tape Carrier Package):
Breaks down instruction execution into stages (fetch, decode, execute,
write-back) to overlap execution of multiple instructions. Improves performance by increasing
instruction throughput.
Pipeline Processing
MMX, SSE, and their successors (SSE2, SSE3, SSSE3, SSE4, SSE5, AVX)
operate on integers and floating-point numbers for multimedia and scientific computing tasks
SIMD Extensions
Power-saving mode.
SMM
SIMD extensions for floating-point operations
3DNow!
this technology causes a fourfold increase in the frequency of data transmission, which allows for a fourfold increase in bandwidth.
Quad Pumping
- Multi-level branch prediction
- Analysis of data flow
- Execution in advance
Dynamic Execution
allows a single processor to execute two independent streams of program code at the same time
Hyper-Threading
laminated board with properly routed paths, surface or internally soldered electronic components, integrated circuits and sockets.
Motherboards
is a group of integrated circuits that control communication between the CPU, memory, and other peripherals. It consists of:
Chipset
Handles high-speed communication between the CPU and memory.
Northbridge (MCH)
Handles slower devices like USB, SATA, and sound.
Southbridge (ICH)
Direct Memory Access (DMA): High-speed data transfer directly between devices and memory, bypassing the CPU.
Programmed Input/Output (PIO): Slower method where the CPU directly controls data transfer between devices and memory.
Computer expansion buses
High-speed data transfer directly between devices and memory, bypassing the CPU.
Direct Memory Access (DMA):
Slower method where the CPU directly controls data transfer between devices and memory.
Programmed Input/Output (PIO):
o Simplex: One-way data transfer.
o Half-duplex: Two-way data transfer, but only one direction at a time.
o Full-duplex: Simultaneous two-way data transfer.
Transmission Types
* Direction:
o Serial: Bits are sent one by one.
o Parallel: Multiple bits are sent simultaneously
Transmission Types
* Bit Transmission:
o Synchronous: Uses a clock signal to synchronize data transfer.
o Asynchronous: Uses start and stop bits to define data frames.
Transmission Types
* Synchronization:
o ISA: Older, slower bus standard.
o AMR: For audio and modem cards.
o CNR: For communication and networking cards.
o EISA: Faster than ISA, compatible with ISA cards.
o MCA: IBM-specific bus standard.
Computer Expansion Buses
* External Buses:
o VLB: Early high-speed bus for graphics and other devices.
o PCI: Versatile bus for various devices.
o AGP: High-speed bus specifically for graphics cards.
o PCI-X: Faster version of PCI.
o PCI Express: Modern, high-speed serial bus.
Computer Expansion Buses
* Local Buses:
Older, slower bus standard.
ISA Industry Standard Architecture
For audio and modem cards.
AMR Audio/Modem Riser
For communication and networking cards.
CNR Communications and Networking Riser
Faster than ISA, compatible with ISA cards.
EISA Extended Industry Standard Architecture
IBM-specific bus standard.
MCA Micro Channel Architecture
Early high-speed bus for graphics and other devices.
VLB VESA Local Bus
Versatile bus for various devices.
PCI Peripheral Component Interconnect
High-speed bus specifically for graphics cards.
AGP Accelerated Graphics Port
Faster version of PCI.
PCI-X PCI-eXtended
Modern, high-speed serial bus.
PCI Express PCIe
bus standard for personal computers
ISA Industry Standard Architecture
60-pin Communications and Networking Riser
CNR
32-bit, locked at 10 MHz
VLB Vesa-Local Bus
MCA Micro Channel Architecture
communication bus used to connect devices to the motherboard
PCI Peripheral Component Interconnect
Connection Types:
* Parallel: Multiple bits transferred simultaneously (faster, limited distance)
o Examples: CENTRONICS (printers), EPP, ECP
* Serial: Bits transferred one by one (slower, longer distances)
o Examples: RS-232C, USB, FireWire (IEEE 1394)
Multiple bits transferred simultaneously (faster, limited distance)
o Examples: CENTRONICS (printers), EPP, ECP
Parallel
CENTRONICS (printers), EPP, ECP
Parallel
Bits transferred one by one (slower, longer distances)
o Examples: RS-232C, USB, FireWire (IEEE 1394)
Serial
RS-232C, USB, FireWire (IEEE 1394)
Serial
Serial communication standard for connecting devices (up to 15m, 1 Mbps)
- RS-232C
Universal Serial Bus for various devices (multiple versions with increasing speeds: 1.1, 2.0, 3.0, etc.) - Plug and Play, Hot Plugging
- USB
High-speed serial connection for data transfer (up to 1600 Mbps)
FireWire (IEEE 1394):
- Wireless:
o IrDA: Infrared for temporary networks (up to 30 Mbps)
o Bluetooth: Short-range communication (various versions with increasing speeds)
o Wi-Fi: Wireless networking standard (multiple versions with increasing speeds: 802.11a/b/g/n/ac/ax)
Infrared for temporary networks (up to 30 Mbps)
IrDA
Short-range communication (various versions with increasing speeds)
o Bluetooth
Wireless networking standard (multiple versions with increasing speeds: 802.11a/b/g/n/ac/ax)
Wi-Fi:
Communication via satellites
- Satellite Link
Transmission and reception of radio signals
- Radio Communication Station
Microwave transmission (bandwidth from Mbps to Gbps) 30 km max distance
- Line of Sight Radio
Used in Ethernet networks, antennas, etc
Coaxial Cable
Used in IT and phone networks (various types)
- Twisted Pair Cable
High-throughput data transfer using light (up to 100 Gbps
Optical Fiber:
Centronics designed for printers
EPP Enhanced Parallel Port: 8-bit, up to 2 Mbps, cable up to 2m
ECP Extended Capabilities Port: 8-bit, up to 2 Mbps, cable up to 2m, high performed printers
8-bit, up to 2 Mbps, cable up to 2m
EPP Enhanced Parallel Port
8-bit, up to 2 Mbps, cable up to 2m, high performed printers
ECP Extended Capabilities Port:
up to 15m at speeds up to 1 Mb/s
* DTE Data Terminal Equipment – Data transmission and device
* DCE Data Communication Equipment – data communication
RS-232C
IrDA Infrared Data Association – wireless serial transmission standard in infrared
Wi-Fi Wireless Fidelity
Satellite link – type of radio telecommunications link
USB Universal Serial Bus
Quantum objects can be in multiple states simultaneously (unlike classical bits which are 0 or 1).
- Superposition
The act of measuring a quantum object collapses its superposition into a single state.
- Measurement/Observer Effect
Two quantum objects can be linked, where measuring one instantly affects the other, regardless of distance.
Quantum Entanglement
The basic unit of information in a quantum computer, existing as a superposition of 0 and 1.
- Qubits
The power of a quantum computer grows exponentially with the number of qubits.
- Qubit Capacity
Operations performed on qubits to manipulate their states
- Quantum Gates
Specific procedures designed for quantum computers to solve problems.
- Quantum Algorithms
Challenges include reversible operations and the no-cloning theorem.
Limitations
Different types of quantum computers like
annealers, NISQ (noisy intermediate-scale), and fully
error-corrected models.
- Implementations
Maintaining the superposition state for accurate
calculations.
- Coherence
DiVincenzo’s criteria for building
a functional quantum computer.
- Physical Implementation
Layered structure with control processors, measurement systems, and qubit technologies.
Modern Architecture
This gate flips the state of a qubit.
It’s equivalent to the NOT gate in classical computing.
- Pauli-X (X):
This gate performs a rotation around the
Y-axis of the Bloch sphere.
- Pauli-Y (Y):
This gate flips the phase of a qubit in
the |1⟩ state.
- Pauli-Z (Z):
- Creates a superposition of |0⟩ and |1⟩ states. It’s crucial
for many quantum algorithms.
Hadamard Gate (H)
- These gates introduce a phase shift to the qubit state,
which can be useful for certain quantum operations
Phase Gates (S, P, T)
This gate flips the
target qubit only if the control qubit is in the |1⟩ state.
- Controlled-NOT (CNOT, CX):
This gate applies a Z-gate to the
target qubit only if the control qubit is in the |1⟩ state.
- Controlled-Z (CZ):
- Swaps the states of two qubits.
SWAP Gate
- This is a three-qubit gate. It flips the target qubit only if both control qubits are in the |1⟩ state.
Toffoli Gate (CCNOT, CCX, TOFF)
- Each gate can be represented by a 2x2 or 4x4 matrix (depending on the number of qubits it acts upon).
- These gates are fundamental building blocks for constructing more complex quantum circuits and algorithms.
utilize magnetic properties to store and retrieve data. They’ve been a cornerstone of data storage for decades, evolving from floppy disks to hard disk drives (HDDs).
Magnetic storage devices
: Circular disks coated with a magnetic material.
- Platters
Electromagnets that read and write data to the platters.
- Heads
Spins the platters at high speeds.( rotational speed 3600, 5400, 7200, 10000, 15000rpm (revolutions per minute), the most important requirement for the drive system is speed stability)
- Spindle Motor(Positioning System):
Positions the heads over specific tracks on the platters.
Actuator Arm
Manages the entire operation of the HDD.
- Controller
: The circuitry that controls the drive’s operations.
- Electronic Components Package
Components that allow the drive to be configured and connected to a system.
- Configuration Elements
A filter that prevents dust and other particles from entering the drive and damaging the sensitive components.
Air Filter:
A simple method where magnetic polarity changes to represent 1s.
- NRZ1
Frequency Modulation, where magnetic polarity changes at the beginning of each bit cell and in the middle of cells representing 1s.
- FM
Modified Frequency Modulation, a more efficient technique that reduces the number of magnetic transitions.
MFM
Run Length Limited, a complex method that optimizes data density by limiting the number of consecutive 0s.
- RLL
relies on the cooperation of two or more hard drives to provide additional capabilities not achievable with single drive
RAID Redundant Array of Independent Disks
The saved file is divided into fixed size data stripes, which are then written alternately on disk.
RAID 0 (Stripping)
Data is written to both disks simultaneously. The disk containing the copy is hidden from the user.
RAID 1 (Mirroring)
cloning occurs at the level of individual physical disks, not logical
RAID 1 + 0
an array implemented as RAID 1, whose elements are RAID 0 arrays
RAID 0 + 1
each subsequent bit on a different disk, need of additional disk for Hamming code (error correction)
RAID 2
data is saved on all disks simultaneously, but they are accompanied by an ongoing parity bit, which held on a separate disk dedicated to this purpose
RAID 3
very similar to RAID 3 with difference that data is divided into block (checksums)
RAID 4
similar to RAID 4 with the difference that parity bits are not written on specially separated disk but are scattered throughout the entire structure of the array
RAID 5
similar to RAID 5, however additional error correction code (ecc) have been added, min. number of disks 4
RAID 6
involves connecting to two physical disks so that part of the disk works as RAID 0 and another as RAID 1
RAID MATRIX
LTO – Linear Tape-Open , AIT – Advanced Intelligent Tape, SLR- Scalable Linear Recording
Older, low-capacity storage media.
- Floppy Disks
Removable storage media with higher capacity than floppy disks.
- Zip Disks
Used for long-term archival storage.
- Magnetic Tape