fakecineaste
Saturday, May 18, 2013
KVM
›
KVM A KVM switch (with KVM being an abbreviation for "keyboard, video and mouse") is a hardware device that allows a user to c...
Tuesday, April 23, 2013
What will happen if we don’t override the hashcode method?
›
What will happen if we don’t override the hashcode method? If two objects are same then they must return same value in hashcode() and...
Wednesday, April 17, 2013
Software design document
›
Software design document A software design document (SDD) is a written description of a software product, that a software designer wri...
Statement of work
›
Statement of work A statement of work (SOW) is a formal document that captures and defines the work activities, deliverables, and time...
Frameworx (NGOSS)
›
Frameworx (NGOSS) Frameworx, formerly known as NGOSS or "New Generation Operations Systems and Software" is the TeleManageme...
Monday, April 15, 2013
Disk Performance Calculation
›
A disk is double interleaved, as in the figure bellow. It has 8 sectors of 512 bytes per track, and a rotation rate of 300 rpm ...
How does Assembly Code run on a microprocessor?
›
every program that is run on a computer is being executed inside the processor The microprocessor or Central Processing Unit (CPU) is the ...
Binary Arithmetic Operations
›
Rules of Binary Addition 0 + 0 = 0 0 + 1 = 1 1 + 0 = 1 1 + 1 = 0, and carry 1 to the next more significant bit For example, 000...
two's complement
›
two's complement is the way every computer I know of chooses to represent integers. To get the two's complement negative notation o...
Flip Flops
›
In the electronics world, a flip-flop is a type of circuit that contains two states and are often used to store state information. By sen...
Sunday, April 14, 2013
Associative array
›
Associative array In computer science, an associative array, map, or dictionary is an abstract data type composed of a collection of ...
What is MultiValue Database?
›
What is MultiValue Database? MultiValue is a type of NoSQL and multidimensional database, typically considered synonymous with PICK, a...
jbase database
›
jbase database jBase is a MultiValue Database software developed by jBASE International http://www.jbase.com/
Matrix management
›
Matrix management Matrix management is a type of organizational management in which people with similar skills are pooled for work assignm...
Thursday, April 11, 2013
Stages of Linux Boot Process
›
Linux Init Process: BIOS: The Basic Input/Output System is the lowest level interface between the computer and peripherals. The BIOS p...
Wednesday, April 10, 2013
IPsec interview questions
›
IPsec Internet Protocol Security (IPsec) is a protocol suite for securing Internet Protocol (IP) communications by authenticating and en...
What is the difference between a PAL and a PLA?
›
PLA is programmable logic array while PAL is Programmable Array Logic. PLA is a kind of programmable logic device used to implement combi...
CMOS vs TTL
›
What are the Basic Differences Between CMOS and TTL Signals? CMOS compared to TTL: CMOS components are typically more expensive tha...
microprocessors
›
DRAM Dynamic random-access memory (DRAM) is a type of random-access memory that stores each bit of data in a separate capacitor withi...
IP address classes
›
An Internet Protocol address (IP address) is a numerical label assigned to each device connected to a computer network that uses the Intern...
‹
›
Home
View web version