Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

PRESENTATION

ON
“INTERNSHIP”
PRESENTATION BY,
SOUVRAV NAIK – 4CB19ME028
UNDER THE GUIDANCE OF,
DR. VENKATESH, HOD
MR. SANDEEP.S ASSISTANT PROFESSOR

Department of Mechanical Engineering 1


CONTENTS
• COMPANY PROFILE
• COMPANY COURSE
• COMPANY MISSION
• C PROGRAMMING
• PROGRAM ON C
• JAVA PROGRAMMING
• PROGRAM ON JAVA
• APTITUDE
• CONCLUSION

2
COMPANY PROFILE
• QSpiders is the world’s ace software training organization with an aim to bridge the
gap between the demands of the industry and the curriculum of educational
institutions.

• With centers across the Globe, the institute is a platform where young minds are given
the opportunity to build successful careers.

• “QSpiders is a place where businesses find talent and dreams take flight.”

3
COMPANY COURSE
• QSpiders offers a range of courses in software development and testing, including:

• Software Testing: This course covers manual and automation testing, test management tools, and
advanced testing concepts.

• Java: This course covers core Java, advanced Java, frameworks like Hibernate and Spring, and
web technologies like Servlets and JSP.

• Python: This course covers the basics of Python programming, object-oriented programming, web
scraping, and machine learning.

• Web Development: This course covers front-end web technologies like HTML, CSS, JavaScript,
and jQuery, as well as back-end technologies like PHP and MySQL.

• Each of these courses is designed to provide students with a strong foundation in the relevant
technology and equip them with the skills necessary to succeed in the industry.
4
COMPANY MISSION
The mission of QSpiders is to provide high-quality technical training to students and
professionals in the field of software development and testing. The institute aims to
equip its students with the necessary skills and knowledge to excel in their chosen fields
and contribute to the growth of the IT industry. QSpiders is committed to creating a
learning environment that fosters creativity, innovation, and excellence, and enables its
students to become successful professionals. The institute strives to achieve its mission
by continually upgrading its curriculum, teaching methodologies, and infrastructure to
meet the evolving needs of the industry.

5
C PROGRAMMING
C is a powerful programming language that is widely used in developing operating systems, applications,

and software. It was developed in the early 1970s by Dennis Ritchie and Ken Thompson at Bell Labs.
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}

C is a compiled language, which means that source code must be compiled into machine code by compiler
before it can be executed

Overall, C is a powerful and widely used programming language that is ideal for systems programming,
embedded development, and other applications that require high performance and low-level access to
hardware.. 6
PROGRAM ON C
#include<stdio.h> // header File
Output:
Void main() // Non Returning function
{ Enter the Number
printf(“Enter the Number \n“); //Request number from User 12
scanf(“%d”, &num); //Save number in num variable
Number is Even
If(num%2==0){ // if num%2==0 then it is Even
printf(“Number is Even”);
Enter the Number
} 13
else{ // else it is Odd
Number is Odd
printf(“Number is Odd”);
}
}

7
JAVA PROGRAMMING
Java is a high-level programming language that is widely used for building a variety of
applications, including web, mobile, and desktop applications. It is an object-oriented
language, which means it focuses on objects and their interactions, making it easy to
understand and maintain code.

Java syntax is similar to C++, making it easy for developers with prior experience in C+
+ to learn Java. Some of the basic concepts in Java include variables, data types,
operators, control structures, methods, classes, and objects.

Overall, Java is a versatile and powerful programming language that is widely used for a
variety of applications. With its ease of use, platform independence, and strong security
features, it is a great choice for developers at all levels.

8
PROGRAM ON JAVA
import java.util.Scanner;
public class EvenOdd {
public static void main(String[] args) { Output:
Enter the Number
Scanner scanner = new Scanner(System.in);
12
System.out.print("Enter a number: "); Number is Even
int number = scanner.nextInt(); Enter the Number
13
if (number % 2 == 0) {
Number is Odd
System.out.println(number + " is even");
} else {
System.out.println(number + " is odd");
}
}}

9
APTITUDE
Aptitude refers to an individual's innate or learned ability to learn or perform a specific task
or skill. Aptitude can be thought of as a person's potential or talent in a particular area. It is
often measured through standardized tests or assessments, and can be used to predict future
success or performance.

Aptitude can be divided into two types: natural aptitude and acquired aptitude.

In conclusion, aptitude is an important factor in predicting success and achievement in


various areas of life. Understanding one's natural aptitudes and developing acquired aptitudes
can lead to increased success and fulfillment. However, it is important to recognize that
aptitude is just one factor in success, and should be viewed in conjunction with other factors
such as motivation and hard work.

10
CIERTIFICATE ON INTERNSHIP

11
CONCLUSION

In conclusion, QSpiders is an excellent training institute for individuals who are


interested in pursuing a career in software testing. The institute provides industry-
relevant training, hands-on experience, and internships with leading IT companies,
enabling students to gain practical skills and real-world exposure in software testing.
With its personalized attention and placement assistance, QSpiders has helped many
students achieve their career goals in the field of software testing

12
THANK YOU

13

You might also like