Links

 
 

Executable and Linkable Format

dowloadExecutable and Linkable Format, or commonly abbreviated as ELF is the default file format executables, object code, shared libary and core dumps. extensions can not. o,. so,. elf,. exe. From some of these files is usually a file – binary files, shared libraries, core dump. If the linux of course we often find the file – the file format. So. nah this file is supporting files an application at the library on linux, so klo willing to open its contents are written in binary. (Very hard to read the manual)

ELF ELF file consists of a header followed by file data. Where data files include:
- Program header table
- Section header table Read more »

Tags: , ,   Posted in Definition, computer

Between Bits and Bytes ?

bit-byteWhat is the difference between Bits and Bytes? whether the same or different ? The terms bit and byte are common in computer networking. Both terms refer to digital data transmitted over a network connection. For example, bits and bytes both may represent network addresses or port numbers. Read more »

Tags: , , ,   Posted in Definition, answers, computer, internet

Operating System

os1 Operating system constitutes an infrastructure software component a computer system where on hands for management and coordination of activity and a variety of computer resource. The operating system acts as a host for applications that are run on the machine. As a host, one of the purposes of an operating system is to handle the details of the operation of the hardware.

This relieves application programs from having to manage these details and makes it easier to write applications. Almost all computers, including handheld computers, desktop computers, supercomputers, Read more »

Tags: ,   Posted in Definition