TechUpdate


Small Computer Interface
This article gives the information about small computer system interface. SCSI is a set of standard for physically connection and transferring data between computer and peripheral devices. Small Computer System Interface in short form SCSI is most commonly used for hard disk and tape drives, but it can connect a large connection of other devices, including scanners, and optical drives (CD, DVD, etc). SCSI is very high speed parallel or serial […]

What is Small Computer System Interface?


Data Complexity
Big data is a large amount of structured and unstructured data that grows exponentially. This data is difficult to control using database management tools and traditional data processing tools. Big Data is important in industries as large amount of data lead to better decision making. It can also be used for gathering potential customers. Let us consider for example you are posting something as “I am planning to go Goa […]

Big Data



Tool Chain
A Toolchain is the set of Programming Tools that are used to create software. The Tools are used in a chain , so that the output of each tool becomes the input for the next tool.   Editor: Editor is program in which we can write our code and edit that code. Gedit , kwrite are the examples of editors.   File name : Demo.c #include<stdio.h> #define MAX 10 int […]

ToolChain