Posst Test

Quiz
•
Computers
•
10th Grade
•
Medium
dwi yanto
Used 1+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 mins • 2 pts
Dalam perulangan bersarang terdapat perulangan dalam (inner loop) dan perulangan luar (outer loop), yang akan dijalankan oleh program terlebih dulu adalah….
inner loop
outer loop
body loop
nested loop
2.
MULTIPLE CHOICE QUESTION
10 mins • 2 pts
Perhatikan baris program berikut:
for(i=0;i<row;i++)
{
for(j=0;j<column;j++)
{
cin >> a[i][j];
{
cout <<"Enter elements of matrix B" << endl;
Perintah yang menunjukkan iner loop terdapat pada baris…
cin >> a[i][j];
for(j=0;j<column;j++)
for(i=0;i<row;i++)
cout <<"Enter elements of matrix B" << endl;
3.
MULTIPLE CHOICE QUESTION
10 mins • 2 pts
Dalam pemrograman perulangan bersarang sangat cocok untuk membentuk sebuah matrik, bentuk umum dari sebuah matrik ditunjukkan dengan adanya…
Baris
Kolom
Perulangan
Baris dan Kolom
4.
MULTIPLE CHOICE QUESTION
10 mins • 2 pts
Perhatikan Flowchart berikut!
Dari gambar diatas program akan berhenti pada saat Condition2 =….
True
False
Statements
End while
5.
MULTIPLE CHOICE QUESTION
10 mins • 2 pts
Dalam perulangan terdapat beberapa tipe/bentuk, tipe dimana baris statemen/aksi dikerjakan setelah kondisi terpenuhi merupakan perulangan dengan menggunakan perintah…
While Do
Do while
While
For
Similar Resources on Wayground
10 questions
Programming Basics

Quiz
•
9th - 10th Grade
10 questions
LOOPS IN C++

Quiz
•
10th Grade - University
10 questions
LATIHAN PERCABANGAN

Quiz
•
9th Grade - University
10 questions
algoritma dan pemograman

Quiz
•
9th - 12th Grade
10 questions
Chapter 05 Worksheet

Quiz
•
10th Grade
10 questions
Dasar Algoritma dan Pemrograman p1

Quiz
•
10th Grade
10 questions
Struktur Kontrol Perulangan

Quiz
•
10th - 11th Grade
10 questions
Pseudocode - Iteration

Quiz
•
7th - 11th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade