Search This Blog

Showing posts with label Education. Show all posts
Showing posts with label Education. Show all posts

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, 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.

Thursday, November 24, 2011

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)


Popular Posts