Pertanyaan
11. Di Alice , argumen prosedur memungkinkan pembuat program menyesuaikan objek,gerakan , jumlah jarak , dan durasi waktu . TRUE atau FALSE? TRUE FALSE 12. Di Alice , manakah dari pernyataan berikut bukan merupakan pernyataan kontrol? Lakukan Sesuai Urutan square Mark for Review (1) Points Hitung Bergerak Sementara 13 . Diagram alir adalah cara yang berguna untuk menggambarkan bagaimana karakter animasi Alice Anda akan TRUE atau FALSE? square Mark for Review (1) Points TRUE FALSE square Mark for Review Mark for Review (1) Points
Solusi
Jawaban
11. TRUE 12. Do As I Say 13. TRUE
Penjelasan
11. In Alice, procedural arguments do indeed allow programmers to adjust objects, movements, quantities, distances, and durations of time. Therefore, the statement is TRUE.12. In Alice, "Do As I Say" is not a control statement. Control statements are used to determine the flow of the program, and "Do As I Say" is not one of them.13. Diagram alir (Flowchart) is a useful way to describe how your Alice animation characters will behave. It provides a visual representation of the sequence of steps that an object will take in response to a message or event. Therefore, the statement is TRUE.