Search This Blog

Monday, January 9, 2012

Definitions of Computer and Internet Terms

A

AccessAccess PointActive-MatrixAdd-onADSLAdwareAffiliateAGPAIFFAnalogAndroidAPIMore...

B

BackboneBandwidthBase StationBASICBatch FileBatch ProcessBccBeta SoftwareBIOSBitmapBitrateBitTorrentMore...

C

C/C++CADCamera RAWCaptchaCard ReaderCcCCDCellCertificateChipClientClock SpeedMore...

D

DACDashboardData ManagementData TypeDBMSDDRDDR2DebugDebuggerDefragmentDel.icio.usDesktop PublishingMore...

E

E-mail BankruptcyEdutainmentEIDEEmoticonEmulationEncryptionEnd UserEPSExpansion CardExternal Hard DriveMore...

F

FacebookFiber-Optic CableFIFOFile ExtensionFile FormatFile SystemFilenameFirewallFirewireFirmwareFlamingFlash DriveMore...

G

GibibyteGigaflopsGIGOGnutellaGPSGPUGUIMore...

H

HalftoneHandleHard CopyHard DiskHard TokenHDMIHDVHeat SinkHexadecimalHFSHibernateHitMore...

I

I/OICANNICQICTIGPIllegal OperationIMIMAPImpressionIndexInfotainmentInkjetMore...

J

JavaJavaScriptJoystickJSPMore...

K

KbpsKDEKerningKeyboard ShortcutKeyloggerKeywordsKibibyteKVM SwitchMore...

L

LANLaser PrinterLCDLeaderboardLeafLEDLIFOLinkedInLinuxLocalhostLogic GateLosslessMore...

M

MAC AddressMac OS XMacroMainframeMalwareMarkup LanguageMashupMbpsMebibyteMediaMemory ModuleMemory StickMore...

N

Name ServerNASNATNative FileNetiquetteNetwork TopologyNewbieNewsgroupNICNodeNon-Impact PrinterNTFSMore...

O

OASISOCRODBCOpen SourceOpenGLOptical DriveOptical MediaOSDOutput DeviceMore...

P

P2PPage OrientationPage ViewParallel PortParsePartitionPathPCIPCI ExpressPDAPDFPebibyteMore...

Q

Quad-CoreQueueQuickTimeQWERTYMore...

R

RADCABRaster GraphicRaw DataRaw FileReal-TimeRecursionRecursive FunctionRefreshRefresh RateRemote AccessRemote DesktopRemote UserMore...

S

Safe ModeSampleSamplingSATAScreenshotScriptSCSISDSDKSDRAMSecondary StorageSEOMore...

T

T1T3TagTape DriveTarget Disk ModeTask BarTCP/IPTebibyteTechnology ServicesTelecommunicationsTelnetTerabyteMore...

U

UUnfriendUnixUnmountUPSURIUser InterfaceMore...

V

VectorVector GraphicVGAVideo CardVirtual MemoryVirtual RealityVirtualizationVisual BasicVLEVoIPVolumeVRAMMore...

W

W3CWANWaveformWeb 2.0Web HostWeb RingWebcamWebmasterWEPWhite BalanceWhite PaperWHOISMore...

X

X86XHTMLXMLMore...

Y

Y2KMore...

Z

ZettabyteZipMore...



Take From: http://www.sharpened.net/glossary/

Monday, December 5, 2011

Free download djvu ebook reader

DjVu (pronounced like déjà vu) is a computer file format designed primarily to store scanned documents, especially those containing a combination of text, line drawings, and photographs. It uses technologies such as image layer separation of text and background/images, progressive loading, arithmetic coding, and lossy compression for bitonal (monochrome) images. This allows for high-quality, readable images to be stored in a minimum of space, so that they can be made available on the web.

Sunday, December 4, 2011

Free Download Freemat for windows

FreeMat screenshot Linux.png 
FreeMat iconFreeMat is a free open source numerical computing environment and programming language, similar to MATLAB and GNU Octave. In addition to supporting many MATLAB functions and some IDL functionality, it features a codeless interface to external C, C++, and Fortran code, further parallel distributed algorithm development (via MPI), and has plotting and 3D visualization capabilities.

Monday, November 28, 2011

Matematika Diskrit (Materi Kuliah)

Discrete mathematics is the study of mathematical structures that are fundamentally discrete rather than continuous. In contrast to real numbers that have the property of varying "smoothly", the objects studied in discrete mathematics – such as integers, graphs, and statements in logic[1] – do not vary smoothly in this way, but have distinct, separated values.[2] Discrete mathematics therefore excludes topics in "continuous mathematics" such as calculus and analysis. Discrete objects can often be enumerated by integers. More formally, discrete mathematics has been characterized as the branch of mathematics dealing with countable sets[3] (sets that have the same cardinality as subsets of the natural numbers, including rational numbers but not real numbers). However, there is no exact, universally agreed, definition of the term "discrete mathematics."[4] Indeed, discrete mathematics is described less by what is included than by what is excluded: continuously 
varying quantities and related notions.

