Sistem Mikroprosesor & Mikrokontroler Part 1

WTech Education
18 Oct 202013:43

Summary

TLDRThis video script provides an in-depth introduction to microprocessors and microcontrollers, covering their fundamental components and functions. It explains the roles of the arithmetic logic unit (ALU), register unit, and control unit within a microprocessor, highlighting their importance in modern technology. The script also discusses the evolution of microcontrollers, detailing various types and their features, from 4-bit to 32-bit systems. The presentation concludes by exploring the practical applications of these technologies and their significant impact on everyday life.

Takeaways

  • ๐Ÿ–ฅ๏ธ Microprocessors are integral to modern electronics and are often referred to as the CPU or microprocessor unit, serving as the brain of computer systems.
  • ๐Ÿ“ˆ The first microprocessor was the 4-bit Intel 4004, running at 740 kHz. Modern microprocessors, like Intel's 10th generation Core i9, run at speeds up to 5.3 GHz, showcasing significant technological advancement.
  • ๐Ÿ” Microprocessors are made up of three main components: the Arithmetic Logic Unit (ALU), the Register Unit (RU), and the Control Unit (CU).
  • ๐Ÿงฎ The Arithmetic Logic Unit (ALU) performs arithmetic operations (addition, subtraction, multiplication, division) and logical operations (AND, OR, XOR).
  • ๐Ÿ“Š The Register Unit (RU) stores data and results of operations, with the accumulator being a key register for storing results from the ALU.
  • ๐Ÿ•น๏ธ The Control Unit (CU) manages data flow, interpreting and controlling signals on control buses, and directing operations within the processor.
  • ๐Ÿ”„ Data transfer within a microprocessor system involves processes such as read (from memory to CPU) and write (from CPU to memory), controlled by the control bus.
  • ๐Ÿ”— A microcontroller is a single chip integrating a microprocessor with memory and I/O units, creating a compact system with a CPU, RAM, and additional components.
  • ๐Ÿงฉ Microcontrollers come in various bit sizes, including 4-bit, 8-bit (e.g., ATmega328), and 32-bit (e.g., PIC32 MZ2048), each with specific features and capabilities.
  • ๐Ÿš€ Modern microcontrollers offer advanced features such as high-speed processing, extensive memory, and multiple I/O channels, enabling diverse applications in electronics.

Q & A

  • What are the three main components of a microprocessor as discussed in the script?

    -The three main components of a microprocessor are the Arithmetic Logic Unit (ALU), the Register Unit (RU), and the Control Unit (CU).

  • What is the primary function of the Arithmetic Logic Unit (ALU)?

    -The ALU is responsible for performing arithmetic and logical operations, such as addition, subtraction, multiplication, division, and logical operations like AND, OR, XOR, and NOT.

  • What role does the Register Unit (RU) play in a microprocessor?

    -The Register Unit stores data and the results of operations. It serves as a temporary storage location for data that is being processed by the ALU.

  • How does the Control Unit (CU) contribute to the functioning of a microprocessor?

    -The Control Unit manages the flow of data within the microprocessor. It interprets and executes instructions, and controls the signals on the control bus, which coordinates the operations of the ALU, RU, and other components.

  • What was the first microprocessor developed by Intel, and what were its specifications?

    -The first microprocessor developed by Intel was the 4-bit 4004 microprocessor, with a clock speed of approximately 740 kHz.

  • How does the performance of the Intel Core i9 compare to the Intel 4004?

    -The Intel Core i9, with a clock speed of around 5.3 GHz, is approximately 7000 times faster than the Intel 4004.

  • What are the components integrated into a microcontroller that differentiate it from a microprocessor?

    -A microcontroller integrates a CPU, RAM, I/O units, and other necessary components into a single chip, unlike a microprocessor which requires external components.

  • Can you name an example of an 8-bit microcontroller and its key features?

    -An example of an 8-bit microcontroller is the ATmega328. Key features include 32 KB of ISP flash memory, 1 KB EEPROM, 2 KB SRAM, 23 I/O lines, and various peripherals such as timers and ADCs.

  • What is an example of a 32-bit microcontroller, and what are its notable features?

    -An example of a 32-bit microcontroller is the PIC32 MZ. Notable features include a clock speed of 200 MHz, 45 ADC channels, and a memory management unit.

  • How is data transferred between the CPU, memory unit, and I/O unit in a microprocessor system?

    -Data transfer between the CPU, memory unit, and I/O unit occurs via the data bus. The control unit manages the read (data transfer to the CPU) and write (data transfer from the CPU) operations, using control signals to coordinate the processes.

