JAVASCRIPT

JAVASCRIPT

11th Grade

21 Qs

quiz-placeholder

Similar activities

1st CPA Review three Part one

1st CPA Review three Part one

10th - 12th Grade

25 Qs

Medya Okuryazarlığı Quiz

Medya Okuryazarlığı Quiz

9th - 12th Grade

20 Qs

Introduction to the Coding IDE and Print Statements

Introduction to the Coding IDE and Print Statements

8th Grade - University

16 Qs

JAVASCRIPT

JAVASCRIPT

Assessment

Quiz

Instructional Technology

11th Grade

Medium

Created by

Merve Karataş

Used 5+ times

FREE Resource

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

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?