Search Header Logo

JAVASCRIPT

Authored by Merve Karataş

Instructional Technology

11th Grade

Used 5+ times

JAVASCRIPT
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

JavaScript'te bir değişken tanımlamak için hangi anahtar kelimeyi kullanırız?

  • A) var

  • B) let

  • C) const

  • D) Hepsi

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Aşağıdaki kodun çıktısı nedir?

let x = 5;

console.log(x);

0

5

undefined

Hata

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Aşağıdaki kod parçası hangi seçiciyi kullanmaktadır?

if (x > 10) {

console.log("Büyük");

}

for

while

if

switch

4.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Aşağıdaki kodun çıktısı nedir?

let x = 20;

if (x > 10) {

console.log("Büyük");

} else {

console.log("Küçük");

}

"Küçük"

"Büyük"

Hata verir

undefined

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Aşağıdakilerden hangisi bir JavaScript veri tipidir?

number

boolean

hepsi

string

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Aşağıdaki kodun çıktısı nedir?

let a = 10;

let b = 20;

console.log(a * b);

30

200

10

HATA

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Aşağıdaki kod parçası nedir?

function greet() {

console.log("Merhaba!");

}

olay

fonksiyon

değişken

dizi

Access all questions and much more by creating a free account

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

Already have an account?