Perulangan while - kodular | (MIT App Inventor,Appybuilder,Thunkable)

00:03:29
https://www.youtube.com/watch?v=gWHGXk2-IW8

الملخص

TLDRThe video tutorial demonstrates the fundamental concept of the 'while' loop in programming, which performs a repetitive operation as long as a specified condition is true. The presenter starts by creating a new project, setting up a vertical layout, and inserting components like buttons and labels. The 'while' loop is explained using an example where the loop iterates to print 'Hello kelas' ten times, incrementing a variable on each loop until the condition fails. The tutorial emphasizes the addition of components such as buttons and the setting up of loop control and condition verification for the label to display outcomes. Viewers are encouraged to subscribe to the channel for more educational content.

الوجبات الجاهزة

  • 🔄 Understanding of 'while' loop mechanics.
  • 🆕 Project setup guidance.
  • 📱 Layout component arrangement tips.
  • 👆 Button setup and function attachment.
  • 🔢 Variable initialization for loop control.
  • 🖨️ Outcome display on label.
  • 🔍 Condition checking in loops.
  • 📝 Text concatenation methods.
  • ➕ Variable increment technique.
  • 📲 Emulator testing method.

الجدول الزمني

  • 00:00:00 - 00:03:29

    In this video, the speaker explains the basics of the 'while' loop in programming. A new project is created with a layout where components like buttons and labels are added. The 'while' loop executes a block of code as long as a specified condition is true. In the example provided, a variable 'nilai' is initiated with a value of zero. The loop checks if 'nilai' is less than 10, then it prints a message to a label. In each iteration, 'nilai' is incremented by 1. This continues until the condition is no longer met, resulting in the message being printed ten times. The process is demonstrated using an emulator.

الخريطة الذهنية

Mind Map

الأسئلة الشائعة

  • What is a 'while' loop?

    A 'while' loop repeats a block of code as long as a particular condition is true.

  • What are the initial steps to implement a 'while' loop as shown in the video?

    You need to insert layout components, create a button, and define variables to control the loop.

  • How does the example in the video use a 'while' loop?

    The video uses a 'while' loop to print "Hello kelas" ten times by increasing a variable until it is no longer less than 10.

  • What do we learn about initializing variables in the 'while' loop example?

    It shows how the loop variable is initialized and how it conditions the continuation of the loop.

  • How can I get more tutorials and video updates from the creator?

    Subscribe to the 'kelas kedular' channel for more tutorials and updates.

عرض المزيد من ملخصات الفيديو

احصل على وصول فوري إلى ملخصات فيديو YouTube المجانية المدعومة بالذكاء الاصطناعي!
الترجمات
id
التمرير التلقائي:
  • 00:00:00
    [Musik]
  • 00:00:04
    Assalamualaikum warahmatullahi
  • 00:00:06
    wabarakatuh pada kali ini kita akan
  • 00:00:08
    membahas dasar-dasar ke dolar yaitu
  • 00:00:10
    tentang perulangan while adalah proses
  • 00:00:13
    perulangan satu blok selama kondisinya
  • 00:00:16
    terpenuhi untuk lebih jelasnya kita buat
  • 00:00:19
    Project baru dengan nama perulangan well
  • 00:00:27
    kita masukkan beberapa komponen pertama
  • 00:00:29
    kita masukkan layout yang vertikal
  • 00:00:32
    horizontalnya kita beri 90%
  • 00:00:35
    screen 1 untuk horizontalnya kita senter
  • 00:00:38
    kan selanjutnya masukkan komponen button
  • 00:00:42
    di dalam layout dengan lebar full nama
  • 00:00:45
    teksnya itu proses
  • 00:00:48
    selanjutnya masukkan label di dalam
  • 00:00:50
    layout untuk teksnya kita kosongkan
  • 00:00:54
    dan masuk ke blog
  • 00:00:57
    pilih control ini dia blockwellnya kita
  • 00:01:00
    coba tes
  • 00:01:02
    kita pilih dulu button 1 event klik
  • 00:01:05
    untuk well ini kita buat dulu variabel
  • 00:01:08
    by lokal ataupun Global kita coba yang
  • 00:01:11
    lokal
  • 00:01:12
    nama variabelnya nilai
  • 00:01:15
    valuenya kita masukkan kosong
  • 00:01:18
    block Wheel ini kita masukkan di dalam
  • 00:01:20
    variabel well ini artinya ketika lalu
  • 00:01:24
    kita masukkan cek kondisi Misalnya ini
  • 00:01:28
    argumen pertama kita masukkan nilai kita
  • 00:01:30
    Cek nilai ini lalu kita pilih kecil
  • 00:01:35
    Jika nilai kecil dari misalnya 10 maka
  • 00:01:39
    Apa yang dilakukan kita Contohkan
  • 00:01:41
    Tampilkan outputnya di label 1 kita set
  • 00:01:44
    teksnya
  • 00:01:46
    kita pilih teks lalu pilih join
  • 00:01:50
    kita pilih label
  • 00:01:52
    kita pilih get textnya untuk menampilkan
  • 00:01:56
    semua hasil perulangannya selanjutnya
  • 00:01:58
    kita masukkan string misalnya kita cetak
  • 00:02:02
    Halo kelas kedua
  • 00:02:09
    lalu kita tambah string lagi
  • 00:02:12
    [Musik]
  • 00:02:14
    kita tambahkan karakter enter jadi
  • 00:02:18
    setiap hasil perulangannya kita buat di
  • 00:02:20
    baris baru rata-rata yaitu Backlash n
  • 00:02:23
    selanjutnya kita set nilai ini
  • 00:02:27
    lalu kita tambahkan supaya berulangnya
  • 00:02:30
    bisa berhenti kita pilih match lalu
  • 00:02:33
    tambahkan pertama kita tambahkan nilai
  • 00:02:37
    kita tambahkan satu
  • 00:02:40
    jadi setiap perulangan akan ditambahkan
  • 00:02:42
    satu jika kondisi ini tidak terpenuhi
  • 00:02:45
    maka wall ini akan diabaikan untuk
  • 00:02:48
    melihat hasilnya kita tes di emulator
  • 00:02:53
    scan barcode nya
  • 00:02:58
    tekan button proses maka di sini
  • 00:03:00
    hasilnya Halo kelas co dollar sebanyak
  • 00:03:03
    10 kali
  • 00:03:07
    123456789 10 karena kita batasi sampai
  • 00:03:10
    10
  • 00:03:12
    Oke itulah cara penggunaan while semoga
  • 00:03:15
    mudah dipahami Silahkan di subscribe
  • 00:03:18
    channel kelas kedular ini untuk
  • 00:03:19
    mendapatkan informasi atau video
  • 00:03:21
    terupdate dari saya terima kasih
  • 00:03:23
    wassalamualaikum warahmatullahi
  • 00:03:25
    wabarakatuh
الوسوم
  • while loop
  • programming basics
  • project setup
  • component insertion
  • loop condition