quis

quis

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

ELEMENTE DE BAZA ALE LIMBAJULUI C++

ELEMENTE DE BAZA ALE LIMBAJULUI C++

10th Grade

15 Qs

Avantages attendus de l'UEM

Avantages attendus de l'UEM

9th Grade - University

10 Qs

Matematyka

Matematyka

4th Grade - University

10 Qs

[PRE TEST][PKU] [AWB] PENCACAHAN

[PRE TEST][PKU] [AWB] PENCACAHAN

12th Grade

10 Qs

SIGNOS VITALES

SIGNOS VITALES

1st - 10th Grade

13 Qs

Персональне навчальне середовище

Персональне навчальне середовище

9th Grade

15 Qs

Comparing Decimals

Comparing Decimals

KG - University

9 Qs

CSI-B-Forensic Artistry

CSI-B-Forensic Artistry

7th - 12th Grade

6 Qs

quis

quis

Assessment

Quiz

Specialty

9th - 12th Grade

Hard

Created by

danu adi

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

Manakah operator yang digunakan untuk mencetak nilai ke layar pada C++?

cout<<

cin>>

cout++

cout--

2.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Berikut adalah contoh kode C++ yang benar untuk mencetak "hello":

cout<<"hello";

cin>>"hello";

cout++"hello"

cin++"hello";

3.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

int x = 10;

cout << x;

Apa yang tercetak ke layar setelah kode berikut di jalankan?

10

x

10x

x10

4.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Bagaimana cara mencetak karakter 'A' ke layar?

cin<<"A";

cout<<A

cout<<"A";

cin<<"A;

5.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Berikut adalah contoh kode untuk mengambil masukan dari pengguna dalam C++?

cin>>

cout<<

++

input

6.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

bagaimana cara memasukan data yang telah di inputkan oleh pengguna kedalam variabel data?

cin>>pengguna;

cin>>data;

cin++data;

cout>>data;

7.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

bagaimana cara mengeluarkan data yang berada pada variabel data?

cout<<data;

cin>>data;

keluar<<data;

tidak tahu

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?