<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Online Ödev - Bilgisayar Bilimi için yeni soru ve cevaplar</title>
<link>https://www.onlineodev.com/qa/bilgisayar-bilimi</link>
<description>Powered by Question2Answer</description>
<item>
<title>Cevaplandı: Bu soruyu açıklar mısınız?  Bu soruda sadece cevaplar mı yazılacak? O printli kısımlar mı, sizin hoca olsa ne yapardı?</title>
<link>https://www.onlineodev.com/99108/Soruyu-aciklar-misiniz-soruda-sadece-cevaplar-yazilacak-printli-kisimlar-yapardi?show=99109#a99109</link>
<description>


&lt;div class=&quot;container&quot;&gt;
	

&lt;div class=&quot;markdown markdown-main-panel enable-updated-hr-color&quot; id=&quot;model-response-message-contentr_bcab63b037ad4d5a&quot; aria-live=&quot;polite&quot; aria-busy=&quot;false&quot; dir=&quot;ltr&quot; style=&quot;--animation-duration: 400ms; --fade-animation-function: linear;&quot;&gt;
		

&lt;p data-path-to-node=&quot;0&quot;&gt;
			 G&amp;ouml;rseldeki tabloda cevaplar zaten doldurulmu&amp;#351; ama i&amp;#351;lemlerin mant&amp;#305;&amp;#287;&amp;#305;na hemen g&amp;ouml;z atal&amp;#305;m. Burada &lt;code data-path-to-node=&quot;0&quot; data-index-in-node=&quot;96&quot;&gt;a&lt;/code&gt; de&amp;#287;i&amp;#351;kenine 10, &lt;code data-path-to-node=&quot;0&quot; data-index-in-node=&quot;114&quot;&gt;b&lt;/code&gt; de&amp;#287;i&amp;#351;kenine 5 de&amp;#287;eri verilmi&amp;#351; ve temel programlama operat&amp;ouml;rleri kullan&amp;#305;lm&amp;#305;&amp;#351;: 
		&lt;/p&gt;
		

&lt;ul data-path-to-node=&quot;1&quot;&gt;
			

&lt;li&gt;
				

&lt;p data-path-to-node=&quot;1,0,0&quot;&gt;
					&lt;code data-path-to-node=&quot;1,0,0&quot; data-index-in-node=&quot;0&quot; style=&quot;&quot;&gt;print(a+b)&lt;/code&gt;: Toplama i&amp;#351;lemi, 10 + 5 = 15. 
				&lt;/p&gt;
			&lt;/li&gt;
			

&lt;li&gt;
				

&lt;p data-path-to-node=&quot;1,1,0&quot;&gt;
					&lt;code data-path-to-node=&quot;1,1,0&quot; data-index-in-node=&quot;0&quot; style=&quot;&quot;&gt;print(a-b)&lt;/code&gt;: &amp;Ccedil;&amp;#305;karma i&amp;#351;lemi, 10 - 5 = 5. 
				&lt;/p&gt;
			&lt;/li&gt;
			

&lt;li&gt;
				

&lt;p data-path-to-node=&quot;1,2,0&quot;&gt;
					&lt;code data-path-to-node=&quot;1,2,0&quot; data-index-in-node=&quot;0&quot; style=&quot;&quot;&gt;print(a*b)&lt;/code&gt;: &amp;Ccedil;arpma i&amp;#351;lemi, 10 * 5 = 50. 
				&lt;/p&gt;
			&lt;/li&gt;
			

&lt;li&gt;
				

&lt;p data-path-to-node=&quot;1,3,0&quot;&gt;
					&lt;code data-path-to-node=&quot;1,3,0&quot; data-index-in-node=&quot;0&quot; style=&quot;&quot;&gt;print(a/b)&lt;/code&gt;: B&amp;ouml;lme i&amp;#351;lemi, 10 / 5 = 2. 
				&lt;/p&gt;
			&lt;/li&gt;
			

&lt;li&gt;
				

&lt;p data-path-to-node=&quot;1,4,0&quot;&gt;
					&lt;code data-path-to-node=&quot;1,4,0&quot; data-index-in-node=&quot;0&quot; style=&quot;&quot;&gt;print(a**b)&lt;/code&gt;: &lt;code data-path-to-node=&quot;1,4,0&quot; data-index-in-node=&quot;13&quot;&gt;**&lt;/code&gt; i&amp;#351;areti Python gibi dillerde &amp;uuml;s alma operat&amp;ouml;r&amp;uuml;d&amp;uuml;r. Yani a &amp;uuml;zeri b i&amp;#351;lemini yap&amp;#305;yor. 10 &amp;uuml;ss&amp;uuml; 5 i&amp;#351;lemi de 100000 sonucunu veriyor. 
				&lt;/p&gt;
			&lt;/li&gt;
			

&lt;li&gt;
				

&lt;p data-path-to-node=&quot;1,5,0&quot;&gt;
					&lt;code data-path-to-node=&quot;1,5,0&quot; data-index-in-node=&quot;0&quot; style=&quot;&quot;&gt;print(a%2)&lt;/code&gt;: &lt;code data-path-to-node=&quot;1,5,0&quot; data-index-in-node=&quot;12&quot;&gt;%&lt;/code&gt; i&amp;#351;areti mod alma, yani b&amp;ouml;l&amp;uuml;m&amp;uuml;nden kalan&amp;#305; bulma operat&amp;ouml;r&amp;uuml;d&amp;uuml;r. 10 say&amp;#305;s&amp;#305;n&amp;#305;n 2&#039;ye b&amp;ouml;l&amp;uuml;m&amp;uuml;nden kalan 0&#039;d&amp;#305;r &amp;ccedil;&amp;uuml;nk&amp;uuml; 10 &amp;ccedil;ifttir ve tam b&amp;ouml;l&amp;uuml;n&amp;uuml;r. 
				&lt;/p&gt;
			&lt;/li&gt;
			

&lt;li&gt;
				

&lt;p data-path-to-node=&quot;1,6,0&quot;&gt;
					&lt;code data-path-to-node=&quot;1,6,0&quot; data-index-in-node=&quot;0&quot; style=&quot;&quot;&gt;print(b%3)&lt;/code&gt;: Ayn&amp;#305; mant&amp;#305;kla 5 say&amp;#305;s&amp;#305;n&amp;#305;n 3&#039;e b&amp;ouml;l&amp;uuml;m&amp;uuml;nden kalan&amp;#305; ar&amp;#305;yoruz. 5&#039;i 3&#039;e b&amp;ouml;ld&amp;uuml;&amp;#287;&amp;uuml;m&amp;uuml;zde geriye 2 kal&amp;#305;r.
				&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
&lt;/div&gt;

</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/99108/Soruyu-aciklar-misiniz-soruda-sadece-cevaplar-yazilacak-printli-kisimlar-yapardi?show=99109#a99109</guid>
<pubDate>Sat, 04 Apr 2026 16:28:25 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: T.C. İnkilap Tarihi ödevim var</title>
<link>https://www.onlineodev.com/98971/T-c-inkilap-tarihi-odevim-var?show=98989#a98989</link>
<description>


&lt;p data-path-to-node=&quot;0&quot;&gt;
	&amp;#304;nk&amp;#305;lap Tarihi sunumun i&amp;ccedil;in hem Windows 11 hem de Pardus y&amp;uuml;kl&amp;uuml; ak&amp;#305;ll&amp;#305; tahtalarda sorunsuz &amp;ccedil;al&amp;#305;&amp;#351;acak bir y&amp;ouml;ntem bulmak asl&amp;#305;nda olduk&amp;ccedil;a kolay. LibreOffice bu konuda &amp;ccedil;ok iyi bir se&amp;ccedil;enek &amp;ccedil;&amp;uuml;nk&amp;uuml; hem Windows hem de Linux tabanl&amp;#305; Pardus i&amp;#351;letim sistemlerinde ayn&amp;#305; &amp;#351;ekilde &amp;ccedil;al&amp;#305;&amp;#351;&amp;#305;yor. Kendi bilgisayar&amp;#305;nda haz&amp;#305;rlad&amp;#305;&amp;#287;&amp;#305;n bir dosyay&amp;#305; ak&amp;#305;ll&amp;#305; tahtada a&amp;ccedil;t&amp;#305;&amp;#287;&amp;#305;nda kayma olmamas&amp;#305; i&amp;ccedil;in dosyay&amp;#305; kaydederken standart &quot;.odp&quot; format&amp;#305;n&amp;#305; kullanman yeterli oluyor. E&amp;#287;er g&amp;ouml;rsel d&amp;uuml;zenin hi&amp;ccedil; bozulmamas&amp;#305;n&amp;#305; istersen sunumun bittikten sonra bir kopyas&amp;#305;n&amp;#305; PDF olarak da kaydedebilirsin; PDF her cihazda t&amp;#305;pat&amp;#305;p ayn&amp;#305; g&amp;ouml;r&amp;uuml;n&amp;uuml;r. Alternatif olarak, e&amp;#287;er okulda internet varsa Google Slaytlar veya Canva gibi taray&amp;#305;c&amp;#305; &amp;uuml;zerinden &amp;ccedil;al&amp;#305;&amp;#351;an ara&amp;ccedil;lar&amp;#305; kullanmak da b&amp;uuml;y&amp;uuml;k kolayl&amp;#305;k sa&amp;#287;l&amp;#305;yor; b&amp;ouml;ylece sadece bir linkle veya oturum a&amp;ccedil;arak sunumuna her yerden ula&amp;#351;abiliyorsun.
&lt;/p&gt;


&lt;p data-path-to-node=&quot;1&quot;&gt;
	Rapor haz&amp;#305;rlama konusuna gelirsek, etkili bir &amp;ouml;dev raporu genellikle konunun ne oldu&amp;#287;unu, neden bu konuyu se&amp;ccedil;ti&amp;#287;ini ve neler &amp;ouml;&amp;#287;rendi&amp;#287;ini anlatan b&amp;ouml;l&amp;uuml;mlerden olu&amp;#351;ur. &amp;#304;nk&amp;#305;lap Tarihi raporun i&amp;ccedil;in &amp;#351;u yap&amp;#305;y&amp;#305; kullanabilirsin:
&lt;/p&gt;


&lt;p data-path-to-node=&quot;2&quot;&gt;
	&lt;strong data-path-to-node=&quot;2&quot; data-index-in-node=&quot;0&quot;&gt;&amp;Ouml;dev Raporu &amp;Ouml;rne&amp;#287;i&lt;/strong&gt;
&lt;/p&gt;


&lt;p data-path-to-node=&quot;3&quot;&gt;
	&lt;strong data-path-to-node=&quot;3&quot; data-index-in-node=&quot;0&quot;&gt;&amp;Ouml;devin Ad&amp;#305;:&lt;/strong&gt; (&amp;Ouml;rne&amp;#287;in: Kurtulu&amp;#351; Sava&amp;#351;&amp;#305;&amp;rsquo;nda Cepheler) &lt;strong data-path-to-node=&quot;3&quot; data-index-in-node=&quot;52&quot;&gt;Haz&amp;#305;rlayan:&lt;/strong&gt; (Ad&amp;#305;n Soyad&amp;#305;n) &lt;strong data-path-to-node=&quot;3&quot; data-index-in-node=&quot;79&quot;&gt;Ders:&lt;/strong&gt; T.C. &amp;#304;nk&amp;#305;lap Tarihi ve Atat&amp;uuml;rk&amp;ccedil;&amp;uuml;l&amp;uuml;k
&lt;/p&gt;


&lt;p data-path-to-node=&quot;4&quot;&gt;
	&lt;strong data-path-to-node=&quot;4&quot; data-index-in-node=&quot;0&quot;&gt;Giri&amp;#351;:&lt;/strong&gt; Bu raporda, Kurtulu&amp;#351; Sava&amp;#351;&amp;#305; d&amp;ouml;neminde ya&amp;#351;anan &amp;ouml;nemli askeri ve siyasi geli&amp;#351;meleri inceledim. Amac&amp;#305;m, o d&amp;ouml;nemdeki zorluklar&amp;#305; ve kazan&amp;#305;lan zaferlerin g&amp;uuml;n&amp;uuml;m&amp;uuml;ze etkilerini anlamakt&amp;#305;r.
&lt;/p&gt;


&lt;p data-path-to-node=&quot;5&quot;&gt;
	&lt;strong data-path-to-node=&quot;5&quot; data-index-in-node=&quot;0&quot;&gt;Geli&amp;#351;me:&lt;/strong&gt; &amp;Ouml;devi haz&amp;#305;rlarken farkl&amp;#305; kaynaklardan yararland&amp;#305;m. &amp;#304;lk olarak Do&amp;#287;u, G&amp;uuml;ney ve Bat&amp;#305; cephelerindeki m&amp;uuml;cadeleleri grupland&amp;#305;rd&amp;#305;m. &amp;Ouml;zellikle halk&amp;#305;n dayan&amp;#305;&amp;#351;mas&amp;#305;n&amp;#305; g&amp;ouml;steren Tekalif-i Milliye emirleri &amp;uuml;zerinde durdum. Sunumumda bu olaylar&amp;#305; kronolojik bir s&amp;#305;rayla ve haritalar e&amp;#351;li&amp;#287;inde anlatt&amp;#305;m.
&lt;/p&gt;


&lt;p data-path-to-node=&quot;6&quot;&gt;
	&lt;strong data-path-to-node=&quot;6&quot; data-index-in-node=&quot;0&quot;&gt;Sonu&amp;ccedil;:&lt;/strong&gt; Bu &amp;ccedil;al&amp;#305;&amp;#351;ma sayesinde T&amp;uuml;rkiye Cumhuriyeti&amp;rsquo;nin hangi temeller &amp;uuml;zerine kuruldu&amp;#287;unu daha iyi kavrad&amp;#305;m. Tarihimizdeki bu &amp;ouml;nemli d&amp;ouml;n&amp;uuml;m noktalar&amp;#305;n&amp;#305; &amp;ouml;&amp;#287;renmek, bir &amp;ouml;&amp;#287;renci olarak bana sorumluluk bilinci kazand&amp;#305;rd&amp;#305;.
&lt;/p&gt;


&lt;p data-path-to-node=&quot;7&quot;&gt;
	&lt;em&gt;Kemal G&amp;uuml;&amp;ccedil;l&amp;uuml; veya benzeri &amp;ouml;zel konulu i&amp;ccedil;erikler i&amp;ccedil;in haz&amp;#305;rlayaca&amp;#287;&amp;#305;n video veya yapay zeka yorumlamal&amp;#305; slaytlara gelince, bunlar da ak&amp;#305;ll&amp;#305; tahtada rahatl&amp;#305;kla a&amp;ccedil;&amp;#305;l&amp;#305;r. Pardus i&amp;ccedil;inde VLC Media Player gibi &amp;ccedil;ok y&amp;ouml;nl&amp;uuml; video oynat&amp;#305;c&amp;#305;lar bulunur. Haz&amp;#305;rlad&amp;#305;&amp;#287;&amp;#305;n i&amp;ccedil;eri&amp;#287;i yayg&amp;#305;n olan MP4 format&amp;#305;nda kaydedersen tahtada sorun &amp;ccedil;&amp;#305;kmaz. Bu tarz &amp;ouml;zg&amp;uuml;n projelerle ilgilenen, teknolojiyi sosyal konularla birle&amp;#351;tirmek isteyen pek &amp;ccedil;ok &amp;ouml;&amp;#287;renci var; yani bu merak&amp;#305;nda yaln&amp;#305;z de&amp;#287;ilsin. Farkl&amp;#305; fikirleri teknolojiyle harmanlamak her zaman dikkat &amp;ccedil;ekici bir sunum ortaya &amp;ccedil;&amp;#305;kar&amp;#305;r.&lt;/em&gt;
&lt;/p&gt;

