You are on page 1of 15

VISVESVARAYA TECHNOLOGICAL UNIVERSITY

BELAGAVI, KARNATAKA

INTERNSHIP PRESENTATION ON:


“PRODUCT BASE SOFTWARE TRAINING”
Presented by:
BIBI AYESHA SIDDIKA
3BR19EE019

Under the Guidance of: Co- Ordinators:

Prof. Arathi P B B.E, M.TECH


Prof. Nandini S Patil B.E, M.Tech

Prof. Vijaya Krishna M. B.Tech, M.Tech


DEPARTMENT OF ELECTRICAL & ELECTRONICS ENGINEERING
BALLARI INSTITUTE OF TECHNOLOGY AND MANAGEMENT
(Recognized by Govt. of Karnataka, approved by AICTE, New Delhi & Affiliated to
Visvesvaraya Technological University, Belagavi)
“Jnana Gangotri ” Campus, No.873/2, Ballari - Hosapete Road, Allipur,

Ballari-583104, Karnataka, India

2022-2023
LIST OF CONTENTS
 Organization Details
 Products and Services
 C Programming Language
 Data Structure
 Java
 SQL
 Conclusion
ORGANIZATION DETAILS
 Pentagon Space is a best-in-
class learning solutions
organization.
 Headquartered in India’s IT capital,
Bangalore.
 Founder Mr Ravi Shankar Aradhya.
 Established in 2020
 Led by Industry Experts
ORGANIZATION AIM
 Theinstitute provides a wide range of courses in
the area of core Java, advanced Java, Web
Development, Python etc...
 Besides training, they also provide placement
assistance to students.
 They offer a wide range of technical skill trainings
in the area of Software Testing and Development.
 3000+ Software companies hire trained and
talented graduates every year.
PRODUCTS & SERVICES
 Specialized in Software testing & Automation Tools Training
 Specialized in
Programming Training:
 JAVA Full Stack.
 PYTHON Full Stack
 Specialized in Software Development Training
 Services offered are:
 Graduate Internships
 Incubation – CSR Activity
 Campus Recruitment Training
 Corporate Training
 Project Guidance
 Placements
C PROGRAMMING LANGUAGE
 C programming language was developed in 1972
by Dennis Ritchie
 It is a very popular language, despite being old.
 Some Features of C Programming Language
are:
 C is Simple, Machine Independent, Mid-level
programming language.
 It is a Structured programming language with Rich
library & Memory Management etc
TOPICS COVERED IN C
 C Variables, Keywords, Data types
 C Pointers
 C String
 C Structure & Union
 C File handling
DATA STRUCTURE
 Data Structure is a way to store and organize data so that it
can be used efficiently.
 The major or the common operations that can be performed on
the data structures are:
 Searching: We can search for any element in a data structure.
 Sorting: We can sort the elements of a data structure either in
an ascending or descending order.
 Insertion: We can also insert the new element in a data
structure.
 Updation: We can also update the element, i.e., we can
replace the element with another element.
 Deletion: We can also perform the delete operation to remove
the element from the data structure.
DATA STRUCTURE
CLASSIFICATION
JAVA PROGRAMMING
LANGUAGE
 Java is a high level, robust, class-based, object-
oriented and secured programming language.
 Java was developed by Sun Microsystems
company in the year 1995. James Gosling is
known as the father of Java. Before Java, its name
was Oak. Since Oak was already a registered
company, so James Gosling and his team changed
the name from Oak to Java.
OOPS CONCEPT OF JAVA
CLASS: A class is a blueprint from which objects are made. Collection of
object is called class.

OBJECT: An Object can be defined as an instance of a class. Any entity that


has state and behavior is known as an object. For example, a chair, pen,
table, keyboard, bike, etc.

INHERITANCE: When one object acquires all the properties and behaviors of
a parent object, it is known as inheritance. It provides code reusability.

POLYMORPHISM: If one task is performed in different ways, it is known as


polymorphism.

ABSTRACTION: Hiding internal details and showing functionality is known as


abstraction.

ENCAPSULATION: Binding variables and methods under single entity.


STRUCTURED QUERY LANGUAGE-
SQL
 SQL is the only language which is used to interact with the
relational database system. SQL was developed by IVM.
 Previously SQL was also called as
SEQL(Simple/Structured English Query Language).
 SQL helps us to maintain data consistency and integrity
i.e., helps us to maintain correctness of data.
 There are five sub-languages in SQL. They are as
follows:
 Data Query Language.
 Data Manipulation Language.
 Transaction Control Language.
 Data Definition Language.
 Data Control Language.
CREATE Command
This command helps in creating the new database, new table, table view, and other
objects of the database.
UPDATE Command
This command helps in updating or changing the stored data in the database.

DELETE Command
This command helps in removing or erasing the saved records from the database
tables. It erases single or multiple tuples from the tables of the database.

SELECT Command
This command helps in accessing the single or multiple rows from one or multiple
tables of the database. We can also use this command with the WHERE clause.

DROP Command
This command helps in deleting the entire table, table view, and other objects from the
database.
INSERT Command
This command helps in inserting the data or records into the database tables. We can
easily insert the records in single as well as multiple rows of the table.
CONCLUSION
 Overall, internship was a useful experience. I have
gained new knowledge and skills. I achieved
several of my learning goals. The things that they
thought in our internship were core C, Java, SQL,
data structure. Internship helped us in overcoming
the difficulties faced in the project related to
JDBC. Undergoing Internship in “Pentagon space”
was good experience which enhanced our skills
and made me able to increase our knowledge in
implementing the project.
THANK YOU

You might also like