Proses Pemrograman

Proses Pemrograman

Professional Development

11 Qs

quiz-placeholder

Similar activities

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

Creating a document

Creating a document

1st Grade - Professional Development

9 Qs

В предыдущих сериях системного администрирования

В предыдущих сериях системного администрирования

Professional Development

10 Qs

Subnetting Repaso

Subnetting Repaso

Professional Development

10 Qs

Quality Day 22 Oct 2021

Quality Day 22 Oct 2021

Professional Development

10 Qs

Segundo Prework marzo

Segundo Prework marzo

12th Grade - Professional Development

10 Qs

Las nuevas tecnologías en el aula

Las nuevas tecnologías en el aula

Professional Development

10 Qs

IC3_Test1

IC3_Test1

Professional Development

14 Qs

Proses Pemrograman

Proses Pemrograman

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Benny Benny

Used 17+ times

FREE Resource

AI

Enhance your content

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

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Salah satu contoh evolusi pemrograman adalah ….

Windows 95, Windows 97, Windows 98, Windows 2000

Office 2021, Office 2019, Office 2000, Office 97

Corel Draw X8, Corel Draw X7, Corel Draw X7, Adobe Photoshop CS

Adobe Photoshop CS, Canva, Adobe ImageReady

Adobe Ilustrator, Canva, Corel Draw X6

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Perintah int a, b, c;

Digunakan untuk ….

mendefinisikan variabel a, b, c untuk array

mendefinisikan variabel a, b, c untuk string

mendefinisikan variabel a, b, c untuk bilangan desimal

mendefinisikan variabel a, b, c untuk bilangan bulat

mendefinisikan variabel a, b, c untuk bilangan pecahan

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Tanda || memiliki arti ….

Dan

Atau

Demikian hingga

Sampai

Remark

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Tanda && memiliki arti ….

Dan

Atau

Demikian hingga

Remark

Sampai

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Tanda /* memiliki arti ….

Dan

Atau

Demikian hingga

Sampai

Remark

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Perhatikan perintah dibawah ini :

int a = 4;

cout << (“a”);

jika 2 perintah diatas dijalankan, maka akan menghasilkan :

“ ”

a4

4a

4

a

7.

MULTIPLE CHOICE QUESTION

1 min • 15 pts

Perhatikan program dibawah ini, jika di jalankan akan menghasilkan angka ….

 

int main()

{

   int a = 4, b = 3, c = 2, d;

   d = a / b + c / b;

   printf("%d\n", d);

   return 0;

}

1

2

3

4

5

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?