Pre-Test 2 Operator Javascript

Quiz
•
Computers
•
11th Grade
•
Medium
ANTONIUS ADI PRATOMO
Used 7+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Lengkapi kode berikut menggunakan operator aritmatika untuk menghasilkan nilai 25
let angka1 = 10
let angka2 = 15
let hasil = angka1 ___ angka2
-
+=
*
2.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Lengkapi kode di bawah ini menggunakan operator perbandingan agar menghasilkan nilai true
let a = 5
let b = 5
let hasil = a ___ b
<=
=>
=<
3.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Lengkapi kode berikut menggunakan operator perbandingan dan logika agar menghasilkan nilai true.
const nilai = 75;
const kehadiran = 90;
let hasil = nilai ____ 75 ____ kehadiran ____ 80
>=, &&, >
=>, &&, >
>, &&, >
>=, ||, >
4.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Lengkapi kode di bawah ini menggunakan operator string untuk menghasilkan kalimat berikut "Halo Dunia"
const kata1 = "Halo";
const kata2 = "Dunia";
let hasil = ___________;
kata1+kata2
kata1 + "" + kata2
kata1 . " " . kata2
5.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Lengkapi kode di bawah ini untuk mendapatkan nilai "Negatif"
const angka = -5;
const hasil = angka ___ 0 ? "Positif" : "Negatif";
<
==
=>
6.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Lengkapi kode berikut untuk mengecek tipe data dari variabel data.
const data = "Belajar Node.js";
_____ data;
typeOf
typeoff
desc
7.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Lengkapi kode berikut untuk mendapatkan hasil 3
const bilangan1 = 23;
const bilangan2 = 5;
bilangan1 ____ bilangan2;
%=
/=
% =
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Pemrograman Web

Quiz
•
11th Grade
10 questions
XI - Kuis AP 1

Quiz
•
11th Grade
10 questions
Post Test 1: Operators

Quiz
•
11th Grade
20 questions
Quiz PHP

Quiz
•
11th Grade
20 questions
Python Basics 2

Quiz
•
9th - 12th Grade
10 questions
Quiz Javascript Basic Pertemuan 3

Quiz
•
9th - 12th Grade
15 questions
pemrograman dasar c++

Quiz
•
11th Grade
15 questions
Operator dan Kontrol Struktur PHP

Quiz
•
2nd Grade - University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Chaffey

Quiz
•
9th - 12th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
12 questions
Macromolecules

Lesson
•
9th - 12th Grade
12 questions
Classifying Polys - 1.1

Quiz
•
10th - 12th Grade
10 questions
Solving Equations Opener

Quiz
•
11th Grade