SlideShare a Scribd company logo
1 of 8
Nama :Reza Fahlevi
NPM : 2012 4350 1190
Kelas : R7H
Makul : Komputer Grafik
Dosen : Nahot Frastian ,M.Kom
Universitas : Universitas Indraprasta PGRI
Program : warnargb
Input :
import java.applet.Applet ;
import java.awt.Graphics ;
import java.awt.Color ;
import java.awt.Font ;
public class warnargb extends java.applet.Applet {
public void paint (Graphics g ) {
g.setColor ( Color.red ) ;
g.fillRoundRect ( 0,0,100,100,12,12);
g.setColor ( Color.green );
g.fillRoundRect ( 0,100,100,100,12,12);
g.setColor ( Color.blue );
g.fillRoundRect ( 0,200,100,100,12,12);
g.setColor ( Color.cyan ) ;
g.fillRoundRect ( 0,300,100,100,12,12);
g.setColor ( Color.magenta ) ;
g.fillRoundRect ( 0,400,100,100,12,12);
g.setColor ( Color.yellow ) ;
g.fillRoundRect ( 0,500,100,100,12,12);
g.setColor ( Color.black ) ;
g.fillRoundRect ( 0,600,100,100,12,12);
g.setColor ( Color.green ) ;
g.fillRoundRect ( 100,0,100,100,12,12);
g.setColor ( Color.red );
g.fillRoundRect ( 100,100,100,100,12,12);
g.setColor ( Color.green ) ;
g.fillRoundRect ( 100,200,100,100,12,12);
g.setColor ( Color.red );
g.fillRoundRect ( 100,300,100,100,12,12);
g.setColor ( Color.cyan );
g.fillRoundRect ( 100,400,100,100,12,12);
g.setColor ( Color.magenta ) ;
g.fillRoundRect ( 100,500,100,100,12,12);
g.setColor ( Color.yellow );
g.fillRoundRect ( 100,600,100,100,12,12);
g.setColor ( Color.blue ) ;
g.fillRoundRect ( 200,0,100,100,12,12);
g.setColor ( Color.green );
g.fillRoundRect ( 200,100,100,100,12,12);
g.setColor ( Color.red );
g.fillRoundRect ( 200,200,100,100,12,12);
g.setColor ( Color.green ) ;
g.fillRoundRect ( 200,300,100,100,12,12);
g.setColor ( Color.blue );
g.fillRoundRect ( 200,400,100,100,12,12);
g.setColor ( Color.cyan ) ;
g.fillRoundRect ( 200,500,100,100,12,12);
g.setColor ( Color.magenta );
g.fillRoundRect ( 200,600,100,100,12,12);
//
g.setColor ( Color.cyan ) ;
g.fillRoundRect ( 300,0,100,100,12,12);
g.setColor ( Color.blue );
g.fillRoundRect ( 300,100,100,100,12,12);
g.setColor ( Color.green );
g.fillRoundRect ( 300,200,100,100,12,12);
g.setColor ( Color.red ) ;
g.fillRoundRect ( 300,300,100,100,12,12);
g.setColor ( Color.green );
g.fillRoundRect ( 300,400,100,100,12,12);
g.setColor ( Color.blue ) ;
g.fillRoundRect ( 300,500,100,100,12,12);
g.setColor ( Color.cyan );
g.fillRoundRect ( 300,600,100,100,12,12);
// 400
g.setColor ( Color.magenta) ;
g.fillRoundRect ( 400,0,100,100,12,12);
g.setColor ( Color.cyan );
g.fillRoundRect ( 400,100,100,100,12,12);
g.setColor ( Color.blue );
g.fillRoundRect ( 400,200,100,100,12,12);
g.setColor ( Color.green ) ;
g.fillRoundRect ( 400,300,100,100,12,12);
g.setColor ( Color.red );
g.fillRoundRect ( 400,400,100,100,12,12);
g.setColor ( Color.green ) ;
g.fillRoundRect ( 400,500,100,100,12,12);
g.setColor ( Color.blue );
g.fillRoundRect ( 400,600,100,100,12,12);
// 500
g.setColor ( Color.yellow ) ;
g.fillRoundRect ( 500,0,100,100,12,12);
g.setColor ( Color.magenta );
g.fillRoundRect ( 500,100,100,100,12,12);
g.setColor ( Color.cyan );
g.fillRoundRect ( 500,200,100,100,12,12);
g.setColor ( Color.blue ) ;
g.fillRoundRect ( 500,300,100,100,12,12);
g.setColor ( Color.green );
g.fillRoundRect ( 500,400,100,100,12,12);
g.setColor ( Color.red ) ;
g.fillRoundRect ( 500,500,100,100,12,12);
g.setColor ( Color.green );
g.fillRoundRect ( 500,600,100,100,12,12);
g.setColor ( Color.black ) ;
g.fillRoundRect ( 600,0,100,100,12,12);
g.setColor ( Color.yellow );
g.fillRoundRect ( 600,100,100,100,12,12);
g.setColor ( Color.magenta );
g.fillRoundRect ( 600,200,100,100,12,12);
g.setColor ( Color.cyan ) ;
g.fillRoundRect ( 600,300,100,100,12,12);
g.setColor ( Color.blue );
g.fillRoundRect ( 600,400,100,100,12,12);
g.setColor ( Color.green ) ;
g.fillRoundRect ( 600,500,100,100,12,12);
g.setColor ( Color.red );
g.fillRoundRect ( 600,600,100,100,12,12);
g.setColor ( Color.orange ) ;
Font fr = new Font ( " calibri " ,Font.BOLD, 70 ) ;
g.setFont (fr );
g.drawString ( " komputerGrafik",108,280 ) ;
Font fr1 = new Font ( " calibri " ,Font.BOLD, 48 ) ;
g.setFont (fr1);
g.drawString ( "Dosen : Nahot Frastian ,M.Kom ",40,360 ) ;
}
}
- Proses
a) Mengggunakan array komponen warna , grafik, dan font.
b) Dimana grafik yang digunakan hanya fillRoundRect , dimana setiap round
mempunyai warna yang berbeda-beda , terdiri dari warna black , red ,green ,blue,
yellow , cyan ,magenta .
c) Dan setiap kordinat x nya berbeda-beda masing-masing x nya kelipatan 100 ,
d) Lalu komponen yang terakhir menggunakan Font yang menggunakan theme Font
Calibri dengan BOLD dan ukuran font 70 lalu kalimatnya dalah Komputer Grafik
. lalu yang kedua menggunakan Font BOLD dengan ukuran font 48 dengan
kalimat “ Dosen Nahot Frastian ,M.Kom
- Output
Warnargb

