Temel Java Bilgisi Ölçme Testi

Temel Java Bilgisi Ölçme Testi

University

10 Qs

quiz-placeholder

Similar activities

2025 python class first quiz

2025 python class first quiz

9th Grade - University

10 Qs

502 - Informática V - Módulo 2 (Programación)

502 - Informática V - Módulo 2 (Programación)

University

15 Qs

Estructuras Repetitivas

Estructuras Repetitivas

7th Grade - Professional Development

10 Qs

CIS1101-programming practice2

CIS1101-programming practice2

University

10 Qs

SENATIC Parcial Guía 3_PseInt

SENATIC Parcial Guía 3_PseInt

10th Grade - University

15 Qs

T02: Python - The Basics

T02: Python - The Basics

University

10 Qs

CCIS 104 Quiz # 1.3

CCIS 104 Quiz # 1.3

University

11 Qs

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

Temel Java Bilgisi Ölçme Testi

Temel Java Bilgisi Ölçme Testi

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

İrem Teker

Used 4+ 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 • 10 pts

Ekrana çıktı veren kod parçası hangisidir?

System.out.println();

System.println();

system.out.println():

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Sırasıyla toplama, çıkarma, çarpma, bölme için kullanılan semboller hangi şıkta doğru verilmiştir?

+ , - , * , %

+ , - , x , /

+ , - , * , /

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Döngüyü sonladırmak veya döngüyü kırmak için kullanılan komut hangisidir?

Boolean

Break

Stop

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

32 bitlik sayıları tanımlayan, -32768 ve 32767 arasında değer alan veri türü hangisidir?

Float

Int

Long

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

int sayi1,sayi2,toplam; Scanner giris=new Scanner(System.in); System.out.print("Bir sayı girin:"); sayi1=giris.nextInt(); System.out.print("Bir sayı girin:"); sayi2=giris.nextInt(); toplam=sayi1+sayi2; System.out.print("Sayıların Toplamı:"+toplam); Yukarıda verilen kod dizisi hangi sonucu verir?

Toplamı verilen iki sayıyı bulma

Kullanıcıdan iki sayı tahmini isteme

İki sayının toplamı

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Kullanıcının girdiği değerleri okumak için kullanılan kod hangisidir?

System.out.print("giriş:");

Scanner giris=new Scanner(System.in);

public static void main(String[] args)

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Java'da bir sınıfın temel özelliklerini tanımlayan kod parçacığı hangisidir?

class MyClass { }

void myMethod() { }

int x = class;

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?