ARTICLES ABOUT CONTACT PRIVACY POLICY


The Information Technology Experience

Object-Oriented Programming

Exception Handling

Exception handling involves dealing with errors that occur while the program is executing. An exception is a signal generated when an abnormal event has occurred in a running program. It is used to manage situations which are outside the normal flow of program execution.
Exception Handling Header Image
READ ARTICLE



Programming

Random Access Files in C Programming

A record is a collection of fields for a single entity. A field is a collection of bytes that has meaning, e.g. a student's age, or grade or last name. All of these are individual fields. A byte is the smallest unit of information in the file, the entire file is seen as just a stream of bytes.
Files Header Image
READ ARTICLE



Programming

Arrays in C Programming

An array is defined as a homogeneous contiguous block of memory. Array is a collection of variables of same data type having the same name. It is a data structure consisting of related data items. Array elements are stored in sequential memory and contiguous locations. Arrays are “static” entities in that they remain the same size throughout program execution.
Arrays Header Image
READ ARTICLE









Welcome To The Information Technology Experience

The Information Technology Experience (ITXP) was founded by DASB Productions in 2020. This blog was designed to aid with information technology based queries. We hope one of our articles were able to resolve whatever issue you were having. If not, please feel free to contact us at the address provided below and detail your query. We aim to resolve your issue as fast as possible.

Contact Us

theitexperi@gmail.com

St. Catherine, Jamaica

8.1096° N, 77.2975° W

What is Information Technology

the study involving the development and maintenance of electronic equipment, especially computers, networks, telecommunications devices and computer systems, for storing, accessing, processing and distribution of data.
Information Technology is not limited to the manipulation of physical devices but is extended to and encompasses the knowledge and resources pertaining to electronic apparatus, how they operate, how they are designed, mechanics, the logic supporting why they behave in a certain manner and the methodology and contextual procedures that are responsible for why these devices behave in such a fashion.

~The ITXP