Quiz C++ Grade 10

Quiz C++ Grade 10

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Latihan Soal

Latihan Soal

11th Grade

15 Qs

Pemrograman Dasar C++

Pemrograman Dasar C++

10th Grade

10 Qs

Latihan Pemrograman

Latihan Pemrograman

12th Grade

15 Qs

Introduction to C++ 2024/25

Introduction to C++ 2024/25

12th Grade

10 Qs

BAB 3.1.3 INPUT & OUTPUT

BAB 3.1.3 INPUT & OUTPUT

12th Grade - University

10 Qs

HTML5 Forms

HTML5 Forms

11th - 12th Grade

10 Qs

C++ dasar

C++ dasar

10th - 12th Grade

9 Qs

dasar c++

dasar c++

10th Grade

10 Qs

Quiz C++ Grade 10

Quiz C++ Grade 10

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Elis Yuniasari

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Apa Sintaks untuk menuliskan output dalam C++ ?

cout << "Hello World"

Print<<"Hello World"

output << "Hello World"

show<<"Hello World"

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Bagaimana cara menulis komentar dalam C++ ?

#ini komentar

<!ini komentar>

//ini komentar

<ini komentar>

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Cara membuat variabel di C++ ?

let umur = 15;

var umur = 15;

int umur = 15;

$umur = 15;

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Bagaimana cara membuat program meminta input untuk user ?

input(umur);

System.input();

inp(umur);

cin>>umur;

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

contoh file header yang benar adalah ...

iostream

cstdlib

#include<cstdlib>

cmath

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

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

:

;

}

)

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Berikut adalah file header yang berfungsi untuk menangani input/output di C++?

#include < stream >

#include < conio.h>

#include < iostream >

#include < iostring >

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?