MATERI TKJ ARKA
CITY BOY CITY BOY
MATERI TKJ ARKA JAVIER
Monday, February 9, 2026
Sunday, January 25, 2026
Sunday, November 30, 2025
10 Contoh Coding PHYTON ( Hostinger )
1. Bilangan Terbesar
2.Memeriksa Ganjil Genap
3.Mencari Bilangan Prima
4.Menghitung Akar Kuadrat
5.Menghitung Alas Segitiga
6.Menghitung Volume Tabung
7.Menampilkan Tabel Perkalian
8.Menghitung KPK Dan FPB
9.Menghitung Pangkat
10.Menghitung Faktorial
Sunday, November 9, 2025
Laporan Materi Static Routing ( 6-11-2025 )
Topologi Jaringan
Topologi yang ditampilkan terdiri dari:
R1 terhubung ke jaringan 192.168.1.0/24 dan 12.12.12.0/24
R2 terhubung ke jaringan 192.168.2.0/24, 12.12.12.0/24, dan 23.23.23.0/24
R3 terhubung ke jaringan 192.168.3.0/24 dan 23.23.23.0/24
📘 Tujuan Static Routing
Tujuannya adalah:
Membuat routing ke semua network yang tidak direct connected dengan router kita.
Artinya, setiap router hanya tahu secara otomatis tentang jaringan yang langsung terhubung (directly connected)padanya.
Untuk bisa menjangkau jaringan lain, kita perlu menambahkan rute statis secara manual.
⚙️ Konfigurasi Routing Statis
Berikut contoh konfigurasi routing untuk setiap router:
🖥️ Router R1
Network yang tidak langsung terhubung:
192.168.2.0/24 (melalui R2)
192.168.3.0/24 (melalui R2 → R3)
Perintah di R1:
ip route 192.168.2.0 255.255.255.0 12.12.12.2
ip route 192.168.3.0 255.255.255.0 12.12.12.2
🖥️ Router R2
Network yang tidak langsung terhubung:
192.168.1.0/24 (melalui R1)
192.168.3.0/24 (melalui R3)
Perintah di R2:
ip route 192.168.1.0 255.255.255.0 12.12.12.1
ip route 192.168.3.0 255.255.255.0 23.23.23.3
🖥️ Router R3
Network yang tidak langsung terhubung:
192.168.1.0/24 (melalui R2 → R1)
192.168.2.0/24 (melalui R2)
Perintah di R3:
ip route 192.168.1.0 255.255.255.0 23.23.23.2
ip route 192.168.2.0 255.255.255.0 23.23.23.2
📡 Kesimpulan
Routing statis berarti administrator menentukan sendiri jalur paket data.
Setiap router harus memiliki rute ke jaringan lain agar komunikasi end-to-end bisa terjadi.
Jika konfigurasi sudah benar, PC di jaringan 192.168.1.0/24 bisa berkomunikasi dengan PC di 192.168.3.0/24meskipun lewat dua router (R1 → R2 → R3).
Monday, September 1, 2025
Tuesday, August 12, 2025
HASIL ANAGRAM PHYTON ONLINE
# Program mengecek apakah dua kata merupakan anagram
def cek_anagram(dk1, dk2):
return sorted(dk1) == sorted(dk2)
dk1 = input("Masukkan kata pertama: ")
dk2 = input("Masukkan kata kedua: ")
dk3 = input("Masukkan kata ketiga: ")
dk4 = input("Masukkan kata keempat: ")
if cek_anagram(dk1, dk2):
print(f"{dk1} {dk2} dan {dk3} {dk4} adalah anagram.")
else:
print(f"{dk1} {dk2} dan {dk3} {dk4} bukan anagram.")
TEKAN RUN LALU MASUKKAN KATA YANG BISA DIBALIK
kasur
Masukkan kata kedua:
rusak
Masukkan kata ketiga:
haram
Masukkan kata keempat:
marah
kasur rusak dan haram marah adalah anagram.
** Process exited - Return Code: 0 **
Press Enter to exit terminal
kasur
Masukkan kata kedua:
rusak
Masukkan kata ketiga:
haram
Masukkan kata keempat:
marah
kasur rusak dan haram marah adalah anagram.
** Process exited - Return Code: 0 **
Press Enter to exit terminal
Online Python IDE
Build, run, and share Python code online for free with the help of online-integrated python's development environment (IDE). It is one of the most efficient, dependable, and potent online compilers for the Python programming language. It is not necessary for you to bother about establishing a Python environment in your local. Now You can immediately execute the Python code in the web browser of your choice. Using this Python editor is simple and quick to get up and running with. Simply type in the programme, and then press the RUN button! The code can be saved online by choosing the SHARE option, which also gives you the ability to access your code from any location providing you have internet access.
About Python
Python, which was initially developed by Guido van Rossum and made available to the public in 1991, is currently one of the most widely used general-purpose programming languages. Python's source code is freely available to the public, and its usage and distribution are unrestricted, including for commercial purposes. It is widely used for web development, and using it, practically anything can be created, including mobile apps, online apps, tools, data analytics, machine learning, and so on. It is intended to be straightforward and uncomplicated, much like the English language. When compared to other programming languages such as C++, Java, and C#, it is a lot simpler to read and write Python programs. Because of its excellent productivity and efficiency, it has become a very popular choice for use as a programming language.
To learn more about Python check out some of the following links.
Why Learn Python?
- Python is a simple language to pick up. It has a simple syntax, and the code is quite easy to read.
- Python is useful in a wide variety of contexts. It is put to use in the creation of quick application development, data science, Internet of Things, and web applications, among other things.
- When compared to most other programming languages, it enables you to develop applications using a smaller number of lines of code.
- It has a very huge community behind it, and there are active forums for users to participate in.
- The presence of Third Party Modules contributes to the increased power of the Python programming language.
- The user is able to easily solve difficult problems with the help of extensive support libraries (for example, NumPy, which is used for numerical computations and Pandas, which is used for data analytics).
- It includes extremely user-friendly data structures, which simplify both the design of the code and the reasoning behind it.
- The number of people using Python is constantly on the rise. It has quickly become one of the most widely used programming languages.
Features of Online Python Compiler (Interpreter)
- Design that is Uncomplicated and Sparse, along with Being Lightweight, Easy, and Quick to Use
- Version 3.8 of Python is supported for interactive program execution, which requires the user to provide inputs to the program in real time.
- Options for a dark and light theme, as well as a customised code editor with additional themes, are helpful for novices learning and practising Python.
- Options to Undo or Redo Changes Made in the Code Editor Options to Copy or Download the Results of the Program Expandable Output Terminal Options to Undo or Redo Changes
- A hint for the frequently occurring problems in Python
- Interactive Python Shell Advanced Python module support relevant to Data Science, including Pandas and NumPy Coding sharing functionality allows you to save your code in the cloud, where it can be retrieved whenever and wherever there is internet connectivity.
Learn Other Programming Language?
Visit online-ide.com to learn and practice top programming languages - C, C++, Java, Ruby, PHP, R, GoLang
Contact Us
If you encounter a bug or have questions or suggestions for improvements, please send us an email at onlinepythonide@gmail.com.
© 2025 online-python.com | About | Terms & Conditions | Privacy Policy
ONLINE PHYTON
-
1. KLIEN CARA MELIHAT ALAMAT IP DHCP ! = Untuk melihat alamat IP yang diberikan oleh klien DHCP, Anda dapat menggunakan perintah ipc...
-
25 CONTOH SIMPLE CODING PYTHON Latihan Pertama ( 21 -07 - 2025 ) : SMK MUTU TKJ NAMA : ARKA JAVIER KELAS : XI TKJ MATERI : PYTHON [Progra...











