Study for Future
DBMS PAGES
- DBMS
- DIFFERENCE BETWEEN DATA AND INFORMATION
- DISADVANTAGES OF FILE-ORIENTED SYSTEM
- HISTORY OF DBMS
- INTRODUCTION OF DATABASE SYSTEM
- CHARACTERISTICS OF DATABASE
- Types of database
- INTRODUCTION TO DATABASE-MANAGEMENT SYSTEM
- DATABASE USERS & DATABASE ADMINISTRATORS
- LEVELS OF ABSTRACTION IN A DBMS
- THREE SCHEMA ARCHITECTURE
- DATA INDEPENDENCE in DBMS
- STORAGE MANEGE in DBMS
- DATABASE SYSTEM STRUCTURE in DBMS
- DATABASE DESIGN in DBMS
- DBMS FUNCTIONS in DBMS
- Schema and instance in DBMS
- Difference between File system & DBMS
Sunday, September 29, 2019
Thursday, September 26, 2019
Concepts of DBMS(Data Base Management System)
Introduction to basic concepts of Database system:
What is Data?
The raw facts are called as data. The word “raw” indicates that they have not been processed.Ex: For example 89 is the data.
What is information?
The processed data is known as information.Ex: Marks: 89; then it becomes information.
What is Knowledge?
1. Knowledge refers to the practical use of information.2. Knowledge necessarily involves a personal experience.
DATA/INFORMATION PROCESSING:
The process of converting the data (raw facts) into meaningful information is called as data/information processing.Note: In business processing knowledge is more useful to make decisions for any organization.
Friday, September 20, 2019
what is c programming language
What is C Programming Language? Basics, Introduction, and History.
What is C programming?
C is a general-purpose programming language that is extremely popular, simple and flexible. It is machine-independent, the structured programming language which is used extensively in various applications.
C was the basics language to write everything from operating systems (Windows and many others) to complex programs like the Oracle database, Git, Python interpreter and more.
It is said that 'C' is a god's programming language. One can say, C is a base for the programming. If you know 'C,' you can easily grasp the knowledge of the other programming languages that uses the concept of 'C'
It is essential to have a background in computer memory mechanisms because it is an important aspect when dealing with the C programming language.
History of C Language
History of C language is interesting to know. Here we are going to discuss a brief history of the c language.
C programming language was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A.
It was developed to overcome the problems of previous languages such as B, BCPL, etc.
Initially, C language was developed to be used in a UNIX operating system. It inherits many features of previous languages such as B and BCPL.
Let's see the programming languages that were developed before the C language.
Let's see the programming languages that were developed before the C language.
from StudyForFuture |
Subscribe to:
Posts (Atom)
Featured Post
Core and Advance Python
Language Fundamentals
-
What is C Programming Language? Basics, Introduction, and History. What is C programming? C is a general-purpose programming...
-
Introduction to basic concepts of Database system: What is Data? The raw facts are called as data. The word “raw” indicates t...