INTRO TO INFORMATION MANAGEMENT Flashcards
Purpose of information management?
design, develop, manage, and use information with insight and innovation. support decision-making and create value for individuals, organizations, communities, and societies.
This programming language makes use of a step-by-step approach for breaking down a task into a collection of routines (or subroutines) and variables by following a sequence of instructions.
PROCEDURAL
It involves the concept of classes and objects. Hence, it divides the program into tiny chunks known as objects. These are actually instances of classes.(method)
OOP
Traditional ways in coding PHP
(doing 3 things in same place inside a code)
procedural
a programming model that follows the concept of objects. The objects contain codes in the form of methods and data in the form of attributes.
OBJECT ORIENTED PROGRAMMING (OOP)
What is Information Management Course?
deals with managing information within an organization and gives emphasis on creating a system to manage data/information for everyday use.
This programming model give importance to the data rather than functions or procedures (IMPORTANCE)
OOP
coding using MVC
OOP
The main focus is on data security. Hence, it only permits objects to access the class entities. (BASIS)
OOP
The main focus is on how to do the task, meaning, on the structure or procedure of the program. (BASIS)
PROCEDURAL
This programming language uses objects and classes for creating models based on the real-world environment. This model makes it very easy for a user to modify as well as maintain the existing code while new objects get created by inheriting the characteristics of the present ones.
OOP
MVC stands for:
MODEL, VIEW, CONTROLLER
(12) Languages Used in Object Oriented Programming
Java, Python, C#, C++, JavaScript, PHP, Ruby, Dart, Perl, Swift, Scala, Objective.
It does not offer any method of hiding data. Thus, it is less secure when compared to Object Oriented Programming. (BASED ON SECURITY)
PROCEDURAL
Hiding data is possible with ________ ________ ___________ due to the abstraction. Thus, it is more secure than Procedural Programming. (SECURITY)
OOP (OBJECT ORIENTED PROGRAMMING)