Kuis TIK C++

Kuis TIK C++

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Kisi Kisi UTs PPLG

Kisi Kisi UTs PPLG

9th - 12th Grade

19 Qs

SOAL MENGETIK 10 JARI

SOAL MENGETIK 10 JARI

10th Grade

10 Qs

STRUKTUR KONTROL

STRUKTUR KONTROL

11th - 12th Grade

20 Qs

Conceptos de Visual Basic

Conceptos de Visual Basic

11th Grade

14 Qs

Latihan Bahasa Pemrograman C ++

Latihan Bahasa Pemrograman C ++

10th Grade

20 Qs

Dinamika Input Proses Output

Dinamika Input Proses Output

10th Grade

10 Qs

KD-3 Mikroprosesor

KD-3 Mikroprosesor

11th Grade

10 Qs

Sistem Komputer X-I

Sistem Komputer X-I

10th Grade

19 Qs

Kuis TIK C++

Kuis TIK C++

Assessment

Quiz

Other

9th - 12th Grade

Hard

Created by

Iko Yoga

Used 8+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

C++ adalah bahasa pemrograman yang dikembangkan oleh:

Bjarne Stroustrup

Dennis Ritchie

Guido van Rossum

James Gosling

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Apa output dari program di atas?

Tidak ada output

Halo, Dunia!

Error

Hello, World!

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

C++ memiliki beberapa tipe data dasar seperti int , float, dan char.
Manakah yang termasuk tipe data bilangan bulat di C++?

char

float

double

int

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Apa output dari program di atas jika umur diubah menjadi 25?

umur saya: 25

umur saya : 25 tahun

umur saya: 20

eror

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

C++ mendukung operator aritmatika seperti +, -, *, dan / untuk operasi matematika.
Apa output dari perhitungan int x = 10 + 5;?

5

10

eror

15

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Apa output dari program di atas?

Perulangan ke-1
Perulangan ke-2
Perulangan ke-3

Perulangan ke-1
Perulangan ke-2

Tidak ada output

eror

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Bagaimana cara menampilkan tulisan "Selamat Datang di C++" pada layar menggunakan C++?

Console.WriteLine("Selamat Datang di C++");

cout << "Selamat Datang di C++" << endl;

display("Selamat Datang di C++");

pritt("Selamat Datang di C++")

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?