Kuis TIK C++

Kuis TIK C++

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

HTML

HTML

11th Grade

20 Qs

P2-PTK-Pretest-Flowchart

P2-PTK-Pretest-Flowchart

10th Grade

10 Qs

Soalan Uji Kefahaman (Kod Segmen)

Soalan Uji Kefahaman (Kod Segmen)

9th - 12th Grade

10 Qs

PH 2 INFORMATIKA

PH 2 INFORMATIKA

10th Grade

20 Qs

MM - JavaScript

MM - JavaScript

12th Grade

15 Qs

UH 1 RBT KELAS X

UH 1 RBT KELAS X

10th Grade

10 Qs

FLOWCHART

FLOWCHART

11th Grade

10 Qs

Visual Basic 3BT

Visual Basic 3BT

12th Grade

14 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?