Jacob

Inspiring the world through Personal Development and Entrepreneurship. Experimenter in life, productivity, and creativity. Work in SenseCentral.
3568 Articles

Object-oriented language

Object-oriented languages help to manage complexity in large programs. Objects package data…

Jacob

Business-oriented languages

COBOL COBOL (common business oriented language) has been heavily used by businesses since its inception in…

Jacob

Computer programming language

Computer programming language, any of various languages for expressing a set of…

Jacob

Data structures

Whereas control structures organize algorithms, data structures organize information. In particular, data structures…

Jacob

Elements Of Programming

Despite notational differences, contemporary computer languages provide many of the same programming…

Jacob

Computer Programming – Summary

We appreciate your patience for going through this tutorial. We have tried…

Jacob

Computer Programming – File I/O

Computer Files A computer file is used to store data in digital…

Jacob

Computer Programming – Functions

A function is a block of organized, reusable code that is used…

Jacob

Computer Programming – Strings

During our discussion about characters, we learnt that character data type deals with…

Jacob

Computer Programming – Arrays

Consider a situation where we need to store five integer numbers. If…

Jacob