Nternship Report 2022
Nternship Report 2022
Nternship Report 2022
CSIT
Internship Report
on
MINI PROJECT
( 17/08/2022 – 30/08/2022 )
(2022)
Submitted By:
Akshay Dwivedi
B.Tech/CSIT(5-A)
ClassRoll No. 20
Guidelines/Index for Internship Report
Following essentials are to be taken in to consideration during
preparation of internship report:
1. Acknowledgement
2. Certificate
3. Industry/Company Profile
4. Abstract/overview of Project.
I’ve got this golden opportunity to express my kind gratitude and sincere thanks to my Head
of Institution, KIET Group of Institutions of Engineering and Technology, and Head of
Department of “Dept. Of Compter Science and Information Technology” for their kind
support and necessary counselling in the preparation of this project report. I’m also indebted
to each and every person responsible for the making up of this project directly or indirectly.
I must also acknowledge or deep debt of gratitude each one of my colleague who led this
project come out in the way it is. It’s my hard work and untiring sincere efforts and mutual
cooperation to bring out the project work. Last but not the least, I would like to thank my
parents for their sound counselling and cheerful support. They have always inspired us and
kept our spirit up.
This is to certify that the internship project report entitled "Python and DBMS" submitted
by Akshay Dwivedi in the Department of Computer Science and Information Technology
of KIET Group of Institutions, Ghaziabad, affiliated to Dr. A. P. J. Abdul Kalam Technical
University, Lucknow, Uttar Pradesh, India, is a record of candidate summer internship.
He/She has successfully completeted his/her internship under my supervision and guidance
and is worthy of consideration for the same.
Signature of Supervisor:
Supervisor’s Name:
Date:
Overview of the Project
The number guessing game is a popular game among programmers. In the number
guessing game, the program selects a random number between two numbers, and
the user guesses the correct number. If you want to learn how to create a guessing
game using Python, this article is for you. In this article, I will take you through a
language.
Introduction of the Project Internship
chance to explore and work on new technologies such as python and Mysql.
2. Assignment 2- python
between 1 and 10. To give hints to the user, we can use Conditional Statements to
tell the user if the guessed number is smaller, greater than or equal to the randomly
selected number.
If the guessed number is lower than the randomly selected number, the user will see
“too low”. If the guessed number is higher than the randomly selected number, the
user will see “too high”. When the user guesses the correct number, “you guessed it
So this is how you can write a program to create a guessing game using Python. It is a
\popular game among programmers. In this game, the program selects a random
number between two numbers, and the user guesses the correct number. I hope you
\ liked this article on how to create a guessing game using Python. Feel free to ask
import random
n = random.randrange(1,10)
if guess < n:
print("Too low")
print("Too high!")
else:
break
Verification Link:
https://www.credly.com/badges/cb2ddbd7-1475-4af4-8987-a4397b59294f/whatsapp
Summary Report of Research Papers
1. 1. Efficient Content-Based Detection of Zero-Day Worms
Recent cybersecurity incidents suggest that Internet0worms can spread so fast that in-time human-
mediated reaction0is not possible, and therefore initial response to cyberattacks has0to be automated.
The first step towards combating new unknown0worms is to be able to detect and identify them at
The U.S. power grid is a complex system of systemsthat requires a trustworthy, reliable, and
secure global supplychain. A formidable challenge considering the increasing number of
networked industrial control systems (ICS) and energy delivery systems (EDS) and growing
number of intermediary distributors, vendors and integrators involved. Grid modernization
has increased the use of “smart” energy devices that automate, digitize, network, and bring
together the cyber-physical energy supply chain.
In the current Energy Internet of Things (EIoT)0environment, the growth of data speed and
size requirements as0well as the number of critical cyber assets has generated new0North
American Electric Reliability Corporation (NERC) Critical0Infrastructure Protection (CIP)
compliance requirements and0cyber supply chain security challenges for vendors,
regulators,0and utilities. The issuance of Order No. 829 by the Federal Energy0Regulatory
Commission (FERC) instructed the North American0Electric Reliability Corporation (NERC)
to confront0cybersecurity supply chain risk management for ICS software and0hardware, as
well as the networking and computing services0associated with Bulk Electric System (BES)
operations.
To meet these goals, current technology and processes must be improved to better identify,
monitor, and audit vulnerable EIoT environments. This paper examines how blockchain
technology can enable NERC CIP compliance as well as aid in the security of the BES
supply chain through an immutable cryptographically signed distributed ledger that allows for
improved data security, provenance and auditability.