Wednesday, November 20, 2024

Updated PPT 21CS72

 

Link to download / view PPT

For any quires mail to:

dhananjay@gndecb.ac.in

Assignment 21CS72 cloud computing

 

Assignment

1 Study the architecture of VBOX from Oracle 

2 compare architecture with VMware

3. Down load Vbox image 

Link https://www.virtualbox.org/wiki/Downloads

4 Download Ubuntu image 

Link  https://ubuntu.com/download/desktop 20 LTS server

Configure VBox as per your system resources

Run ubuntu desktop VM

Connect your VM system with host OS



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 

1 Exchange values of two given variable without using third variable or pointer. 5 marks
2. Identify number of bits Required to represent an integer number  
 5 Marks
No functions are to be called. 
Upload a single PDF file with file name as your USN Ex. 22AI089.pdf


Use the following link to upload pdf and answer all questions

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.

 

Updated PPT 21CS72

  Link to download / view PPT For any quires mail to: dhananjay@gndecb.ac.in