IT Introduction: Fachhochschule Südwestfalen
IT Introduction: Fachhochschule Südwestfalen
IT Introduction
Winter Semester 2016-17
03.-07.10.
Introduction
10.-14.10.
IT Developments / Hardware
17.-21.10
IT Developments / Hardware
24.-28.10.
31.-04.11.
No class (Kirmes)
07.-11.11.
14.-18.11.
21.-25.11.
Software
IT-Intro: Hardware
Slide 2
28.-02.12.
Software
05.-09.12
Databases
12.-16.12.
19.-23.12.
No class
26.-30.12.
No class
02.-06.01.
09.-13.01.
Information Management
16.-20.01.
IT Study Night
IT-Intro: Hardware
Slide 3
IT Development Leaps
IT-Intro: Hardware
Slide 4
IT-Intro: Hardware
Slide 5
Processor
(CPU)
Arithmetic
Logic Unit
(ALU)
Memory
program-controlled computer
universally usable
Control Unit
(CU)
Input
Output
John von Neumann (1903-1957)
1945: First Draft of a Report on the EDVAC
IT-Intro: Hardware
Slide 6
System
Decimal
Binary
Octal
Hexadecimal
10
16
Symbols
0, 1, 2, 3, 4,
5, 6, 7, 8, 9
0, 1
0, 1, 2, 3, 4,
5, 6, 7
0, 1, 2, 3, 4,
5, 6, 7, 8, 9,
A, B, C, D,
E, F
Examples
Daily
Accounting
ASCII
File
permissions
Hex Color
Codes
(e.g. 0666=rw)
(e.g. #000000)
Base
(e.g. A=01000001)
(e.g. 12,99)
IT-Intro: Hardware
Slide 7
Binary
Octal
Hexadecimal
10
11
100
1010
0110
0111
1000
10
1001
11
10
1010
12
11
1011
13
12
1100
14
13
1101
15
14
1110
16
15
1111
17
IT-Intro: Hardware
Slide 8
Repeat Steps 3 and 4, getting remainders from right to left, until quotient
becomes zero
Example:
123410 = ?8
1234
154
19
2
/
/
/
/
8
8
8
8
= 154 R 2
= 19 R 2
=
2 R 3
= 0 R 2
IT-Intro: Hardware
123410 = 23228
Slide 9
ABC16 =>
C x 160 = 12 x
1 =
12
B x 161 = 11 x 16 = 176
A x 162 = 10 x 256 = 2560
274810
IT-Intro: Hardware
Slide 10
Step 1 Divide the binary digits into groups of four (starting from the right).
Step 2 Convert each group of four binary digits to one hexadecimal symbol.
Example:
10101110112
= ?16
10 1011 1011
B
10101110112 = 2BB16
IT-Intro: Hardware
Slide 11
Binary Prefixes
1 Kibibyte (KiB)
1 Mebibyte (MiB)
1 Gibibyte (GiB)
1 Tebibyte (TiB)
Decimal Prefixes
1 Kilobyte (KB)
1 Megabyte (MB)
1 Gigabyte (GB)
1 Terabyte (TB)
= 210 Byte
= 220 Byte
= 230 Byte
= 240 Byte
= 1024 Byte
= 1048576 Byte
= 1073741824 Byte
= 109911627776 Byte
= 103 Byte
= 106 Byte
= 109 Byte
= 1012 Byte
= 1000 Byte
= 1000000 Byte
= 1000000000 Byte
= 1000000000000 Byte
Decimal
Prof. Dr. P. Weber
IT-Intro: Hardware
Binary
Slide 12
Systemunit
External
Storage
Keyboard,
Mouse,
Reader
Screen,
Printer,
Speakers
Main
Memory
Central
Processor
Input
Processing
Output
13
IT-Intro: Hardware
Slide 13
Control Unit
Fetches and decodes
data from RAM
Decrypts the commands
Arithmetic Unit
Executes arithmetic /
logic operations
IT-Intro: Hardware
Slide 14
Every microprocessor contains a system clock, which controls how fast all
the operations within a computer take place (the chips processing speed).
Older CPU processing speeds are in megahertz
1 MHz = 1 million cycles per second
Current CPU processing speeds are in gigahertz
1 GHz = 1 billion cycles per second
The faster a CPU runs, the more power it consumes, and the more heat it
generates
In most computers, the bus width is the same as the computers word size,
the number of bits that the processor can process at any one time. The more
bits in a word, usually the faster the computer. A 32-bit-word computer will
transfer data within each microprocessor chip in 32-bit chunks. A 64-bit-word
computer is faster, transferring data in 64-bit chunks at a time. (Most, but not
all, 32-bit software will run on a 64-bit system, but 64-bit software will not run
on a 32-bit system.)
Prof. Dr. P. Weber
IT-Intro: Hardware
Slide 15
IT-Intro: Hardware
Slide 16
Cache
IT-Intro: Hardware
Slide 17
Buses
Processor
Arithmatic
Logic Unit
(ALU)
Internal CPU-Bus
Control Unit
(CU)
Register
External CPU-Bus
RAM
IT-Intro: Hardware
Peripheral
Bus
ROM
Slide 18
Expansion cards plug into slots on the motherboard that are connected by
buses to ports that the user can access.
Expansion cards are circuit boards that provide more memory or that control
peripheral devices (for graphics, sound, video, network interface, wireless
connection, etc.).
Buses connect the expansion
cards to ports.
A port is a connecting socket
or jack on the outside of the
computer unit or device into
which are plugged different
kinds of cables that connect
peripheral devices.
IT-Intro: Hardware
Slide 19
Expansion Bus
Expansion cards connect with different types of buses on the motherboard.
Bus
Description
PCI bus
AGP bus
IT-Intro: Hardware
Slide 20
Characteristics
Low-cost
Can connect lots of devices
Hot swappable
http://blog.showmecables.com/
IT-Intro: Hardware
Slide 21
IT-Intro: Hardware
Slide 22
Ports
IT-Intro: Hardware
Slide 23
IT-Intro: Hardware
Slide 24
Hard Disks
Thin, rigid metal, glass, or ceramic platters covered with a substance that
allows data to be held in the form of magnetized spots
Store data in tracks, sectors, and clusters
IT-Intro: Hardware
Slide 25
Optical Discs
CD: 0,7 GB
DVD: 4.7 GB
Blue-Ray: 25 GB
Advantages / Disadvantages
+ Cheap
+ No abrasion because of optical read/write process
IT-Intro: Hardware
Slide 26
Classification of Computers
IT-Intro: Hardware
Slide 27
IT-Intro: Hardware
Slide 28
IT-Intro: Hardware
Slide 29
IT-Intro: Hardware
Slide 30
IT Development Leaps
IT-Intro: Hardware
Slide 31
Centralized IT
Mainframe
With the introduction of the transistor based machines IBM 1401 and
7090 in 1959 the widespread commercial use of mainframes began
IT-Intro: Hardware
Slide 32
Convergence
IT-Intro: Hardware
Slide 33
Service Models
Cloud Computing:
Convergence of Centralization & Decentralization!?
IT-Intro: Hardware
Slide 34
IT-Intro: Hardware
Slide 35