| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/news/elearning/ |
Upload File : |
<?php
require './configs/app_top.php';
$title = "ยินดีต้อนรับสู่แบบทดสอบออนไลน์";
include './includes/header.php';
?>
<div class="container">
<h2>วิชาเทคโนโลยีสารสนเทศและการเขียนโปรแกรม ม.3</h2>
<p>เอกสารประกอบการเรียนรายวิชาเทคโนโลยีสารสนเทศและการเขียนโปรแกรม</p>
<table class="table table-condensed">
<thead>
<tr>
<th width="550">เรื่อง</th>
<th>เอกสาร</th>
<th>ใบงาน</th>
</tr>
</thead>
<tbody>
<tr>
<td> บทที่ 1 เทคโนโลยีสารสนเทศ</td>
<td><a href="Lesson/ict3/m3/unit1.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> <a href="Lesson/ict1/m1/lesson1.ppt"></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 2 ข้อมูลและสารสนเทศ</td>
<td><a href="Lesson/ict3/m3/unit2.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> <a href="Lesson/ict1/m1/lesson2.ppt"></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 3 วิวัฒนาการคอมพิวเตอร์</td>
<td><a href="Lesson/ict3/m3/unit3.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> <a href="Lesson/ict1/m1/lesson3.ppt"></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 4 ระบบคอมพิวเตอร์ </td>
<td><a href="Lesson/ict3/m3/unit4.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> </td>
<td> </td>
</tr>
<tr>
<td>บทที่ 5 การจำลองความคิด</td>
<td><a href="Lesson/ict3/m3/unit5.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> <a href="Lesson/ict3/m3/unit5.ppt"><img src="Lesson/ict1/img/icon-ppt.png" border="0" /></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 6 โครงสร้างของโปรแกรมภาษาซี</td>
<td><a href="Lesson/ict3/m3/unit6.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> <a href="Lesson/ict3/m3/unit6.ppt"><img src="Lesson/ict1/img/icon-ppt.png" border="0" /></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 7 คำสั่งรับค่าและแสดงผล</td>
<td><a href="Lesson/ict3/m3/unit7.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> <a href="Lesson/ict3/m3/unit7.ppt"><img src="Lesson/ict1/img/icon-ppt.png" border="0" /></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 8 โครงสร้างแบบมีทางเลือก </td>
<td><a href="Lesson/ict3/m3/unit8.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> <a href="Lesson/ict3/m3/unit8.ppt"><img src="Lesson/ict1/img/icon-ppt.png" border="0" /></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 9 โครงสร้างแบบทำซ้ำ</td>
<td><a href="Lesson/ict3/m3/unit9.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> <a href=""></a></td>
<td> </td>
</tr>
<tr>
<td>เอกสารประกอบการเขียนโปรแกรมแบบเรียงลำดับ เรื่องอาร์เรย์ </td>
<td><a href="Lesson/ict3/m3/ARRAY.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a></td>
<td> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<?php
include './includes/footer.php';
require './configs/app_bottom.php';
?>