</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/98971/T-c-inkilap-tarihi-odevim-var?show=98989#a98989</guid>
<pubDate>Mon, 23 Mar 2026 07:01:46 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Girilen iki değer arasındaki sayıların toplamını bulan ve ekrana yazdıran algoritma ve akış şemasını oluşturunuz.</title>
<link>https://www.onlineodev.com/92006/Girilen-arasindaki-sayilarin-toplamini-yazdiran-algoritma-semasini-olusturunuz?show=92007#a92007</link>
<description>


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;#304;ki&amp;nbsp;de&amp;#287;er&amp;nbsp;aras&amp;#305;ndaki&amp;nbsp;say&amp;#305;lar&amp;#305;n&amp;nbsp;toplam&amp;#305;n&amp;#305;&amp;nbsp;hesaplayan&amp;nbsp;bir&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;:&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;Algoritma:&lt;/strong&gt;&lt;/span&gt;
&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;1. Ba&amp;#351;la
&lt;br&gt;2. Kullan&amp;#305;c&amp;#305;dan&amp;nbsp;iki&amp;nbsp;de&amp;#287;er&amp;nbsp;al&amp;nbsp;(A&amp;nbsp;ve&amp;nbsp;B)
&lt;br&gt;3. E&amp;#287;er&amp;nbsp;A&amp;nbsp;&amp;gt;&amp;nbsp;B&amp;nbsp;ise,&amp;nbsp;A&amp;nbsp;ve&amp;nbsp;B&amp;nbsp;de&amp;#287;erlerini&amp;nbsp;yer&amp;nbsp;de&amp;#287;i&amp;#351;tir
&lt;br&gt;4. Toplam&amp;#305;&amp;nbsp;s&amp;#305;f&amp;#305;rla&amp;nbsp;(toplam&amp;nbsp;=&amp;nbsp;0)
&lt;br&gt;5. A&#039;dan&amp;nbsp;B&#039;ye&amp;nbsp;kadar&amp;nbsp;her&amp;nbsp;bir&amp;nbsp;say&amp;#305;&amp;nbsp;i&amp;ccedil;in&amp;nbsp;(dahil):
&lt;br&gt;&amp;nbsp; &amp;nbsp; *Toplama&amp;nbsp;ekle
&lt;br&gt;6. Toplam&amp;#305;&amp;nbsp;yazd&amp;#305;r
&lt;br&gt;7. Bitir
&lt;br&gt;&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;Ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#350;emas&amp;#305;:&lt;/strong&gt;&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Ba&amp;#351;la&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Kullan&amp;#305;c&amp;#305;dan iki de&amp;#287;er al (A ve B)&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;E&amp;#287;er A &amp;gt; B ise, A ve B&#039;yi yer de&amp;#287;i&amp;#351;tir&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Toplam&amp;#305; s&amp;#305;f&amp;#305;rla (toplam = 0)&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;A&#039;dan B&#039;ye kadar d&amp;ouml;ng&amp;uuml; ba&amp;#351;lat&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Her bir say&amp;#305; i&amp;ccedil;in:&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Toplama ekle&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;D&amp;ouml;ng&amp;uuml;ye devam et&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Toplam&amp;#305; yazd&amp;#305;r&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Bitir&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Bu&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;,&amp;nbsp;kullan&amp;#305;c&amp;#305;&amp;nbsp;taraf&amp;#305;ndan&amp;nbsp;girilen&amp;nbsp;iki&amp;nbsp;de&amp;#287;er&amp;nbsp;aras&amp;#305;ndaki&amp;nbsp;say&amp;#305;lar&amp;#305;n&amp;nbsp;toplam&amp;#305;n&amp;#305;&amp;nbsp;hesaplar&amp;nbsp;ve&amp;nbsp;ekrana&amp;nbsp;yazd&amp;#305;r&amp;#305;r.&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom: 0.0001pt; line-height: normal;&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp;&lt;/span&gt;
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/92006/Girilen-arasindaki-sayilarin-toplamini-yazdiran-algoritma-semasini-olusturunuz?show=92007#a92007</guid>
<pubDate>Thu, 31 Oct 2024 13:49:17 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Klavyeden, girilen sayıya kadar olan sayıların çift olanlarının toplamını hesaplayan ve yazdıran algoritma ve akış şemasını yazınız.</title>
<link>https://www.onlineodev.com/92004/Klavyeden-sayilarin-olanlarinin-toplamini-hesaplayan-yazdiran-algoritma-semasini?show=92005#a92005</link>
<description>


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	 &lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;Belirli&amp;nbsp;bir&amp;nbsp;say&amp;#305;ya&amp;nbsp;kadar&amp;nbsp;olan&amp;nbsp;&amp;ccedil;ift&amp;nbsp;say&amp;#305;lar&amp;#305;n&amp;nbsp;toplam&amp;#305;n&amp;#305;&amp;nbsp;hesaplayan&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;:&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;&quot;&gt;Algoritma:&lt;/span&gt;&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;1. Ba&amp;#351;la&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;2. Kullan&amp;#305;c&amp;#305;dan&amp;nbsp;bir&amp;nbsp;say&amp;#305;&amp;nbsp;al&amp;nbsp;(N)&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;3. Toplam&amp;#305;&amp;nbsp;s&amp;#305;f&amp;#305;rla&amp;nbsp;(toplam&amp;nbsp;=&amp;nbsp;0)&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;4. 1&#039;den&amp;nbsp;N&#039;ye&amp;nbsp;kadar&amp;nbsp;her&amp;nbsp;bir&amp;nbsp;say&amp;#305;&amp;nbsp;i&amp;ccedil;in:&lt;/span&gt;
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*E&amp;#287;er&amp;nbsp;say&amp;#305;&amp;nbsp;&amp;ccedil;iftse:&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*Toplama&amp;nbsp;ekle&lt;/span&gt;
&lt;br&gt;
&lt;/p&gt;


&lt;ul&gt;
	 
&lt;/ul&gt;


&lt;ol type=&quot;1&quot; start=&quot;1&quot; style=&quot;margin-top:0cm&quot;&gt;
&lt;/ol&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;5. Toplam&amp;#305;&amp;nbsp;yazd&amp;#305;r&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;6. Bitir&lt;/span&gt;
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;ol type=&quot;1&quot; start=&quot;1&quot; style=&quot;margin-top:0cm&quot;&gt;
&lt;/ol&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;&quot;&gt;Ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#350;emas&amp;#305;:&lt;/span&gt;&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;Ba&amp;#351;la&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;Kullan&amp;#305;c&amp;#305;dan bir say&amp;#305; al (N)&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;Toplam&amp;#305; s&amp;#305;f&amp;#305;rla (toplam = 0)&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;1&#039;den N&#039;ye kadar d&amp;ouml;ng&amp;uuml; ba&amp;#351;lat&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;Her bir say&amp;#305; i&amp;ccedil;in:&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;Say&amp;#305; &amp;ccedil;ift mi?&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|-------&amp;gt; Evet -----&amp;gt; Toplama ekle&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;D&amp;ouml;ng&amp;uuml;ye devam et&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;Toplam&amp;#305; yazd&amp;#305;r&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;&quot;&gt;Bitir&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;Bu&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;&amp;nbsp;ile&amp;nbsp;belirli&amp;nbsp;bir&amp;nbsp;say&amp;#305;ya&amp;nbsp;kadar&amp;nbsp;olan&amp;nbsp;&amp;ccedil;ift&amp;nbsp;say&amp;#305;lar&amp;#305;n&amp;nbsp;toplam&amp;#305;n&amp;#305;&amp;nbsp;hesaplayabilir&amp;nbsp;ve&amp;nbsp;yazd&amp;#305;rabilirsin.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/92004/Klavyeden-sayilarin-olanlarinin-toplamini-hesaplayan-yazdiran-algoritma-semasini?show=92005#a92005</guid>
<pubDate>Thu, 31 Oct 2024 13:36:58 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Klavyeden, 0 girilene kadar kaç adet negatif; kaç adet pozitif sayı girildiğini hesaplayan algoritma ve akış şemasını oluşturunuz.</title>
<link>https://www.onlineodev.com/92002/Klavyeden-girilene-negatif-girildigini-hesaplayan-algoritma-semasini-olusturunuz?show=92003#a92003</link>
<description>


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Negatif&amp;nbsp;ve&amp;nbsp;pozitif&amp;nbsp;say&amp;#305;lar&amp;#305;n&amp;nbsp;say&amp;#305;s&amp;#305;n&amp;#305;&amp;nbsp;hesaplayan&amp;nbsp;bir&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;:
&lt;br&gt;&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;Algoritma:&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;1. Ba&amp;#351;la&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;2. Negatif&amp;nbsp;ve&amp;nbsp;pozitif&amp;nbsp;say&amp;#305;&amp;nbsp;sayac&amp;#305;n&amp;#305;&amp;nbsp;s&amp;#305;f&amp;#305;rla&amp;nbsp;(negatif_sayac&amp;nbsp;=&amp;nbsp;0,&amp;nbsp;pozitif_sayac&amp;nbsp;=&amp;nbsp;0)&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;3. Sonsuz&amp;nbsp;d&amp;ouml;ng&amp;uuml;&amp;nbsp;ba&amp;#351;lat&lt;/span&gt;
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;a. Kullan&amp;#305;c&amp;#305;dan&amp;nbsp;bir&amp;nbsp;say&amp;#305;&amp;nbsp;al&amp;nbsp;(N) &lt;/span&gt;
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;b. E&amp;#287;er&amp;nbsp;N&amp;nbsp;=&amp;nbsp;0&amp;nbsp;ise&amp;nbsp;d&amp;ouml;ng&amp;uuml;den&amp;nbsp;&amp;ccedil;&amp;#305;k &lt;/span&gt;
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;c. E&amp;#287;er&amp;nbsp;N&amp;nbsp;&amp;lt;&amp;nbsp;0&amp;nbsp;ise,&amp;nbsp;negatif_sayac&#039;&amp;#305;&amp;nbsp;1&amp;nbsp;artt&amp;#305;r &lt;/span&gt;
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;d. E&amp;#287;er&amp;nbsp;N&amp;nbsp;&amp;gt;&amp;nbsp;0&amp;nbsp;ise,&amp;nbsp;pozitif_sayac&#039;&amp;#305;&amp;nbsp;1&amp;nbsp;artt&amp;#305;r &lt;/span&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ol type=&quot;1&quot; start=&quot;1&quot; style=&quot;margin-top:0cm&quot;&gt;
&lt;/ol&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;4. Negatif&amp;nbsp;say&amp;#305;&amp;nbsp;say&amp;#305;s&amp;#305;n&amp;#305;&amp;nbsp;yazd&amp;#305;r&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;5. Pozitif&amp;nbsp;say&amp;#305;&amp;nbsp;say&amp;#305;s&amp;#305;n&amp;#305;&amp;nbsp;yazd&amp;#305;r&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;6. Bitir&lt;/span&gt;
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;ol type=&quot;1&quot; start=&quot;1&quot; style=&quot;margin-top:0cm&quot;&gt;
&lt;/ol&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;Ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#350;emas&amp;#305;:&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Ba&amp;#351;la &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Negatif ve pozitif say&amp;#305; sayac&amp;#305;n&amp;#305; s&amp;#305;f&amp;#305;rla (negatif_sayac = 0, pozitif_sayac = 0) &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;D&amp;ouml;ng&amp;uuml; Ba&amp;#351;lat &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Say&amp;#305;y&amp;#305; Al (N) &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Say&amp;#305; N = 0 m&amp;#305;? &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|-------&amp;gt; Evet -----&amp;gt; D&amp;ouml;ng&amp;uuml;den &amp;Ccedil;&amp;#305;k &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;Hay&amp;#305;r &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Say&amp;#305; N &amp;lt; 0 m&amp;#305;? &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|-------&amp;gt; Evet -----&amp;gt; Negatif Sayac&amp;#305; 1 Artt&amp;#305;r &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;Hay&amp;#305;r &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Say&amp;#305; N &amp;gt; 0 m&amp;#305;? &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|-------&amp;gt; Evet -----&amp;gt; Pozitif Sayac&amp;#305; 1 Artt&amp;#305;r &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;D&amp;ouml;ng&amp;uuml;ye Devam Et &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;D&amp;ouml;ng&amp;uuml; Bitti &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Negatif Sayac&amp;#305; Yazd&amp;#305;r &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Pozitif Sayac&amp;#305; Yazd&amp;#305;r &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Bitir &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Bu&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;&amp;nbsp;ile&amp;nbsp;kullan&amp;#305;c&amp;#305;,&amp;nbsp;0&amp;nbsp;girene&amp;nbsp;kadar&amp;nbsp;girilen&amp;nbsp;negatif&amp;nbsp;ve&amp;nbsp;pozitif&amp;nbsp;say&amp;#305;lar&amp;#305;n&amp;nbsp;say&amp;#305;s&amp;#305;n&amp;#305;&amp;nbsp;hesaplayabilir&lt;/span&gt;
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/92002/Klavyeden-girilene-negatif-girildigini-hesaplayan-algoritma-semasini-olusturunuz?show=92003#a92003</guid>
<pubDate>Thu, 31 Oct 2024 13:32:29 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Klavyeden, girilen sıcaklık derecesine göre suyun katı/sıvı/gaz hâllerinden hangisinde olduğunu yazan algoritma ve akış şemasını oluşturunuz</title>
<link>https://www.onlineodev.com/92000/Klavyeden-sicaklik-derecesine-hallerinden-hangisinde-oldugunu-algoritma-olusturunuz?show=92001#a92001</link>
<description>


