1/29/2013

FYP 2

1.FYP
Final Year Project 2. Pelajar tahun 3 BCBM akan meneruskan projek tahun akhir masing-masing dengan masuk fasa 2 iaitu implementation.

2. Software untuk System Development
Bagi pelajar yang akan membangunkan web based system- antara pilihan yang perlu pelajar buat ialah Programming Language dan database yang akan di gunakan. Jika pelajar memilih untuk menggunakan Microsoft SQL Server dan VB Script atau C# maka perisian berikut (bersama dengan urutan proses installation) adalah seperti di bawah:-

i. Install Visual Studio 2008
ii. Install Visual Studio 2008 Service Pack 1
iii. Install MS SQL Server Enterprise
iv. Install MS SQL Server Service Pack 1

Nota: Installation perisian di atas pada OS win 7-tiada sebarang masalah. Version OS yang lain-saya tak pasti.


3. Halangan Pertama
Halangan pertama yang biasa di alami oleh pelajar untuk membangunkan sistem ialah connection kepada database. Saranan saya ialah - pilih table yang paling simple (biasanya 1 primary key / foreign key), isi data (melalui MS SQL Server) dan buat koding untuk view data tersebut. 

4. Baca Forum
Proses yang kita buat sebenarnya pernah di buat oleh orang lain. Masalah yang kita temui juga biasanya pernah di tanya oleh orang lain. Cuma pencariannya kadang-kala memakan masa dan terkeliru dengan kepelbagaian coding yang ada.

5. Belajar Melalui Contoh
Antara teknik mempelajari pengaturcaraan ialah belajar melalui contoh-contoh yang sedia ada. 





BCS1243 PP -LAB 30 JAN 13

Question 2

Write a program to input length and width of a rectangle and output its perimeter

import java.util.Scanner;  // scanner is in the java.util package
/**
 * @(#)kiraperimeter.java
 *
 * kiraperimeter application
 *
 * @author
 * @version 1.00 2013/1/30
 */

public class kiraperimeter {
  
    public static void main(String[] args) {
    int length;  // variable declaration
    int width;
    int perimeter;  
        // TODO, add your application code
    Scanner input = new Scanner(System.in);    // create a scanner
    //length=7;
    length =input.nextInt();
    //width=3;
    width =input.nextInt();
    perimeter = 2*(length+width);
    System.out.println("Perimeter =" + perimeter);
    }
    //sini tak boleh
}
//sini tak boleh

Question 3
Write a program to input  length and width of a rectangle and output its area. Start with pseudocode and flowchart.

1/28/2013

BCS 1333 Operating System

Saya mengendalikan subjek BCS 1333 Operating System semester 2 2012/2013 untuk batch berikut:-
1BCBM, 1BCNS, 2 BCBM dan 3 BCNS.


Berikut adalah bahan-bahan pengajaran utama yang pelajar perlu ada. 
1. Course Plan
Course Plan  untuk BCBM
Course Plan untuk BCNS


2. Slide (PDF)

ch1-Introduction
ch2-OS_Structures
ch3-Processes
ch4-Threads
ch5-CPU_Scheduling
ch6-Process_Synchronization
ch7-Deadlocks
ch8-Main_Memory
ch10-File_System_Interface
ch15-Security

3.Buku Rujukan
  Buku Dinaso        

1/22/2013

BCS 1243 Programming Principles

Saya akan mengendalikan subjek BCS 1243  Programming Principles untuk BCSC


Bagi membangunkan aplikasi java dalam pc masing2. Pelajar perlu melakukan 'installation' java, dan perkara dibawah perlu di lakukan:-

1. Install JDK. http://java.sun.com/javase/downloads/index.jsp











2. Install JCreator (salah satu IDE utk java). http://www.jcreator.org/download.htm








Tutorial untuk java boleh di dapati dari link di bawah.
http://download.oracle.com/docs/cd/E17409_01/javase/tutorial/index.html

1/15/2013

DCT1133 CM Chapter 1 Exercise

1. How many FireWire devices can a single FireWire port support?
A. 12
B. 25
C. 32
D. 54
E. 63
F. 127
2. Which type of memory transfers data twice as fast as SDRAM and increases performance
by transferring data twice per cycle?
A. DDR-SDRAM
B. DRAM2
C. D-SDRAM
D. ROM
3. Which type of video connector has a 24-pin or 29-pin female connector and provides
compressed digital output to a monitor?
A. AAV
B. DVI
C. HDMI
D. RCA
E. VGA
4. How many universal serial bus (USB) devices can be connected to a USB port?
A. 256
B. 127
C. 64
D. 128
5. What is the maximum data speed of high-speed USB 2.0?
A. 1.5 Mbps
B. 12 Mbps
C. 380 Mbps
D. 480 Mbps
E. 480 Gbps
F. 840 Gbps
6. Which IEEE standard defines the FireWire technology?
A. 1284
B. 1394
C. 1451
D. 1539
7. What is the maximum data rate supported by the IEEE 1394a standard?
A. 200 Mbps
B. 380 Mbps
C. 400 Mbps
D. 800 Mbps
E. 900 Mbps
8. What is the purpose of a heat sink installed on a processor?
A. To set the processor voltage
B. To cool the processor
C. To set the processor speed
D. To ground the processor

1/01/2013

Markah Penilian OOP BCBM dan BCNS

Berikut adalah markah-markah penilian OOP. Sebarang kesilapan - mohon maklumkan pada saya.
Terima Kasih.



Cara download Installer windows 10 dalam format ISO

1. Jika anda bercadang untuk download windows 10 melalui website rasmi windows - pilihan untuk download dalam format ISO tidak di berikan.  ...