9-A
|
1 Kasım 2019-8 Kasım 2019
|
9-B
|
21 Ekim
2019-28 Ekim 2019
|
9-C
|
23-Ekim 2019-30 Ekim 2019
|
9-D
|
28 Ekim 2019-4 Kasım 2019
|
9-E
|
30 Ekim 2019-6 Kasım 2019
|
9-F
|
16 Ekim
2019-23 Ekim 2019
|
9-G
|
21-Ekim 2019-28 Ekim 2019
|
9-H
|
21-Ekim
2019-28 Ekim 2019
|
9-İ
|
25 Ekim 2019-1 Kasım 2019
|
9-J
|
17 Ekim 2019-24 Ekim 2019
|
RGAL TEKNOLOJI
Recep Güngör Anadolu Lisesi
Bu Blogda Ara
10 Ekim 2019 Perşembe
Performans Ödevi Teslim Tarihleri
Performans Ödevi - Değerlendirme Ölçeği -
DEĞERLENDİRME ÖLÇEĞİ
|
AÇIKLAMA
|
PUAN
|
SÜRE
|
Hazırlanan
video en az 3 dk en fazla 4 dk olmalıdır.
|
10
|
GÖRSEL MATERYALLER
|
Kullanılan video veya
görsellerin kalitesi ve konuyla olan uyumu.
|
20
|
SESLENDİRME YADA ALT YAZI
|
Ses dosyasının yada eklenen alt yazının içeriğe ve konuya
uygunluğu.
|
20
|
GENEL AKIŞ
|
Videoda
kullanılan tüm içeriklerin birbiriyle uyumu ve konu bütünlüğünü sağlaması.
|
20
|
ÖZGÜNLÜK-TASARIM
|
Özgün bir
içerik hazırlanması
|
20
|
ÖDEV TESLİM
|
Videonun zamanında
belirtilen formatta teslim edilmesi
|
10
|
* Zamanında teslim edilmeyen ödevlerin puanlamasında alınan puanın %90'ı değerlendirmeye alınır.
*Ödevin Teslim edileceği dosyanın ismi ÖğrenciAdıSoyadı-Proje Adı-Sınıfı (ÖRNEK:Merve Karaca-Yapay Zeka 9A)şeklinde olacaktır.
12 Eylül 2019 Perşembe
Bilgisayar Bilimi Ders Kitabı
Bilgisayar Bilimi ders kitabının pdf'sini görüntülemek ve indirmek için tıklayınız>>>
Kaynak:http://www.eba.gov.tr
10 Mayıs 2019 Cuma
Örnek 2 - HTML Kodları
<html lang="en">
<head>
<title>CSS Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
/* Style the header */
header {
background-color: #666;
padding: 30px;
text-align: center;
font-size: 35px;
color: white;
}
/* Create two columns/boxes that floats next to each other */
nav {
float: left;
width: 30%;
height: 300px; /* only for demonstration, should be removed */
background: #ccc;
padding: 20px;
}
/* Style the list inside the menu */
nav ul {
list-style-type: none;
padding: 0;
}
article {
float: left;
padding: 20px;
width: 70%;
background-color: #f1f1f1;
height: 300px; /* only for demonstration, should be removed */
}
/* Clear floats after the columns */
section:after {
content: "";
display: table;
clear: both;
}
/* Style the footer */
footer {
background-color: #101010;
padding: 10px;
text-align: center;
color: white;
}
/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
nav, article {
width: 100%;
height: auto;
}
}
</style>
</head>
<body>
<h2>CSS Layout Float</h2>
<p>In this example, we have created a header, two columns/boxes and a footer. On smaller screens, the columns will stack on top of each other.</p>
<p>Resize the browser window to see the responsive effect (you will learn more about this in our next chapter - HTML Responsive.)</p>
<header>
<h2>Cities</h2>
</header>
<section>
<nav>
<ul>
<li><a href="#">London</a></li>
<li><a href="#">Paris</a></li>
<li><a href="#">Tokyo</a></li>
</ul>
</nav>
<article>
<h1>London</h1>
<p>London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p>
<p>Standing on the River Thames, London has been a major settlement for two millennia, its history going back to its founding by the Romans, who named it Londinium.</p>
</article>
</section>
<footer>
<p>Footer</p>
</footer>
</body>
</html>
29 Nisan 2019 Pazartesi
Örnek 1 -HTML Kodları
<html lang="en">
<head>
<title>HTML5</title>
<meta charset="utf-8">
<style>
body {
font-family: Verdana, sans-serif;
font-size: 12px;
}
header, nav, section, article, footer {
border: 2px solid grey;
margin: 5px;
padding: 8px;
}
nav ul {
margin: 0;
padding: 0;
}
nav ul li {
display: inline;
margin: 5px;
}
</style>
</head>
<body >
<header>
<h1>HTML5 Skeleton</h1>
</header>
<nav>
<ul>
<li>News</li>
<li>Sports</li>
<li>Weather</li>
</ul>
</nav>
<article>
<h2>Famous Cities</h2>
<article>
<h2>London</h2>
<p>London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p>
</article>
<article>
<h2>Paris</h2>
<p>Paris is the capital and most populous city of France.</p>
</article>
<article>
<h2>Tokyo</h2>
<p>Tokyo is the capital of Japan, the center of the Greater Tokyo Area, and the most populous metropolitan area in the world.</p>
</article>
</article>
<footer>
<p>© 2019 All rights reserved.</p>
</footer>
</body>
</html>
9 Nisan 2019 Salı
Projelerimiz-MULTIPLAYER
Projenin Adı:MULTIPLAYER
Projenin Uygulayıcısı:Muhammed Ali AKGÜN
Projenin Açıklaması:
- 7-12 yaş arası eğlence amaçlı tasarlanmış led ışıklar ve butonlardan oluşan 2 kişilik LED oyunu
- Eğlence
Projelerimiz-TEKNOLOJİK ZEKA
Projenin Adı:TEKNOLOJİK ZEKA
Projenin Uygulayıcısı:Yunus Emre ŞAHİN
Projenin Açıklaması:Yaş gruplarına göre seviyelere ayrılmış, teknoloji bilgilerimizi test ettiğimiz Mblock yazılımında hazırlanmış bilgi yarışması
Kaydol:
Kayıtlar (Atom)