Post Test C++

Post Test C++

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Algoritma dan Pemrograman Dasar (Bahasa C)

Algoritma dan Pemrograman Dasar (Bahasa C)

10th Grade

10 Qs

Kuis Refleksi 2

Kuis Refleksi 2

9th - 12th Grade

10 Qs

MM - JavaScript

MM - JavaScript

12th Grade

15 Qs

Pemrograman Dasar C++

Pemrograman Dasar C++

10th Grade

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Python

Python

9th Grade

13 Qs

Quiz 13 - For Loops

Quiz 13 - For Loops

11th Grade

10 Qs

Post Test C++

Post Test C++

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Elis Yuniasari

Used 4+ 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"

output << "Hello World"

Print<<"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;

int umur = 15;

var umur = 15;

$umur = 15;

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Bagaimana cara membuat program meminta input untuk user ?

input(umur);

inp(umur);

System.input();

cin>>umur;

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Cara Membuat fungsi pada C++ ?

cout<<Permutasi

#include <Permutasi>

int Permutasi (int x, int y)

Permutasi (x,y)

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

File header yang digunakan pada program c++ agar fungsi matematika pada program dapat bekerja adalah ...

iostream

#include<cstdlib>

cstdlib

cmath

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

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

:

)

;

}

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?