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
تصميم موقع ويب-أصيلة البوصافي

Quiz
•
10th Grade
10 questions
Ulangan bab 6 perulangan dan percabangan

Quiz
•
8th Grade - University
10 questions
10 класс повторение CSS and Внедрение мультимедиа

Quiz
•
10th Grade
10 questions
10 CS // Pseudocode

Quiz
•
9th - 11th Grade
10 questions
CS 50 Terminology

Quiz
•
6th - 10th Grade
10 questions
Penilaian Sumatif

Quiz
•
10th Grade
10 questions
Pseudocode - OCR ERL

Quiz
•
9th - 12th Grade
10 questions
Flow Charts

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade