When was the first concept for an analytical machine created?
1834
What was 1834?
Concept for the first analytical machine was created
By Charles Baggage
Basic function that are fundamental for today computers
When was the theoretical basis for computers written?
1936
What was 1936?
Paper about theoretical basis for today computer was written
By Alan Turning
Universal Turing Machine consist of 3 main parts
When was the first computer in Poland created?
1958
What was 1958?
First computer in Poland was created
What is a processor?
Central unit that executes commands and control other parts of the computer
What is a main memory?
Consits of cells which store bits
Each cell has ist own address
What are external devices?
Connected with computer via an input-output system
Examples: Keyboard, mouse, monitor, printer, external memory
What is that?
Motherboard
What is a motherboard?
Connection and communication between all other computer parts
Processor, main memory, hard disk and floppy drive are implemented in it
Can be connected to different extensions (sound / graphical card)
Has different solts (PS2 / USB)
Must be connected to power supply
What is a CPU?
Makes instruction which come from the RAM
Based in binary systems (1 instruction for 1 impluse)
1 Hz is 1 operation per second
1 GHz is 1 billio operations per second
Todays cprocessors have 2- 3.5 GHz
Multitasking
Cooling needed
Random access memory (RAM)
What is a RAM?
Directly available to processor
Contains code for executing programs
Allows data to be read and written
Content is lost after power outage
Need to permanently record data
Read-only memory (ROM)
What is a ROM?
Non volatile memory
Only for reading
Information is stored permanently
Allows connection between software and hardware
Has semiconductor and battery
Keeps data during unexpected power outage
What is the binary system?
Basis for computer porgrams
Low complexity
Memory stores binary digits (0 or 1)
Which values can be interpreted as instructions?
Switch on / off
Relay open / closed
Capacitor charged / discharged
Hexadecimal notation
Simplifies representation of bit strings
Data organization
Systems are organized in units, which are called cells
One cell constist of 8 bits (1 byte)
First bit is the most important
Table of bits
1 bit
1 b
1 byte
1 B
1 kilobyte
1 KB
2^10 B
1 megabyte
1 MB
2^20 B
1 gigabyte
1 GB
2^30 B
1 terabyte
1 TB
2^40 B
1 petabyte
1 PB
2^50 B
1 exabyte
1 EB
2^60 B
Examples for text coding
ASCII: 128 positions
Extended ASCII: 256 positions
Unicode: 2^32 positions (represent all signs used)
What is a computer bus?
Allows data transfer between computer components
What is an internal hard disk?
Helps to store and process data
Software is installed on it
2 main types: HDD & SDD
What is a HDD?
= Hard disk drive
Data is saved on magnetic medium
Saves large capacitor (1-2 TB)
Low shock resistance
High enegy consumption
What is a SSD?
= Solid state drive
Uses flash memory
High shock resistance
Low energy consumption
What are peripheral devices?
Input devices: Keyboard, mouse, microphone
Output devices: Monitors, printers, loudspeaker
Input-output devices: Graphical card, sound card
What is a GUI?
= Graphical user interface
Pieces of information are presented by graphical elements (windows, icons)
What is a TUI?
= Terminal user interface
Pieces of information are presented by text or signs in text code
Information process
Process of interpreting data based on knowledge
I=i(D,W,t)
Information=interpretation process (Data,Knowledge,time)
What is an algorithm?
Set of steps to accomplish a task
What is a program?
Set of multiple algorithm
What is a command?
Set of actions based on which programs are created
What is a software?
Translating algorithm which saves individual programming language into programs
Examples: Utility programs, graphical programs, engineering and design programs
What are tasks for an operating system?
Manage computer resources
Assign programs memory and control it
Assign processes processor time
Collect and manage data
Share interface
Communicate with and operate other devices
Shows errors
What are operating systems of Microsoft?
Windows XP
Windows Vista
Windows 7 / 8
What are operating systems of Apple?
Mac OS
iOS 4
What are operating systems of other companies?
UNIX
Linus
BSD / Free BSD
Sun solaris
What is a file system?
Rules for entering data on a data carriere
Each operating system has system files
Easy to store, access, process and remove data
NTFS in windows: Additionally determines access to individual files and folders
What is a file?
Data set of finite length and specific atrocities
What are examples for text files?
TXT, HTML, XML, KM, CSS, CAVEMAN SVG
What are examples for binary files?
DOC, DOCX, PDF, XLS, BMP, MP2, ABI, MPG
What is a directory?
Contain references to other files (directories are its content)
What is a folder?
Used alternately to directory
Doesn’t have to have physical location (is logical thing in operating system)
How long can a name be?
Max. 8 signs, 3 extension
In Windows: 256 signs
Last changeda year ago