More Related Content

More from fahlevizha (20)

Tugas no 2
Tugas no 2Tugas no 2
Tugas no 2
 
Tugas no 1 b
Tugas no 1 bTugas no 1 b
Tugas no 1 b
 
Tugas no 1 a
Tugas no 1 aTugas no 1 a
Tugas no 1 a
 
String rect warna
String rect warnaString rect warna
String rect warna
 
String dan rect
String dan rectString dan rect
String dan rect
 
Segiempat1
Segiempat1Segiempat1
Segiempat1
 
Segiempat
SegiempatSegiempat
Segiempat
 
Rumah
RumahRumah
Rumah
 
Rect
RectRect
Rect
 
Oval , string , line
Oval , string , lineOval , string , line
Oval , string , line
 
Mypoly
MypolyMypoly
Mypoly
 
My ovalsetengah
My ovalsetengahMy ovalsetengah
My ovalsetengah
 
My ovalacak
My ovalacakMy ovalacak
My ovalacak
 
Myoval
MyovalMyoval
Myoval
 
Myline
MylineMyline
Myline
 
Line
LineLine
Line
 
Lamp
LampLamp
Lamp
 
Kotak3d
Kotak3dKotak3d
Kotak3d
 
Grafik garis
Grafik garisGrafik garis
Grafik garis
 
Grafik batang
Grafik batangGrafik batang
Grafik batang
 

Recently uploaded

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
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.MaryamAhmad92
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
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...Poonam Aher Patil
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
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.pptxheathfieldcps1
 

Recently uploaded (20)

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet 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.
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
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...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
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
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
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
 

