5 Mart 2013 Salı

C Dersleri-Ders 9.1 - Diziler I

Merhaba arkadaşlar . bu gün dizileri göreceğiz. peki nedir bu diziler? Diziler aynı tipdeki verilere tek bir isimde erişmek için yapılan kümelerdir.Peki neden gereklidir bu diziler ? Bu diziler çalıştığı sürece bizim bellekte bilgi tutmamıza yararlar. Bu diziler c programlama dilinde nasıl ifade edilirler? bu soruların cevabı örnek program ile birlikte videomuzda

C Dersleri-Ders 8.2 - Fonksiyonlar II

Merhaba arkadaşlar bugünkü dersimizde fonksiyonların farklı bir gösterim şeklini göstereceğiz. Birde bununla ilgili program yazıp işleyişini göreceğiz.

4 Mart 2013 Pazartesi

mini sınav 1 cevap anahtarı


1 - Aşağıdaki değerlerden hangisi programı başarılı bir şekilde döndürmek için verilen değerdir?
A. -1
B.   1
C.   0
D.   programın çalışması için bir değere gerek yoktur.

2 - Hangisi tüm c programlarında mutlaka olması gereken bir fonksiyondur?
A. start()
B. system()
C. main ()
D. program  ()

3- Aşağıdaki işaretlerden hangi arasına c kodları yazılır ?
A. {  and }
B.  -> and <-
C.  Begin and End
D.  ( and  )

4 - Aşağıdaki işaretlerinden hangisi komut satırındaki c kodunun sona erdiği anlamına gelir?
A.   ,
B.   ;
C.   .
D.   :

5 - Aşağıdakilerden hangisi doğru yorum satırı işaretidir ?
A. */  yorum /*
B.  ** yorum **
C.  /* yorum */
D.  {  yorum  }

6 - Aşağıdakilerden hangisi bir değişken tipi değildir?
A.  float
B.  real
C.  int
D.  double

7 - Aşağıdakilerden hangisi 2 değeri karşılaştırmak için kullanılan doğru işarettir ?
A.   :=
B.   =
C.  eşittir
D.   ==

3 Mart 2013 Pazar

mini sınav 1

1 - Aşağıdaki değerlerden hangisi programı başarılı bir şekilde döndürmek için verilen değerdir?
A. -1
B.   1
C.   0
D.   programın çalışması için bir değere gerek yoktur.

2 - Hangisi tüm c programlarında mutlaka olması gereken bir fonksiyondur?
A. start()
B. system()
C. main ()
D. program  ()

3- Aşağıdaki işaretlerden hangi arasına c kodları yazılır ?
A. {  and }
B.  -> and <-
C.  Begin and End
D.  ( and  )

4 - Aşağıdaki işaretlerinden hangisi komut satırındaki c kodunun sona erdiği anlamına gelir?
A.   ,
B.   ;
C.   .
D.   :

5 - Aşağıdakilerden hangisi doğru yorum satırı işaretidir ?
A. */  yorum /*
B.  ** yorum **
C.  /* yorum */
D.  {  yorum  }

6 - Aşağıdakilerden hangisi bir değişken tipi değildir?
A.  float
B.  real
C.  int
D.  double

7 - Aşağıdakilerden hangisi 2 değeri karşılaştırmak için kullanılan doğru işarettir ?
A.   :=
B.   =
C.  eşittir
D.   ==

Cevap anahtarı için tıklayın.




















C programlama dili ders 9(while döngüsü)



Bu videomuzda while döngüsünden bahsedeceğiz. Ayrica while döngüsünden yararlanarak örnek bir program yazacağız.



2 Mart 2013 Cumartesi

quiz 1 (answer key)

1. What is the correct value to return to the operating system upon the successful completion of a program?
A. -1 
B. 1 
C. 0 
D. Programs do not return a value.

2. What is the only function all C programs must contain?
A. start()
B. system() 
C. main() 
D. program()

3. What punctuation is used to signal the beginning and end of code blocks?
A. { } 
B. -> and <- 
C. BEGIN and END 
D. ( and ) 

4. What punctuation ends most lines of C code?
A. . 
B. ; 
C. : 
D. ' 

5. Which of the following is a correct comment?
A. */ Comments */
B. ** Comment **
C. /* Comment */
D. { Comment }

6. Which of the following is not a correct variable type?
A. float
B. real
C. int
D. double

7. Which of the following is the correct operator to compare two variables?
A. :=
B. =
C. equal
D. ==

quiz 1

1. What is the correct value to return to the operating system upon the successful completion of a program?
A. -1 
B. 1 
C. 0 
D. Programs do not return a value.

2. What is the only function all C programs must contain?
A. start()
B. system() 
C. main() 
D. program()

3. What punctuation is used to signal the beginning and end of code blocks?
A. { } 
B. -> and <- 
C. BEGIN and END 
D. ( and ) 

4. What punctuation ends most lines of C code?
A. . 
B. ; 
C. : 
D. ' 

5. Which of the following is a correct comment?
A. */ Comments */
B. ** Comment **
C. /* Comment */
D. { Comment }

6. Which of the following is not a correct variable type?
A. float
B. real
C. int
D. double

7. Which of the following is the correct operator to compare two variables?
A. :=
B. =
C. equal
D. ==

click for answer key

c programlama dili ders 8(goto deyimiı)



Bu videoda " go to " komutundan bahsedilecek. Ayrıca örnek bir program yazılacaktır komutun pekişmesi açısıdan.



C Dersleri-Ders 6.1 - Proje Geliştirme I (for-switch case-if-printf-scanf)