SlideShare a Scribd company logo
1 of 41
Organisasi & Arsitektur Komputer
          [5235-005-2]
         Pertemuan ke 1
Daftar Pustaka
1. Mostafa Abd-El-Barr
   dan Hesham El-
   Rewini. 2005.
   “Fundamental of
   Computer
   Organization and
   Architecture”, A John
   Wiley & Sons, Inc
   Publication.
               Organisasi & Arsitektur Komputer   2
Staf Info
Wisnu Djatmiko
wisnu.djatmiko@gmail.com
wisnu_djatmiko@yahoo.com
0811 82 7441




              Organisasi & Arsitektur Komputer   3
Jadwal Kuliah
5223 Selasa 08.00 s.d. 10.00 wib (R 406)
5272 Selasa 10.00 s.d. 11.40 wib (R 305)
5258 Selasa 16.20 s.d. 18.00 wib (R 406)
5278 Jum’at 16.20 s.d. 18.00 wib (R 406)




                 Organisasi & Arsitektur Komputer   4
Penilaian
1.   Minimal 75% kehadiran [syarat UAS]
2.   UTS 35%
3.   UAS 35%
4.   Tugas mandiri/terstruktur 30%




                   Organisasi & Arsitektur Komputer   5
Pokok Bahasan
 Sistem komputer, desain dan konsep ISA
 (Instruction Set Computer), Assembly
 Language Programming, Aritmatika Komputer,
 desain CPU, sistem memori, desain dan
 organisasi I/O unit, Pipelining Design
 Techniques, Reduced Instruction Set
 Computers (RISCs), dan Multiprocessor.



               Organisasi & Arsitektur Komputer   6
Pokok Bahasan #1
1.   Latar Belakang Sejarah
2.   Perkembangan Arsitektur Komputer
3.   Perkembangan Teknologi Komputer
4.   Pengukuran Performa Komputer
5.   Simpulan
6.   Latihan



                  Organisasi & Arsitektur Komputer   7
Latar Belakang Sejarah
1. Z1 (1938) Program-controlled (mechanical)
   computer
2. Z2 (1939) Program-controlled computer with
   fixed-point arithmetic.
3. Z3 (Germany in 1941) complete design of a
   fully functional programmable special-
   purpose machine


                Organisasi & Arsitektur Komputer   8
Latar Belakang Sejarah
4. ENIAC (1944) Electronic Numerical Integrator
   and Calculator (first operational general-purpose
   machine built using vacuum tubes)
5. IAS (1946) Institute for Advanced Study
   (Princeton) 10 times faster than the ENIAC
6. EDSAC (1949) Electronic Delay Storage
   Automatic Calculator (stored-program
   computer)
7. EDVAC (1952) Electronic Discrete Variable
   Automatic Computer (stored programs)
                   Organisasi & Arsitektur Komputer   9
Latar Belakang Sejarah
8. Harvard Architecture (MARK I, II, III, and IV)
   introduced the concept of separate
   memories for instructions and data
9. UNIVersal Automatic Computer - UNIVAC I
   (1951) - The first general-purpose
   commercial computer
10.IBM 701 (1952)
11.IBM 360 series (1964)

                  Organisasi & Arsitektur Komputer   10
Latar Belakang Sejarah
11.Digital Equipment Corporation (DEC) - PDP-8
   (1964)
12.Intel 4004 (1971)
13.Apple computer PC, VAX-11/780 by DEC
   (1977)




                 Organisasi & Arsitektur Komputer   11
the different computing paradigms




            Organisasi & Arsitektur Komputer   12
ARCHITECTURAL DEVELOPMENT AND
STYLES
• Computer architects have always been striving to
  increase the performance of their architectures
• reducing the “semantic gap” between the
  instructions in a high-level language and those in
  the low-level (machine) language.
• A single (machine) instruction to convert several
  binary coded decimal (BCD) numbers to binary is
  an example for how complex some instructions
  were intended to be.
                   Organisasi & Arsitektur Komputer   13
ARCHITECTURAL DEVELOPMENT AND
STYLES
• The huge number of addressing modes
  considered (more than 20 in the VAX machine)
  further adds to the complexity of instructions.
• Machines following this philosophy have been
  referred to as complex instructions set
  computers (CISCs)
• Examples of CISC machines include the Intel
  PentiumTM, the Motorola MC68000TM, and
  the IBM & Macintosh PowerPCTM.

                  Organisasi & Arsitektur Komputer   14
