New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Latihan Soal Informatika

Quiz

Played 19

About this activity

Yuk.. Kerjakan Yuks!

Created by

Indonesia

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Latihan Soal Informatika
 

Latihan Soal InformatikaOnline version

Yuk.. Kerjakan Yuks!

by SYARIFUDIN SYARIFUDIN
1

Diberikan array berikut: int data[4] = {5, 10, 15, 20}; Berapakah hasil dari data[0] + data[3] ?

2

Jika int nilai[5] = {2, 4, 6, 8, 10};, berapakah hasil dari nilai[1] * nilai[4] ?

3

Diberikan array: Jika int angka[5] = {3, 6, 9, 12, 15};, maka hasil angka[2] * 2 adalah …

4

Diberikan array 2D berikut: int A[3][3] = { {1, 2, 3}, {4, 5, 6}, {7, 8, 9} }; Berapakah hasil A[1][2] + A[2][0] ?

5

Jika int umur[4] = {12, 14, 16, 18};, maka hasil dari umur[3] - umur[1] adalah …

6

Diberikan array : int data[3] = {12, 25, 40}; Apa nilai dari data[x] dan data[y] setelah sintaks di bawah ini dieksekusi? data[x] = data[0] + 8; data[y] = data[2] / 2;

7

int data[4] = {2, 4, 6, 8}; Seorang programmer menulis kode berikut: #include using namespace std; int main() { int hasil = data[1] + data[3]; int Total = hasil - data[0]; cout << "Hasil akhir = " << Total << endl; return 0; } Apa hasil output dari program tersebut?

8

Deklarasi array: int M[8]; Pernyataan mana yang tidak mungkin terjadi dengan deklarasi array tersebut?

9

Perhatikan sintaks berikut: cout << strlen("smaalmazaceria") << endl; Sintaks tersebut akan menampilkan?

10

Hasil dari round(floor(7.8)) + ceil(trunc(4.9)) adalah …

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.