&lt;p&gt;
	 &lt;span style=&quot;font-size: 16px;&quot;&gt;S&amp;#305;cakl&amp;#305;k&amp;nbsp;derecesine&amp;nbsp;g&amp;ouml;re&amp;nbsp;suyun&amp;nbsp;hallerini&amp;nbsp;belirleyen&amp;nbsp;bir&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;:
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;Algoritma:&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;1. Ba&amp;#351;la
&lt;br&gt;2. Kullan&amp;#305;c&amp;#305;dan&amp;nbsp;s&amp;#305;cakl&amp;#305;k&amp;nbsp;derecesini&amp;nbsp;al&amp;nbsp;(T)
&lt;br&gt;3, S&amp;#305;cakl&amp;#305;k&amp;nbsp;derecesini&amp;nbsp;kontrol&amp;nbsp;et:
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;E&amp;#287;er&amp;nbsp;T&amp;nbsp;&amp;le;&amp;nbsp;0&amp;nbsp;ise,&amp;nbsp;&quot;Su&amp;nbsp;kat&amp;#305;&amp;nbsp;(buz)&amp;nbsp;halde&quot;&amp;nbsp;yaz &lt;/span&gt;
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;E&amp;#287;er&amp;nbsp;0&amp;nbsp;&amp;lt;&amp;nbsp;T&amp;nbsp;&amp;lt;&amp;nbsp;100&amp;nbsp;ise,&amp;nbsp;&quot;Su&amp;nbsp;s&amp;#305;v&amp;#305;&amp;nbsp;halde&quot;&amp;nbsp;yaz &lt;/span&gt;
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;E&amp;#287;er&amp;nbsp;T&amp;nbsp;&amp;ge;&amp;nbsp;100&amp;nbsp;ise,&amp;nbsp;&quot;Su&amp;nbsp;gaz&amp;nbsp;(buhar)&amp;nbsp;halde&quot;&amp;nbsp;yaz &lt;/span&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;4. Bitir
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;ol type=&quot;1&quot; start=&quot;1&quot; style=&quot;margin-top:0cm&quot;&gt;
&lt;/ol&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;Ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#350;emas&amp;#305;:&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Ba&amp;#351;la &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;S&amp;#305;cakl&amp;#305;k derecesini al (T) &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;S&amp;#305;cakl&amp;#305;k T &amp;le; 0? &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|-------&amp;gt; Evet -----&amp;gt; &quot;Su kat&amp;#305; (buz) halde&quot; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;Hay&amp;#305;r &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;0 &amp;lt; T &amp;lt; 100? &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|-------&amp;gt; Evet -----&amp;gt; &quot;Su s&amp;#305;v&amp;#305; halde&quot; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;Hay&amp;#305;r &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;T &amp;ge; 100? &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|-------&amp;gt; Evet -----&amp;gt; &quot;Su gaz (buhar) halde&quot; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Sonucu yazd&amp;#305;r &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Bitir &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Bu&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;,&amp;nbsp;girilen&amp;nbsp;s&amp;#305;cakl&amp;#305;k&amp;nbsp;derecesine&amp;nbsp;g&amp;ouml;re&amp;nbsp;suyun&amp;nbsp;hangi&amp;nbsp;halde&amp;nbsp;oldu&amp;#287;unu&amp;nbsp;belirler. &lt;/span&gt;
&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/92000/Klavyeden-sicaklik-derecesine-hallerinden-hangisinde-oldugunu-algoritma-olusturunuz?show=92001#a92001</guid>
<pubDate>Thu, 31 Oct 2024 13:26:22 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Klavyeden, X karakteri girilene kadar girilen isimlere kaçıncı kişi olduğunu yazan algoritma ve akış şemasını oluşturunuz.</title>
<link>https://www.onlineodev.com/91998/Klavyeden-karakteri-girilene-isimlere-oldugunu-algoritma-semasini-olusturunuz?show=91999#a91999</link>
<description>


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	 &lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;Algoritma:&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;1. Ba&amp;#351;la
&lt;br&gt;2. Ki&amp;#351;i&amp;nbsp;say&amp;#305;s&amp;#305;n&amp;#305;&amp;nbsp;0&amp;nbsp;yap
&lt;br&gt;3. Sonsuz&amp;nbsp;d&amp;ouml;ng&amp;uuml;&amp;nbsp;ba&amp;#351;lat
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 13px;&quot;&gt;Kullan&amp;#305;c&amp;#305;dan&amp;nbsp;bir&amp;nbsp;isim&amp;nbsp;al &lt;/span&gt;
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 13px;&quot;&gt;E&amp;#287;er&amp;nbsp;isim&amp;nbsp;&#039;X&#039;&amp;nbsp;karakteriyse&amp;nbsp;d&amp;ouml;ng&amp;uuml;den&amp;nbsp;&amp;ccedil;&amp;#305;k &lt;/span&gt;
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 13px;&quot;&gt;Ki&amp;#351;i&amp;nbsp;say&amp;#305;s&amp;#305;n&amp;#305;&amp;nbsp;1&amp;nbsp;artt&amp;#305;r &lt;/span&gt;
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 13px;&quot;&gt;&quot;Ka&amp;ccedil;&amp;#305;nc&amp;#305;&amp;nbsp;ki&amp;#351;i&amp;nbsp;oldu&amp;#287;unu&amp;nbsp;yazd&amp;#305;r&quot; &lt;/span&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ol style=&quot;margin-top:0cm&quot; start=&quot;1&quot; type=&quot;1&quot;&gt;
&lt;/ol&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;4. Bitir &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;Ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#350;emas&amp;#305;:&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;Ba&amp;#351;la&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;Ki&amp;#351;i say&amp;#305;s&amp;#305;n&amp;#305; 0 yap&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;D&amp;ouml;ng&amp;uuml; Ba&amp;#351;lat&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;&amp;#304;sim gir&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;&amp;#304;sim &#039;X&#039; mi?&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|-------&amp;gt; Evet -----&amp;gt; D&amp;ouml;ng&amp;uuml;den &amp;ccedil;&amp;#305;k &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;|-------&amp;gt; Hay&amp;#305;r -----| &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;Ki&amp;#351;i say&amp;#305;s&amp;#305;n&amp;#305; 1 artt&amp;#305;r&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;&quot;Ka&amp;ccedil;&amp;#305;nc&amp;#305; ki&amp;#351;i oldu&amp;#287;unu yazd&amp;#305;r&quot;&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;D&amp;ouml;ng&amp;uuml;ye devam et&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;| &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;v &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;strong&gt;Bitir&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot;&gt;
	&lt;span style=&quot;font-size: 13px;&quot;&gt;Bu&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;,&amp;nbsp;X&amp;nbsp;karakteri&amp;nbsp;girilene&amp;nbsp;kadar&amp;nbsp;girilen&amp;nbsp;isimleri&amp;nbsp;ka&amp;ccedil;&amp;#305;nc&amp;#305;&amp;nbsp;ki&amp;#351;i&amp;nbsp;oldu&amp;#287;unu&amp;nbsp;yazd&amp;#305;rarak&amp;nbsp;takip&amp;nbsp;eder.&lt;/span&gt;
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91998/Klavyeden-karakteri-girilene-isimlere-oldugunu-algoritma-semasini-olusturunuz?show=91999#a91999</guid>
<pubDate>Thu, 31 Oct 2024 13:20:15 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Klavyeden, uzunlukları girilen üç doğru parçasının bir üçgen oluşturup oluşturamayacağını hesaplayan algoritma ve akış şemasını oluşturunuz. (Bir üçgenin iki kenarının uzunluğu toplamı, üçüncü kenardan büyük olmalıdır.)</title>
<link>https://www.onlineodev.com/91996/Klavyeden-uzunluklari-parcasinin-olusturup-olusturamayacagini-hesaplayan-olusturunuz?show=91997#a91997</link>
<description>


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	 &lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;Uuml;&amp;ccedil;&amp;nbsp;do&amp;#287;ru&amp;nbsp;par&amp;ccedil;as&amp;#305;n&amp;#305;n&amp;nbsp;bir&amp;nbsp;&amp;uuml;&amp;ccedil;gen&amp;nbsp;olu&amp;#351;turup&amp;nbsp;olu&amp;#351;turamayaca&amp;#287;&amp;#305;n&amp;#305;&amp;nbsp;hesaplayan&amp;nbsp;bir&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;: &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;Algoritma:&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;1. Ba&amp;#351;la
&lt;br&gt;2. &amp;Uuml;&amp;ccedil;&amp;nbsp;do&amp;#287;ru&amp;nbsp;par&amp;ccedil;as&amp;#305;n&amp;#305;n&amp;nbsp;uzunluklar&amp;#305;n&amp;#305;&amp;nbsp;al&amp;nbsp;(a,&amp;nbsp;b,&amp;nbsp;c)
&lt;br&gt;3. &amp;Uuml;&amp;ccedil;gen&amp;nbsp;olup&amp;nbsp;olmad&amp;#305;&amp;#287;&amp;#305;n&amp;#305;&amp;nbsp;kontrol&amp;nbsp;et:
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;ol type=&quot;1&quot; start=&quot;1&quot; style=&quot;margin-top:0cm&quot;&gt;
&lt;/ol&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;E&amp;#287;er (a + b &amp;gt; c) ve (a + c &amp;gt; b) ve (b + c &amp;gt; a) ise &lt;span&gt;&amp;Uuml;&amp;ccedil;gen&amp;nbsp;olu&amp;#351;turabilir.&lt;/span&gt; &lt;/span&gt;
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;Aksi&amp;nbsp;halde,&amp;nbsp;&amp;Uuml;&amp;ccedil;gen&amp;nbsp;olu&amp;#351;turamaz. &lt;/span&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;4. Sonucu&amp;nbsp;yazd&amp;#305;r
&lt;br&gt;5. Bitir
&lt;br&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;ol type=&quot;1&quot; start=&quot;1&quot; style=&quot;margin-top:0cm&quot;&gt;
&lt;/ol&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong&gt;Ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#350;emas&amp;#305;:&lt;/strong&gt; &lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Ba&amp;#351;la&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; |&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Do&amp;#287;ru par&amp;ccedil;alar&amp;#305;n&amp;#305;n uzunluklar&amp;#305;n&amp;#305; al (a, b, c)&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; |&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;#350;artlar&amp;#305; kontrol et:&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; |-------&amp;gt; E&amp;#287;er (a + b &amp;gt; c) ve (a + c &amp;gt; b) ve (b + c &amp;gt; a)&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |---&amp;gt; &amp;Uuml;&amp;ccedil;gen olu&amp;#351;turabilir&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; |-------&amp;gt; Aksi halde&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|---&amp;gt; &amp;Uuml;&amp;ccedil;gen olu&amp;#351;turamaz&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; |&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Sonucu yazd&amp;#305;r&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; |&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; v&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Bitir&lt;/span&gt;
&lt;/p&gt;


&lt;p style=&quot;margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal&quot; class=&quot;MsoNormal&quot;&gt;
	&lt;span style=&quot;font-size: 16px;&quot;&gt;Bu&amp;nbsp;&amp;#351;emaya&amp;nbsp;g&amp;ouml;re,&amp;nbsp;&amp;uuml;&amp;ccedil;&amp;nbsp;do&amp;#287;ru&amp;nbsp;par&amp;ccedil;as&amp;#305;n&amp;#305;n&amp;nbsp;uzunluklar&amp;#305;n&amp;#305;&amp;nbsp;girip&amp;nbsp;kontrol&amp;nbsp;ettirerek&amp;nbsp;&amp;uuml;&amp;ccedil;gen&amp;nbsp;olup&amp;nbsp;olmad&amp;#305;&amp;#287;&amp;#305;n&amp;#305;&amp;nbsp;belirleyebilirsin.&lt;/span&gt;
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91996/Klavyeden-uzunluklari-parcasinin-olusturup-olusturamayacagini-hesaplayan-olusturunuz?show=91997#a91997</guid>
<pubDate>Thu, 31 Oct 2024 13:09:57 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Bir marketteki bir paket çayın fiyatı 10 TL’dir. Müşteri 10 ile 49 arasında paket aldığında %5, 50 - 99 adet arası paket aldığında %10; 100 üzeri paket aldığında %15 indirim uygulanmaktadır. Faturaya uygulanacak KDV %8’dir. Müşterinin aldığı paket sayısına göre ödeyeceği ücreti hesaplayan algoritma ve akış şemasını yazınız.</title>
<link>https://www.onlineodev.com/91994/Marketteki-aldiginda-aldiginda-uygulanmaktadir-uygulanacak-musterinin-hesaplayan?show=91995#a91995</link>
<description>


&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border-width: 0px; border-style: solid; border-color: currentcolor;&quot;&gt;
	 &lt;span style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border-width: 0px; border-style: solid; border-color: currentcolor;&quot; class=&quot;&quot;&gt;&amp;ccedil;ay&amp;#305;n&amp;nbsp;paket&amp;nbsp;say&amp;#305;s&amp;#305;na&amp;nbsp;g&amp;ouml;re&amp;nbsp;&amp;ouml;denecek&amp;nbsp;&amp;uuml;creti&amp;nbsp;hesaplayan&amp;nbsp;bir&amp;nbsp;algoritma&amp;nbsp;ve&amp;nbsp;ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#351;emas&amp;#305;:&lt;/span&gt; 
&lt;/p&gt;


&lt;p class=&quot;&quot; style=&quot;&quot;&gt;
	&lt;strong&gt;Algoritma: &lt;/strong&gt;
&lt;/p&gt;


&lt;ol&gt;
	

&lt;li&gt;
		Ba&amp;#351;la 
	&lt;/li&gt;
	

&lt;li&gt;
		Paket&amp;nbsp;say&amp;#305;s&amp;#305;n&amp;#305;&amp;nbsp;al&amp;nbsp;(N) 
	&lt;/li&gt;
	

&lt;li&gt;
		Bir&amp;nbsp;paket&amp;nbsp;&amp;ccedil;ay&amp;#305;n&amp;nbsp;fiyat&amp;#305;n&amp;#305;&amp;nbsp;belirle&amp;nbsp;(10&amp;nbsp;TL) 
	&lt;/li&gt;
	

&lt;li&gt;
		

&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border-width: 0px; border-style: solid; border-color: currentcolor; display: inline !important;&quot;&gt;
			&lt;span style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border-width: 0px; border-style: solid; border-color: currentcolor;&quot; class=&quot;&quot;&gt;&amp;#304;ndirim&amp;nbsp;oran&amp;#305;n&amp;#305;&amp;nbsp;belirle:&lt;/span&gt; 
		&lt;/p&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;ul&gt;
	

&lt;li&gt;
		E&amp;#287;er&amp;nbsp;10&amp;nbsp;&amp;le;&amp;nbsp;N&amp;nbsp;&amp;lt;&amp;nbsp;50&amp;nbsp;ise,&amp;nbsp;indirim&amp;nbsp;%5 
	&lt;/li&gt;
	

&lt;li&gt;
		E&amp;#287;er&amp;nbsp;50&amp;nbsp;&amp;le;&amp;nbsp;N&amp;nbsp;&amp;lt;&amp;nbsp;100&amp;nbsp;ise,&amp;nbsp;indirim&amp;nbsp;%10 
	&lt;/li&gt;
	

&lt;li&gt;
		E&amp;#287;er&amp;nbsp;N&amp;nbsp;&amp;ge;&amp;nbsp;100&amp;nbsp;ise,&amp;nbsp;indirim&amp;nbsp;%15 
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ol&gt;
	

&lt;li&gt;
		&amp;#304;ndirimli&amp;nbsp;fiyat&amp;#305;&amp;nbsp;hesapla:&amp;nbsp;&amp;#304;ndirimli&amp;nbsp;fiyat&amp;nbsp;=&amp;nbsp;Paket&amp;nbsp;Say&amp;#305;s&amp;#305;&amp;nbsp;*&amp;nbsp;Birim&amp;nbsp;Fiyat&amp;nbsp;*&amp;nbsp;(1&amp;nbsp;-&amp;nbsp;&amp;#304;ndirim&amp;nbsp;Oran&amp;#305;) 
	&lt;/li&gt;
	

&lt;li&gt;
		KDV&#039;yi&amp;nbsp;hesapla:&amp;nbsp;KDV&amp;nbsp;=&amp;nbsp;&amp;#304;ndirimli&amp;nbsp;fiyat&amp;nbsp;*&amp;nbsp;%8 
	&lt;/li&gt;
	

&lt;li&gt;
		Toplam&amp;nbsp;fiyat&amp;#305;&amp;nbsp;hesapla:&amp;nbsp;Toplam&amp;nbsp;Fiyat&amp;nbsp;=&amp;nbsp;&amp;#304;ndirimli&amp;nbsp;Fiyat&amp;nbsp;+&amp;nbsp;KDV 
	&lt;/li&gt;
	

&lt;li&gt;
		Toplam&amp;nbsp;Fiyat&amp;#305;&amp;nbsp;yazd&amp;#305;r 
	&lt;/li&gt;
	

&lt;li&gt;
		Bitir 
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p class=&quot;&quot; style=&quot;&quot;&gt;
	&lt;strong&gt;Ak&amp;#305;&amp;#351;&amp;nbsp;&amp;#350;emas&amp;#305;: &lt;/strong&gt;
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; Ba&amp;#351;la 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; | 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; v 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; Paket Say&amp;#305;s&amp;#305;n&amp;#305; Al (N) 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; | 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; v 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; Bir Paket &amp;Ccedil;ay&amp;#305;n Fiyat&amp;#305;n&amp;#305; Belirle (10 TL) 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; | 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; v 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;#304;ndirim Oran&amp;#305;n&amp;#305; Belirle 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; |--- N &amp;lt; 10 -----------------------&amp;gt; Hi&amp;ccedil; &amp;#304;ndirim Yok 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; |--- 10 &amp;le; N &amp;lt; 50 ------------------&amp;gt; %5 &amp;#304;ndirim 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; |--- 50 &amp;le; N &amp;lt; 100 -----------------&amp;gt; %10 &amp;#304;ndirim 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; |--- N &amp;ge; 100 ----------------------&amp;gt; %15 &amp;#304;ndirim 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; | 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; v 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;#304;ndirimli Fiyat&amp;#305; Hesapla (N * 10 TL * (1 - &amp;#304;ndirim Oran&amp;#305;)) 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; | 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; v 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; KDV&#039;yi Hesapla (&amp;#304;ndirimli Fiyat * 0.08) 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; | 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; v 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; Toplam Fiyat&amp;#305; Hesapla (&amp;#304;ndirimli Fiyat + KDV) 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; | 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; v 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; Toplam Fiyat&amp;#305; Yazd&amp;#305;r 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; | 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; &amp;nbsp; v 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&amp;nbsp; Bitir 
&lt;/p&gt;