ARCHITECTURAL DEVELOPMENT AND
STYLES
• It should be noted that as more capabilities
  were added to their processors,
  manufacturers realized that it was increasingly
  difficult to support higher clock rates that
  would have been possible otherwise.
• This is because of the increased complexity of
  computations within a single clock period.


                  Organisasi & Arsitektur Komputer   15
ARCHITECTURAL DEVELOPMENT AND
STYLES
• A number of studies from the mid-1970s and
  early-1980s also identified that in typical
  programs more than 80% of the instructions
  executed are those using assignment
  statements, conditional branching and
  procedure calls.
• It was also surprising to find out that simple
  assignment statements constitute almost 50%
  of those operations.

                  Organisasi & Arsitektur Komputer   16
ARCHITECTURAL DEVELOPMENT AND
STYLES
• the optimization of architectures by speeding up
  those operations that are most frequently used
  while reducing the instruction complexities and
  the number of addressing modes.
• Machines following this philosophy have been
  referred to as reduced instructions set computers
  (RISCs)
• Examples of RISCs include the Sun SPARCTM and
  MIPSTM machines.
                   Organisasi & Arsitektur Komputer   17
TECHNOLOGICAL DEVELOPMENT




          Organisasi & Arsitektur Komputer   18
PERFORMANCE MEASURES
• A user of a computer measures its
  performance based on the time taken to
  execute a given job (program)
• A laboratory engineer measures the
  performance of his system by the total
  amount of work done in a given time
• A metric for assessing the performance of a
  computer helps comparing alternative designs

                 Organisasi & Arsitektur Komputer   19
PERFORMANCE MEASURES
• Performance analysis should help answering
  questions such as how fast can a program be
  executed using a given computer?
• we need to determine the time taken by a
  computer to execute a given job and we
  define the clock cycle time as the time
  between two consecutive rising (trailing)
  edges of a periodic clock signal (Fig. 1.1)

                 Organisasi & Arsitektur Komputer   20
a periodic clock signal




             Organisasi & Arsitektur Komputer   21
PERFORMANCE MEASURES
• We denote the number of CPU clock cycles for
  executing a job to be the cycle count (CC), the
  cycle time by CT, and the clock frequency by f
  ¼ 1/CT.
• The time taken by the CPU to execute a job
  can be expressed as



                  Organisasi & Arsitektur Komputer   22
PERFORMANCE MEASURES
• Therefore, the average number of clock cycles
  per instruction (CPI) has been used as an
  alternate performance measure




                 Organisasi & Arsitektur Komputer   23
PERFORMANCE MEASURES
• It is known that the instruction set of a given
  machine consists of a number of instruction
  categories: ALU (simple assignment and
  arithmetic and logic instructions), load, store,
  branch, and so on.



•   where Ii is the number of times an instruction of type i is executed in the
    program and CPIi is the average number of clock cycles needed to execute
    such instruction.

                               Organisasi & Arsitektur Komputer                   24
PERFORMANCE MEASURES
• Example Consider computing the overall CPI
  for a machine A for which the following
  performance measures were recorded when
  executing a set of benchmark programs.
  Assume that the clock rate of the CPU is 200
  MHz.




                 Organisasi & Arsitektur Komputer   25
PERFORMANCE MEASURES




         Organisasi & Arsitektur Komputer   26
Pokok Bahasan #1
1.   Latar Belakang Sejarah
2.   Perkembangan Arsitektur Komputer
3.   Perkembangan Teknologi Komputer
4.   Pengukuran Performa Komputer
5.   Simpulan
6.   Definisi Komputer
7.   Definisi Organisasi Komputer
8.   Definisi Arsitektur komputer

                  Organisasi & Arsitektur Komputer   27
Definisi Komputer
suatu alat elektronik yg mampu melakukan
 beberapa tugas seperti menerima input,
 memproses input tadi sesuai dengan
 programnya, menyimpan perintah-perintah
 dan hasil pengolahan, serta menyediakan
 output dalam bentuk informasi [Robert H.
 Blissmer dlm buku Computer Annual]



                Organisasi & Arsitektur Komputer   28
Definisi Komputer
sistem elektronik utk memanipulasi data yg
 cepat dan tepat serta dirancang dan
 diorganisasikan supaya secara otomatis
 menerima dan menyimpan data input,
 memprosesnya dan menghasilkan output
 dibawah pengawasan suatu langkah-langkah,
 instruksi2 program yg tersimpan di memori
 (stored program) [Donald H. Sanders dlm
 buku Computer Today]
                Organisasi & Arsitektur Komputer   29