Outlines

00:00

๐Ÿ“š Introduction to Microprocessor and Microcontroller

This section introduces the audience to the basics of microprocessors and microcontrollers. It emphasizes the importance of these systems in modern technology, explaining that almost all systems today are controlled by microprocessors or microcontrollers. The microprocessor is identified as the Central Processing Unit (CPU), which plays a crucial role in computer systems as the central processing and control unit. The section also highlights the historical development of microprocessors, starting with Intel's first 4-bit microprocessor, the 4004, and compares its speed to modern processors like the 10th generation Intel Core i9, illustrating the vast advancements in speed and technology.

05:00

๐Ÿ” Components of a Microprocessor

This paragraph delves into the three main components of a microprocessor: the Arithmetic Logic Unit (ALU), the Register Unit, and the Control Unit. It explains the function of each component in detail. The ALU handles all arithmetic and logic operations, including addition, subtraction, multiplication, division, and various logic operations. The Register Unit serves as a storage space for data and the results of operations. The Control Unit manages the flow of data and signals within the system, interpreting and regulating the signals on the control bus.

10:02

โš™๏ธ Microprocessor System and Microcontroller Integration

This section explains how microprocessors work with other units like memory and I/O units to form a complete microprocessor system. It describes the roles of the CPU in data transfer processes, both reading from and writing to memory or I/O units, and how these processes are controlled by the control bus. The integration of these separate units into a single chip forms a microcontroller. It also discusses the various types of microcontrollers based on data width (4-bit, 8-bit, 16-bit, 32-bit), their development, and examples like the 4-bit Texas Instruments TMS 1000, the 8-bit Atmega328, the 16-bit Intel 8096, and the 32-bit PIC32 from Microchip, highlighting their features and functionalities.

Mindmap

Keywords

๐Ÿ’กMicroprocessor

A microprocessor, often referred to as the Central Processing Unit (CPU), is a crucial component in electronic systems. It performs arithmetic and logic operations and controls other parts of the system. In the video, it is described as the 'brain' of a computer system, central to its function and operation.

๐Ÿ’กMicrocontroller

A microcontroller is a compact integrated circuit designed to govern a specific operation in an embedded system. It includes a CPU, memory, and input/output peripherals on a single chip. The video explains that microcontrollers integrate various components, making them essential for controlling other devices.

๐Ÿ’กArithmetic Logic Unit (ALU)

The Arithmetic Logic Unit (ALU) is a part of the microprocessor responsible for carrying out arithmetic and logic operations. This includes addition, subtraction, logical AND, OR, and other functions. The video highlights its role in performing essential calculations and logic decisions within the microprocessor.

๐Ÿ’กRegister Unit

The Register Unit (RU) is a crucial part of the microprocessor that stores data and results of operations. Registers temporarily hold data that the ALU uses for processing. The video discusses how the Register Unit is essential for storing intermediate data during computation.

๐Ÿ’กControl Unit

The Control Unit (CU) directs the operations of the microprocessor by interpreting instructions and controlling the flow of data. It manages the execution of instructions and the interaction between different parts of the microprocessor. The video emphasizes its role in ensuring proper data flow and signal management.

๐Ÿ’กIntel 4004

The Intel 4004 is recognized as the first commercially available microprocessor, introduced by Intel. It was a 4-bit processor operating at 740 kHz. The video references it to illustrate the evolution of microprocessors from their inception to modern high-speed variants.

๐Ÿ’กData Bus

A data bus is a system within a computer or device that transfers data between components. The video explains that the data bus is crucial for reading data from memory or input/output units and writing data back to these units, enabling communication within the system.

๐Ÿ’กRead and Write Operations

Read and write operations are fundamental processes in a computer system. Reading involves transferring data from memory or I/O units to the CPU, while writing involves transferring data from the CPU to memory or I/O units. The video details these processes and their importance in data management.

๐Ÿ’กMemory Unit

The Memory Unit is a component that stores data and instructions needed for processing. It includes RAM and ROM. The video mentions how the memory unit works in tandem with the microprocessor to store and retrieve data as part of the microprocessor system.

๐Ÿ’กInstruction Set

