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
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
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
Design and analysis of algorithm As per the prescribed syllabus of VTU
for any queries / corrections mail back to dhan_mak@yahoo.com
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 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. |
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=sharingPrepare 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:
Define IOT. Explain evolution phase of IOT
Compare IT and OT ? How IoT can play vital role in bridging the gap.
How IoT can impact the society. Explain using a case study of India.
What aspects are important to build an IoT based network architecture.
Explain Architecture of IOT Network with its comparison.
Difference Between IT and IOT also list the challenges of IOT.
With neat diagram explain simplified IOT Architecture.
Explain Concept of IOT data management with diagram.
What is the role of things and Internet in IoT?
What is IoT? Explain components in IoT.
What are the differences between machines in M2M and Things in IoT?
Explain evolutionary phases of the internet.
Illustrate the challenges of IoT and their impact, with any example.
List and explain the challenges and problems that IoT is currently facing.
Explain oneM2M IoT Standardized Architecture with a neat diagram.
Explain the IoT architectural drivers.
With a neat diagram explain the IoTWF standardized architecture.
Explain in detail the expanded simplified IoT architecture.
Explain in detail the communication network layer. Illustrate the various access technologies with respect to distances.
Explain the 2 types of gateway and backhaul sublayers.
With a neat diagram explain the fog computing model along with its defining characteristics.
What is edge computing? Explain with example.
Illustrate the hierarchy of edge, fog and cloud with a neat diagram.
ALGORITHMS AND DATABASE MANAGEMENT SYSTEMS LABORATORY
Course Code: 20SCSL16
1. Program to implement Ford-Fulkerson method
2. Program to implement Naive algorithm.
3. Program to implement Rabin - Karp algorithm.
4. Program to implement Boyer – Moore algorithm.
5. Program to implement Monte Carlo algorithm.
1. Develop a database application to demonstrate storing and retrieving of BLOB and CLOB objects.
a. Write a binary large object (BLOB) to a database as either binary or character (CLOB) data, depending on the type of the field in your data source. To write a BLOB value to the database, issue the appropriate INSERT or UPDATE statement and pass the BLOB value as an input parameter. If your BLOB is stored as text, such as a SQL Server text field, pass the BLOB as a string parameter. If the BLOB is stored in binary format, such as a SQL Server image field, pass an array of type byte as a binary parameter.
b. Once storing of BLOB and CLOB objects is done, retrieve them and display the results accordingly
program uses MySQL PHP. (installed through XAMPP)
Start Apache and Mysql using XAMPP control
store PHP files in XAMPP/htdocs
Store image file in htdoc folder
Open php file in local browser
database output_images(
| imageId | tinyint(3) |
| imageType | varchar(25) |
| imageData | mediumblob |
Solution using Oracle 11g Express edition
3. Design and develop a suitable Student Database application by considering appropriate attributes. Couple of attributes to be maintained is the Attendance of a student in each subject for which he/she has enrolled and Internal Assessment Using TRIGGERS, write active rules to do the following:
a. Whenever the attendance is updated, check if the attendance is less than 85%; if so, notify
the Head of the Department concerned.
b. Whenever, the marks in an Internal Assessment Test are entered, check if the marks are
less than 40%; if so, notify the Head of the Department concerned.
INTERNET OF THINGS TECHNOLOGY
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VIII IA Marks 40 Exam Marks 60
Subject Code 17CS81 Number of Lecture Hours/Week 04
Total Number of Lecture Hours 50 Exam Hours 03 CREDITS – 04
Module – 1 10 Hours
What is IoT, Genesis of IoT, IoT and Digitization, IoT Impact, Convergence of IT and IoT, IoT Challenges, IoT Network Architecture and Design, Drivers Behind New Network Architectures, Comparing IoT Architectures, A Simplified IoT Architecture, The Core IoT Functional Stack, IoT Data Management and Compute Stack.
Module – 2 10 Hours
Smart Objects: The “Things” in IoT, Sensors, Actuators, and Smart Objects, Sensor Networks, Connecting Smart Objects, Communications Criteria, IoT Access Technologies.
Module – 3 10 Hours
IP as the IoT Network Layer, The Business Case for IP, The need for Optimization, Optimizing IP for IoT, Profiles and Compliances, Application Protocols for IoT, The Transport Layer, IoT Application Transport Methods.
Module – 4 10 Hours
Data and Analytics for IoT, An Introduction to Data Analytics for IoT, Machine Learning, Big Data Analytics Tools and Technology, Edge Streaming Analytics, Network Analytics, Securing IoT, A Brief History of OT Security, Common Challenges in OT Security, How IT and OT Security Practices and Systems Vary, Formal Risk Analysis Structures: OCTAVE and FAIR, The Phased Application of Security in an Operational Environment
Module – 5
IoT Physical Devices and Endpoints - Arduino UNO: Introduction to Arduino, Arduino UNO, Installing the Software, Fundamentals of Arduino Programming. IoT Physical Devices and Endpoints - RaspberryPi: Introduction to RaspberryPi, About the RaspberryPi Board: Hardware Layout, Operating Systems on RaspberryPi, Configuring RaspberryPi, Programming RaspberryPi with Python, Wireless Temperature Monitoring System Using Pi, DS18B20 Temperature Sensor, Connecting Raspberry Pi via SSH, Accessing Temperature from DS18B20 sensors, Remote access to RaspberryPi, Smart and Connected Cities, An IoT Strategy for Smarter Cities, Smart City IoT Architecture, Smart City Security Architecture, Smart City Use-Case Examples
Course Outcomes: After studying this course, students will be able to:
· Interpret the impact and challenges posed by IoT networks leading to new architectural
models.
· Compare and contrast the deployment of smart objects and the technologies to connect them
to network.
· Appraise the role of IoT protocols for efficient network communication.
· Elaborate the need for Data Analytics and Security in IoT.
· Illustrate different sensor technologies for sensing real world entities and identify the
applications of IoT in Industry.
Text Books:
1. David Hanes, Gonzalo Salgueiro, Patrick Grossetete, Robert Barton, Jerome Henry,"IoT Fundamentals: Networking Technologies, Protocols, and Use Cases for the Internet of Things”, 1 st Edition, Pearson Education (Cisco Press Indian Reprint). (ISBN: 978-9386873743)
2. Srinivasa K G, “Internet of Things”,CENGAGE Leaning India, 2017
Reference Books:
1. Vijay Madisetti and ArshdeepBahga, “Internet of Things (A Hands-on-Approach)”, 1 st
Edition, VPT, 2014. (ISBN: 978-8173719547) (good illustration with examples for practical IoT approach)
2. Raj Kamal, “Internet of Things: Architecture and Design Principles”, 1 st Edition,McGraw
Hill Education, 2017. (ISBN: 978-9352605224)
Module – 5 Evaluating Hypothesis: Motivation, Estimating hypothesis accuracy, Basics of sampling theorem, General approach for deriving confidence intervals, Difference in error of two hypothesis, Comparing learning algorithms. Instance Based Learning: Introduction, k-nearest neighbor learning, locally weighted regression, radial basis function, cased-based reasoning, Reinforcement Learning: Introduction, Learning Task, Q Learning
Text book 1, Sections: 5.1-5.6, 8.1-8.5, 13.1-13.3
Module 5 QB
Neural Network Matlab examples for solving assignment
download copy and use for reference to solve problem in ML lab
https://drive.google.com/file/d/1aPfX8fOFc2ukn2NA0aNF5X3pWBaJsRuH/view?usp=sharing
I NTRODUCTION TO DATA STRUCTURES ARRAYS and STRUCTURES: STACKS: QUEUES LINKED LISTS Additional List Operations TREES: GRAPHS: HASHIN...