Definisi Komputer
mesin penghitung eletronik yg cepat dapat
 menerima informasi input digital,
 memprosesnya sesuai dengan suatu program
 yg tersimpan di memorinya dan menghasilkan
 output informasi [Hamacher dkk, dlm buku
 Computer Organization]




                Organisasi & Arsitektur Komputer   30
Definisi Komputer
  Sekumpulan alat elektronik yang saling
  bekerja sama, dapat menerima data (input),
  mengolah data (proses) dan memberikan
  informasi (output) serta terkoordinasi
  dibawah kontrol program yang tersimpan di
  memorinya.




                Organisasi & Arsitektur Komputer   31
Fungsi Komputer
1.   Pengolahan data - Data processing
2.   Penyimpanan data - Data storage
3.   Pemindahan data - Data movement
4.   Kendali - Control




                  Organisasi & Arsitektur Komputer   32
Struktur Komputer




           Organisasi & Arsitektur Komputer   33
Struktur Komputer




           Organisasi & Arsitektur Komputer   34
Pengolahan Data




           Organisasi & Arsitektur Komputer   35
Komponen Sistem Komputer
1. Hardware
     CPU unit
     IO unit
     Memory unit
2. Software
3. Brainware




                    Organisasi & Arsitektur Komputer   36
Definisi Organisasi Komputer
Organisasi komputer berkaitan dengan unit-
 unit operasional dan interkoneksinya yang
 merealisasikan spesifikasi arsitektural
Misal : Control signals, interfaces, memory
 technology




                 Organisasi & Arsitektur Komputer   37
Definisi Arsitektur Komputer
Arsitektur komputer berkaitan dengan atribut
 – atribut yang mempunyai dampak langsung
 pada eksekusi logis sebuah program. [William
 Stalling]
Misal : Set Instruksi, jumlah bit yang
 digunakan untuk penyajian data, mekanisme
 I/O, teknik pengalamantan (addressing
 techniques).


                 Organisasi & Arsitektur Komputer   38
Definisi Arsitektur Komputer
adalah konsep perencanaan dan struktur
 pengoperasian dasar dari suatu sistem
 komputer.
bagaimana CPU bekerja
cara pengaksesan data dan alamat dari dan ke
 memori
Arsitektur von Neumann, CISC, dan RISC



                Organisasi & Arsitektur Komputer   39
Arsitektur Komputer
1. Set instruksi (ISA)
2. Arsitektur mikro dari ISA, dan
3. Sistem desain dari seluruh komponen dalam
   perangkat keras komputer




                Organisasi & Arsitektur Komputer   40
Organisasi vs Arsitektur Komputer
Pabrik komputer menawarkan sekelompok model
  komputer, yang semuanya memiliki arsitektur yang
  sama tetapi dengan organisasi yang berbeda.

Akibatnya, model – model yang berbeda akan memiliki
  harga dan karakteristik kinerja yang berbeda. Selain itu
  suatu arsitektur dapat bertahan selama bertahun –
  tahun dan meliputi sejumlah model komputer yang
  berbeda, namun organisasinya dapat berubah – ubah
  sesuai seiring dengan perkembangan teknologi.


                     Organisasi & Arsitektur Komputer    41

More Related Content

What's hot

The computer system
The computer systemThe computer system
The computer system
Chubby1810
 

What's hot (19)

The Basic Organization of Computers
The Basic Organization of ComputersThe Basic Organization of Computers
The Basic Organization of Computers
 
The CPU and Memory and Major Components
The CPU and Memory and  Major ComponentsThe CPU and Memory and  Major Components
The CPU and Memory and Major Components
 
CPU
CPUCPU
CPU
 
Chapter 1 basic structure of computers
Chapter 1  basic structure of computersChapter 1  basic structure of computers
Chapter 1 basic structure of computers
 
Basic organisation of computer system
Basic organisation of computer systemBasic organisation of computer system
Basic organisation of computer system
 
Computer organisation
Computer organisationComputer organisation
Computer organisation
 
The computer system
The computer systemThe computer system
The computer system
 
Computer fundamental basic comuter organization [www.studysharebd.com]
Computer fundamental basic comuter organization [www.studysharebd.com]Computer fundamental basic comuter organization [www.studysharebd.com]
Computer fundamental basic comuter organization [www.studysharebd.com]
 
3. basic organization of a computer
3. basic organization of a computer3. basic organization of a computer
3. basic organization of a computer
 
