mobil ünite4

mobil ünite4

11th Grade

10 Qs

quiz-placeholder

Similar activities

Bài làm việc Access, cấu trúc bảng

Bài làm việc Access, cấu trúc bảng

9th - 12th Grade

10 Qs

SHS Year 7 Logo Quiz

SHS Year 7 Logo Quiz

KG - University

14 Qs

HTML Quiz

HTML Quiz

11th Grade - University

15 Qs

Uji Pemahaman Formula Excel

Uji Pemahaman Formula Excel

9th Grade - University

15 Qs

ukuran data

ukuran data

1st - 12th Grade

10 Qs

Chapter : 9 Working with tables

Chapter : 9 Working with tables

5th Grade - University

15 Qs

Pengenalan HTML

Pengenalan HTML

11th Grade

10 Qs

Test Your Knowledge of HTML

Test Your Knowledge of HTML

9th - 12th Grade

15 Qs

mobil ünite4

mobil ünite4

Assessment

Quiz

Computers

11th Grade

Hard

Created by

halime kanbil

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Şart ifadesi “true” olarak sağlandığı zaman if içindeki kodlar çalıştırılır.

D

Y

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) <,>,==,<=,>=,!= karakterleri aritmetiksel operatörlerdir.

D

Y

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) Maksimum dört adet for döngüsü iç içe yazılır.

D

Y

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) while döngüsünde yazılan şart ifadesi şartı sağlamasa da döngü en az bir defa

çalıştırılır.

D

Y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) Karar ifadelerinde şart yazılırken “||” operatörü kullanılırsa şartlardan birinin

“true” olması yeterlidir.

D

Y

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) Java dilindeki String veri tipinde karşılaştırma yapılırken “==” ifadesi ile karşılaştırmak

yeterlidir.

D

Y

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki kodlar çalıştırıldığında textView ögesine eklenecek değerler nelerdir?

textView.setText(“”);

for(int i=0;i<50;i++){

if(i==18 || i==27){

continue;}

if(i%3==0){

textView.setText(textView.getText()+” “+ i);

}}

1 2 6 24 120 720 5040

0 3 6 9 12 15 21 24 30 33 36 39 42 45 48

0 3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48

1 2 3 6 24 30 120 720 5040

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?