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 Basic Organization of Computers
The Basic Organization of ComputersThe Basic Organization of Computers
The Basic Organization of ComputersTallat Satti
 
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 Componentsimtiazalijoono
 
Chapter 1 basic structure of computers
Chapter 1  basic structure of computersChapter 1  basic structure of computers
Chapter 1 basic structure of computersGurpreet Singh
 
Basic organisation of computer system
Basic organisation of computer systemBasic organisation of computer system
Basic organisation of computer systemParvathy Ashok
 
Computer organisation
Computer organisationComputer organisation
Computer organisationASHIMA1993
 
The computer system
The computer systemThe computer system
The computer systemChubby1810
 
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]Rafiq Azad
 
3. basic organization of a computer
3. basic organization of a computer3. basic organization of a computer
3. basic organization of a computerSHIKHA GAUTAM
 
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 systemsRai University
 
Cpu introduction to computer
Cpu introduction to computerCpu introduction to computer
Cpu introduction to computerBRS ENGINEERING
 
Basic computer organization
Basic computer organizationBasic computer organization
Basic computer organizationSAMIR NAIK
 
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 pptDeepuVishwakarma
 
Block Diagram of Computer
Block Diagram of ComputerBlock Diagram of Computer
Block Diagram of ComputerAnshuDubey19
 
Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)Faraz Ahmed
 

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 aritmatikajumiathyasiz
 
Struktur Detail Computer IAS
Struktur Detail Computer IASStruktur Detail Computer IAS
Struktur Detail Computer IASraenigalih
 
Aritmatika komputer
Aritmatika komputerAritmatika komputer
Aritmatika komputerHady Mulya
 
Arsitektur & Organisasi komputer
Arsitektur & Organisasi komputerArsitektur & Organisasi komputer
Arsitektur & Organisasi komputerZou Anto
 
Makalah arsitektur komputer
Makalah arsitektur komputerMakalah arsitektur komputer
Makalah arsitektur komputeryoganoviantono
 
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 IndonesiaAni Mahisarani
 
Computer architecture
Computer architectureComputer architecture
Computer architectureneclinux
 
Sejarah & perkembangan komputer
Sejarah & perkembangan komputerSejarah & perkembangan komputer
Sejarah & perkembangan komputerNoer Wahid
 
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 iniRohman Efendi
 
Sejarah perkembangan komputer
Sejarah perkembangan komputerSejarah perkembangan komputer
Sejarah perkembangan komputerWahyu Dermawan
 

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

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...Gaditek
 
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 .pptxAsst.prof M.Gokilavani
 
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.pptvardagotmare1
 
UNIT I_Introduction.pptx
UNIT I_Introduction.pptxUNIT I_Introduction.pptx
UNIT I_Introduction.pptxssuser4ca1eb
 
isa architecture
isa architectureisa architecture
isa architectureAJAL A J
 
Computer architecture overview
Computer architecture overviewComputer architecture overview
Computer architecture overviewMuhammad Ishaq
 
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 PROCESSORSIRJET Journal
 
Unit 1 computer architecture (1)
Unit 1   computer architecture (1)Unit 1   computer architecture (1)
Unit 1 computer architecture (1)DevaKumari Vijay
 
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.pdfnavikvel
 
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.pptxAmarRaj22
 
introduction COA(M1).pptx
introduction COA(M1).pptxintroduction COA(M1).pptx
introduction COA(M1).pptxBhavanaMinchu
 
Computer architecture
Computer architectureComputer architecture
Computer architectureZuhaib Zaroon
 
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 APJKTUAgi George
 

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

Alir Produksi Produk Multimedia.pptx
Alir Produksi Produk Multimedia.pptxAlir Produksi Produk Multimedia.pptx
Alir Produksi Produk Multimedia.pptxMartin Arale
 
Gambar clean up dan sisip
Gambar clean up dan sisipGambar clean up dan sisip
Gambar clean up dan sisipMartin Arale
 
Animasi tradisional
Animasi tradisionalAnimasi tradisional
Animasi tradisionalMartin Arale
 
Pengenalan adobe flash cs4
Pengenalan adobe flash cs4Pengenalan adobe flash cs4
Pengenalan adobe flash cs4Martin Arale
 
Pengenalan adobe indesign
Pengenalan adobe indesignPengenalan adobe indesign
Pengenalan adobe indesignMartin Arale
 
2. Materi Pembelajaran Storyboard
2.  Materi Pembelajaran Storyboard2.  Materi Pembelajaran Storyboard
2. Materi Pembelajaran StoryboardMartin Arale
 
TPA MASUK PTN (E-Book)
TPA MASUK PTN (E-Book)TPA MASUK PTN (E-Book)
TPA MASUK PTN (E-Book)Martin Arale
 
Riyadhus salihin Buku 2
 Riyadhus salihin Buku 2 Riyadhus salihin Buku 2
Riyadhus salihin Buku 2Martin Arale
 
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 publishingMartin Arale
 
Materi Pemrograman Dasar SMK
Materi Pemrograman Dasar SMKMateri Pemrograman Dasar SMK
Materi Pemrograman Dasar SMKMartin 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 MUDAMartin Arale
 
7 RAHASIA MEMPENGARUHI ORANG LAIN
7 RAHASIA MEMPENGARUHI ORANG LAIN7 RAHASIA MEMPENGARUHI ORANG LAIN
7 RAHASIA MEMPENGARUHI ORANG LAINMartin 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

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 

Recently uploaded (20)

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 

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