Latihan Soal

Latihan Soal

11th Grade

15 Qs

quiz-placeholder

Similar activities

asesmen awal

asesmen awal

11th Grade

15 Qs

Quiz Pemrograman Phyton

Quiz Pemrograman Phyton

9th - 12th Grade

20 Qs

Kuis Pemrograman Kotlin

Kuis Pemrograman Kotlin

11th Grade

20 Qs

XII RPL 1

XII RPL 1

9th - 12th Grade

15 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

Pemrograman Dasar 3

Pemrograman Dasar 3

9th - 12th Grade

20 Qs

Intro to HTML

Intro to HTML

8th - 12th Grade

20 Qs

Quiz HTML dan CSS

Quiz HTML dan CSS

11th Grade

10 Qs

Latihan Soal

Latihan Soal

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Ida Utami

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Berikut Sintak yang benar untuk menghasilkan output 'Hello World' di C++?

cout<<"Hello World";

print<<"Hello World";

echo "Hello World";

System.out.print("Hello World");

cin>>"Hello Word";

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara membuat komentar di C++?

/*Ini komentar

# Ini komentar

// Ini komentar

<Ini komentar>

\\ Ini komentar

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Setiap perintah di dalam C++ selalu diakhiri dengan tanda?

.

]

*

}

;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah untuk menginput suatu nilai dari keyboard untuk di proses di dalam program adalah?

Input

Cout

Getch

Cin

Output

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tipe data apa yang digunakan untuk menyimpan variabel dengan nilai teks?

string

txt

int

float

double

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dibawah ini adalah cara yang tepat untuk deklarasi variabel bilangan dengan tipe integer di C++!

$bilangan;

int bilangan;

bilangan int;

var bilangan;

string bilangan;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tipe data yang digunakan untuk menghasilkan nilai TRUE dan FALSE adalah?

Integer

Float

Double

Boolean

Char

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?