Cek Poin

Cek Poin

University

100 Qs

quiz-placeholder

Similar activities

Software Testing Quiz

Software Testing Quiz

University

101 Qs

Application Layer MCQs

Application Layer MCQs

University

99 Qs

Introdução a Sistemas Distribuídos

Introdução a Sistemas Distribuídos

University

100 Qs

COM-99-FINALB

COM-99-FINALB

University

100 Qs

Tendencias y futuro de la tecnología

Tendencias y futuro de la tecnología

University

101 Qs

Профессиональная иностранная терминология

Профессиональная иностранная терминология

University

100 Qs

Database and Computer Science Quiz

Database and Computer Science Quiz

University

100 Qs

Quiz Forensika Digital Essentials

Quiz Forensika Digital Essentials

University

99 Qs

Cek Poin

Cek Poin

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Wahyu Lesmono

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Apa output dari program berikut? int arr[5] = {1, 2, 3, 4, 5}; printf("%d", arr[2]);

1

2

3

4

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Apa output dari program berikut? struct Buku { string judul; }; Buku b; b.judul = "C++"; cout << b.judul;

b.judul

C++

Error

struct Buku

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Perhatikan kode berikut. Apa tipe data yang paling efisien digunakan untuk variabel 'umur'? int umur = 25;

float

char

int

double

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Apa output dari program berikut? int arr[5] = {1, 2, 3, 4, 5}; printf("%d", arr[2]);

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Apa output dari program berikut? struct Buku { string judul; }; Buku b; b.judul = "C++"; cout << b.judul;

b.judul

C++

Error

struct Buku

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Apa output dari fungsi cetak linked list berikut? Node* head = new Node{10, new Node{20, NULL}}; printList(head);

10 20

20 10

NULL

Error

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Apa output dari program berikut? struct Buku { string judul; }; Buku b; b.judul = "C++"; cout << b.judul;

b.judul

C++

Error

struct Buku

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?