Bba i-introduction to computer-u-3-functions operating systems
Bba  i-introduction to computer-u-3-functions operating systemsBba  i-introduction to computer-u-3-functions operating systems
Bba i-introduction to computer-u-3-functions operating systems
 
Cpu introduction to computer
Cpu introduction to computerCpu introduction to computer
Cpu introduction to computer
 
Basic computer organization
Basic computer organizationBasic computer organization
Basic computer organization
 
operating system
 operating system  operating system
operating system
 
Components of computer, CPU computer funfament ppt
Components of computer, CPU computer funfament pptComponents of computer, CPU computer funfament ppt
Components of computer, CPU computer funfament ppt
 
computer system organization basics
computer system organization basicscomputer system organization basics
computer system organization basics
 
Stac301
Stac301Stac301
Stac301
 
Cpu and memory
Cpu and memoryCpu and memory
Cpu and memory
 
Block Diagram of Computer
Block Diagram of ComputerBlock Diagram of Computer
Block Diagram of Computer
 
Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)
 

Viewers also liked

Pertemuan 6 aritmatika
Pertemuan 6 aritmatikaPertemuan 6 aritmatika
Pertemuan 6 aritmatika
jumiathyasiz
 
Aritmatika komputer
Aritmatika komputerAritmatika komputer
Aritmatika komputer
Hady Mulya
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
neclinux
 
Makalah sejarah perkembangan komputer dari awal hingga saat ini
Makalah sejarah perkembangan komputer dari awal hingga saat iniMakalah sejarah perkembangan komputer dari awal hingga saat ini
Makalah sejarah perkembangan komputer dari awal hingga saat ini
Rohman Efendi
 

Viewers also liked (12)

Pertemuan 6 aritmatika
Pertemuan 6 aritmatikaPertemuan 6 aritmatika
Pertemuan 6 aritmatika
 
Struktur Detail Computer IAS
Struktur Detail Computer IASStruktur Detail Computer IAS
Struktur Detail Computer IAS
 
Aritmatika komputer
Aritmatika komputerAritmatika komputer
Aritmatika komputer
 
Makalah sejarah komputer dan perkembangannya
Makalah sejarah komputer dan perkembangannyaMakalah sejarah komputer dan perkembangannya
Makalah sejarah komputer dan perkembangannya
 
Arsitektur & Organisasi komputer
Arsitektur & Organisasi komputerArsitektur & Organisasi komputer
Arsitektur & Organisasi komputer
 
Makalah arsitektur komputer
Makalah arsitektur komputerMakalah arsitektur komputer
Makalah arsitektur komputer
 
Sejarah Komputer.pdf
Sejarah Komputer.pdfSejarah Komputer.pdf
Sejarah Komputer.pdf
 
Sejarah dan perkembangan TIK di dunia dan Indonesia
Sejarah dan perkembangan TIK di dunia dan IndonesiaSejarah dan perkembangan TIK di dunia dan Indonesia
Sejarah dan perkembangan TIK di dunia dan Indonesia
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
Sejarah & perkembangan komputer
Sejarah & perkembangan komputerSejarah & perkembangan komputer
Sejarah & perkembangan komputer
 
Makalah sejarah perkembangan komputer dari awal hingga saat ini
Makalah sejarah perkembangan komputer dari awal hingga saat iniMakalah sejarah perkembangan komputer dari awal hingga saat ini
Makalah sejarah perkembangan komputer dari awal hingga saat ini
 
Sejarah perkembangan komputer
Sejarah perkembangan komputerSejarah perkembangan komputer
Sejarah perkembangan komputer
 

Similar to Arsikom #1

Computer architecture overview
Computer architecture overviewComputer architecture overview
Computer architecture overview
Muhammad Ishaq
 

Similar to Arsikom #1 (20)

Fundamentals of Computer Design including performance measurements & quantita...
Fundamentals of Computer Design including performance measurements & quantita...Fundamentals of Computer Design including performance measurements & quantita...
Fundamentals of Computer Design including performance measurements & quantita...
 
CS304PC:Computer Organization and Architecture Session 1 Introduction .pptx
CS304PC:Computer Organization and Architecture Session 1 Introduction .pptxCS304PC:Computer Organization and Architecture Session 1 Introduction .pptx
CS304PC:Computer Organization and Architecture Session 1 Introduction .pptx
 
CSC204PPTNOTES
CSC204PPTNOTESCSC204PPTNOTES
CSC204PPTNOTES
 