&lt;p class=&quot;&quot;&gt;
	&lt;span style=&quot;&quot;&gt;Bu&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;algoritma&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;ve&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;ak&amp;#305;&amp;#351;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&amp;#351;emas&amp;#305;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;ile&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;m&amp;uuml;&amp;#351;terinin&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;ald&amp;#305;&amp;#287;&amp;#305;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;paket&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;say&amp;#305;s&amp;#305;na&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;g&amp;ouml;re&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&amp;ouml;deyece&amp;#287;i&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;toplam&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&amp;uuml;creti&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;hesaplayabilirsiniz.&lt;/span&gt;&lt;strong&gt;
&lt;br&gt;&lt;/strong&gt;
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91994/Marketteki-aldiginda-aldiginda-uygulanmaktadir-uygulanacak-musterinin-hesaplayan?show=91995#a91995</guid>
<pubDate>Thu, 31 Oct 2024 12:49:04 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Klavyeden ismini giren kişiyi “Merhaba ‘İsim’ ” şeklinde selamlayan algoritma ve akış şemasını oluşturunuz.</title>
<link>https://www.onlineodev.com/91992/Klavyeden-ismini-kisiyi-merhaba-seklinde-selamlayan-algoritma-semasini-olusturunuz?show=91993#a91993</link>
<description>


&lt;p&gt;
	Bu soruya uygun bir algoritma ve ak&amp;#305;&amp;#351; &amp;#351;emas&amp;#305; a&amp;#351;a&amp;#287;&amp;#305;daki gibi olu&amp;#351;turulabilir:
&lt;/p&gt;


&lt;h3&gt;
	Algoritma
&lt;/h3&gt;


&lt;ol&gt;
	

&lt;li&gt;
		Ba&amp;#351;la.
	&lt;/li&gt;
	

&lt;li&gt;
		Kullan&amp;#305;c&amp;#305;dan ismini girmesini iste.
	&lt;/li&gt;
	

&lt;li&gt;
		Girilen ismi bir de&amp;#287;i&amp;#351;kende sakla (&amp;ouml;rne&amp;#287;in, &lt;code&gt;isim&lt;/code&gt;).
	&lt;/li&gt;
	

&lt;li&gt;
		Ekrana &quot;Merhaba &#039;&amp;#304;sim&#039;&quot; &amp;#351;eklinde yazd&amp;#305;r.
	&lt;/li&gt;
	

&lt;li&gt;
		Bitir.
	&lt;/li&gt;
&lt;/ol&gt;


&lt;h3&gt;
	Ak&amp;#305;&amp;#351; &amp;#350;emas&amp;#305;
&lt;/h3&gt;


&lt;ol&gt;
	

&lt;li&gt;
		&lt;strong&gt;Ba&amp;#351;la&lt;/strong&gt;: Ak&amp;#305;&amp;#351; &amp;#351;emas&amp;#305; burada ba&amp;#351;lar.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;&amp;#304;sim &amp;#304;ste&lt;/strong&gt;: Kullan&amp;#305;c&amp;#305;dan ismini girmesini iste.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;&amp;#304;sim Al&lt;/strong&gt;: Kullan&amp;#305;c&amp;#305;n&amp;#305;n girdi&amp;#287;i ismi &lt;code&gt;isim&lt;/code&gt; adl&amp;#305; de&amp;#287;i&amp;#351;kende sakla.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Ekrana Yaz&lt;/strong&gt;: &quot;Merhaba &#039;&amp;#304;sim&#039;&quot; mesaj&amp;#305;n&amp;#305; ekrana yazd&amp;#305;r.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Bitir&lt;/strong&gt;: Ak&amp;#305;&amp;#351; &amp;#351;emas&amp;#305;n&amp;#305; bitir.
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	Bu yap&amp;#305;yla, kullan&amp;#305;c&amp;#305; ismini girdikten sonra do&amp;#287;ru bir selam mesaj&amp;#305; olu&amp;#351;turabilirsiniz.
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91992/Klavyeden-ismini-kisiyi-merhaba-seklinde-selamlayan-algoritma-semasini-olusturunuz?show=91993#a91993</guid>
<pubDate>Thu, 31 Oct 2024 12:40:14 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Puanları 68, 80, 40 olan öğrencinin puan ortalamasını hesaplayınız.</title>
<link>https://www.onlineodev.com/91990/Puanlari-68-80-40-olan-ogrencinin-puan-ortalamasini-hesaplayiniz?show=91991#a91991</link>
<description>


&lt;p data-sourcepos=&quot;1:1-1:51&quot;&gt;
	&amp;Ouml;&amp;#287;rencinin puan ortalamas&amp;#305;n&amp;#305; hesaplayal&amp;#305;m.
&lt;/p&gt;


&lt;p data-sourcepos=&quot;3:1-3:61&quot;&gt;
	&lt;strong&gt;Puan Ortalamas&amp;#305; = (T&amp;uuml;m Puanlar&amp;#305;n Toplam&amp;#305;) / (Puan Say&amp;#305;s&amp;#305;)&lt;/strong&gt;
&lt;/p&gt;


&lt;p data-sourcepos=&quot;5:1-5:11&quot;&gt;
	Bu durumda:
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;6:1-8:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;6:1-6:44&quot;&gt;
		T&amp;uuml;m Puanlar&amp;#305;n Toplam&amp;#305; = 68 + 80 + 40 = 188
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;7:1-8:0&quot;&gt;
		Puan Say&amp;#305;s&amp;#305; = 3
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;9:1-9:8&quot;&gt;
	O halde,
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;10:1-11:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;10:1-11:0&quot;&gt;
		Puan Ortalamas&amp;#305; = 188 / 3 = 62.67
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;12:1-12:55&quot;&gt;
	&lt;strong&gt;Sonu&amp;ccedil; olarak, &amp;ouml;&amp;#287;rencinin puan ortalamas&amp;#305; 62.67&#039;dir.&lt;/strong&gt;
&lt;/p&gt;


&lt;p data-sourcepos=&quot;14:1-14:146&quot;&gt;
	&lt;strong&gt;Not:&lt;/strong&gt; E&amp;#287;er daha fazla puan varsa, hepsini toplam i&amp;ccedil;inde bulundurarak ve toplam puan say&amp;#305;s&amp;#305;na b&amp;ouml;lerek ayn&amp;#305; &amp;#351;ekilde ortalama hesaplayabilirsiniz.
&lt;/p&gt;


&lt;p data-sourcepos=&quot;16:1-16:114&quot;&gt;
	&lt;strong&gt;&amp;Ouml;rne&amp;#287;in:&lt;/strong&gt; E&amp;#287;er &amp;ouml;&amp;#287;rencinin bir s&amp;#305;nav&amp;#305; daha olsayd&amp;#305; ve bu s&amp;#305;navdan 75 alm&amp;#305;&amp;#351; olsayd&amp;#305;, hesaplama &amp;#351;u &amp;#351;ekilde olurdu:
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;18:1-21:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;18:1-18:49&quot;&gt;
		T&amp;uuml;m Puanlar&amp;#305;n Toplam&amp;#305; = 68 + 80 + 40 + 75 = 263
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;19:1-19:17&quot;&gt;
		Puan Say&amp;#305;s&amp;#305; = 4
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;20:1-21:0&quot;&gt;
		Puan Ortalamas&amp;#305; = 263 / 4 = 65.75
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;22:1-22:75&quot;&gt;
	Bu &amp;#351;ekilde farkl&amp;#305; senaryolar i&amp;ccedil;in de ortalama hesaplamas&amp;#305;n&amp;#305; yapabilirsiniz.
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91990/Puanlari-68-80-40-olan-ogrencinin-puan-ortalamasini-hesaplayiniz?show=91991#a91991</guid>
<pubDate>Thu, 31 Oct 2024 11:43:34 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Aşağıdaki fonksiyon komutlarının çıktılarını yazınız.</title>
<link>https://www.onlineodev.com/91988/Asagidaki-fonksiyon-komutlarinin-ciktilarini-yaziniz?show=91989#a91989</link>
<description>


&lt;p data-sourcepos=&quot;1:1-1:94&quot;&gt;
	 Tablodaki fonksiyon komutlar&amp;#305;n&amp;#305;n &amp;ccedil;&amp;#305;kt&amp;#305;lar&amp;#305;n&amp;#305; bulmak i&amp;ccedil;in her bir sat&amp;#305;r&amp;#305; ayr&amp;#305; ayr&amp;#305; inceleyelim: 
&lt;/p&gt;


&lt;p data-sourcepos=&quot;3:1-3:13&quot;&gt;
	&lt;strong&gt;1. Sat&amp;#305;r:&lt;/strong&gt; 
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;4:1-7:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;4:1-4:22&quot;&gt;
		&lt;strong&gt;De&amp;#287;i&amp;#351;ken:&lt;/strong&gt; s = 16 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;5:1-5:24&quot;&gt;
		&lt;strong&gt;Fonksiyon:&lt;/strong&gt; Sqrt(s) 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;6:1-7:0&quot;&gt;
		&lt;strong&gt;&amp;Ccedil;&amp;#305;kt&amp;#305;:&lt;/strong&gt; Sqrt(16) = 4 (16&#039;n&amp;#305;n karek&amp;ouml;k&amp;uuml;) 
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;8:1-8:13&quot;&gt;
	&lt;strong&gt;2. Sat&amp;#305;r:&lt;/strong&gt; 
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;9:1-12:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;9:1-9:23&quot;&gt;
		&lt;strong&gt;De&amp;#287;i&amp;#351;ken:&lt;/strong&gt; s = -64 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;10:1-10:29&quot;&gt;
		&lt;strong&gt;Fonksiyon:&lt;/strong&gt; Sqrt(Abs(s)) 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;11:1-12:0&quot;&gt;
		&lt;strong&gt;&amp;Ccedil;&amp;#305;kt&amp;#305;:&lt;/strong&gt; Sqrt(Abs(-64)) = Sqrt(64) = 8 (-64&#039;&amp;uuml;n mutlak de&amp;#287;eri al&amp;#305;n&amp;#305;p karek&amp;ouml;k&amp;uuml; bulunur) 
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;13:1-13:13&quot;&gt;
	&lt;strong&gt;3. Sat&amp;#305;r:&lt;/strong&gt; 
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;14:1-17:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;14:1-14:36&quot;&gt;
		&lt;strong&gt;De&amp;#287;i&amp;#351;ken:&lt;/strong&gt; bolum = &quot;Bilgisayar&quot; 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;15:1-15:31&quot;&gt;
		&lt;strong&gt;Fonksiyon:&lt;/strong&gt; Left(bolum, 5) 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;16:1-17:0&quot;&gt;
		&lt;strong&gt;&amp;Ccedil;&amp;#305;kt&amp;#305;:&lt;/strong&gt; &quot;Bilgi&quot; (Bilgisayar kelimesinin ilk 5 harfi) 
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;18:1-18:13&quot;&gt;
	&lt;strong&gt;4. Sat&amp;#305;r:&lt;/strong&gt; 
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;19:1-22:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;19:1-19:36&quot;&gt;
		&lt;strong&gt;De&amp;#287;i&amp;#351;ken:&lt;/strong&gt; bolum = &quot;Bilgisayar&quot; 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;20:1-20:43&quot;&gt;
		&lt;strong&gt;Fonksiyon:&lt;/strong&gt; Right(Mid(bolum, 6, 3), 2) 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;21:1-22:0&quot;&gt;
		&lt;strong&gt;&amp;Ccedil;&amp;#305;kt&amp;#305;:&lt;/strong&gt; &quot;ar&quot; (Bilgisayar kelimesinin 6. karakterinden ba&amp;#351;lay&amp;#305;p 3 karakterlik bir par&amp;ccedil;a al&amp;#305;n&amp;#305;r, ard&amp;#305;ndan bu par&amp;ccedil;an&amp;#305;n sa&amp;#287;dan 2 karakteri al&amp;#305;n&amp;#305;r) 
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;23:1-23:13&quot;&gt;
	&lt;strong&gt;5. Sat&amp;#305;r:&lt;/strong&gt; 
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;24:1-27:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;24:1-24:50&quot;&gt;
		&lt;strong&gt;De&amp;#287;i&amp;#351;kenler:&lt;/strong&gt; s = 25, a = 15, y = s + 10 = 35 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;25:1-25:29&quot;&gt;
		&lt;strong&gt;Fonksiyon:&lt;/strong&gt; Sum(s, a, y) 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;26:1-27:0&quot;&gt;
		&lt;strong&gt;&amp;Ccedil;&amp;#305;kt&amp;#305;:&lt;/strong&gt; Sum(25, 15, 35) = 75 (T&amp;uuml;m say&amp;#305;lar toplan&amp;#305;r) 
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;28:1-28:27&quot;&gt;
	&lt;strong&gt;Tablo Halinde &amp;Ccedil;&amp;#305;kt&amp;#305;lar:&lt;/strong&gt;
&lt;/p&gt;


&lt;div class=&quot;horizontal-scroll-wrapper&quot;&gt;
	

&lt;div class=&quot;table-block-component&quot;&gt;
		

&lt;div class=&quot;table-block&quot; style=&quot;&quot;&gt;
			

&lt;div class=&quot;table-content not-end-of-paragraph&quot;&gt;
				

&lt;table data-sourcepos=&quot;30:1-36:42&quot;&gt;
					

&lt;tbody&gt;
						

&lt;tr data-sourcepos=&quot;30:1-30:38&quot;&gt;
							

&lt;th data-sourcepos=&quot;30:1-30:16&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;De&amp;#287;i&amp;#351;ken&lt;/span&gt; 
							&lt;/th&gt;
							

&lt;th data-sourcepos=&quot;30:18-30:28&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;Fonksiyon&lt;/span&gt; 
							&lt;/th&gt;
							

&lt;th data-sourcepos=&quot;30:30-30:36&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;&amp;Ccedil;&amp;#305;kt&amp;#305;&lt;/span&gt; 
							&lt;/th&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;32:1-32:22&quot;&gt;
							

&lt;td data-sourcepos=&quot;32:1-32:6&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;s=16&lt;/span&gt; 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;32:8-32:16&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;Sqrt(s)&lt;/span&gt; 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;32:18-32:20&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;4&lt;/span&gt; 
							&lt;/td&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;33:1-33:28&quot;&gt;
							

&lt;td data-sourcepos=&quot;33:1-33:7&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;s=-64&lt;/span&gt; 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;33:9-33:22&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;Sqrt(Abs(s))&lt;/span&gt; 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;33:24-33:26&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;8&lt;/span&gt; 
							&lt;/td&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;34:1-34:47&quot;&gt;
							

&lt;td data-sourcepos=&quot;34:1-34:20&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;bolum=&quot;Bilgisayar&quot;&lt;/span&gt; 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;34:22-34:37&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;Left(bolum, 5)&lt;/span&gt; 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;34:39-34:45&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;Bilgi&lt;/span&gt; 
							&lt;/td&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;35:1-35:63&quot;&gt;
							

&lt;td data-sourcepos=&quot;35:1-35:20&quot;&gt;
								&lt;span class=&quot;citation-0&quot;&gt;bolum=&quot;Bilgisayar&quot;&lt;/span&gt; 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;35:22-35:56&quot;&gt;
								&lt;span class=&quot;citation-0 citation-end-0&quot;&gt;Right(Mid(bolum, 6, &amp;lt;!-- --&amp;gt;&lt;/span&gt;3), 2) 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;35:58-35:61&quot;&gt;
								ar 
							&lt;/td&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;36:1-36:42&quot;&gt;
							

&lt;td data-sourcepos=&quot;36:1-36:20&quot;&gt;
								s=25, a=15, y=s+10 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;36:22-36:35&quot;&gt;
								Sum(s, a, y) 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;36:37-36:40&quot;&gt;
								75 
							&lt;/td&gt;
						&lt;/tr&gt;
					&lt;/tbody&gt;
				&lt;/table&gt;
			&lt;/div&gt;
			

