Showing posts with label courses. Show all posts
Showing posts with label courses. Show all posts

Thursday, August 5, 2010

LOGIC GATE

0 komentar
Computer system architecture is composed of a series of logic 1 (true) and 0 (false) combined with a number of logic gates are AND, OR, NOT, NOR, XOR, NAND.The computer program running on the basic structure of good reasoning from a solution to the problems with the help of the program component that is if-then, if - then-else and o...

Friday, May 28, 2010

Grouping Basic Programming Language

0 komentar
If the source comes from the natural language is the language of construction will be similar to the real meaning.It will certainly make it easier for programmers to program, especially for those who have not experienced. Sometimes it can be ambiguous, because sometimes a lot of natural language that has many meanings. Example: SQL.If the source comes from the language of mathematics would be very logical, mathematical, and...

Wednesday, May 26, 2010

Information Input and Output

0 komentar
INPUT DEVICESInput devices translate ourdata and communications intoa form that the computer canunderstandThe computer processes thedataOutput devices translate thedata back into a form we canunderstandTHE KEYBOARDTwo types of keyboards- AlphanumericTypical keyboard has 101 keys12 function keysSpecial-function keysCursor-control key- Special...

Monday, May 24, 2010

Flag Register

0 komentar
Carry flag is generally composed of nine pieces Flow Over Flag (OF): Value 1 if there is overflow (OV) and set to 0 (NV). Sign Flag (SF): Distinguishing numbers marked. Positive numbers (PL) or a negative number (NG).Zero Flag (ZF): Value 0, if the result is worth one operation.Carry Flag (CF): Value 1 in case (borrow) on the subtraction operation or (carry) on the addition operation.Parity Flag (PF): Value 1 if an evenDirection...

Sunday, May 23, 2010

Definition Multimedia

0 komentar
The term multimedia is the combination of multiple words and the media. Multi wordmeans much or more than one, while the media has meant a means or tool forcommunicate. So Multimedia means a system consisting of hardware, softwareand other tools to support information processing. 1In the electronics industry, Multimedia is a combination of computer and video(Rosch, 1996) or multimedia in general is a combination of three elements,...

Saturday, May 22, 2010

Personality

0 komentar
one's personality or character that can be identified with the personality test. it all starts from the environment and education of parents. everyone has a different personality to another. It consists of four personality types of people sanguinis, pleghmantis, korelis, and melancholywant to test your personality?please download this file...

Introduction to HTML

2 komentar
HTML or HyperText Markup Language is one of the format used in the production of documents and applications that are running are at the web. HTML is a pure text file that can be created with any text editor. This document is known as a web page, the HTML document is a document that is presented in a web browser. There are two ways of writing an HTML document which will form the a browser page. The first is to use HTML editor or...

Friday, May 21, 2010

Embedded System

0 komentar
Definisi : An embedded system is an application that contains at least one programmable computer (typically in the form of a microcontroller, a microprocessor or digital signal processor chip) and which is used by individuals who are, in the main, unaware that the system is computer-based.žElectronic devices that incorporate a computer (usually...

Monday, May 3, 2010

MICROSOFT SHELL - Command Prompt future

0 komentar
In certain cases, Windows is still lagging compared to Linux. The most obvious example is the lack of features compared to Windows scripting languages scripts Linux BASH, SH, or KSH.Windows batch file is too simple for an administrator. Scripting Host itself is considered too risky. With the Microsoft Shell (MSH), the developers in Redmond hopes will be significant change. Currently MSH (formerly known as Monad) has been circulating...

Friday, April 30, 2010

scrip program array data sturuktur

2 komentar
#includevoid main(){//deklarasi variabelint A[10],index[10], i,j,k;//proses penginputan datafor(i=0;i<10;i++){printf("Data ke-%d:",i+1);scanf("%d",&A[i]);}//memasukkan data yang akan dicari ke dalam Kprintf("Masukkan data yang akan anda cari:");scanf("%d",&k);//proses pencarian dataj=0;for (i=0;i<10;i++){if(A[i]==k){index[j]=i;j++;}}//jika data ditemukan dalam arrayif (j>0){printf("Data %d yang dicari ada %d buah\n",k,j);printf("Data...

Friday, March 26, 2010

Creating Windows Live CD with BART PE

0 komentar
System Operation Live CD is the operating system that will automatically run on the CD, without the need to help drive.One company that has entered this technology is Linux, for example, Knoppix, Fedora Core etc..With a Live CD operating system, you can remove the traces of the parent virus files very easily. Just need a bit of coffee and a cigarette, then the seeds Itupun virus can be eliminated immediately.Just to remind, SO...

Tuesday, March 23, 2010

basic programming language c + +

0 komentar
A simple example program from c + + to show halloTry n try this script#include#includemain(){printf("Struktur Data S1 TI 2D\n coba aja\n");printf("horeeeeeeeeeeeeeeeee,,,\n");printf("melisa 08.11.2132");getch(...

c++ on pointers

0 komentar
Pointer (variable pointer) is a variable that contains the memory address of a different variable.This address is the location of other objects (usually other variables) in the memory. For example, if a variable contains the address of another variable, the first variable is said pointing to the second variable.example script c++ pointer DOWNLOAD H...

script C++ sTudent login

1 komentar
#include #include typedef struct Date{int Hari [10];int dd;char mm[15];int yyyy;}user1;typedef struct Time{int h;int m;int s;}time;typedef struct Login{char ID;Time waktuLogin;Date tglLogin;}login;int main(){Login user1;printf("USER 1\n");printf("Tanggal Login\n");printf("\nID : ");scanf("%d",&user1.ID);printf("Hari : ");scanf("%s",&user1.tglLogin.Hari);printf("Tangal : ");scanf("%d",&user1.tglLogin.dd);printf("Bulan...

JAVA SWING......

2 komentar
import javax.swing.JOptionPane;class Orang { String nama = "Noname"; char gender = 'L'; int umur; void setNama(String n) { //mutator nama = n; } void setGender(char g) { gender = g; } void setUmur(int u) { umur = u; } String getNama() { //accessor return nama; } char getGender() { return gender; } int getUmur() { return umur; } void berjalan() { System.out.println(nama + " sedang berjalan"); }}public...

java programming language script Face Expression

0 komentar
try running this scripthappy codingclass EkspresiWajah { public String respons() { return ("Lihatlah reaksi wajah saya\n"); }}class Gembira extends EkspresiWajah { public String respons() { return ("Ha ha..hi hi..saya sedang gembira\n"); }}class Sedih extends EkspresiWajah { public String respons() { return ("Hik..hik...teganya dia berbuat itu..\n"); }}class Marah extends EkspresiWajah { public String respons() { return ("Hei..jangan...
 
Trends K N A Copyright © 2009
Fresh Girly Blogger Template Designed by Herro | Powered By Blogger