Data Structure and Algorithm | Reference Notes

Stack Stack is a data structure in which last element inserted is the first to come out, Last In First Out (LIFO). Static Stack is implemented with array, and pointer (end) for inserting and removing element from the array. Stack has push, pop, display methods. class stk{ int data[]; int top; public stk(){ data = new int[10]; top = […]

Data Mining and Data Warehousing | Short Questions and Answer

Data Mining and Data Warehousing | Important Question Answer Define data mining. Data mining is technique of extracting hidden, unknown knowledge from a huge volume of data. What is data pre-processing in data mining? Data pre-processing is process of preparing data for data mining task. Data pre-processing removes redundancies from data, makes data consistent, error-free, […]

Web Programming – II (PHP) | Short Question Answer | IMPORTANT

Web Programming – II (PHP) | Short Question Answer What is PHP? PHP stands for Hypertext Pre-processor. PHP is a server side scripting language and  scripts are executed on server that is used to develop Static websites or Dynamic websites or Web applications. Syntax: <?php // PHP code goes here ?> List out the advantage of using PHP PHP […]

Data mining and Data warehousing | BIM | TU Solution | Year 2022

Group A 1. Data mining and Data warehousing Brief Answer Questions. 1. Mention any two data mining techniques. Classification: This is a technique used to categorize data into different classes or groups based on their attributes or characteristics. It involves building a model that can predict the class of new data instances based on their […]

Unit 1: Orientation and First Steps

PHP is a popular server-side scripting language that is used to develop dynamic web applications. Here are some orientation and first steps to get started with PHP: Install PHP: The first step is to install PHP on your computer. You can download the latest version of PHP from the official website. You may also need […]

Data Communication & Computer Networks | BIM | BIT | BCIS

 

Database Management System | Notes | BIM, BBA, BIT, BCA, BSc.CSIT, BBM, BCIS,

This contents are for references purposes only. Look this content according to your syllabus. This contents covered syllabus for BBA, BIM, BCA, BSc.CSIT, BIT, BCIS, BBM, BBA-F, Computer Engineering. You can access others content from “DBMS Additional Files” Button.

Organizational Behavior

MGT 203: Organizational Behavior | Notes | Best Notes

Organizational Behavior | Notes  for BBA, BIM, BBM, and BBS of  Tribhuvan University Organizational Behaviour is the understanding, prediction, and management of human behavior in an organization. Easy and Best Notes for Student Also Read: Organizational Behaviour 

Business Environment in Nepal | Notes | BBA, BIM, BBS, BBM