An instruction set is a group of commands for a CPU in machine language. It defines the CPU's functions and capabilities. The video implicitly touches on this by discussing how different microcontrollers and microprocessors handle operations and data.

Highlights

Introduction to the session and greeting.

Overview of the microprocessor and microcontroller topic.

Explanation of the significance of microprocessors in technology.

Introduction to the first microprocessor, Intel 4004, and its speed.

Comparison between the first microprocessor and the latest Intel Core i9.

Explanation of the block diagram of a microprocessor: Arithmetic Logic Unit (ALU), Register Unit (RU), and Control Unit (CU).

Detailed explanation of the Arithmetic Logic Unit (ALU) and its functions.

Explanation of arithmetic and logical operations handled by the ALU.

Detailed explanation of the Register Unit (RU) and its functions.

Introduction to the accumulator in the Register Unit.

Detailed explanation of the Control Unit (CU) and its functions.

Explanation of data flow and signal interpretation by the Control Unit.

Introduction to the integration of CPU, memory unit, and I/O unit in a microprocessor system.

Explanation of data transfer processes: read (data retrieval) and write (data storage).

Introduction to microcontrollers as single-chip solutions combining CPU, RAM, and I/O units.

Overview of different types of microcontrollers: 4-bit, 8-bit, 16-bit, and 32-bit.

Introduction to the first 4-bit microcontroller by Texas Instruments.

Overview of the 8-bit microcontroller, ATmega328, and its features.

Introduction to the 16-bit microcontroller by Intel.

Overview of the 32-bit microcontroller, PIC32MZ, by Microchip.

Summary of the importance of understanding microprocessors and microcontrollers.

Encouragement for questions and further discussion in future sessions.

Closing remarks and farewell.

Transcripts

play00:00

Hai bismillah slow alaikum

play00:17

warahmatullahi wabarakatuh rekan-rekan

play00:20

sekalian yang saya muliakan dimanapun

play00:23

Antum berada Alhamdulillah hari ini kita

play00:26

dapat berjumpa kembali belajar tentang

play00:29

elektronika

play00:32

Hai rekan-rekan sekalian Insya Allah

play00:34

ta'ala pada hari ini kita akan belajar

play00:36

tentang sistem mikroprosesor dan

play00:38

mikrokontroler Saya yakin rekan-rekan

play00:41

sekalian tidak asing lagi dengan sistem

play00:43

mikroprosesor dan mikrokontroler karena

play00:46

dalam kehidupan kita sehari-hari Kita

play00:49

sama-sama menyaksikan dengan kemajuan

play00:52

teknologi hampir diseluruh bidang Semua

play00:55

sistem itu sudah dikendalikan dengan

play00:57

mikroprosesor atau mikrokontrol apa itu

play01:02

mikroprosesor mikroprosesor dalam dunia

play01:05

elektronika ini sering disebut sebagai

play01:07

Central Processing Unit CPU atau

play01:10

mikroprosesor unit mp3pompeii ini

play01:15

memiliki peranan yang sangat penting

play01:17

sekali di dalam sistem komputer karena

play01:21

CPU atau Empu Enda ini memiliki fungsi

play01:24

yang sangat vital yaitu sebagai pusat

play01:29

pemroses atau pengendali kerja pada

play01:31

sistem

play01:32

tercipta atau MP ini merupakan otak pada

play01:36

sebuah sistem komputer karena seluruh

play01:38

proses di dalam sistem komputer yang

play01:41

mengendalikan adalah cevio atau

play01:44

Hai rekan-rekan sekalian tahukah Antum

play01:46

sekalian mikroprosesor yang pertama kali

play01:49

ditemukan yaitu mikroprosesor yang

play01:52

dikeluarkan oleh Intel yaitu

play01:54

mikroprosesor 4-bit 4004 dengan

play01:58

kecepatan sekitar 740 khz

play02:02

Hai kalau kita bandingkan dengan

play02:04

perkembangan mikroprosesor saat ini

play02:06

Intel mengeluarkan yaitu microsensor

play02:09

coreinn generasi ke-10 dengan kecepatan

play02:13

sekitar 5,3 GHz kalau kita bandingkan

play02:17

dengan penemuan mikroprosesor yang

play02:19

pertama kali yaitu CPU Intel 4004 maka

play02:23

perbandingan kecepatan Corey nine dengan

play02:27

Intel 4004 yaitu coreinn ini memiliki