Warnargb

  • 1. Nama :Reza Fahlevi NPM : 2012 4350 1190 Kelas : R7H Makul : Komputer Grafik Dosen : Nahot Frastian ,M.Kom Universitas : Universitas Indraprasta PGRI Program : warnargb Input : import java.applet.Applet ; import java.awt.Graphics ; import java.awt.Color ; import java.awt.Font ; public class warnargb extends java.applet.Applet { public void paint (Graphics g ) { g.setColor ( Color.red ) ; g.fillRoundRect ( 0,0,100,100,12,12); g.setColor ( Color.green ); g.fillRoundRect ( 0,100,100,100,12,12);
  • 2. g.setColor ( Color.blue ); g.fillRoundRect ( 0,200,100,100,12,12); g.setColor ( Color.cyan ) ; g.fillRoundRect ( 0,300,100,100,12,12); g.setColor ( Color.magenta ) ; g.fillRoundRect ( 0,400,100,100,12,12); g.setColor ( Color.yellow ) ; g.fillRoundRect ( 0,500,100,100,12,12); g.setColor ( Color.black ) ; g.fillRoundRect ( 0,600,100,100,12,12); g.setColor ( Color.green ) ; g.fillRoundRect ( 100,0,100,100,12,12); g.setColor ( Color.red ); g.fillRoundRect ( 100,100,100,100,12,12); g.setColor ( Color.green ) ; g.fillRoundRect ( 100,200,100,100,12,12); g.setColor ( Color.red ); g.fillRoundRect ( 100,300,100,100,12,12); g.setColor ( Color.cyan ); g.fillRoundRect ( 100,400,100,100,12,12); g.setColor ( Color.magenta ) ;
  • 3. g.fillRoundRect ( 100,500,100,100,12,12); g.setColor ( Color.yellow ); g.fillRoundRect ( 100,600,100,100,12,12); g.setColor ( Color.blue ) ; g.fillRoundRect ( 200,0,100,100,12,12); g.setColor ( Color.green ); g.fillRoundRect ( 200,100,100,100,12,12); g.setColor ( Color.red ); g.fillRoundRect ( 200,200,100,100,12,12); g.setColor ( Color.green ) ; g.fillRoundRect ( 200,300,100,100,12,12); g.setColor ( Color.blue ); g.fillRoundRect ( 200,400,100,100,12,12); g.setColor ( Color.cyan ) ; g.fillRoundRect ( 200,500,100,100,12,12); g.setColor ( Color.magenta ); g.fillRoundRect ( 200,600,100,100,12,12); // g.setColor ( Color.cyan ) ; g.fillRoundRect ( 300,0,100,100,12,12); g.setColor ( Color.blue );
  • 4. g.fillRoundRect ( 300,100,100,100,12,12); g.setColor ( Color.green ); g.fillRoundRect ( 300,200,100,100,12,12); g.setColor ( Color.red ) ; g.fillRoundRect ( 300,300,100,100,12,12); g.setColor ( Color.green ); g.fillRoundRect ( 300,400,100,100,12,12); g.setColor ( Color.blue ) ; g.fillRoundRect ( 300,500,100,100,12,12); g.setColor ( Color.cyan ); g.fillRoundRect ( 300,600,100,100,12,12); // 400 g.setColor ( Color.magenta) ; g.fillRoundRect ( 400,0,100,100,12,12); g.setColor ( Color.cyan ); g.fillRoundRect ( 400,100,100,100,12,12); g.setColor ( Color.blue ); g.fillRoundRect ( 400,200,100,100,12,12); g.setColor ( Color.green ) ; g.fillRoundRect ( 400,300,100,100,12,12); g.setColor ( Color.red );
  • 5. g.fillRoundRect ( 400,400,100,100,12,12); g.setColor ( Color.green ) ; g.fillRoundRect ( 400,500,100,100,12,12); g.setColor ( Color.blue ); g.fillRoundRect ( 400,600,100,100,12,12); // 500 g.setColor ( Color.yellow ) ; g.fillRoundRect ( 500,0,100,100,12,12); g.setColor ( Color.magenta ); g.fillRoundRect ( 500,100,100,100,12,12); g.setColor ( Color.cyan ); g.fillRoundRect ( 500,200,100,100,12,12); g.setColor ( Color.blue ) ; g.fillRoundRect ( 500,300,100,100,12,12); g.setColor ( Color.green ); g.fillRoundRect ( 500,400,100,100,12,12); g.setColor ( Color.red ) ; g.fillRoundRect ( 500,500,100,100,12,12); g.setColor ( Color.green ); g.fillRoundRect ( 500,600,100,100,12,12); g.setColor ( Color.black ) ;
  • 6. g.fillRoundRect ( 600,0,100,100,12,12); g.setColor ( Color.yellow ); g.fillRoundRect ( 600,100,100,100,12,12); g.setColor ( Color.magenta ); g.fillRoundRect ( 600,200,100,100,12,12); g.setColor ( Color.cyan ) ; g.fillRoundRect ( 600,300,100,100,12,12); g.setColor ( Color.blue ); g.fillRoundRect ( 600,400,100,100,12,12); g.setColor ( Color.green ) ; g.fillRoundRect ( 600,500,100,100,12,12); g.setColor ( Color.red ); g.fillRoundRect ( 600,600,100,100,12,12); g.setColor ( Color.orange ) ; Font fr = new Font ( " calibri " ,Font.BOLD, 70 ) ; g.setFont (fr ); g.drawString ( " komputerGrafik",108,280 ) ; Font fr1 = new Font ( " calibri " ,Font.BOLD, 48 ) ; g.setFont (fr1); g.drawString ( "Dosen : Nahot Frastian ,M.Kom ",40,360 ) ; } } - Proses
  • 7. a) Mengggunakan array komponen warna , grafik, dan font. b) Dimana grafik yang digunakan hanya fillRoundRect , dimana setiap round mempunyai warna yang berbeda-beda , terdiri dari warna black , red ,green ,blue, yellow , cyan ,magenta . c) Dan setiap kordinat x nya berbeda-beda masing-masing x nya kelipatan 100 , d) Lalu komponen yang terakhir menggunakan Font yang menggunakan theme Font Calibri dengan BOLD dan ukuran font 70 lalu kalimatnya dalah Komputer Grafik . lalu yang kedua menggunakan Font BOLD dengan ukuran font 48 dengan kalimat “ Dosen Nahot Frastian ,M.Kom - Output