UNIT I.pptx
UNIT I.pptxUNIT I.pptx
UNIT I.pptx
 
Unit I.ppt
Unit I.pptUnit I.ppt
Unit I.ppt
 
unit-i-computer-organization and architecture.ppt
unit-i-computer-organization and architecture.pptunit-i-computer-organization and architecture.ppt
unit-i-computer-organization and architecture.ppt
 
computer Architecture
computer Architecturecomputer Architecture
computer Architecture
 
UNIT I_Introduction.pptx
UNIT I_Introduction.pptxUNIT I_Introduction.pptx
UNIT I_Introduction.pptx
 
ERTS_Unit 1_PPT.pdf
ERTS_Unit 1_PPT.pdfERTS_Unit 1_PPT.pdf
ERTS_Unit 1_PPT.pdf
 
isa architecture
isa architectureisa architecture
isa architecture
 
Computer architecture overview
Computer architecture overviewComputer architecture overview
Computer architecture overview
 
A REVIEW ON ANALYSIS OF 32-BIT AND 64-BIT RISC PROCESSORS
A REVIEW ON ANALYSIS OF 32-BIT AND 64-BIT RISC PROCESSORSA REVIEW ON ANALYSIS OF 32-BIT AND 64-BIT RISC PROCESSORS
A REVIEW ON ANALYSIS OF 32-BIT AND 64-BIT RISC PROCESSORS
 
Chap 1 CA.pptx
Chap 1 CA.pptxChap 1 CA.pptx
Chap 1 CA.pptx
 
Unit 1 computer architecture (1)
Unit 1   computer architecture (1)Unit 1   computer architecture (1)
Unit 1 computer architecture (1)
 
Presentation on Computer Basics and architecture.pdf
Presentation on Computer Basics and architecture.pdfPresentation on Computer Basics and architecture.pdf
Presentation on Computer Basics and architecture.pdf
 
slides.pdf
slides.pdfslides.pdf
slides.pdf
 
Machine language program execution 1.1.2.pptx
Machine language program execution 1.1.2.pptxMachine language program execution 1.1.2.pptx
Machine language program execution 1.1.2.pptx
 
introduction COA(M1).pptx
introduction COA(M1).pptxintroduction COA(M1).pptx
introduction COA(M1).pptx
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
EC 308 Embedded Systems Module 1 Notes APJKTU
EC 308 Embedded Systems Module 1 Notes APJKTUEC 308 Embedded Systems Module 1 Notes APJKTU
EC 308 Embedded Systems Module 1 Notes APJKTU
 

More from Martin Arale

Halal dan Haram dalam islam by Dr. Yusuf Qardhawi
  Halal dan Haram dalam islam by Dr. Yusuf Qardhawi   Halal dan Haram dalam islam by Dr. Yusuf Qardhawi
Halal dan Haram dalam islam by Dr. Yusuf Qardhawi
Martin Arale
 
8 STRATEGI SUKSES WIRAUSAHA MUDA
8 STRATEGI SUKSES WIRAUSAHA MUDA8 STRATEGI SUKSES WIRAUSAHA MUDA
8 STRATEGI SUKSES WIRAUSAHA MUDA
Martin Arale
 
7 RAHASIA MEMPENGARUHI ORANG LAIN
7 RAHASIA MEMPENGARUHI ORANG LAIN7 RAHASIA MEMPENGARUHI ORANG LAIN
7 RAHASIA MEMPENGARUHI ORANG LAIN
Martin Arale
 

More from Martin Arale (20)

Alir Produksi Produk Multimedia.pptx
Alir Produksi Produk Multimedia.pptxAlir Produksi Produk Multimedia.pptx
Alir Produksi Produk Multimedia.pptx
 
Gambar clean up dan sisip
Gambar clean up dan sisipGambar clean up dan sisip
Gambar clean up dan sisip
 
Animasi komputer
Animasi komputerAnimasi komputer
Animasi komputer
 
Animasi tradisional
Animasi tradisionalAnimasi tradisional
Animasi tradisional
 
Pengenalan adobe flash cs4
Pengenalan adobe flash cs4Pengenalan adobe flash cs4
Pengenalan adobe flash cs4
 
Format Tata letak
Format Tata letakFormat Tata letak
Format Tata letak
 
Pengenalan adobe indesign
Pengenalan adobe indesignPengenalan adobe indesign
Pengenalan adobe indesign
 
2. Materi Pembelajaran Storyboard
2.  Materi Pembelajaran Storyboard2.  Materi Pembelajaran Storyboard
2. Materi Pembelajaran Storyboard
 
