
KISI-KISI KELAS X SEM 2

Quiz
•
Computers
•
10th Grade
•
Medium
Firta Fahrudin
Used 9+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Perhatikan kode program berikut!
X = 5 ; y = 10 ; z = 15 ;
If x < y and y < z :
Print (“True”)
Else :
Print ( “False”)
Jika dijalankan, kode program Python ter-sebut akan memberikan keluaran . . . .
True
False
True and False
SyntaxError
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Operator logika pada bahasa pemrogram-an C yang digunakan pada percabangan if untuk kondisi dua persyaratan dan kedua persyaratan harus dipenuhi adalah . . . .
++
!
II
&&
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Perhatikan kode program berikut di bawah, Ketika dijalankan variable b memberikan hasil …..
#include <stdio.h>
int main(void)
int a72
printf("Isi variabel a: d \n",a);
printf("Isi variabel \n",a--); a: id
printf("Isi variabel \n",a); a: d
printf("\n");
int b = 9;
printf("Isi variabel b: %d \n",b);
printf("Isi variabel b: %d \n",--b);
printf("Isi variabel b: %d \n",b);
return 0;
7,7,6
7,8,8
7,8,9
9,8,8
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Perhatikan kode program berikut ini…..
#include <stdio.h
Int math()
int var:
var-15 24 + 18/37 printf
("Hasil-id", varle
return 0
Jika dijalankan kode program tersebut akan menghasilkan keluaran dengan tipe data
float
integer
char
string
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Cermatilah uraian berikut!
Siswa kelas X diminta untuk membuat program dengan ketentuan menentukan status berdasarkan syarat umur dan jenis kelamin. Untuk output-nya a'.an menghasilkan keluaran: anak perempuan, anak laki-laki, wanita dewasa, dan pria dewasa.
Berdasarkan uraian tersebut perintah yang dapat digunakan untuk membuat program adalah....
for
do while
if
if-else if-else
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Apa fungsi dari printf dalam bahasa C?
Membaca input dari pengguna
Menampilkan output ke layar
Menghitung operasi matematika
Menyimpan data ke file
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Manakah contoh deklarasi variabel bertipe integer yang benar?
int a = 10;
float a = 10;
char a = '10';
string a = "10";
Create a free account and access millions of resources
Similar Resources on Wayground
46 questions
PYTHON PROGRAMMING - FINAL EXAM REVIEW

Quiz
•
9th - 12th Grade
50 questions
ATS Informatika Genap

Quiz
•
10th Grade - University
47 questions
latihan soal TLJ XII

Quiz
•
9th - 12th Grade
50 questions
Pra ATS Genap Informatika 24/25

Quiz
•
10th Grade
46 questions
Siskomdig Hardware-Software

Quiz
•
10th Grade
50 questions
UAS GANJIL INFORMATIKA X

Quiz
•
10th Grade - University
50 questions
INFORMATIKA

Quiz
•
10th Grade
50 questions
XK3 ASTS INFORMATIKA-SEMESTER GANJIL TAHUN 2024 (NETI SEPTINA)

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade