Skip to main content

Posts

1ST semester BCom ACCOUNTING text book

  1ST semester BCom  ACCOUNTING text book     ----------------- CONTENTS ----------------- Chapter 1.1 Origin of Accounting Chapter 1.2 Meaning of Accounting and Book-Keeping Chapter 1.3 Book-Keeping vs. Accounting Chapter 1.4 Need for Accounting Chapter 1.5 Objectives of Accounting Chapter 1.6 Process of Accounting Chapter 1.7 Limitations of Accounting Chapter 1.8 Stake holders of Accounting Chapter 1.9 Branches of Accounting Chapter 1.10 Principles of Accounting Chapter 2.1 Double Entry System Chapter 2.2 Classification of Accounts Chapter 2.3 Meaning of Journal Chapter 2.4 Significance of Journal Chapter 2.5 Golden rules of Accounting Chapter 2.6 Journalizing Process Chapter 2.7 Practical Illustrations Chapter 3.1 Introduction to Ledger Chapter 3.2 Meaning and Definition of Ledger Chapter 3.3 Significance of Ledger Chapter 3.4 Advantages of Ledger Chapter 3.5 Format of Ledger Chapter 3.6 Ledger Posting and Balancing Process Chapter 3.7 Differences between Journal ...

BCOM DATASCIENCE AND PYTHON NOTES

  Click here  BCOM DATASCIENCE AND PYTHON NOTES Data science is a multidisciplinary field that uses various techniques and tools to extract valuable insights and knowledge from data. Python is a popular programming language for data science due to its versatility, extensive libraries, and a strong community of users. Here are some brief notes on data science using Python: 1. **Python for Data Science**:    - Python is widely used for data manipulation, analysis, and visualization.    - Libraries like NumPy, pandas, and Matplotlib provide essential data handling and visualization capabilities. 2. **Data Collection and Cleaning**:    - Data is collected from various sources, such as databases, APIs, or web scraping.    - Cleaning involves handling missing values, outliers, and ensuring data consistency. 3. **Data Analysis**:    - Pandas is a popular library for data manipulation, including filtering, aggregation, and transformati...

OUR NEW WEB SITE SKILLUPDATES4U.COM

 Dear friends,    Thank you very much for accepting our blog ndcmetrials.blogspot.com. Very shortly we are going to launch one more website id is skillupdates4u.com web site. For this we are planning to prepare Aptitude, Reasoning, English, Preparation Tests freely. I hope you will encourage our efforts. I will give more details shortly.  

OS MATERIALS FOR BCA

  OS MATERIALS FOR BCA UNIT-1: Operating System is an Interface between a Computer User and Computer Hardware. Every general-purpose Computer must have an Operating System to run other programs and applications. It acts as an intermediary between user and computer.  An Operating System (OS) is a System Software that controls and co- ordinate the execution of the programs.  The purpose of an Operating System is to provide an environment in which the Users can execute his Programs.  The Primary Goal of an Operating System is to make the Computer Systems convenient to use.  The Secondary Goal of an Operating System is to use the Computer Hardware in an efficient manner A Computer System Can be divided roughly into four Components: a. The Hardware b. The Application Programs c. The Operating Systems d. The Users a) The Hardware: The Central Processing Unit (CPU) Memory, I/O Devices Provides The Basic Computing Services For The Systems. b) The Application Programs: The Application P...

The world's newest programming languages

  The world's newest programming languages Elixir: On the Erlang virtual machine (BEAM), Elixir is a functional, concurrent, general-purpose programming language. It was produced by José Valim and initially made available in 2011. Elixir is well-liked for creating distributed and fault-tolerant systems because of its productivity, scalability, and fault-tolerance properties. Here are some of Elixir's main attributes and ideas: 1.        Elixir emphasises immutability, pure functions, and data transformation because it adheres to the principles of functional programming. It promotes declarative programming in code. 2.     Scalability and Concurrency: Elixir is built to handle distributed and concurrent processing. It enables small lightweight processes (called "actors") that can manage millions of concurrent jobs effectively, communicate through message passing, and run in parallel. 3.   Erlang is the source of Elixir's fault tolera...

Virtual Reality (VR) and Augmented Reality (AR)

  Virtual Reality (VR) and Augmented Reality (AR) The goals of Virtual Reality (VR) and Augmented Reality (AR), two separate technologies, are to improve our perception of and interaction with the outside world. Virtual reality and augmented reality have been popular terms in the technological industry for more than ten years. But consumer goods utilising these cutting-edge technology advancements are still not commercially available. Our daily lives hardly involve virtual reality or augmented reality. Despite becoming well-known on the market, VR and AR are still relatively young technology in 2021. Virtual Reality (VR) : A simulated environment produced by computer technology is referred to as virtual reality. It isolates the user from their surroundings by engulfing them in a wholly virtual world. Wearing a head-mounted display (HMD) that covers the user's eyes and shows a stereoscopic 3D view of the virtual world is the standard method for experiencing VR. Additionally, it ...

EDGE COMPUTING

  EDGE COMPUTING OVERVIEW: Edge computing is the decentralised technique of processing data and executing applications closer to the source of data generation, as opposed to depending on a centrally managed cloud infrastructure. Edge computing brings edge devices, such as Internet of Things (IoT) gadgets, sensors, or user gadgets, closer to computer resources, such as processing speed, storage capacity, and networking skills. The central cloud server receives data from edge devices as part of the traditional cloud computing model for processing and analysis. With the growth of IoT and the desire for low-latency applications and real-time data processing, edge computing has emerged as a solution to these issues. Edge computing offers various advantages by bringing computer power closer to the edge: Reduced latency: Edge computing cuts down on the amount of time data must travel back and forth between devices and the cloud by processing data locally at the edge. This is essent...