Kuis TIK C++

Kuis TIK C++

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

KUIS 1IML

KUIS 1IML

12th Grade

15 Qs

UH 3.1. Algoritma & Flowchart

UH 3.1. Algoritma & Flowchart

10th Grade

10 Qs

Ekonomi Lintas X MIPA

Ekonomi Lintas X MIPA

10th - 12th Grade

10 Qs

Soal USP 2022 #1

Soal USP 2022 #1

12th Grade

10 Qs

Class12: CS - Ch1 : Python Revision Tour(part1)

Class12: CS - Ch1 : Python Revision Tour(part1)

12th Grade

10 Qs

Diagnostik Kognitif Embedded System

Diagnostik Kognitif Embedded System

11th Grade

10 Qs

Quiz Before UTS - PRO RPL - XII

Quiz Before UTS - PRO RPL - XII

12th Grade

20 Qs

post test pseudocode

post test pseudocode

10th Grade

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