TPA MASUK PTN (E-Book)
TPA MASUK PTN (E-Book)TPA MASUK PTN (E-Book)
TPA MASUK PTN (E-Book)
 
Cara berwudhu
Cara berwudhuCara berwudhu
Cara berwudhu
 
Riyadhus salihin Buku 2
 Riyadhus salihin Buku 2 Riyadhus salihin Buku 2
Riyadhus salihin Buku 2
 
The business book (big ideas simply explained) by dk publishing
The business book (big ideas simply explained) by dk publishingThe business book (big ideas simply explained) by dk publishing
The business book (big ideas simply explained) by dk publishing
 
2. flowchart
2. flowchart2. flowchart
2. flowchart
 
Materi Pemrograman Dasar SMK
Materi Pemrograman Dasar SMKMateri Pemrograman Dasar SMK
Materi Pemrograman Dasar SMK
 
Annova Oneway
Annova OnewayAnnova Oneway
Annova Oneway
 
Halal dan Haram dalam islam by Dr. Yusuf Qardhawi
  Halal dan Haram dalam islam by Dr. Yusuf Qardhawi   Halal dan Haram dalam islam by Dr. Yusuf Qardhawi
Halal dan Haram dalam islam by Dr. Yusuf Qardhawi
 
Algoritma Greedy
Algoritma GreedyAlgoritma Greedy
Algoritma Greedy
 
ETIKA BISNIS
ETIKA BISNISETIKA BISNIS
ETIKA BISNIS
 
8 STRATEGI SUKSES WIRAUSAHA MUDA
8 STRATEGI SUKSES WIRAUSAHA MUDA8 STRATEGI SUKSES WIRAUSAHA MUDA
8 STRATEGI SUKSES WIRAUSAHA MUDA
 
7 RAHASIA MEMPENGARUHI ORANG LAIN
7 RAHASIA MEMPENGARUHI ORANG LAIN7 RAHASIA MEMPENGARUHI ORANG LAIN
7 RAHASIA MEMPENGARUHI ORANG LAIN
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 