tutorial Matlab

 MATLAB-R2008a-for-Linux.png 
MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, Java, and Fortran.

How to Implement a Binary Tree Using Pascal

Binary trees can form the building blocks of efficient searching and sorting algorithms and because of this have wide application in computer science. As Pascal has support for records and pointer types, you can elegantly implement binary trees in it. Use your Pascal program as the basis of a binary heap priority queue or modify it to support any kind of comparable data.

instruction:
    • Open a new Pascal file in your text editor or IDE.
    • Add following line to the file:
      program bintree;
    • Type the next section of code into your editor to define the basic types for the binary tree:
      Type
      BinTree = ^Node;
      Node = Record
      I: integer;
      L, R: BinTree;
      end;


Friday, November 25, 2011

free download Translator Inggris-Indonesia Transtool 9 Full, Kamus 2.04, Translator XP, Rekso Translator, E Type

Steadily from language translation software in the world. Transtool usually limit its use in today you can download a version of this for free to trastool forever.did interest you?

The latest transtool you can download here is transtool 9 full version. Transtool 9 has undergone various improvements transtool very rapidly compared with the previous version. In transtool 9, the
database used comprehensive and enriched. Besides the ability to translate and translate owned by transtool 9 has been enhanced so that the translation be better than previous versions transtool. Wow cool bro? do not want to wait to download it?? just calm patience before yes ...

 
Transtool 9 can be downloaded from the link - the link below. For those of you who do not support a

Thursday, November 24, 2011

cara menghilankan logo blog/navbar (how to remove blog/navbar logo)

to remove the logo of navigator of blog, it's very-very easy. follow the step below to do this,,,,,

  1. Login to your blog
  2. goes to design
  3. click edit HTML
  4. Find code ]]></b:skin>
  5. after you found this, take this code above :  #navbar { display: none; }
like this :

#navbar { display: none; }
]]></b:skin>
it is very easy right,,,  happy trying,,,,,
take from : http://gelorakim.blogspot.com/2010/10/cara-menghilankan-logo-blognavbar.html


INTRODUCED JAVA

Java is a programming language expressly designed for use in the distributed environment of the Internet. It was designed to have the "look and feel" of the C++ language, but it is simpler to use than C++ and enforces an object-oriented programming model. Java can be used to create complete applications that may run on a single computer or be distributed among servers and clients in a network. It can also be used to build a small application module or applet for use as part of a Web page. Applets make it possible for a Web page user to interact with the page.

