{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

C# Formüller (unity) Flashcards

(20 cards)

1
Q

sayı değerleri girdiğimiz komut

A

int ;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

rasyonel sayı değerleri girdiğimiz komut

A

float ;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

true ya da false değerini girdiğimiz komut

A

bool ;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

metin atadığımız komut

A

string ;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ekrana yazdırmak için kullandığımız komut

A

Debug.Log ( ) ;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

komutu başka program içinde elle değiştirmek için kullandığımız komut

A

public

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

istediğimiz koşul sağlanırsa şu olsun , olmazsa şu olsun diye kullandığımız komutlar

A

if

else

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

istediğimiz koşul şu şekilde sağlanırsa şu olsun diye kullandığımız komut

A

else if

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

eşit değilse anlamı katmak için koyduğumuz işaret

A

!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ve anlamı taşıyan işaret

A

&&

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

eşittir işareti

A

==

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

artırma , azaltma işlemi

A

x = x + 1 ;
x + = 1 ;
x ++ ;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

döngüye örnek

A

for ( int x = 10 ; x >0 ; x– )

x azalarak 0 a kadar gider

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

yarıda kesme komutu

A

break ;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

x’in ikiye bölümünden kalan 0

A

x %2 = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

dizi oluşturmak için int den sonra girdiğimiz işaret

17
Q

dizi örneği

A

int [ ] = new int [100] ;

18
Q

“x uzunluğu kadar “

19
Q

değer döndürme komutu

20
Q

metodun başına yazdığımızda metodu sabitler