play02:31

kecepatan sekitar 7000 kali dari CPU

play02:36

Intel 4004 tentunya Ini adalah sebuah

play02:39

anugerah yang Allah berikan kepada kita

play02:42

sekalian yang perlu kita syukuri karena

play02:45

dengan perkembangan teknologi ini kita

play02:47

merasakan manfaat yang sangat luar biasa

play02:50

rekan-rekan sekalian kita akan lebih

play02:52

lanjut mempelajari tentang Apa itu

play02:55

mikroprosesor secara blok diagram

play02:58

mikroprosesor ini terkonstruksi dari

play03:00

tiga bagian yang pertama

play03:02

udah arithmatic logic unit atau aloe

play03:05

yang kedua adalah register unit atau Ayu

play03:08

yang ketiga adalah control unit atau see

play03:11

you ini adalah tiga bagian penting di

play03:14

dalam konstruksi dari CPU atau

play03:18

mikroprosesor kemudian pertanyaannya

play03:20

adalah Apa itu arithmatic logic unit

play03:23

register unit maupun control unit

play03:25

Marilah rekan-rekan sekalian kita

play03:27

bersama-sama akan bahas akan kupas Apa

play03:30

itu yang dimaksud dengan arithmatic

play03:32

logic unit apa fungsinya apa perannya di

play03:35

dalam sistem mikroprosesor kemudian Apa

play03:38

itu register unit Apa itu control unit

play03:40

di dalam sebuah sistem mikroprosesor

play03:45

Oh baiklah rekan-rekan sekalian kita

play03:47

akan masuk ke dalam pembahasan khusus

play03:49

yaitu tentang arithmatic logic unit atau

play03:52

aloe arithmetic logic unit atau aloe ini

play03:55

merupakan bagian dari mikroprosesor

play03:57

aritmetik logic unit ini adalah bagian

play04:01

yang memiliki fungsi yaitu untuk

play04:02

melaksanakan operasi aritmetika dan

play04:05

operasi logika jadi bagian inilah yang

play04:08

akan menangani seluruh operasi

play04:09

aritmetika dan operasi logika

play04:12

pertanyaannya adalah Apa itu operasi

play04:15

operasi aritmatik dan Apa itu operasi

play04:17

operasi logika operasi aritmatik ini

play04:21

meliputi operasi penjumlahan pengurangan

play04:24

perkalian pembagian dan lain-lain Jadi

play04:28

seluruh operasi aritmatik ini dilakukan

play04:31

oleh aloe atau arithmetic logic unit

play04:34

Hai kemudian operasi logika operasi

play04:38

logika meliputi operasi logika nrx1800

play04:44

komplemen Legacy Dan lain-lain inilah

play04:47

peran penting dari arithmatic logic unit

play04:49

atau aloe jadi aloe ini berfungsi untuk

play04:52

melaksanakan seluruh operasi aritmetika

play04:55

dan operasi logika operasi aritmatik ini

play04:58

meliputi operasi operasi penjumlahan

play05:00

pengurangan perkalian pembagian dan

play05:02

operasi aritmatik lainnya sedangkan

play05:05

operasi logika ini meliputi operasi

play05:07

logika and or x or ex-nor komplemen

play05:11

Legacy dan lain-lain selanjutnya Apa itu

play05:15

register unit atau Ayu register unit ini

play05:19

adalah bagian terpenting juga di dalam

play05:21

sebuah mikroprosesor karena bagian ini

play05:24

berfungsi sebagai tempat menyimpan data

play05:27

dan tempat menyimpan hasil operasi jadi

play05:31

selai lagi bahwa register unit atau Ayu

play05:33

itu berfungsi

play05:34

sebagai tempat untuk menyimpan data dan

play05:37

tempat menyimpan hasil operasi-operasi

play05:40

dari mana yaitu diantaranya adalah

play05:41

operasi dari aritmatik logic unit hasil

play05:45

operasi pengolahan pada aloe atau

play05:47

arithmetic logic unit ini disimpan dalam

play05:50

sebuah register khusus yang disebut

play05:52

dengan akumulator ini adalah penjelasan

play05:55

singkat tentang register unit atau Ayu

play05:59

Hai berikutnya bagian yang ketiga dari

play06:02

mikroprosesor yaitu control unit atau

play06:04

see you control unit kita adalah bagian

play06:07