Arsikom #1

  • 1. Organisasi & Arsitektur Komputer [5235-005-2] Pertemuan ke 1
  • 2. Daftar Pustaka 1. Mostafa Abd-El-Barr dan Hesham El- Rewini. 2005. “Fundamental of Computer Organization and Architecture”, A John Wiley & Sons, Inc Publication. Organisasi & Arsitektur Komputer 2
  • 4. Jadwal Kuliah 5223 Selasa 08.00 s.d. 10.00 wib (R 406) 5272 Selasa 10.00 s.d. 11.40 wib (R 305) 5258 Selasa 16.20 s.d. 18.00 wib (R 406) 5278 Jum’at 16.20 s.d. 18.00 wib (R 406) Organisasi & Arsitektur Komputer 4
  • 5. Penilaian 1. Minimal 75% kehadiran [syarat UAS] 2. UTS 35% 3. UAS 35% 4. Tugas mandiri/terstruktur 30% Organisasi & Arsitektur Komputer 5
  • 6. Pokok Bahasan Sistem komputer, desain dan konsep ISA (Instruction Set Computer), Assembly Language Programming, Aritmatika Komputer, desain CPU, sistem memori, desain dan organisasi I/O unit, Pipelining Design Techniques, Reduced Instruction Set Computers (RISCs), dan Multiprocessor. Organisasi & Arsitektur Komputer 6
  • 7. Pokok Bahasan #1 1. Latar Belakang Sejarah 2. Perkembangan Arsitektur Komputer 3. Perkembangan Teknologi Komputer 4. Pengukuran Performa Komputer 5. Simpulan 6. Latihan Organisasi & Arsitektur Komputer 7
  • 8. Latar Belakang Sejarah 1. Z1 (1938) Program-controlled (mechanical) computer 2. Z2 (1939) Program-controlled computer with fixed-point arithmetic. 3. Z3 (Germany in 1941) complete design of a fully functional programmable special- purpose machine Organisasi & Arsitektur Komputer 8
  • 9. Latar Belakang Sejarah 4. ENIAC (1944) Electronic Numerical Integrator and Calculator (first operational general-purpose machine built using vacuum tubes) 5. IAS (1946) Institute for Advanced Study (Princeton) 10 times faster than the ENIAC 6. EDSAC (1949) Electronic Delay Storage Automatic Calculator (stored-program computer) 7. EDVAC (1952) Electronic Discrete Variable Automatic Computer (stored programs) Organisasi & Arsitektur Komputer 9
  • 10. Latar Belakang Sejarah 8. Harvard Architecture (MARK I, II, III, and IV) introduced the concept of separate memories for instructions and data 9. UNIVersal Automatic Computer - UNIVAC I (1951) - The first general-purpose commercial computer 10.IBM 701 (1952) 11.IBM 360 series (1964) Organisasi & Arsitektur Komputer 10
  • 11. Latar Belakang Sejarah 11.Digital Equipment Corporation (DEC) - PDP-8 (1964) 12.Intel 4004 (1971) 13.Apple computer PC, VAX-11/780 by DEC (1977) Organisasi & Arsitektur Komputer 11
  • 12. the different computing paradigms Organisasi & Arsitektur Komputer 12
  • 13. ARCHITECTURAL DEVELOPMENT AND STYLES • Computer architects have always been striving to increase the performance of their architectures • reducing the “semantic gap” between the instructions in a high-level language and those in the low-level (machine) language. • A single (machine) instruction to convert several binary coded decimal (BCD) numbers to binary is an example for how complex some instructions were intended to be. Organisasi & Arsitektur Komputer 13
  • 14. ARCHITECTURAL DEVELOPMENT AND STYLES • The huge number of addressing modes considered (more than 20 in the VAX machine) further adds to the complexity of instructions. • Machines following this philosophy have been referred to as complex instructions set computers (CISCs) • Examples of CISC machines include the Intel PentiumTM, the Motorola MC68000TM, and the IBM & Macintosh PowerPCTM. Organisasi & Arsitektur Komputer 14
  • 15. ARCHITECTURAL DEVELOPMENT AND STYLES • It should be noted that as more capabilities were added to their processors, manufacturers realized that it was increasingly difficult to support higher clock rates that would have been possible otherwise. • This is because of the increased complexity of computations within a single clock period. Organisasi & Arsitektur Komputer 15
  • 16. ARCHITECTURAL DEVELOPMENT AND STYLES • A number of studies from the mid-1970s and early-1980s also identified that in typical programs more than 80% of the instructions executed are those using assignment statements, conditional branching and procedure calls. • It was also surprising to find out that simple assignment statements constitute almost 50% of those operations. Organisasi & Arsitektur Komputer 16
  • 17. ARCHITECTURAL DEVELOPMENT AND STYLES • the optimization of architectures by speeding up those operations that are most frequently used while reducing the instruction complexities and the number of addressing modes. • Machines following this philosophy have been referred to as reduced instructions set computers (RISCs) • Examples of RISCs include the Sun SPARCTM and MIPSTM machines. Organisasi & Arsitektur Komputer 17
  • 18. TECHNOLOGICAL DEVELOPMENT Organisasi & Arsitektur Komputer 18
  • 19. PERFORMANCE MEASURES • A user of a computer measures its performance based on the time taken to execute a given job (program) • A laboratory engineer measures the performance of his system by the total amount of work done in a given time • A metric for assessing the performance of a computer helps comparing alternative designs Organisasi & Arsitektur Komputer 19
  • 20. PERFORMANCE MEASURES • Performance analysis should help answering questions such as how fast can a program be executed using a given computer? • we need to determine the time taken by a computer to execute a given job and we define the clock cycle time as the time between two consecutive rising (trailing) edges of a periodic clock signal (Fig. 1.1) Organisasi & Arsitektur Komputer 20
  • 21. a periodic clock signal Organisasi & Arsitektur Komputer 21
  • 22. PERFORMANCE MEASURES • We denote the number of CPU clock cycles for executing a job to be the cycle count (CC), the cycle time by CT, and the clock frequency by f ¼ 1/CT. • The time taken by the CPU to execute a job can be expressed as Organisasi & Arsitektur Komputer 22
  • 23. PERFORMANCE MEASURES • Therefore, the average number of clock cycles per instruction (CPI) has been used as an alternate performance measure Organisasi & Arsitektur Komputer 23
  • 24. PERFORMANCE MEASURES • It is known that the instruction set of a given machine consists of a number of instruction categories: ALU (simple assignment and arithmetic and logic instructions), load, store, branch, and so on. • where Ii is the number of times an instruction of type i is executed in the program and CPIi is the average number of clock cycles needed to execute such instruction. Organisasi & Arsitektur Komputer 24
  • 25. PERFORMANCE MEASURES • Example Consider computing the overall CPI for a machine A for which the following performance measures were recorded when executing a set of benchmark programs. Assume that the clock rate of the CPU is 200 MHz. Organisasi & Arsitektur Komputer 25
  • 26. PERFORMANCE MEASURES Organisasi & Arsitektur Komputer 26
  • 27. Pokok Bahasan #1 1. Latar Belakang Sejarah 2. Perkembangan Arsitektur Komputer 3. Perkembangan Teknologi Komputer 4. Pengukuran Performa Komputer 5. Simpulan 6. Definisi Komputer 7. Definisi Organisasi Komputer 8. Definisi Arsitektur komputer Organisasi & Arsitektur Komputer 27
  • 28. Definisi Komputer suatu alat elektronik yg mampu melakukan beberapa tugas seperti menerima input, memproses input tadi sesuai dengan programnya, menyimpan perintah-perintah dan hasil pengolahan, serta menyediakan output dalam bentuk informasi [Robert H. Blissmer dlm buku Computer Annual] Organisasi & Arsitektur Komputer 28
  • 29. Definisi Komputer sistem elektronik utk memanipulasi data yg cepat dan tepat serta dirancang dan diorganisasikan supaya secara otomatis menerima dan menyimpan data input, memprosesnya dan menghasilkan output dibawah pengawasan suatu langkah-langkah, instruksi2 program yg tersimpan di memori (stored program) [Donald H. Sanders dlm buku Computer Today] Organisasi & Arsitektur Komputer 29
  • 30. Definisi Komputer mesin penghitung eletronik yg cepat dapat menerima informasi input digital, memprosesnya sesuai dengan suatu program yg tersimpan di memorinya dan menghasilkan output informasi [Hamacher dkk, dlm buku Computer Organization] Organisasi & Arsitektur Komputer 30
  • 31. Definisi Komputer Sekumpulan alat elektronik yang saling bekerja sama, dapat menerima data (input), mengolah data (proses) dan memberikan informasi (output) serta terkoordinasi dibawah kontrol program yang tersimpan di memorinya. Organisasi & Arsitektur Komputer 31
  • 32. Fungsi Komputer 1. Pengolahan data - Data processing 2. Penyimpanan data - Data storage 3. Pemindahan data - Data movement 4. Kendali - Control Organisasi & Arsitektur Komputer 32
  • 33. Struktur Komputer Organisasi & Arsitektur Komputer 33
  • 34. Struktur Komputer Organisasi & Arsitektur Komputer 34
  • 35. Pengolahan Data Organisasi & Arsitektur Komputer 35
  • 36. Komponen Sistem Komputer 1. Hardware  CPU unit  IO unit  Memory unit 2. Software 3. Brainware Organisasi & Arsitektur Komputer 36
  • 37. Definisi Organisasi Komputer Organisasi komputer berkaitan dengan unit- unit operasional dan interkoneksinya yang merealisasikan spesifikasi arsitektural Misal : Control signals, interfaces, memory technology Organisasi & Arsitektur Komputer 37
  • 38. Definisi Arsitektur Komputer Arsitektur komputer berkaitan dengan atribut – atribut yang mempunyai dampak langsung pada eksekusi logis sebuah program. [William Stalling] Misal : Set Instruksi, jumlah bit yang digunakan untuk penyajian data, mekanisme I/O, teknik pengalamantan (addressing techniques). Organisasi & Arsitektur Komputer 38
  • 39. Definisi Arsitektur Komputer adalah konsep perencanaan dan struktur pengoperasian dasar dari suatu sistem komputer. bagaimana CPU bekerja cara pengaksesan data dan alamat dari dan ke memori Arsitektur von Neumann, CISC, dan RISC Organisasi & Arsitektur Komputer 39
  • 40. Arsitektur Komputer 1. Set instruksi (ISA) 2. Arsitektur mikro dari ISA, dan 3. Sistem desain dari seluruh komponen dalam perangkat keras komputer Organisasi & Arsitektur Komputer 40
  • 41. Organisasi vs Arsitektur Komputer Pabrik komputer menawarkan sekelompok model komputer, yang semuanya memiliki arsitektur yang sama tetapi dengan organisasi yang berbeda. Akibatnya, model – model yang berbeda akan memiliki harga dan karakteristik kinerja yang berbeda. Selain itu suatu arsitektur dapat bertahan selama bertahun – tahun dan meliputi sejumlah model komputer yang berbeda, namun organisasinya dapat berubah – ubah sesuai seiring dengan perkembangan teknologi. Organisasi & Arsitektur Komputer 41