Postingan

Konsep php native

native refers to PHP code that is written without the use of any frameworks or libraries. This means that the developer is responsible for writing all of the code, from the database access to the user interface. There are several advantages to using PHP native : gives the developer complete control over the code. faster than code that uses frameworks or libraries. However, there are also some disadvantages to using PHP native : difficult to write code from scratch. be less secure than code that uses frameworks or libraries. Overall, PHP native is a good choice for developers who want complete control over their code and who are experienced in PHP. not a good choice for developers who are new to PHP or who are concerned about security. Here are some of the benefits of using PHP native: More control: You have complete control over the code, which means you can customize it to your specific needs. Faster: Native PHP code is often faster than code that uses frameworks or libraries. Flexibl...

Belajar python 6 : seri Soal Bangun Ruang seri baru

Gambar
    Soal tentang kubus di sini mencari 2 hal, volume dan luas permukaan kubus   1.   Sebuah kubus  memiliki panjang rusuk 10 cm. Berapa volume dan luas permukaan kubus tersebut   ?   Volume kubus V = s x s x s   S = 10 cm   Luas permukaan sebuah kubus L = 6 x s x s   code bangun ruang kubus keluaran :

Python 6 : level naik sekarang masih segitiga.

Gambar
  Python 6 : level naik sekarang masih segitiga.   diketahui   Sebuah tanah berbentuk segitiga sama sisi memiliki ukuran sisi 10 m, jika di sekeliling pekarangan tersebut di   tan am  tanaman bunga dengan jarak 2 m, maka jumlah tanaman bunga yang dibutuhkan adalah …   Logic Sisi 10m Keliling 3 x s   Hitung jumlah pohon Jumlah tanaman bunga = Keliling pekarangan : Jarak pohon Nanti dari hasil keliling dibagi dengan jarak 2m   kode :                 keluaran :                   Keliling bangun datar tersebut adalah …   K = AB + BE + EC + CD + DF + FA K sisi * 6   kode :         keluaran :     Seorang anak berlari mengelilingi sebuah lapangan berbentuk segitiga sama sisi yang memiliki ukuran sisi 20 m sebanyak 5 kali putaran. Hitunglah berapa jarak yang ditempuh anak tersebut   !   Keliling 3 x s 20m   menghitu...