Quiz C++ Grade 10

Quiz C++ Grade 10

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

HTML Quiz

HTML Quiz

12th Grade

8 Qs

HTML

HTML

8th - 9th Grade

13 Qs

Web Development

Web Development

1st - 12th Grade

10 Qs

Pemrograman Dasar C++

Pemrograman Dasar C++

10th Grade

10 Qs

EVALUASI 1

EVALUASI 1

11th Grade

10 Qs

PHP Progamming ICT Level X

PHP Progamming ICT Level X

10th Grade

12 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

HTML -znaczniki 1

HTML -znaczniki 1

7th Grade - University

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