dari mikroprosesor yang berfungsi untuk

play06:10

mengendalikan seluruh aliran data pada

play06:13

saluran data atau database dan saluran

play06:16

alamat atau address buzz kemudian

play06:18

menafsirkan dan mengatur sinyal yang

play06:21

terdapat pada saluran pengendali atau

play06:23

kontrol base jadi control unit inilah

play06:26

bagian dari Microsoft Word yang

play06:29

berfungsi untuk mengendalikan aliran

play06:31

data flow data dan kemudian menafsirkan

play06:34

serta mengatur sinyal yang terdapat pada

play06:37

saluran pengendali atau kontrol base ya

play06:40

demikian rekan-rekan sekalian penjelasan

play06:42

kita tentang bagian-bagian dari CPU atau

play06:47

mikroprosesor yang terdiri dari tiga

play06:50

bagian yaitu aritmatik logic unit

play06:52

register unit dan control unit

play06:54

selanjutnya

play06:56

Hai sipil atau mikroprosesor ini perlu

play07:00

unit lain dalam bekerja maka microsofr

play07:04

ini memerlukan unit berupa unit memori

play07:06

unit aio yang membentuk sebuah sistem

play07:09

mikroprosesor jadi sistem mikroprosesor

play07:12

adalah gabungan dari micro sensor dengan

play07:16

unit-unit lain seperti memori atau unit

play07:23

ke dalam sebuah sistem mikroprosesor CPU

play07:26

memiliki peranan yang sangat penting

play07:27

sekali sebagaimana yang sudah kita

play07:30

jelaskan tadi bahwa CPU ini adalah

play07:32

sebagai otak dari sistem mikroprosesor

play07:35

CPU adalah sebagai Pusat pengatur jadi

play07:38

CPU ini bekerja untuk mengatur

play07:40

pengendalian dan proses alih data yang

play07:43

terjadi dalam sistem mikroprosesor

play07:47

Hai baik itu oleh data dari

play07:49

mikroprosesor ke Unit aio maupun ke

play07:52

memory unit ataupun sebaliknya dari unit

play07:56

memori unit ke mikroprosesor jadi semua

play08:00

oleh data yang terjadi dalam sistem

play08:02

mikroprosesor itu diatur dan

play08:05

dikendalikan oleh CPU

play08:08

Hai Adapun Allah datang dari unit dan

play08:11

memory unit baik itu dari mikroprosesor

play08:15

keey unit maupun ke memory unit atau

play08:18

dari memory unit Ayo unit ke

play08:20

mikroprosesor itu berlangsung melalui

play08:23

saluran yang disebut dengan database

play08:26

oleh datang dari memory unit atau dari

play08:30

Ai unit ke spion ini dikenal sebagai

play08:33

proses baca data atau diistilahkan

play08:36

adalah ridgedge diproses read atau baca

play08:40

data ini adalah proses alih data

play08:43

transfer data dari memory unit atau dari

play08:46

Al unit ke Central Processing Unit atau

play08:49

mikroprosesor

play08:52

Hai ada pohon sebaliknya alih data dari

play08:55

CPU atau Central Processing Unit ke

play08:57

memory unit atau oleh data dari CPU ke

play08:59

aio ini dikenal sebagai proses tulis

play09:03

atau Ride jadi proses Ride atau proses

play09:06

tulis itu adalah Ale data dari CPU

play09:08

menuliskan ke dalam memori atau ke dalam

play09:12

perintah ke Ayo unit

play09:15

Hai proses read atau Ride ini

play09:17

dikendalikan oleh kontrol bass jadi

play09:20

control + ini mengendalikan proses Kapan

play09:23

mikroprosesor itu membaca atau kapan mie

play09:26

Cruiser itu menulis sedangkan fungsi

play09:29

dari bus alamat mengatur lokasi alamat

play09:32

mana Di dalam memori atau dari mana atau

play09:36

kemana data itu diambil atau dikirimkan

play09:41

sistem mikroprosesor yang terdiri dari

play09:44

CPU unit Ayo unit dan memory unit ini

play09:48

yang masih terpisah ini kemudian

play09:51

disatukan dalam sebuah chip tunggal yang

play09:53

disebut dengan mikrokontroler

play09:57

Hai jadi mikrokontrol ini adalah sebuah

play09:59

chip tunggal yang didalamnya sudah

play10:02

ditanamkan sebuah sistem mikroprosesor