&lt;div class=&quot;table-footer hide-from-message-actions ng-star-inserted&quot;&gt;
				&lt;strong&gt;Not:&lt;/strong&gt; Bu &amp;ccedil;&amp;ouml;z&amp;uuml;mde kullan&amp;#305;lan fonksiyonlar muhtemelen bir programlama dilindeki standart k&amp;uuml;t&amp;uuml;phane fonksiyonlar&amp;#305;d&amp;#305;r. Farkl&amp;#305; programlama dillerinde bu fonksiyonlar&amp;#305;n isimleri ve kullan&amp;#305;mlar&amp;#305; biraz farkl&amp;#305;l&amp;#305;k g&amp;ouml;sterebilir. Ancak genel mant&amp;#305;k ayn&amp;#305;d&amp;#305;r.
&lt;br&gt; 
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;


&lt;p data-sourcepos=&quot;40:1-40:29&quot;&gt;
	&lt;strong&gt;Fonksiyonlar&amp;#305;n anlamlar&amp;#305;:&lt;/strong&gt; 
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;42:1-48:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;42:1-42:41&quot;&gt;
		&lt;strong&gt;Sqrt:&lt;/strong&gt; Bir say&amp;#305;n&amp;#305;n karek&amp;ouml;k&amp;uuml;n&amp;uuml; bulur. 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;43:1-43:45&quot;&gt;
		&lt;strong&gt;Abs:&lt;/strong&gt; Bir say&amp;#305;n&amp;#305;n mutlak de&amp;#287;erini bulur. 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;44:1-44:64&quot;&gt;
		&lt;strong&gt;Left:&lt;/strong&gt; Bir metnin solundan belirtilen say&amp;#305;da karakter al&amp;#305;r. 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;45:1-45:91&quot;&gt;
		&lt;strong&gt;Mid:&lt;/strong&gt; Bir metnin belirtilen konumdan ba&amp;#351;lay&amp;#305;p belirtilen uzunlukta bir par&amp;ccedil;as&amp;#305;n&amp;#305; al&amp;#305;r. 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;46:1-46:65&quot;&gt;
		&lt;strong&gt;Right:&lt;/strong&gt; Bir metnin sa&amp;#287;&amp;#305;ndan belirtilen say&amp;#305;da karakter al&amp;#305;r. 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;47:1-48:0&quot;&gt;
		&lt;strong&gt;Sum:&lt;/strong&gt; Birden fazla say&amp;#305;n&amp;#305;n toplam&amp;#305;n&amp;#305; bulur. 
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;49:1-49:223&quot;&gt;
	&lt;strong&gt;&amp;Ouml;zetle:&lt;/strong&gt; Verilen fonksiyon komutlar&amp;#305;, basit matematiksel i&amp;#351;lemlerden metin i&amp;#351;lemlerine kadar &amp;ccedil;e&amp;#351;itli i&amp;#351;lemleri ger&amp;ccedil;ekle&amp;#351;tirmektedir. Bu &amp;ouml;rnek, programlamada fonksiyonlar&amp;#305;n nas&amp;#305;l kullan&amp;#305;ld&amp;#305;&amp;#287;&amp;#305;na dair basit bir g&amp;ouml;sterimdir.
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91988/Asagidaki-fonksiyon-komutlarinin-ciktilarini-yaziniz?show=91989#a91989</guid>
<pubDate>Thu, 31 Oct 2024 11:39:19 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Siz de doğru ve yanlış değişken isimlerine örnekler veriniz.</title>
<link>https://www.onlineodev.com/91986/Siz-de-dogru-ve-yanlis-degisken-isimlerine-ornekler-veriniz?show=91987#a91987</link>
<description>


&lt;p data-sourcepos=&quot;3:1-3:266&quot;&gt;
	 &lt;strong&gt;De&amp;#287;i&amp;#351;ken isimlendirme&lt;/strong&gt;, programlamada okunabilirlik ve anla&amp;#351;&amp;#305;l&amp;#305;rl&amp;#305;k i&amp;ccedil;in olduk&amp;ccedil;a &amp;ouml;nemlidir. &amp;#304;yi se&amp;ccedil;ilmi&amp;#351; de&amp;#287;i&amp;#351;ken isimleri, kodun daha kolay anla&amp;#351;&amp;#305;lmas&amp;#305;n&amp;#305; sa&amp;#287;lar ve hata ay&amp;#305;klama s&amp;uuml;recini kolayla&amp;#351;t&amp;#305;r&amp;#305;r. &amp;#304;&amp;#351;te do&amp;#287;ru ve yanl&amp;#305;&amp;#351; de&amp;#287;i&amp;#351;ken isimlerine dair baz&amp;#305; &amp;ouml;rnekler: 
&lt;/p&gt;


&lt;h3 data-sourcepos=&quot;5:1-5:27&quot;&gt;
	Do&amp;#287;ru De&amp;#287;i&amp;#351;ken &amp;#304;simleri 
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;7:1-17:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;7:1-8:47&quot;&gt;
		&lt;strong&gt;A&amp;ccedil;&amp;#305;klay&amp;#305;c&amp;#305; ve anlaml&amp;#305;:&lt;/strong&gt; De&amp;#287;i&amp;#351;kenin neyi temsil etti&amp;#287;ini a&amp;ccedil;&amp;#305;k&amp;ccedil;a g&amp;ouml;sterir.
		

&lt;ul data-sourcepos=&quot;8:5-8:47&quot;&gt;
			

&lt;li data-sourcepos=&quot;8:5-8:47&quot;&gt;
				 &lt;code&gt;musteriAdi&lt;/code&gt;, &lt;code&gt;urunFiyati&lt;/code&gt;, &lt;code&gt;toplamUcret&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;9:1-10:43&quot;&gt;
		&lt;strong&gt;&amp;#304;ngilizce anahtar kelimeler:&lt;/strong&gt; Standart &amp;#304;ngilizce kelimeler kullanmak, kodun farkl&amp;#305; programc&amp;#305;lar taraf&amp;#305;ndan anla&amp;#351;&amp;#305;lmas&amp;#305;n&amp;#305; kolayla&amp;#351;t&amp;#305;r&amp;#305;r.
		

&lt;ul data-sourcepos=&quot;10:5-10:43&quot;&gt;
			

&lt;li data-sourcepos=&quot;10:5-10:43&quot;&gt;
				 &lt;code&gt;firstName&lt;/code&gt;, &lt;code&gt;lastName&lt;/code&gt;, &lt;code&gt;totalPrice&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;11:1-12:63&quot;&gt;
		&lt;strong&gt;K&amp;#305;saltmalar:&lt;/strong&gt; Uzun isimler i&amp;ccedil;in anlaml&amp;#305; k&amp;#305;saltmalar kullan&amp;#305;labilir.
		

&lt;ul data-sourcepos=&quot;12:5-12:63&quot;&gt;
			

&lt;li data-sourcepos=&quot;12:5-12:63&quot;&gt;
				 &lt;code&gt;kdv&lt;/code&gt; (Katma De&amp;#287;er Vergisi), &lt;code&gt;adet&lt;/code&gt; (adet), &lt;code&gt;ortalamaYas&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;13:1-14:51&quot;&gt;
		&lt;strong&gt;CamelCase:&lt;/strong&gt; Birden fazla kelimeden olu&amp;#351;an isimlerde kelimelerin ilk harfleri b&amp;uuml;y&amp;uuml;k harfle yaz&amp;#305;l&amp;#305;r.
		

&lt;ul data-sourcepos=&quot;14:5-14:51&quot;&gt;
			

&lt;li data-sourcepos=&quot;14:5-14:51&quot;&gt;
				 &lt;code&gt;customerName&lt;/code&gt;, &lt;code&gt;productPrice&lt;/code&gt;, &lt;code&gt;totalAmount&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;15:1-17:0&quot;&gt;
		&lt;strong&gt;Snake_case:&lt;/strong&gt; Kelimeler aras&amp;#305;nda alt &amp;ccedil;izgi (_) karakteri kullan&amp;#305;larak ayr&amp;#305;l&amp;#305;r.
		

&lt;ul data-sourcepos=&quot;16:5-17:0&quot;&gt;
			

&lt;li data-sourcepos=&quot;16:5-17:0&quot;&gt;
				 &lt;code&gt;customer_name&lt;/code&gt;, &lt;code&gt;product_price&lt;/code&gt;, &lt;code&gt;total_amount&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;18:1-18:28&quot;&gt;
	Yanl&amp;#305;&amp;#351; De&amp;#287;i&amp;#351;ken &amp;#304;simleri 
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;20:1-32:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;20:1-21:24&quot;&gt;
		&lt;strong&gt;Anlams&amp;#305;z:&lt;/strong&gt; De&amp;#287;i&amp;#351;kenin neyi temsil etti&amp;#287;ini anlamay&amp;#305; zorla&amp;#351;t&amp;#305;r&amp;#305;r.
		

&lt;ul data-sourcepos=&quot;21:5-21:24&quot;&gt;
			

&lt;li data-sourcepos=&quot;21:5-21:24&quot;&gt;
				 &lt;code&gt;x&lt;/code&gt;, &lt;code&gt;y&lt;/code&gt;, &lt;code&gt;a&lt;/code&gt;, &lt;code&gt;b&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;22:1-23:21&quot;&gt;
		&lt;strong&gt;K&amp;#305;sa ve belirsiz:&lt;/strong&gt; De&amp;#287;i&amp;#351;kenin amac&amp;#305; hakk&amp;#305;nda bilgi vermez.
		

&lt;ul data-sourcepos=&quot;23:5-23:21&quot;&gt;
			

&lt;li data-sourcepos=&quot;23:5-23:21&quot;&gt;
				 &lt;code&gt;t&lt;/code&gt;, &lt;code&gt;s&lt;/code&gt;, &lt;code&gt;num&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;24:1-25:32&quot;&gt;
		&lt;strong&gt;T&amp;uuml;rk&amp;ccedil;e karakterler:&lt;/strong&gt; &amp;Ccedil;o&amp;#287;u programlama dilinde T&amp;uuml;rk&amp;ccedil;e karakterler kullan&amp;#305;lmas&amp;#305; &amp;ouml;nerilmez.
		

&lt;ul data-sourcepos=&quot;25:5-25:32&quot;&gt;
			

&lt;li data-sourcepos=&quot;25:5-25:32&quot;&gt;
				 &lt;code&gt;m&amp;uuml;&amp;#351;teriAd&amp;#305;&lt;/code&gt;, &lt;code&gt;&amp;uuml;r&amp;uuml;nFiyat&amp;#305;&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;26:1-27:20&quot;&gt;
		&lt;strong&gt;Bo&amp;#351;luk i&amp;ccedil;eren:&lt;/strong&gt; De&amp;#287;i&amp;#351;ken isimlerinde bo&amp;#351;luk kullan&amp;#305;lamaz.
		

&lt;ul data-sourcepos=&quot;27:5-27:20&quot;&gt;
			

&lt;li data-sourcepos=&quot;27:5-27:20&quot;&gt;
				 &lt;code&gt;toplam &amp;uuml;cret&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;28:1-29:36&quot;&gt;
		&lt;strong&gt;&amp;Ouml;zel karakterler:&lt;/strong&gt; Sadece alt &amp;ccedil;izgi (_) karakteri kullan&amp;#305;labilir, di&amp;#287;er &amp;ouml;zel karakterler kullan&amp;#305;lamaz.
		

&lt;ul data-sourcepos=&quot;29:5-29:36&quot;&gt;
			

&lt;li data-sourcepos=&quot;29:5-29:36&quot;&gt;
				 &lt;code&gt;toplam-ucret&lt;/code&gt;, &lt;code&gt;toplam#ucret&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;30:1-32:0&quot;&gt;
		&lt;strong&gt;Anahtar kelimeler:&lt;/strong&gt; Programlama dilinin anahtar kelimeleri de&amp;#287;i&amp;#351;ken olarak kullan&amp;#305;lamaz.
		

&lt;ul data-sourcepos=&quot;31:5-32:0&quot;&gt;
			

&lt;li data-sourcepos=&quot;31:5-32:0&quot;&gt;
				 &lt;code&gt;if&lt;/code&gt;, &lt;code&gt;else&lt;/code&gt;, &lt;code&gt;while&lt;/code&gt; 
			&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;33:1-33:10&quot;&gt;
	&lt;strong&gt;&amp;Ouml;rnek:&lt;/strong&gt;
&lt;/p&gt;


&lt;div class=&quot;horizontal-scroll-wrapper&quot;&gt;
	

&lt;div class=&quot;table-block-component&quot;&gt;
		

&lt;div class=&quot;table-block&quot; style=&quot;&quot;&gt;
			

&lt;div class=&quot;table-content not-end-of-paragraph&quot;&gt;
				

&lt;table data-sourcepos=&quot;35:1-41:37&quot;&gt;
					

&lt;tbody&gt;
						

&lt;tr data-sourcepos=&quot;35:1-35:57&quot;&gt;
							

&lt;th data-sourcepos=&quot;35:1-35:22&quot;&gt;
								Yanl&amp;#305;&amp;#351; De&amp;#287;i&amp;#351;ken &amp;#304;smi 
							&lt;/th&gt;
							

&lt;th data-sourcepos=&quot;35:24-35:44&quot;&gt;
								Do&amp;#287;ru De&amp;#287;i&amp;#351;ken &amp;#304;smi 
							&lt;/th&gt;
							

&lt;th data-sourcepos=&quot;35:46-35:55&quot;&gt;
								A&amp;ccedil;&amp;#305;klama 
							&lt;/th&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;37:1-37:34&quot;&gt;
							

&lt;td data-sourcepos=&quot;37:1-37:3&quot;&gt;
								x 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;37:5-37:9&quot;&gt;
								yas 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;37:11-37:32&quot;&gt;
								Ki&amp;#351;inin ya&amp;#351;&amp;#305;n&amp;#305; tutar 
							&lt;/td&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;38:1-38:50&quot;&gt;
							

&lt;td data-sourcepos=&quot;38:1-38:7&quot;&gt;
								fiyat 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;38:9-38:20&quot;&gt;
								urunFiyati 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;38:22-38:48&quot;&gt;
								Bir &amp;uuml;r&amp;uuml;n&amp;uuml;n fiyat&amp;#305;n&amp;#305; tutar 
							&lt;/td&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;39:1-39:61&quot;&gt;
							

&lt;td data-sourcepos=&quot;39:1-39:14&quot;&gt;
								toplam_tutar 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;39:16-39:28&quot;&gt;
								toplamUcret 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;39:30-39:59&quot;&gt;
								Toplam &amp;ouml;denecek &amp;uuml;creti tutar 
							&lt;/td&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;40:1-40:65&quot;&gt;
							

&lt;td data-sourcepos=&quot;40:1-40:10&quot;&gt;
								ad soyad 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;40:12-40:29&quot;&gt;
								musteriAdiSoyadi 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;40:31-40:63&quot;&gt;
								M&amp;uuml;&amp;#351;terinin ad ve soyad&amp;#305;n&amp;#305; tutar 
							&lt;/td&gt;
						&lt;/tr&gt;
						

&lt;tr data-sourcepos=&quot;41:1-41:37&quot;&gt;
							

&lt;td data-sourcepos=&quot;41:1-41:8&quot;&gt;
								1.sayi 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;41:10-41:16&quot;&gt;
								sayi1 
							&lt;/td&gt;
							

&lt;td data-sourcepos=&quot;41:18-41:35&quot;&gt;
								&amp;#304;lk say&amp;#305;y&amp;#305; tutar 
							&lt;/td&gt;
						&lt;/tr&gt;
					&lt;/tbody&gt;
				&lt;/table&gt;
			&lt;/div&gt;
			

&lt;div class=&quot;table-footer hide-from-message-actions ng-star-inserted&quot;&gt;
				&lt;strong&gt;De&amp;#287;i&amp;#351;ken &amp;#304;simlendirme Kurallar&amp;#305;&lt;/strong&gt;
&lt;br&gt; 
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;


&lt;ul data-sourcepos=&quot;45:1-50:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;45:1-45:86&quot;&gt;
		&lt;strong&gt;Okunabilirlik:&lt;/strong&gt; Kodun anla&amp;#351;&amp;#305;lmas&amp;#305;n&amp;#305; kolayla&amp;#351;t&amp;#305;rmak i&amp;ccedil;in anlaml&amp;#305; isimler kullan&amp;#305;n. 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;46:1-46:71&quot;&gt;
		&lt;strong&gt;Tutarl&amp;#305;l&amp;#305;k:&lt;/strong&gt; Proje boyunca ayn&amp;#305; isimlendirme kurallar&amp;#305;n&amp;#305; kullan&amp;#305;n. 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;47:1-47:62&quot;&gt;
		&lt;strong&gt;K&amp;#305;saltmalar:&lt;/strong&gt; Anla&amp;#351;&amp;#305;l&amp;#305;r ve standart k&amp;#305;saltmalar kullan&amp;#305;n. 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;48:1-48:99&quot;&gt;
		&lt;strong&gt;CamelCase veya Snake_case:&lt;/strong&gt; Projenin di&amp;#287;er k&amp;#305;s&amp;#305;mlar&amp;#305;yla uyumlu bir &amp;#351;ekilde isimlendirme yap&amp;#305;n. 
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;49:1-50:0&quot;&gt;
		&lt;strong&gt;Anahtar kelimelerden ka&amp;ccedil;&amp;#305;n&amp;#305;n:&lt;/strong&gt; Programlama dilinin anahtar kelimelerini kullanmay&amp;#305;n. 
	&lt;/li&gt;
&lt;/ul&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91986/Siz-de-dogru-ve-yanlis-degisken-isimlerine-ornekler-veriniz?show=91987#a91987</guid>
<pubDate>Thu, 31 Oct 2024 11:34:55 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Aşağıdaki problemlerin çözümü için hangi değişkenlere ihtiyaç duyulur?</title>
<link>https://www.onlineodev.com/91984/Asagidaki-problemlerin-cozumu-icin-hangi-degiskenlere-ihtiyac-duyulur?show=91985#a91985</link>
<description>


&lt;p&gt;
	Bu problemleri &amp;ccedil;&amp;ouml;zmek i&amp;ccedil;in gerekli de&amp;#287;i&amp;#351;kenler &amp;#351;unlard&amp;#305;r:
&lt;/p&gt;


&lt;h3&gt;
	a) Bir memurun maa&amp;#351;&amp;#305;n&amp;#305; hesaplayan program