The major characteristics of Java are:
  • The programs you create are portable in a network. (See portability.) Your source program is compiled into what Java calls bytecode, which can be run anywhere in a network on a server or client
  • The code is robust, here meaning that, unlike programs written in C++ and perhaps some other languages, the Java objects can contain no references to data external to themselves or other known objects. This ensures that an instruction can not contain the address of data storage in another application or in the operating system itself, either of which would cause the program and perhaps the operating system itself to terminate or "crash." The Java virtual machine makes a number of checks on each object to ensure integrity.
  • Java is object-oriented, which means that, among other characteristics, an object can take advantage of being part of a class of objects and inherit code that is common to the class. Objects are thought of as "nouns" that a user might relate to rather than the traditional procedural "verbs." A method can be thought of as one of the object's capabilities or behaviors.
  • In addition to being executed at the client rather than the server, a Java applet has other characteristics designed to make it run fast.
  • Relative to C++, Java is easier to learn. (However, it is not a language you'll pick up in an evening!)


Wednesday, November 23, 2011

Microsoft Office 2007

Microsoft Office 2007 (officially called 2007 Microsoft Office System) is a Windows version of the Microsoft Office System, Microsoft's productivity suite. Formerly known as Office 12 in the initial stages of its beta cycle, it was released to volume license customers on November 30, 2006[4] and made available to retail customers on January 30, 2007. These are, respectively, the same dates Windows Vista was released to volume licensing and retail customers. Office 2007 contains a number of new features, the most notable of which is the entirely new graphical user interface called the Fluent User Interface[5] (initially referred to as the Ribbon User Interface), replacing the menus and toolbars – which have been the cornerstone of Office since its inception – with a tabbed toolbar, known as the Ribbon. Office 2007 requires Windows XP with Service Pack 2 or higher, Windows Server 2003 with Service Pack 1 or higher, Windows Vista or Windows 7.[6] Office 2007 is the last version of Microsoft Office which is officially supported on Windows XP Professional x64 Edition.
The 'Ribbon User Interface' is a task-oriented Graphical User Interface (GUI). It features a central menu button, widely known as the 'Office Button'. The Ribbon Interface has been improved in Microsoft Office 2010.
Office 2007 also includes new applications and server-side tools. Chief among these is Groove, a collaboration and communication suite for smaller businesses, which was originally developed by Groove Networks before being acquired by Microsoft in 2005. Also included is Office SharePoint Server 2007, a major revision to the server platform for Office applications, which supports "Excel Services", a client-server architecture for supporting Excel workbooks that are shared in real time between multiple machines, and are also viewable and editable through a web page.
Microsoft FrontPage has been removed from the Office suite entirely. It has been replaced by Microsoft Office SharePoint Designer, which is aimed towards development of SharePoint portals. Its designer-oriented counterpart Microsoft Expression Web is targeted for general web development. However, neither application has been included in Office 2007.
Speech recognition and handwriting recognition are now part of Windows Vista. Speech and ink components have been removed from Office 2007.[7][8] Handwriting and speech recognition work with Office 2007 only on Windows Vista or Windows XP Tablet PC Edition. However, XP users can use an earlier version of Office to use speech recognition.[9]
According to Forrester Research, as of May 2010, Microsoft Office 2007 is used in 81% of enterprises it surveyed (its sample comprising 115 North American and European enterprise and SMB decision makers).

Readmore>>>here(wikiopedia)

How to install M.S Office 2007

 Microsoft Office 2007 Logo 
The Microsoft Office Core Applications
The Step to instal this:
Step one :
Open the Directory place of softwareor run the CD Of M.S Office 2007
 step 2: 
Click setup
 and than, you will see,,
 like the picture below,,
in this step, you need to enter the serial key, after enter the serial key, pres continue,,
and than,
step 3:
you will see the picture like below,,
you can costumize your instalation, and you also can Installl Now, press which one do you need.

if you press install now, wait until the instalation finished,.

step 4 :
close the instalation, and run the aplication.

Tuesday, November 22, 2011

gravatar Rational Rose Tutorial installation




Below are the steps for the installation process Rational Rose

Step 1


Open the folder winrar 3 truz rational 2x click on setup.exe and it will appear like this (not to be used in ekstrax):

Step 2

select Rational Rose Enterprise Edition and click Next
  
s


Step 3
select desktop installation from cd image then Next
  
step 4 :
and will appear Preparing to install
  
 Wait until the process is complete then appears as shown below
  
 step 5 :
and then click Next and it will appear as below
  
step 6:
Select Accept and the next
 
step 7:
Next immediately wrote (to choose where the uninstall it)
 
step 8:
select rose there addin and Next truz select install
 
 And the picture will appear like this:
  
step 9 :
If there is a message erorrr just click ok ...
And wait until finished ...
And will display like this picture:

 
step 10 :
select the reply form on the back (liense key administrator wizard) and Select imports rose ratinal liense next 
 
step 11:
before we extrax ketahap following his first td 03.rar file rational rose locate a place to extract the file browser column
 
   
 step 12 :
after which we can extract the file and then open the folder td crack and select (click)  allic then click open
 
step 13
and you will look like this picture, then click the button import 
 
step 14 :
 then press the import again   
 
if succes you will se like this :
 
 take from :
 http://dvc16.blogspot.com/


Happy trying.,,,
 

-- --semoga bermanfaat untuk anda-- --- welcome to Belajar Iseng-Iseng-

-- --semoga bermanfaat untuk anda-- --- welcome to Belajar Iseng-Iseng-

Monday, November 21, 2011

Avast Antivirus free downoad

Avast Screen.PNG


Avast! is an antivirus computer program developed by AVAST Software a.s. (formerly known as ALWIL Software a.s.), a company based in Prague, Czech Republic. It was first released in 1988[1] although back then it was just a tool to remove the Vienna malware. In 1995 Ondrej Vlček wrote the first anti-virus software for Windows 95 while he was still busy finishing his university studies.
Avast! is based on a central scanning engine that is certified by ICSA Labs[2] and West Coast Lab's Checkmark process[3] and incorporates anti-spyware technology, also certified by West Coast Lab's Checkmark process,[4] as well as anti-rootkit and self-protection capabilities. It is a multiple recipient of the Virus Bulletin VB100 Award for its detection of 100% of "in-the-wild" viruses,[5] and is a past winner of the Secure Computing Readers' Trust Award.[6] The name Avast is derived from "Anti-Virus – Advanced Set".[7] Its trademarked name is styled in all lower-case and includes an exclamation mark, and a slogan 'be free'.
Avast! Free Antivirus is the freeware version of the Avast! antivirus software available to Microsoft Windows and Linux users, while Avast! Pro Antivirus is offered to businesses and users who want additional features. Priority updates are delivered automatically using PUSH update technology in Avast! Pro Antivirus. Avast! Pro Antivirus also has a command line scanner and a script blocker; however, in version 6, the script blocker is available to users of the free version.[8]
Avast! Antivirus is a widely used antivirus program, with over 165 million users worldwide as of October 2011.
 
readmore>>>>>here
 
to download click here>>>>>> 


Popular Posts