play10:06

mikrokontroler ini sudah memadukan CPU

play10:10

RAM aio dan unit-unit lain yang

play10:14

dibutuhkan dalam sebuah sistem

play10:16

mikroprosesor ke dalam sebuah chip

play10:19

tunggal

play10:20

hai hai

play10:22

di dalam perkembangannya mikrokontrol

play10:24

ini berdasarkan jumlah didata terdiri

play10:28

dari mikrokontroler part Beat

play10:30

mikrokontroler 8-bit microcontrollers

play10:34

bit dan mikrokontrol 32bit

play10:37

yo yo

play10:38

the microcontroller part Beat yang

play10:40

pertama kali ini dikeluarkan oleh Texas

play10:43

instrument dengan seri yaitu theme 1000

play10:46

ini merupakan mikrokontroler terbit

play10:49

pertama kali dikeluarkan mikrokontrol

play10:52

ini hanya mampu menangani data maksimal

play10:55

4-bit dalam satu waktu

play10:58

Hai berikutnya yaitu mikrokontroler

play11:01

8-bit

play11:02

Hai contoh dari mikrokontroler 8-bit

play11:04

adalah atmega328 yang merupakan

play11:08

mikrokontroler Riz 8-bit yang dibuat

play11:11

oleh agmel dan termasuk adalah keluarga

play11:13

Mega VR Adapun fitur-fitur dari

play11:17

mikrokontroler ini diantaranya adalah

play11:19

memiliki memori flash ISP 32 KB dengan

play11:24

kemampuan baca-tulis kemudian satu KB

play11:27

eeprom dua KB esram 23 jalur aio 32

play11:33

register tiga timer atau counter

play11:35

instruksi internal dan eksternal usat

play11:38

yang dapat diprogram serial ADC 10-bit

play11:41

dan lain-lain ini adalah fitur-fitur

play11:44

yang dimiliki oleh mikrokontroler 8-bit

play11:47

atmega328 yang Sorong taala akan kita

play11:50

pelajari lebih lanjut di

play11:52

pertemuan-pertemuan berikutnya

play11:55

hai hai

play11:56

Hai kemudian berikutnya adalah

play11:58

mikrokontroler speed contoh dari

play12:00

mikrokontroler speed adalah mikrokontrol

play12:03

yang dikeluarkan oleh Intel yaitu dengan

play12:05

seri 8096

play12:09

Hai fitur utama dari keluarga mc96 yaitu

play12:13

Intel 8096 didalamnya termasuk adalah

play12:17

sebuah memori on-chip yang besar yang

play12:19

arsitektur Register to register tiga

play12:22

instruksi operan pengontrol buzz untuk

play12:24

memungkinkan lebar bus 8/16 bit dan

play12:28

adresibilitas tiflet langsung dari blog

play12:31

besar sekitar 256 atau lebih dari

play12:34

register ini adalah mikrokontroler asbid

play12:37

yang dikeluarkan oleh Intel

play12:41

Hai berikutnya adalah mikrokontrol

play12:43

32-bit contoh dari mikrokontrol 32-bit

play12:46

adalah mikrokontrol yang dikeluarkan

play12:49

oleh microchip dengan seri yaitu pic32

play12:52

MZ 2004 ini merupakan jenis

play12:56

mikrokontroler 32-bit Adapun fitur-fitur

play13:00

dari pic32 MZ 2064 ini adalah memiliki

play13:05

kecepatan akses sekitar 200 Mega hertz

play13:08

kemudian 45 channel ADC modul memory

play13:12

management unit untuk mbps dan beberapa

play13:16

fitur lainnya seperti What it was I

play13:19

analog operator dan lain-lain demikian

play13:22

rekan-rekan sekalian pembahasan kita

play13:24

berkaitan dengan Apa itu mikroprosesor

play13:27

sistem mikroprosesor ataupun

play13:30

mikrokontrol mudah-mudahan pembahasan

play13:33

ini dapat dipahami jika ada pertanyaan

play13:36

silahkan disampaikan kita tutup slow

play13:39

waalaikum warahmatullahi

play13:41

atuh

Rate This
โ˜…
โ˜…
โ˜…
โ˜…
โ˜…

5.0 / 5 (0 votes)

Related Tags
MicroprocessorsMicrocontrollersALURegistersControl UnitsTechnologyCPUIntelLearningElectronics