&lt;/h3&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;strong&gt;Temel Maa&amp;#351;&lt;/strong&gt;: Memurun ba&amp;#351;lang&amp;#305;&amp;ccedil; maa&amp;#351;&amp;#305;n&amp;#305; belirtir.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Vergi Oran&amp;#305;&lt;/strong&gt;: Maa&amp;#351;tan kesilecek vergi oran&amp;#305;n&amp;#305; hesaplamak i&amp;ccedil;in kullan&amp;#305;l&amp;#305;r.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Prim/&amp;#304;kramiye&lt;/strong&gt;: Memura verilen ek &amp;ouml;deme varsa bunu belirtir.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Mesai &amp;Uuml;creti&lt;/strong&gt;: Mesaiye kalan memurun ekstra &amp;uuml;cretini hesaplamak i&amp;ccedil;in kullan&amp;#305;l&amp;#305;r.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Mesai Saat Say&amp;#305;s&amp;#305;&lt;/strong&gt;: Mesai yap&amp;#305;lan saat say&amp;#305;s&amp;#305;.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;
	b) Bir sinema salonu i&amp;ccedil;in bilet sat&amp;#305;&amp;#351; program&amp;#305;
&lt;/h3&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;strong&gt;Film Ad&amp;#305;&lt;/strong&gt;: Hangi film i&amp;ccedil;in bilet sat&amp;#305;ld&amp;#305;&amp;#287;&amp;#305;n&amp;#305; belirtir.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Salon Numaras&amp;#305;&lt;/strong&gt;: Filmin g&amp;ouml;sterildi&amp;#287;i salon numaras&amp;#305;.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;G&amp;ouml;sterim Saati&lt;/strong&gt;: Filmin ba&amp;#351;lama saati.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Bilet Fiyat&amp;#305;&lt;/strong&gt;: Her biletin fiyat&amp;#305;.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Sat&amp;#305;lan Bilet Say&amp;#305;s&amp;#305;&lt;/strong&gt;: Sat&amp;#305;lan biletlerin toplam say&amp;#305;s&amp;#305;n&amp;#305; kaydeder.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Koltuk Numaras&amp;#305;&lt;/strong&gt;: Rezervasyon yap&amp;#305;lan koltu&amp;#287;un numaras&amp;#305;.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Kullan&amp;#305;c&amp;#305; T&amp;uuml;r&amp;uuml;&lt;/strong&gt; (tam/&amp;ouml;&amp;#287;renci): Kullan&amp;#305;c&amp;#305;ya g&amp;ouml;re bilet fiyat&amp;#305; de&amp;#287;i&amp;#351;ebilir.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;
	c) Bir yolculuk i&amp;ccedil;in rezervasyon program&amp;#305;
&lt;/h3&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;strong&gt;Yolcu Ad&amp;#305;&lt;/strong&gt;: Yolcunun kimlik bilgisi.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Gidilecek &amp;#350;ehir/Var&amp;#305;&amp;#351; Yeri&lt;/strong&gt;: Hedef destinasyonu belirtir.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Kalk&amp;#305;&amp;#351; Saati&lt;/strong&gt;: Yolculu&amp;#287;un ba&amp;#351;lama saati.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Bilet Fiyat&amp;#305;&lt;/strong&gt;: Biletin &amp;uuml;creti.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Koltuk Numaras&amp;#305;&lt;/strong&gt;: Rezervasyon yap&amp;#305;lan koltu&amp;#287;un numaras&amp;#305;.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Rezervasyon Durumu&lt;/strong&gt;: Koltuklar&amp;#305;n dolu veya bo&amp;#351; durumunu g&amp;ouml;sterir.
	&lt;/li&gt;
	

