21CS72 Cloud Computing and applications
Dhananjay GNDEC
Friday, October 25, 2024
Thursday, July 25, 2024
Quiz carries 20 Marks Please note following
Keep Ready a pdf file congaing answer for following question available in google Form
Write a C /Java program to
Tuesday, July 23, 2024
Assignment 2
write a C program to perform following
1. Program DataProducerA Produces a random number (minimum 200 values)
The random number generated are to be stored in file Data1.txt
2 Program DataProducerB Produces a random number (minimum 250 values)
The random number generated are to be stored in file Data2.txt
3 Program Mearge sort ( or any sorting algorithm)
Read data1.txt and data2.txt and generate sorted list
Save sorted list in data3.txt
4. Represent data in data3.txt as a min Heap in an array
Function to use
1. fopen, fread
2. rand()
Note: include header file
#include<stdlib.h>
#include<time.h>
#include<stdio.h>
send your code to
dhananjay@gndecb.ac.in
Saturday, July 13, 2024
Design and analysis of algorithm As per the prescribed syllabus of VTU
for any queries / corrections mail back to dhan_mak@yahoo.com
Wednesday, August 11, 2021
Code of ethics
Software
Engineering Code of Ethics
Software engineers
shall commit themselves to making the analysis, specification, design,
development, testing and maintenance of software a beneficial and respected
profession. In accordance with their commitment to the health, safety and
welfare of the public, software engineers shall adhere to the following Eight
Principles:
1. PUBLIC – Software engineers shall
act consistently with the public interest.
2. CLIENT AND EMPLOYER – Software engineers
shall act in a manner that is in the best interests of their client and
employer consistent with the public interest.
3. PRODUCT – Software engineers
shall ensure that their products and related modifications meet the
highest professional standards possible.
4. JUDGMENT – Software engineers
shall maintain integrity and independence in their professional judgment.
5. MANAGEMENT – Software engineering
managers and leaders shall subscribe to and promote an ethical approach to the
management of software development and maintenance.
6. PROFESSION – Software engineers
shall advance the integrity and reputation of the profession consistent with
the public interest.
7. COLLEAGUES – Software engineers shall
be fair to and supportive of their colleagues.
8.
SELF
– Software engineers shall participate in lifelong learning regarding the
practice of their profession and shall promote an ethical approach to the
practice of the profession.
Software Engineering Code of Ethics
Software engineers
shall commit themselves to making the analysis, specification, design,
development, testing and maintenance of software a beneficial and respected
profession. In accordance with their commitment to the health, safety and
welfare of the public, software engineers shall adhere to the following Eight
Principles:
PUBLIC |
Software engineers
shall act consistently with the public interest. |
CLIENT AND EMPLOYER |
Software engineers
shall act in a manner that is in the best interests of their client and
employer consistent with the public interest. |
PRODUCT |
Software engineers
shall ensure that their products and related modifications meet the
highest professional standards possible |
JUDGMENT |
Software engineers
shall maintain integrity and independence in their professional judgment. |
MANAGEMENT |
Software engineering managers and
leaders shall subscribe to and promote an ethical approach to the management
of software development and maintenance. |
PROFESSION |
Software engineers
shall advance the integrity and reputation of the profession consistent with
the public interest |
COLLEAGUES |
Software engineers shall be fair to
and supportive of their colleagues. |
SELF |
– Software engineers
shall participate in lifelong learning regarding the practice of their
profession and shall promote an ethical approach to the practice of the
profession. |
Friday, May 14, 2021
Sunday, May 9, 2021
Quiz 1 on Module1 of IoT 17CS81
Before you start solving quiz, make sure that you have gone through the notes of module 1. You have prepared a scanned copy of case study on IoT.
click the following link to solve quiz
or copy and paste the URL in your browser
https://docs.google.com/forms/d/19G8RXQz7OdkDekFB6QUsqkRSGG5Wp4A_C3rwyt-iZA8/edit?usp=sharingCase study: IoT impact
Prepare a Case study using Internet Source. The case study shall reflect how IoT has an Impact on the process/operational management and control. Keep it ready befor you attempt Quiz for IOT.
According to a Covid-19 impact in Indian IoT research by Goldstein Market Intelligence, the Indian IoT market is expected to reach USD 1 Trillion in the next 5-7 years, growing at the Compound Annual Growth Rate (CARG) of 17.1%.
With the help of IoT, India has been converting the nation into a digitized state-of-the-art nation, assisting it in improving efficiencies and economies of scale.
Organizations are taking on this investment of smart video surveillance systems to keep a constant check on their enterprise, even if it involves a high price.
Source: https://www.iotforall.com
Few area where they are being used successfully are mentioned below:
- Inventory management
- Tracking
- Internal and external security
- Efficient environment
- Monitor multiple branches and ATM units
- Crime deterrence
- Asset management
- Data analytic
- Remote Access Contro
Cloud Computing
21CS72 Cloud Computing and applications PPT for module 1 and Module 2
-
21CS72 Cloud Computing and applications PPT for module 1 and Module 2
-
Design and analysis of algorithm As per the prescribed syllabus of VTU for any queries / corrections mail back to dhan_mak@yahoo.com
-
Assignment 2 write a C program to perform following 1. Program DataProducerA Produces a random number (minimum 200 values) The random numb...