Proses Pemrograman

Proses Pemrograman

Professional Development

11 Qs

quiz-placeholder

Similar activities

MENGENALI GOOGLE CLASSROM

MENGENALI GOOGLE CLASSROM

1st Grade - Professional Development

12 Qs

2nd project day 3

2nd project day 3

KG - Professional Development

10 Qs

Bimtek Peningkatan Kualitas LK TA 2022

Bimtek Peningkatan Kualitas LK TA 2022

Professional Development

15 Qs

FE Batch 20 (Javascript Fundamental)

FE Batch 20 (Javascript Fundamental)

Professional Development

10 Qs

Sains Komputer Tingkatan 5 - 1.3.6 Menghasilkan litar get

Sains Komputer Tingkatan 5 - 1.3.6 Menghasilkan litar get

1st Grade - Professional Development

6 Qs

KUIS IHT Akun Belajar.id

KUIS IHT Akun Belajar.id

10th Grade - Professional Development

8 Qs

Quis Akun Belajar

Quis Akun Belajar

Professional Development

10 Qs

Quiz Excel Bootcamp 19-Day 1

Quiz Excel Bootcamp 19-Day 1

Professional Development

10 Qs

Proses Pemrograman

Proses Pemrograman

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Benny Benny

Used 17+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?