&lt;li&gt;
		&lt;strong&gt;Yolcu T&amp;uuml;r&amp;uuml;&lt;/strong&gt; (yeti&amp;#351;kin/&amp;ccedil;ocuk/&amp;ouml;&amp;#287;renci): Bilet fiyat&amp;#305; indirimi i&amp;ccedil;in.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	Bu de&amp;#287;i&amp;#351;kenler, her program&amp;#305;n spesifik ihtiya&amp;ccedil;lar&amp;#305;na g&amp;ouml;re de&amp;#287;i&amp;#351;iklik g&amp;ouml;sterebilir, ancak genel olarak programlar&amp;#305;n i&amp;#351;levini yerine getirmesi i&amp;ccedil;in ihtiya&amp;ccedil; duyulan temel de&amp;#287;i&amp;#351;kenler bunlard&amp;#305;r.
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91984/Asagidaki-problemlerin-cozumu-icin-hangi-degiskenlere-ihtiyac-duyulur?show=91985#a91985</guid>
<pubDate>Thu, 31 Oct 2024 11:31:04 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Günlük hayattan Hesaplamalı, Mantıksal ve Tekrarlayan süreçlere örnekler veriniz.</title>
<link>https://www.onlineodev.com/91982/Gunluk-hayattan-hesaplamali-mantiksal-ve-tekrarlayan-sureclere-ornekler-veriniz?show=91983#a91983</link>
<description>


&lt;p data-sourcepos=&quot;3:1-3:199&quot;&gt;
	Bilgisayar bilimlerinde s&amp;#305;k&amp;ccedil;a kar&amp;#351;&amp;#305;la&amp;#351;t&amp;#305;&amp;#287;&amp;#305;m&amp;#305;z hesaplamal&amp;#305;, mant&amp;#305;ksal ve tekrarlayan s&amp;uuml;re&amp;ccedil;ler, asl&amp;#305;nda g&amp;uuml;nl&amp;uuml;k hayat&amp;#305;m&amp;#305;zda da s&amp;uuml;rekli olarak kar&amp;#351;&amp;#305;m&amp;#305;za &amp;ccedil;&amp;#305;kmaktad&amp;#305;r. &amp;#304;&amp;#351;te bu s&amp;uuml;re&amp;ccedil;lere dair baz&amp;#305; &amp;ouml;rnekler:
&lt;/p&gt;


&lt;h3 data-sourcepos=&quot;5:1-5:24&quot;&gt;
	Hesaplamal&amp;#305; S&amp;uuml;re&amp;ccedil;ler
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;6:1-10:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;6:1-6:86&quot;&gt;
		&lt;strong&gt;Market al&amp;#305;&amp;#351;veri&amp;#351;i:&lt;/strong&gt; Al&amp;#305;nan &amp;uuml;r&amp;uuml;nlerin fiyatlar&amp;#305;n&amp;#305; hesaplay&amp;#305;p toplam tutar&amp;#305; bulmak.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;7:1-7:100&quot;&gt;
		&lt;strong&gt;Yemek tarifi uygulamak:&lt;/strong&gt; Tarifteki &amp;ouml;l&amp;ccedil;&amp;uuml;leri do&amp;#287;ru bir &amp;#351;ekilde hesaplayarak malzemeleri ay&amp;#305;rmak.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;8:1-8:87&quot;&gt;
		&lt;strong&gt;Yolculuk planlamas&amp;#305;:&lt;/strong&gt; Harita &amp;uuml;zerindeki mesafe ve s&amp;uuml;reyi hesaplayarak rota &amp;ccedil;izmek.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;9:1-10:0&quot;&gt;
		&lt;strong&gt;B&amp;uuml;t&amp;ccedil;e yapma:&lt;/strong&gt; Gelir ve giderleri hesaplayarak ayl&amp;#305;k b&amp;uuml;t&amp;ccedil;eyi belirlemek.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;11:1-11:22&quot;&gt;
	Mant&amp;#305;ksal S&amp;uuml;re&amp;ccedil;ler
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;12:1-16:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;12:1-12:129&quot;&gt;
		&lt;strong&gt;Karar verme:&lt;/strong&gt; Farkl&amp;#305; se&amp;ccedil;enekleri de&amp;#287;erlendirerek en uygun karar&amp;#305; vermek (&amp;ouml;rne&amp;#287;in, hangi k&amp;#305;yafeti giyece&amp;#287;imize karar vermek).
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;13:1-13:174&quot;&gt;
		&lt;strong&gt;Problem &amp;ccedil;&amp;ouml;zme:&lt;/strong&gt; Bir sorunu &amp;ccedil;&amp;ouml;zmek i&amp;ccedil;in farkl&amp;#305; &amp;ccedil;&amp;ouml;z&amp;uuml;m yollar&amp;#305;n&amp;#305; de&amp;#287;erlendirmek ve en uygun olan&amp;#305; se&amp;ccedil;mek (&amp;ouml;rne&amp;#287;in, bozulan bir e&amp;#351;yay&amp;#305; nas&amp;#305;l tamir edece&amp;#287;imize karar vermek).
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;14:1-14:116&quot;&gt;
		&lt;strong&gt;S&amp;#305;ralama:&lt;/strong&gt; Bir dizi &amp;ouml;&amp;#287;eyi belirli bir kritere g&amp;ouml;re s&amp;#305;ralamak (&amp;ouml;rne&amp;#287;in, kitaplar&amp;#305; alfabetik s&amp;#305;raya g&amp;ouml;re dizmek).
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;15:1-16:0&quot;&gt;
		&lt;strong&gt;Kar&amp;#351;&amp;#305;la&amp;#351;t&amp;#305;rma:&lt;/strong&gt; &amp;#304;ki veya daha fazla &amp;ouml;&amp;#287;eyi belirli &amp;ouml;zelliklerine g&amp;ouml;re kar&amp;#351;&amp;#305;la&amp;#351;t&amp;#305;rmak (&amp;ouml;rne&amp;#287;in, iki farkl&amp;#305; &amp;uuml;r&amp;uuml;n&amp;uuml;n fiyat&amp;#305;n&amp;#305; kar&amp;#351;&amp;#305;la&amp;#351;t&amp;#305;rmak).
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;17:1-17:24&quot;&gt;
	Tekrarlayan S&amp;uuml;re&amp;ccedil;ler
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;18:1-22:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;18:1-18:76&quot;&gt;
		&lt;strong&gt;Temizlik yapmak:&lt;/strong&gt; Her g&amp;uuml;n veya belirli aral&amp;#305;klarla ev temizli&amp;#287;i yapmak.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;19:1-19:61&quot;&gt;
		&lt;strong&gt;Egzersiz yapmak:&lt;/strong&gt; Her g&amp;uuml;n ayn&amp;#305; egzersizleri tekrarlamak.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;20:1-20:62&quot;&gt;
		&lt;strong&gt;Yemek pi&amp;#351;irmek:&lt;/strong&gt; Ayn&amp;#305; yeme&amp;#287;i farkl&amp;#305; g&amp;uuml;nlerde tekrarlamak.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;21:1-22:0&quot;&gt;
		&lt;strong&gt;Okula gitmek veya i&amp;#351;e gitmek:&lt;/strong&gt; Her g&amp;uuml;n ayn&amp;#305; g&amp;uuml;zergah&amp;#305; takip etmek.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;23:1-23:51&quot;&gt;
	G&amp;uuml;nl&amp;uuml;k Hayatta Bu S&amp;uuml;re&amp;ccedil;lerin Birlikte Kullan&amp;#305;m&amp;#305;
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;25:1-28:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;25:1-25:204&quot;&gt;
		&lt;strong&gt;Bir tarif takip etmek:&lt;/strong&gt; Tarifteki &amp;ouml;l&amp;ccedil;&amp;uuml;leri hesaplamak (hesaplamal&amp;#305;), hangi malzemelerin kullan&amp;#305;laca&amp;#287;&amp;#305;na karar vermek (mant&amp;#305;ksal) ve pi&amp;#351;irme ad&amp;#305;mlar&amp;#305;n&amp;#305; tekrarlamak (tekrarlayan) gibi i&amp;#351;lemleri i&amp;ccedil;erir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;26:1-26:189&quot;&gt;
		&lt;strong&gt;Bir oyun oynamak:&lt;/strong&gt; Oyunun kurallar&amp;#305;na g&amp;ouml;re hamleler yapmak (mant&amp;#305;ksal), puanlar&amp;#305; hesaplamak (hesaplamal&amp;#305;) ve oyunun belirli a&amp;#351;amalar&amp;#305;n&amp;#305; tekrarlamak (tekrarlayan) gibi i&amp;#351;lemleri i&amp;ccedil;erir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;27:1-28:0&quot;&gt;
		&lt;strong&gt;Bir proje planlamak:&lt;/strong&gt; Projenin farkl&amp;#305; a&amp;#351;amalar&amp;#305;n&amp;#305; belirlemek (mant&amp;#305;ksal), her a&amp;#351;ama i&amp;ccedil;in gereken s&amp;uuml;reyi hesaplamak (hesaplamal&amp;#305;) ve bu a&amp;#351;amalar&amp;#305; tekrarl&amp;#305; olarak takip etmek (tekrarlayan) gibi i&amp;#351;lemleri i&amp;ccedil;erir.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;29:1-29:289&quot;&gt;
	&lt;strong&gt;&amp;Ouml;zetle,&lt;/strong&gt; g&amp;uuml;nl&amp;uuml;k hayat&amp;#305;m&amp;#305;zda yapt&amp;#305;&amp;#287;&amp;#305;m&amp;#305;z bir&amp;ccedil;ok aktivite, bilgisayar bilimlerindeki temel kavramlar olan hesaplama, mant&amp;#305;k ve tekrarlama s&amp;uuml;re&amp;ccedil;lerini i&amp;ccedil;erir. Bu s&amp;uuml;re&amp;ccedil;leri anlamak, problem &amp;ccedil;&amp;ouml;zme becerilerimizi geli&amp;#351;tirmemize ve g&amp;uuml;nl&amp;uuml;k hayat&amp;#305;m&amp;#305;z&amp;#305; daha verimli hale getirmemize yard&amp;#305;mc&amp;#305; olur.
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91982/Gunluk-hayattan-hesaplamali-mantiksal-ve-tekrarlayan-sureclere-ornekler-veriniz?show=91983#a91983</guid>
<pubDate>Thu, 31 Oct 2024 11:27:45 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Zararlı yazılımları ve bu yazılımların ne tür zararlar verebileceğini inceleyiniz.</title>
<link>https://www.onlineodev.com/91980/Zararli-yazilimlari-ve-bu-yazilimlarin-tur-zararlar-verebilecegini-inceleyiniz?show=91981#a91981</link>
<description>


&lt;p data-sourcepos=&quot;3:1-3:322&quot;&gt;
	Zararl&amp;#305; yaz&amp;#305;l&amp;#305;mlar (malware), bilgisayar sistemlerine s&amp;#305;zan ve genellikle izinsiz bir &amp;#351;ekilde &amp;ccedil;al&amp;#305;&amp;#351;an, k&amp;ouml;t&amp;uuml; ama&amp;ccedil;l&amp;#305; yaz&amp;#305;l&amp;#305;mlard&amp;#305;r. Bu yaz&amp;#305;l&amp;#305;mlar, kullan&amp;#305;c&amp;#305;lar&amp;#305;n veya kurumlar&amp;#305;n verilerini &amp;ccedil;almak, sistemleri &amp;ccedil;&amp;ouml;kertmek, bilgi ak&amp;#305;&amp;#351;&amp;#305;n&amp;#305; engellemek veya bilgisayarlar&amp;#305; uzaktan kontrol etmek gibi &amp;ccedil;e&amp;#351;itli ama&amp;ccedil;larla kullan&amp;#305;labilir.
&lt;/p&gt;


&lt;h3 data-sourcepos=&quot;5:1-5:27&quot;&gt;
	Zararl&amp;#305; Yaz&amp;#305;l&amp;#305;m T&amp;uuml;rleri
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;7:1-14:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;7:1-7:147&quot;&gt;
		&lt;strong&gt;Vir&amp;uuml;sler:&lt;/strong&gt; Kendilerini di&amp;#287;er programlara veya dosyalara ekleyerek &amp;ccedil;o&amp;#287;alan ve bula&amp;#351;t&amp;#305;klar&amp;#305; sistemlerde hasara neden olan zararl&amp;#305; yaz&amp;#305;l&amp;#305;mlard&amp;#305;r.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;8:1-8:86&quot;&gt;
		&lt;strong&gt;Solucanlar:&lt;/strong&gt; A&amp;#287; &amp;uuml;zerinden kendi kendine yay&amp;#305;lan ve &amp;ccedil;o&amp;#287;alan zararl&amp;#305; yaz&amp;#305;l&amp;#305;mlard&amp;#305;r.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;9:1-9:109&quot;&gt;
		&lt;strong&gt;Truva atlar&amp;#305;:&lt;/strong&gt; Zarars&amp;#305;z gibi g&amp;ouml;r&amp;uuml;nen ancak sisteme s&amp;#305;zd&amp;#305;ktan sonra zararl&amp;#305; i&amp;#351;levler g&amp;ouml;ren yaz&amp;#305;l&amp;#305;mlard&amp;#305;r.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;10:1-10:165&quot;&gt;
		&lt;strong&gt;Casus yaz&amp;#305;l&amp;#305;mlar (spyware):&lt;/strong&gt; Kullan&amp;#305;c&amp;#305;lar&amp;#305;n internet etkinliklerini takip eden, ki&amp;#351;isel bilgilerini &amp;ccedil;alan ve bu bilgileri &amp;uuml;&amp;ccedil;&amp;uuml;nc&amp;uuml; ki&amp;#351;ilere aktaran yaz&amp;#305;l&amp;#305;mlard&amp;#305;r.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;11:1-11:159&quot;&gt;
		&lt;strong&gt;Fidye yaz&amp;#305;l&amp;#305;mlar&amp;#305; (ransomware):&lt;/strong&gt; Bilgisayarlardaki verileri &amp;#351;ifreleyerek eri&amp;#351;imi engelleyen ve bu verileri geri almak i&amp;ccedil;in fidye talep eden yaz&amp;#305;l&amp;#305;mlard&amp;#305;r.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;12:1-12:142&quot;&gt;
		&lt;strong&gt;Rootkitler:&lt;/strong&gt; Bir sistemde varl&amp;#305;&amp;#287;&amp;#305;n&amp;#305; gizleyerek tespit edilmeyi zorla&amp;#351;t&amp;#305;ran ve sistem &amp;uuml;zerinde tam kontrol sa&amp;#287;layan zararl&amp;#305; yaz&amp;#305;l&amp;#305;mlard&amp;#305;r.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;13:1-14:0&quot;&gt;
		&lt;strong&gt;Botnetler:&lt;/strong&gt; Bir sald&amp;#305;rgan taraf&amp;#305;ndan kontrol edilen, birbirine ba&amp;#287;l&amp;#305; &amp;ccedil;ok say&amp;#305;da enfekte bilgisayar&amp;#305;n olu&amp;#351;turdu&amp;#287;u bir a&amp;#287;d&amp;#305;r.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;15:1-15:46&quot;&gt;
	Zararl&amp;#305; Yaz&amp;#305;l&amp;#305;mlar&amp;#305;n Neden Oldu&amp;#287;u Zararlar
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;17:1-24:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;17:1-17:89&quot;&gt;
		&lt;strong&gt;Veri kayb&amp;#305;:&lt;/strong&gt; Zararl&amp;#305; yaz&amp;#305;l&amp;#305;mlar, dosyalar&amp;#305; silebilir, &amp;#351;ifreleyebilir veya bozabilir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;18:1-18:70&quot;&gt;
		&lt;strong&gt;Sistem &amp;ccedil;&amp;ouml;kmesi:&lt;/strong&gt; Bilgisayar&amp;#305;n veya a&amp;#287;&amp;#305;n &amp;ccedil;al&amp;#305;&amp;#351;mas&amp;#305;n&amp;#305; durdurabilir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;19:1-19:100&quot;&gt;
		&lt;strong&gt;Performans d&amp;uuml;&amp;#351;&amp;uuml;kl&amp;uuml;&amp;#287;&amp;uuml;:&lt;/strong&gt; Sistem kaynaklar&amp;#305;n&amp;#305; t&amp;uuml;keterek bilgisayar&amp;#305;n yava&amp;#351;lamas&amp;#305;na neden olabilir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;20:1-20:99&quot;&gt;
		&lt;strong&gt;Gizlilik ihlali:&lt;/strong&gt; Ki&amp;#351;isel bilgilerinizi &amp;ccedil;alabilir ve bu bilgileri k&amp;ouml;t&amp;uuml; ama&amp;ccedil;larla kullanabilir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;21:1-21:120&quot;&gt;
		&lt;strong&gt;Finansal kay&amp;#305;plar:&lt;/strong&gt; Banka hesaplar&amp;#305;n&amp;#305;za eri&amp;#351;erek para transferi yapabilir veya kredi kart&amp;#305; bilgilerinizi &amp;ccedil;alabilir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;22:1-22:61&quot;&gt;
		&lt;strong&gt;Rep&amp;uuml;tasyon kayb&amp;#305;:&lt;/strong&gt; Kurumlar&amp;#305;n itibar&amp;#305;na zarar verebilir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;23:1-24:0&quot;&gt;
		&lt;strong&gt;Espiyonaj:&lt;/strong&gt; &amp;#304;&amp;#351;letmelerin ticari s&amp;#305;rlar&amp;#305;n&amp;#305; &amp;ccedil;alabilir.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;25:1-25:41&quot;&gt;
	Zararl&amp;#305; Yaz&amp;#305;l&amp;#305;mlardan Korunma Yollar&amp;#305;
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;27:1-34:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;27:1-27:117&quot;&gt;
		&lt;strong&gt;G&amp;uuml;venilir antivir&amp;uuml;s program&amp;#305; kullan&amp;#305;n:&lt;/strong&gt; Bilgisayar&amp;#305;n&amp;#305;z&amp;#305; d&amp;uuml;zenli olarak g&amp;uuml;ncel bir antivir&amp;uuml;s program&amp;#305;yla taray&amp;#305;n.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;28:1-28:140&quot;&gt;
		&lt;strong&gt;&amp;#304;&amp;#351;letim sisteminizi ve yaz&amp;#305;l&amp;#305;mlar&amp;#305;n&amp;#305;z&amp;#305; g&amp;uuml;ncel tutun:&lt;/strong&gt; Yaz&amp;#305;l&amp;#305;m &amp;uuml;reticileri taraf&amp;#305;ndan yay&amp;#305;nlanan g&amp;uuml;venlik yamalar&amp;#305;n&amp;#305; zaman&amp;#305;nda y&amp;uuml;kleyin.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;29:1-29:96&quot;&gt;
		&lt;strong&gt;E-posta eklerine dikkat edin:&lt;/strong&gt; Bilmedi&amp;#287;iniz ki&amp;#351;ilerden gelen e-postalar&amp;#305;n eklerini a&amp;ccedil;may&amp;#305;n.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;30:1-30:90&quot;&gt;
		&lt;strong&gt;G&amp;uuml;&amp;ccedil;l&amp;uuml; parolalar kullan&amp;#305;n:&lt;/strong&gt; Tahmin edilmesi zor, uzun ve karma&amp;#351;&amp;#305;k parolalar olu&amp;#351;turun.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;31:1-31:112&quot;&gt;
		&lt;strong&gt;Kamu Wi-Fi a&amp;#287;lar&amp;#305;n&amp;#305; dikkatli kullan&amp;#305;n:&lt;/strong&gt; Kamu Wi-Fi a&amp;#287;lar&amp;#305;nda ki&amp;#351;isel veya hassas bilgilerinizi payla&amp;#351;may&amp;#305;n.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;32:1-32:57&quot;&gt;
		&lt;strong&gt;Yedek al&amp;#305;n:&lt;/strong&gt; Verilerinizi d&amp;uuml;zenli olarak yedekleyin.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;33:1-34:0&quot;&gt;
		&lt;strong&gt;Bilgisayar&amp;#305;n&amp;#305;z&amp;#305; bilin&amp;ccedil;li kullan&amp;#305;n:&lt;/strong&gt; &amp;#350;&amp;uuml;pheli web sitelerine girmeyin, bilinmeyen dosyalar&amp;#305; indirmeyin ve t&amp;#305;klama tuzaklar&amp;#305;na d&amp;uuml;&amp;#351;meyin.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;35:1-35:175&quot;&gt;
	&lt;strong&gt;Sonu&amp;ccedil; olarak,&lt;/strong&gt; zararl&amp;#305; yaz&amp;#305;l&amp;#305;mlar, dijital d&amp;uuml;nyan&amp;#305;n en b&amp;uuml;y&amp;uuml;k tehditlerinden biridir. Kendinizi ve verilerinizi korumak i&amp;ccedil;in yukar&amp;#305;da belirtilen &amp;ouml;nlemleri alman&amp;#305;z &amp;ouml;nemlidir.
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91980/Zararli-yazilimlari-ve-bu-yazilimlarin-tur-zararlar-verebilecegini-inceleyiniz?show=91981#a91981</guid>
<pubDate>Thu, 31 Oct 2024 11:07:15 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Hayali bir kişinin üç farklı sosyal medya hesabı için güvenli parolalar oluşturunuz.</title>
<link>https://www.onlineodev.com/91978/Hayali-bir-kisinin-farkli-sosyal-medya-hesabi-icin-guvenli-parolalar-olusturunuz?show=91979#a91979</link>
<description>


&lt;p data-sourcepos=&quot;3:1-3:177&quot;&gt;
	Olu&amp;#351;turdu&amp;#287;umuz parolalar, sadece &amp;ouml;rnek ama&amp;ccedil;l&amp;#305;d&amp;#305;r. Kendi hesaplar&amp;#305;n&amp;#305;z i&amp;ccedil;in bu &amp;ouml;rneklerden yola &amp;ccedil;&amp;#305;karak, daha ki&amp;#351;isel ve g&amp;uuml;venli parolalar olu&amp;#351;turman&amp;#305;z &amp;ouml;nemlidir.
&lt;/p&gt;


&lt;p data-sourcepos=&quot;5:1-5:40&quot;&gt;
	&lt;strong&gt;Neden G&amp;uuml;&amp;ccedil;l&amp;uuml; Parolalar Kullanmal&amp;#305;y&amp;#305;z?&lt;/strong&gt;
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;7:1-10:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;7:1-7:90&quot;&gt;
		&lt;strong&gt;G&amp;uuml;venlik:&lt;/strong&gt; G&amp;uuml;&amp;ccedil;l&amp;uuml; parolalar, hesaplar&amp;#305;n&amp;#305;z&amp;#305;n yetkisiz eri&amp;#351;ime kar&amp;#351;&amp;#305; korunmas&amp;#305;n&amp;#305; sa&amp;#287;lar.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;8:1-8:70&quot;&gt;
		&lt;strong&gt;Gizlilik:&lt;/strong&gt; Ki&amp;#351;isel bilgilerinizin k&amp;ouml;t&amp;uuml;ye kullan&amp;#305;lmas&amp;#305;n&amp;#305; engeller.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;9:1-10:0&quot;&gt;
		&lt;strong&gt;Veri Koruma:&lt;/strong&gt; Verilerinizin &amp;ccedil;al&amp;#305;nmas&amp;#305;n&amp;#305; &amp;ouml;nler.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;11:1-11:36&quot;&gt;
	&lt;strong&gt;G&amp;uuml;&amp;ccedil;l&amp;uuml; Parola Olu&amp;#351;turma &amp;#304;pu&amp;ccedil;lar&amp;#305;:&lt;/strong&gt;
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;13:1-19:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;13:1-13:77&quot;&gt;
		&lt;strong&gt;En Az 12 Karakter:&lt;/strong&gt; Parolalar ne kadar uzun olursa o kadar g&amp;uuml;venli olur.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;14:1-14:103&quot;&gt;
		&lt;strong&gt;B&amp;uuml;y&amp;uuml;k ve K&amp;uuml;&amp;ccedil;&amp;uuml;k Harfler:&lt;/strong&gt; Parolan&amp;#305;za hem b&amp;uuml;y&amp;uuml;k hem de k&amp;uuml;&amp;ccedil;&amp;uuml;k harfler ekleyerek karma&amp;#351;&amp;#305;kl&amp;#305;&amp;#287;&amp;#305; art&amp;#305;r&amp;#305;n.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;15:1-15:102&quot;&gt;
		&lt;strong&gt;Rakamlar ve &amp;Ouml;zel Karakterler:&lt;/strong&gt; Parolan&amp;#305;za rakamlar (@, #, $, %, vb.) ve &amp;ouml;zel karakterler ekleyin.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;16:1-16:81&quot;&gt;
		&lt;strong&gt;Kelime Kar&amp;#305;&amp;#351;&amp;#305;mlar&amp;#305;:&lt;/strong&gt; Kelimeleri say&amp;#305;lar veya &amp;ouml;zel karakterlerle birle&amp;#351;tirin.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;17:1-17:87&quot;&gt;
		&lt;strong&gt;Farkl&amp;#305; Hesaplar &amp;#304;&amp;ccedil;in Farkl&amp;#305; Parolalar:&lt;/strong&gt; Her hesap i&amp;ccedil;in farkl&amp;#305; bir parola kullan&amp;#305;n.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;18:1-19:0&quot;&gt;
		&lt;strong&gt;Parola Y&amp;ouml;neticisi Kullan&amp;#305;n:&lt;/strong&gt; T&amp;uuml;m parolalar&amp;#305;n&amp;#305;z&amp;#305; g&amp;uuml;venli bir &amp;#351;ekilde saklamak i&amp;ccedil;in bir parola y&amp;ouml;neticisi kullan&amp;#305;n.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;20:1-20:37&quot;&gt;
	&lt;strong&gt;Hayali Ki&amp;#351;i &amp;#304;&amp;ccedil;in &amp;Ouml;rnek Parolalar:&lt;/strong&gt;
&lt;/p&gt;


&lt;p data-sourcepos=&quot;22:1-22:21&quot;&gt;
	&lt;strong&gt;Ki&amp;#351;i:&lt;/strong&gt; Ay&amp;#351;e Y&amp;#305;lmaz
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;24:1-27:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;24:1-24:36&quot;&gt;
		&lt;strong&gt;E-posta:&lt;/strong&gt; AyseY123!MerhabaD&amp;uuml;nya
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;25:1-25:35&quot;&gt;
		&lt;strong&gt;Sosyal Medya 1:&lt;/strong&gt; KitapKurdu97@
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;26:1-27:0&quot;&gt;
		&lt;strong&gt;Sosyal Medya 2:&lt;/strong&gt; SeyahatSever55#
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;28:1-28:13&quot;&gt;
	&lt;strong&gt;A&amp;ccedil;&amp;#305;klama:&lt;/strong&gt;
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;30:1-33:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;30:1-30:130&quot;&gt;
		&lt;strong&gt;AyseY123!MerhabaD&amp;uuml;nya:&lt;/strong&gt; &amp;#304;sminin ilk harfleri, do&amp;#287;um y&amp;#305;l&amp;#305;n&amp;#305;n son iki hanesi, bir &amp;uuml;nlem i&amp;#351;areti ve anlaml&amp;#305; bir kelime kar&amp;#305;&amp;#351;&amp;#305;m&amp;#305;.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;31:1-31:100&quot;&gt;
		&lt;strong&gt;KitapKurdu97@:&lt;/strong&gt; Hobisiyle ilgili bir kelime, do&amp;#287;um y&amp;#305;l&amp;#305;n&amp;#305;n son iki hanesi ve bir &amp;ouml;zel karakter.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;32:1-33:0&quot;&gt;
		&lt;strong&gt;SeyahatSever55#:&lt;/strong&gt; Hobisiyle ilgili bir kelime, do&amp;#287;um y&amp;#305;l&amp;#305;n&amp;#305;n son iki hanesi ve bir &amp;ouml;zel karakter.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;34:1-34:16&quot;&gt;
	&lt;strong&gt;Ek &amp;Ouml;neriler:&lt;/strong&gt;
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;36:1-40:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;36:1-36:110&quot;&gt;
		&lt;strong&gt;Ki&amp;#351;isel Bilgilerden Ka&amp;ccedil;&amp;#305;n&amp;#305;n:&lt;/strong&gt; Do&amp;#287;um tarihi, ev adresi gibi ki&amp;#351;isel bilgileri parolalar&amp;#305;n&amp;#305;zda kullanmay&amp;#305;n.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;37:1-37:107&quot;&gt;
		&lt;strong&gt;S&amp;#305;k Kullan&amp;#305;lan Kelimelerden Ka&amp;ccedil;&amp;#305;n&amp;#305;n:&lt;/strong&gt; &quot;123456&quot;, &quot;password&quot; gibi s&amp;#305;k kullan&amp;#305;lan kelimeleri kullanmay&amp;#305;n.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;38:1-38:126&quot;&gt;
		&lt;strong&gt;Klavye Desenlerinden Ka&amp;ccedil;&amp;#305;n&amp;#305;n:&lt;/strong&gt; Klavyede yan yana veya &amp;uuml;st &amp;uuml;ste gelen tu&amp;#351;lar&amp;#305; kullanarak olu&amp;#351;turulan parolalardan ka&amp;ccedil;&amp;#305;n&amp;#305;n.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;39:1-40:0&quot;&gt;
		&lt;strong&gt;Parolalar&amp;#305;n&amp;#305;z&amp;#305; D&amp;uuml;zenli Olarak De&amp;#287;i&amp;#351;tirin:&lt;/strong&gt; &amp;Ouml;zellikle g&amp;uuml;venlik a&amp;ccedil;&amp;#305;klar&amp;#305; oldu&amp;#287;unda veya &amp;#351;&amp;uuml;phelendi&amp;#287;iniz durumlarda parolalar&amp;#305;n&amp;#305;z&amp;#305; de&amp;#287;i&amp;#351;tirmelisiniz.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;41:1-41:32&quot;&gt;
	&lt;strong&gt;Parola Y&amp;ouml;neticisi &amp;Ouml;nerileri:&lt;/strong&gt;
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;43:1-46:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;43:1-43:58&quot;&gt;
		&lt;strong&gt;Bitwarden:&lt;/strong&gt; A&amp;ccedil;&amp;#305;k kaynakl&amp;#305; ve &amp;uuml;cretsiz bir se&amp;ccedil;enektir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;44:1-44:74&quot;&gt;
		&lt;strong&gt;1Password:&lt;/strong&gt; G&amp;uuml;venlik &amp;ouml;zellikleriyle &amp;ouml;ne &amp;ccedil;&amp;#305;kan &amp;uuml;cretli bir se&amp;ccedil;enektir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;45:1-46:0&quot;&gt;
		&lt;strong&gt;LastPass:&lt;/strong&gt; Pop&amp;uuml;ler ve kullan&amp;#305;m&amp;#305; kolay bir se&amp;ccedil;enektir.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;47:1-47:210&quot;&gt;
	&lt;strong&gt;Unutmay&amp;#305;n:&lt;/strong&gt; G&amp;uuml;&amp;ccedil;l&amp;uuml; parolalar, siber sald&amp;#305;r&amp;#305;lara kar&amp;#351;&amp;#305; en &amp;ouml;nemli savunma mekanizmalar&amp;#305;ndan biridir. Bu nedenle, yukar&amp;#305;daki &amp;ouml;nerileri dikkate alarak kendi parolalar&amp;#305;n&amp;#305;z&amp;#305; olu&amp;#351;turun ve d&amp;uuml;zenli olarak g&amp;uuml;ncelleyin.
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91978/Hayali-bir-kisinin-farkli-sosyal-medya-hesabi-icin-guvenli-parolalar-olusturunuz?show=91979#a91979</guid>
<pubDate>Thu, 31 Oct 2024 11:05:31 +0000</pubDate>
</item>
<item>
<title>Cevaplandı: Bir arama sitesine “e-okul” ifadesini yazıp listelenen arama sonuçlarını inceleyerek hangisinin e-okul uygulamasının resmî sitesi olduğunu bulunuz.</title>
<link>https://www.onlineodev.com/91976/Sitesine-ifadesini-listelenen-sonuclarini-inceleyerek-hangisinin-uygulamasinin?show=91977#a91977</link>
<description>


&lt;p data-sourcepos=&quot;3:1-3:183&quot;&gt;
	&lt;strong&gt;&quot;e-okul&quot;&lt;/strong&gt; ifadesini bir arama motoruna yazd&amp;#305;&amp;#287;&amp;#305;n&amp;#305;zda kar&amp;#351;&amp;#305;n&amp;#305;za bir&amp;ccedil;ok sonu&amp;ccedil; &amp;ccedil;&amp;#305;kacakt&amp;#305;r. Bunlardan hangisinin resmi site oldu&amp;#287;unu anlamak i&amp;ccedil;in a&amp;#351;a&amp;#287;&amp;#305;daki ipu&amp;ccedil;lar&amp;#305;n&amp;#305; kullanabilirsiniz:
&lt;/p&gt;


&lt;h3 data-sourcepos=&quot;5:1-5:29&quot;&gt;
	1. &lt;strong&gt;Alan Ad&amp;#305; Kontrol&amp;uuml;:&lt;/strong&gt;
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;7:1-9:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;7:1-7:179&quot;&gt;
		&lt;strong&gt;.gov.tr:&lt;/strong&gt; T&amp;uuml;rk devlet kurumlar&amp;#305;na ait web sitelerinin genellikle kulland&amp;#305;&amp;#287;&amp;#305; &amp;uuml;st d&amp;uuml;zey alan ad&amp;#305;d&amp;#305;r. e-Okul gibi resmi bir e&amp;#287;itim platformu i&amp;ccedil;in bu uzant&amp;#305;y&amp;#305; araman&amp;#305;z &amp;ouml;nemlidir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;8:1-9:0&quot;&gt;
		&lt;strong&gt;meb.gov.tr:&lt;/strong&gt; Milli E&amp;#287;itim Bakanl&amp;#305;&amp;#287;&amp;#305;&#039;na ait web sitesidir. e-Okul, bu bakanl&amp;#305;&amp;#287;a ba&amp;#287;l&amp;#305; bir sistem oldu&amp;#287;undan, resmi sitesinin bu ana alanda yer almas&amp;#305; beklenir.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;10:1-10:35&quot;&gt;
	2. &lt;strong&gt;Site &amp;#304;&amp;ccedil;eri&amp;#287;i ve Tasar&amp;#305;m:&lt;/strong&gt;
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;12:1-16:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;12:1-12:148&quot;&gt;
		&lt;strong&gt;G&amp;uuml;venilirlik:&lt;/strong&gt; Resmi sitelerde genellikle g&amp;uuml;venlik sertifikalar&amp;#305; (https://) bulunur ve ki&amp;#351;isel bilgilere eri&amp;#351;im konusunda daha dikkatli olunur.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;13:1-13:139&quot;&gt;
		&lt;strong&gt;Dil ve &amp;#304;&amp;ccedil;erik:&lt;/strong&gt; Resmi site, T&amp;uuml;rk&amp;ccedil;e ve d&amp;uuml;zg&amp;uuml;n bir dil kullan&amp;#305;larak haz&amp;#305;rlan&amp;#305;r. &amp;#304;&amp;ccedil;erikte yaz&amp;#305;m hatalar&amp;#305; veya tutars&amp;#305;zl&amp;#305;klar olmamal&amp;#305;d&amp;#305;r.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;14:1-14:116&quot;&gt;
		&lt;strong&gt;Bakanl&amp;#305;k Logosu ve Amblemleri:&lt;/strong&gt; Resmi sitede Milli E&amp;#287;itim Bakanl&amp;#305;&amp;#287;&amp;#305;&#039;n&amp;#305;n logosu ve di&amp;#287;er g&amp;ouml;rsel &amp;ouml;&amp;#287;eleri bulunur.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;15:1-16:0&quot;&gt;
		&lt;strong&gt;&amp;#304;leti&amp;#351;im Bilgileri:&lt;/strong&gt; Resmi sitede bakanl&amp;#305;&amp;#287;&amp;#305;n ileti&amp;#351;im bilgileri (telefon, e-posta, adres) a&amp;ccedil;&amp;#305;k&amp;ccedil;a belirtilir.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;17:1-17:41&quot;&gt;
	3. &lt;strong&gt;Arama Motoru Sonu&amp;ccedil;lar&amp;#305;nda Yer:&lt;/strong&gt;
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;19:1-21:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;19:1-19:136&quot;&gt;
		&lt;strong&gt;&amp;#304;lk S&amp;#305;ralarda:&lt;/strong&gt; Genellikle resmi siteler, arama sonu&amp;ccedil;lar&amp;#305;nda ilk s&amp;#305;ralarda yer al&amp;#305;r. Ancak, bu durum her zaman ge&amp;ccedil;erli olmayabilir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;20:1-21:0&quot;&gt;
		&lt;strong&gt;&amp;Ouml;ne &amp;Ccedil;&amp;#305;kan Sonu&amp;ccedil;lar:&lt;/strong&gt; Arama motorlar&amp;#305;, resmi siteleri genellikle &amp;ouml;ne &amp;ccedil;&amp;#305;kar&amp;#305;r. Bu sayede daha kolay bir &amp;#351;ekilde bulunabilirler.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;22:1-22:34&quot;&gt;
	4. &lt;strong&gt;Sosyal Medya Hesaplar&amp;#305;:&lt;/strong&gt;
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;24:1-25:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;24:1-25:0&quot;&gt;
		&lt;strong&gt;Resmi Hesaplar:&lt;/strong&gt; Resmi sitelerin sosyal medya hesaplar&amp;#305; (Twitter, Facebook, Instagram vb.) genellikle do&amp;#287;rulanm&amp;#305;&amp;#351; olur ve bakanl&amp;#305;&amp;#287;&amp;#305;n logosunu ta&amp;#351;&amp;#305;r.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 data-sourcepos=&quot;26:1-26:30&quot;&gt;
	&lt;strong&gt;&amp;Ouml;nerilen Arama Motoru:&lt;/strong&gt;
&lt;/h3&gt;


&lt;ul data-sourcepos=&quot;28:1-29:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;28:1-29:0&quot;&gt;
		&lt;strong&gt;Google:&lt;/strong&gt; En pop&amp;uuml;ler arama motoru olan Google, genellikle en do&amp;#287;ru sonu&amp;ccedil;lar&amp;#305; verir. &quot;e-okul meb&quot; gibi daha spesifik bir arama yaparak daha do&amp;#287;ru sonu&amp;ccedil;lar elde edebilirsiniz.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;30:1-30:31&quot;&gt;
	&lt;strong&gt;Dikkat Edilmesi Gerekenler:&lt;/strong&gt;
&lt;/p&gt;


&lt;ul data-sourcepos=&quot;32:1-34:0&quot;&gt;
	

&lt;li data-sourcepos=&quot;32:1-32:188&quot;&gt;
		&lt;strong&gt;Sahte Sitelere Dikkat:&lt;/strong&gt; Baz&amp;#305; siteler, resmi site gibi g&amp;ouml;r&amp;uuml;nerek kullan&amp;#305;c&amp;#305;lar&amp;#305; yan&amp;#305;ltmaya &amp;ccedil;al&amp;#305;&amp;#351;abilir. Bu nedenle, yukar&amp;#305;da belirtilen ipu&amp;ccedil;lar&amp;#305;n&amp;#305; dikkatlice de&amp;#287;erlendirmeniz &amp;ouml;nemlidir.
	&lt;/li&gt;
	

&lt;li data-sourcepos=&quot;33:1-34:0&quot;&gt;
		&lt;strong&gt;G&amp;uuml;ncellemeler:&lt;/strong&gt; Resmi sitelerin adresi veya g&amp;ouml;r&amp;uuml;n&amp;uuml;m&amp;uuml; zaman zaman de&amp;#287;i&amp;#351;ebilir. Bu nedenle, arama yaparken farkl&amp;#305; anahtar kelimeler kullanmay&amp;#305; deneyebilirsiniz.
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p data-sourcepos=&quot;35:1-35:11&quot;&gt;
	&lt;strong&gt;&amp;Ouml;zetle:&lt;/strong&gt;
&lt;/p&gt;


&lt;p data-sourcepos=&quot;37:1-37:227&quot;&gt;
	E-Okul&#039;un resmi sitesini bulmak i&amp;ccedil;in &amp;ouml;ncelikle &quot;.gov.tr&quot; uzant&amp;#305;s&amp;#305;n&amp;#305; ve &quot;meb.gov.tr&quot; alan ad&amp;#305;n&amp;#305; araman&amp;#305;z &amp;ouml;nerilir. Ard&amp;#305;ndan, sitenin i&amp;ccedil;eri&amp;#287;i, tasar&amp;#305;m&amp;#305; ve g&amp;uuml;venilirli&amp;#287;i gibi fakt&amp;ouml;rleri de&amp;#287;erlendirerek do&amp;#287;ru siteyi bulabilirsiniz.
&lt;/p&gt;
</description>
<category>Bilgisayar Bilimi</category>
<guid isPermaLink="true">https://www.onlineodev.com/91976/Sitesine-ifadesini-listelenen-sonuclarini-inceleyerek-hangisinin-uygulamasinin?show=91977#a91977</guid>
<pubDate>Thu, 31 Oct 2024 11:02:45 +0000</pubDate>
</item>
</channel>
</rss>