Quiz KSN Informatika 2023

Quiz KSN Informatika 2023

11th Grade

15 Qs

quiz-placeholder

Similar activities

Server Side Programming

Server Side Programming

11th Grade

10 Qs

CP1 Assessment

CP1 Assessment

11th Grade

10 Qs

Analisis Data

Analisis Data

11th Grade

10 Qs

ภาษาซีif

ภาษาซีif

11th Grade

20 Qs

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

Pemrograman C++ (Dasar)

Pemrograman C++ (Dasar)

11th Grade

18 Qs

Operators in C

Operators in C

9th - 12th Grade

10 Qs

Cấu trúc rẽ nhánh

Cấu trúc rẽ nhánh

11th Grade

14 Qs

Quiz KSN Informatika 2023

Quiz KSN Informatika 2023

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Eviana Ekaputra

Used 49+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Header File Bahasa C

printf

scanf

#include<stdio.h>

include(studio.h)

2.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

3.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

4.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

5.

MULTIPLE CHOICE QUESTION

3 mins • 5 pts

float a = 2.123, b = 3.456, c;

c= a+b;

perintah untuk menampilkan output/keluaran berupa hasil penjumlahan variabel a dan b dengan membatasi outputnya 2 angka desimal di belakang koma adalah...

printf("%f",c);

printf("%.2f",c);

printf("%2f",c);

printf(%.2f,c);

6.

FILL IN THE BLANK QUESTION

3 mins • 5 pts

int a=2;b=3;

int N=(a+b)*2;

for(x=1;x<=N;x++){

printf("KSN Mempermudah jalan masuk ke universitas \n");

}

Dari kode program diatas, menurut kalian berapa kali perulangan (looping) akan dijalankan ?

7.

FILL IN THE BLANK QUESTION

5 mins • 5 pts

Media Image

output/keluaran dari kode program berikut adalah...

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?