First Commit
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Technology</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta name="keyword" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Teknologi Komputer, Teknik Informatika" />
|
||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Teknologi Komputer Universitas Kristen Duta Wacana" />
|
||||
<link rel="icon" href="images/favicon.ico" type="image/ico" />
|
||||
<style type="text/css">
|
||||
@import "../includes/index.css";
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header-class"><span class="subjectTitle">Computer Technology</span>
|
||||
<?php
|
||||
include "../includes/functions.php";
|
||||
include "../includes/date.php";
|
||||
include "../includes/courses.php";
|
||||
?>
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
<!-- Class Information //-->
|
||||
<div id="class-information">
|
||||
<ul class="cinfo">
|
||||
<li><h3>Kelas </h3>
|
||||
<p>Hari <br/>Jam <br/>Ruang </p></li>
|
||||
<li><h3>Nilai Akhir</h3>
|
||||
<p><a href="https://docs.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0AvhuiUaiIBYmdDctd2M0Qjh1aGtSWE1KdTIzV2VYVHc&output=html">Nilai Akhir</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="notifications">PEMBERITAHUAN</div>
|
||||
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan memiliki dan membawa buku Understanding Computer Today & Tomorrow (Deborah Morley, Charles S. Parker)</strong>.</p>
|
||||
<div class="subtitle">Pengantar</div>
|
||||
<p>Mata kuliah ini memperkenalkan mahasiswa dengan dunia komputer dan diharapkan dapat menyatukan pandangan sekaligus
|
||||
memberi dasar yang setara bagi mahasiswa dengan berbagai macam latar belakang bidang ilmu untuk menempuh kuliah selanjutnya di program studi Teknik Informatika.</p><p>Berbagai macam aspek komputer diperkenalkan mulai dari perangkat keras, perangkat lunak, teknologi di dunia komputer, implementasi dan implikasi teknologi informasi dalam masyarakat.</p>
|
||||
<div class="subtitle">Materi Presentasi</div>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Introduction to World of Computers</li>
|
||||
<li>The System</li>
|
||||
<ul>
|
||||
<li>Unit Processing and Memory</li>
|
||||
<li>Storage</li>
|
||||
<li>Input & Output</li>
|
||||
</ul>
|
||||
<li>System Software</li>
|
||||
<ul>
|
||||
<li>Operating System and Utility Software</li>
|
||||
<li>Application Software</li>
|
||||
</ul>
|
||||
<li>Network and Internet</li>
|
||||
<ul>
|
||||
<li>Computer Networks</li>
|
||||
<li>Internet and WWW</li>
|
||||
<li>Network and Internet Security</li>
|
||||
</ul>
|
||||
<li>Business On the Web</li>
|
||||
<ul>
|
||||
<li>Multimedia and Web</li>
|
||||
<li>E-Commerce</li>
|
||||
</ul>
|
||||
<li>Systems</li>
|
||||
<ul>
|
||||
<li>Information System and System Development</li>
|
||||
<li>Program Development and Programming Languages</li>
|
||||
<li>Databases and DBMS</li>
|
||||
</ul>
|
||||
<li>Computer and Society</li>
|
||||
<ul>
|
||||
<li>Computer Security and Privacy</li>
|
||||
<li>Intellectual Property Rights, Ethics, Health, Access</li>
|
||||
</ul>
|
||||
</ol>
|
||||
<div class="subtitle">Referensi Buku</div>
|
||||
<ol>
|
||||
<li>Understanding Computer Today & Tomorrow (Deborah Morley, Charles S. Parker)</li>
|
||||
</ol>
|
||||
</div>
|
||||
<!-- End Content //-->
|
||||
<div class="footer">
|
||||
<?php
|
||||
include "../includes/footer.php";
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user