SlideShare a Scribd company logo
TEACHERS INDIVIDUALAND
INSTITUTIONAL DEVELOPMENT
MODEL CLASSES
PRESENTED BY
Ms.V.VENNILA, MCA.,M.Phil.,
Asst.Prof, Dept Of Information Technology,
Bon Secours college for women,
THANJAVUR.
WORKLOAD(2018-19)
SUBJECT CLASS HOURS
JAVA PROGRAMMING AND LAB II IT 05+ 03
MOBILE COMPUTING III IT 06
MINI PROJECT III IT 06
TEACHING SESSION
KEY FEATURES JAVA PROGRAMMING
1. WARM UP ( 5 Mints) Let students do some warm up
2. TEACHING AID ( 20 Mints) Outlines the topic that will be taught using chalk
and talk.
3. INFO BIT ( 2 Mints) Provides interesting information related to the
java
4. PRACTICE ZONE ( 5 Mints) Find out the Java quizzes
5. REVIEW ZONE ( 5 Mints) Applies the concept one java program exercises
which they learnt in previous classes
6. ENHANCE LIFE SKILLS ( 2 Mints) Contains java questions related to real time
applications
7. CROSS CONNECTION ( 2 Mints) Applies the knowledge and skills learnt in java to
other programming languages.
8. SOMETHING MORE ( 2 Mints) Includes ideas for projects using java
programming language.
9. TEST YOURSELF ( 2 Mints) Contains assessment papers for testing the
concepts learnt
TEACHING SESSION
KEY FEATURES MOBILE COMPUTING
1. WARM UP ( 5 Mints) Let students do some warm up by asking them
some prompts about mobile phones.
2. TEACHING AID ( 20 Mints) Outlines the topic that will be taught about the
mobile phones.
3. INFO BIT ( 2 Mints) Provides interesting information related to the
computation of mobile.
4. PRACTICE ZONE ( 5 Mints) Record and shared their ideas about mobiles.
5. REVIEW ZONE ( 5 Mints) Applies the concept of one mobile to another
mobile.
6. ENHANCE LIFE SKILLS ( 2
Mints)
Contains questions related to real-life situations
7. CROSS CONNECTION ( 2
Mints)
Applies the knowledge and skills learnt in science
to other subjects
8. SOMETHING MORE ( 2
Mints)
Includes ideas for experiments and projects
9. TEST YOURSELF ( 2 Mints) Contains assessment papers for testing the
concepts learnt
TEACHING SESSION
KEY FEATURES MINI PROJECT
1. WARM UP ( 5 Mints) Let students do some warm up discussion about
our college needs to do some project.
2. TEACHING AID ( 20 Mints) Outlines the topic that will be taught.
3. INFO BIT ( 2 Mints) Provides interesting information related to the
topic
4. PRACTICE ZONE ( 5 Mints) Find out the real time applications.
5. REVIEW ZONE ( 5 Mints) Applies and discuss with the concept to the
students project.
6. ENHANCE LIFE SKILLS
( 2 Mints)
Contains questions related to web based
applications.
7. CROSS CONNECTION
( 2 Mints)
Applies the knowledge and skills learnt in real
time projects to other subjects
8. SOMETHING MORE
( 2 Mints)
Includes ideas for experiments and projects
9. TEST YOURSELF ( 2 Mints) Contains assessment papers for testing the
concepts learnt
JAVA – INHERITANCE
What is Inheritance?
Inheritance is a mechanism in which one class acquires the property of
another class.
SYNTAX
class Vehicle
{
......
}
class Car extends Vehicle
{
....... //extends the property of vehicle class.
}
Now based on above example.
Vehicle is super class of Car.
Car is sub class of Vehicle.
Car IS-A Vehicle.
PROGRAM FOR INHERITANCE
class Parent
{
public void p1()
{
System.out.println("Parent method");
}
}
public class Child extends Parent {
public void c1()
{
System.out.println("Child method");
}
public static void main(String[] args)
{
Child cobj = new Child();
cobj.c1(); //method of Child class
cobj.p1(); //method of Parent class
}
}
OUTPUT
Child method
Parent method
Types of Inheritance
1.Single Inheritance
2.Multilevel Inheritance
3.Heirarchical Inheritance
RESEARCH TOPIC
DEFENSES AGAINST ONLINE PASSWORD GUESSING
ATTACKS BY USING PERSUASIVE CLICK POINTS
AIM:
 “Defenses against online password guessing attacks by
using persuasive click points” provides graphical passwords
which was pixel-based essentially use images or
representation of images as passwords.
 It aims to provide users with secure computing environments.
ABSTRACT
• Users often create memorable passwords that are easy for
attackers to guess, but assigned passwords are difficult for
users to remember.
• Graphical pixel based password is easy to remember as
well as difficult to guess.
• The major goal of this work is to reduce the guessing
attacks as well as encouraging users to select more
random, and difficult passwords to guess.
ABSTRACT CONTINUES..
• Graphical passwords essentially use pixel based images
or representation of images as passwords.
• There are various graphical password schemes or
graphical password software in the market. However,
very little research has been done to analyze graphical
passwords that are still immature.
• Therefore, this project work merges persuasive
cued click points and password guessing resistant
protocol.
THANK YOU..

More Related Content

Similar to MODEL CLASS

Cs8383 oop lab manual-2019
Cs8383 oop lab manual-2019Cs8383 oop lab manual-2019
Cs8383 oop lab manual-2019
Kayathri Devi D
 
sem6.pdf
sem6.pdfsem6.pdf
sem6.pdf
AshwaniP1
 
Daa final 2019 20
Daa final 2019 20Daa final 2019 20
Daa final 2019 20
Snk Nks
 
Certificato Corso iOS Essentials S7
Certificato Corso iOS Essentials S7Certificato Corso iOS Essentials S7
Certificato Corso iOS Essentials S7
LucaGravante
 
PPT 15 - Current Future trends
PPT 15 - Current Future trendsPPT 15 - Current Future trends
PPT 15 - Current Future trends
April Joy Getigan
 
The Value of Design Patterns in Designing Online Teaching
The Value of Design Patterns in Designing Online TeachingThe Value of Design Patterns in Designing Online Teaching
The Value of Design Patterns in Designing Online Teaching
University of Newcastle, NSW.
 
9.-Media-and-Information-Literacy-MIL-Current-and-Future-Trends-in-Media-and-...
9.-Media-and-Information-Literacy-MIL-Current-and-Future-Trends-in-Media-and-...9.-Media-and-Information-Literacy-MIL-Current-and-Future-Trends-in-Media-and-...
9.-Media-and-Information-Literacy-MIL-Current-and-Future-Trends-in-Media-and-...
JunnieYamson
 
Bath Spa Keynote T&L Dat
Bath Spa Keynote T&L DatBath Spa Keynote T&L Dat
Bath Spa Keynote T&L Dat
andyramsden
 
10.MIL 9. Current and Future Trends in Media and Information.pptx
10.MIL 9. Current and Future Trends in Media and Information.pptx10.MIL 9. Current and Future Trends in Media and Information.pptx
10.MIL 9. Current and Future Trends in Media and Information.pptx
EdelmarBenosa3
 
Oose unit 3 ppt
Oose unit 3 pptOose unit 3 ppt
Oose unit 3 ppt
Dr VISU P
 
Application of the Multiple Perspectives Model in an Undergraduate Course
Application of the Multiple Perspectives Model in an Undergraduate CourseApplication of the Multiple Perspectives Model in an Undergraduate Course
Application of the Multiple Perspectives Model in an Undergraduate Course
Célio Gonçalo Marques
 
Application of the Multiple Perspectives Model in an Undergraduate Course
Application of the Multiple Perspectives Model in an Undergraduate CourseApplication of the Multiple Perspectives Model in an Undergraduate Course
Application of the Multiple Perspectives Model in an Undergraduate Course
Célio Gonçalo Marques
 
Introduction to Model-Based Machine Learning
Introduction to Model-Based Machine LearningIntroduction to Model-Based Machine Learning
Introduction to Model-Based Machine Learning
Daniel Emaasit
 
UNIT1_Himani Sharma.pptx
UNIT1_Himani Sharma.pptxUNIT1_Himani Sharma.pptx
UNIT1_Himani Sharma.pptx
Aman287268
 
OOSE Unit 3 PPT.ppt
OOSE Unit 3 PPT.pptOOSE Unit 3 PPT.ppt
OOSE Unit 3 PPT.ppt
itadmin33
 
Advanced Robotics Projects For Undergraduate Students
Advanced Robotics Projects For Undergraduate StudentsAdvanced Robotics Projects For Undergraduate Students
Advanced Robotics Projects For Undergraduate Students
Emily Smith
 
Sem iii
Sem iiiSem iii

Similar to MODEL CLASS (20)

Cs8383 oop lab manual-2019
Cs8383 oop lab manual-2019Cs8383 oop lab manual-2019
Cs8383 oop lab manual-2019
 
sem6.pdf
sem6.pdfsem6.pdf
sem6.pdf
 
Daa final 2019 20
Daa final 2019 20Daa final 2019 20
Daa final 2019 20
 
Design pattern-presentation
Design pattern-presentationDesign pattern-presentation
Design pattern-presentation
 
Certificato Corso iOS Essentials S7
Certificato Corso iOS Essentials S7Certificato Corso iOS Essentials S7
Certificato Corso iOS Essentials S7
 
PPT 15 - Current Future trends
PPT 15 - Current Future trendsPPT 15 - Current Future trends
PPT 15 - Current Future trends
 
The Value of Design Patterns in Designing Online Teaching
The Value of Design Patterns in Designing Online TeachingThe Value of Design Patterns in Designing Online Teaching
The Value of Design Patterns in Designing Online Teaching
 
9.-Media-and-Information-Literacy-MIL-Current-and-Future-Trends-in-Media-and-...
9.-Media-and-Information-Literacy-MIL-Current-and-Future-Trends-in-Media-and-...9.-Media-and-Information-Literacy-MIL-Current-and-Future-Trends-in-Media-and-...
9.-Media-and-Information-Literacy-MIL-Current-and-Future-Trends-in-Media-and-...
 
Bath Spa Keynote T&L Dat
Bath Spa Keynote T&L DatBath Spa Keynote T&L Dat
Bath Spa Keynote T&L Dat
 
10.MIL 9. Current and Future Trends in Media and Information.pptx
10.MIL 9. Current and Future Trends in Media and Information.pptx10.MIL 9. Current and Future Trends in Media and Information.pptx
10.MIL 9. Current and Future Trends in Media and Information.pptx
 
Oose unit 3 ppt
Oose unit 3 pptOose unit 3 ppt
Oose unit 3 ppt
 
Application of the Multiple Perspectives Model in an Undergraduate Course
Application of the Multiple Perspectives Model in an Undergraduate CourseApplication of the Multiple Perspectives Model in an Undergraduate Course
Application of the Multiple Perspectives Model in an Undergraduate Course
 
Application of the Multiple Perspectives Model in an Undergraduate Course
Application of the Multiple Perspectives Model in an Undergraduate CourseApplication of the Multiple Perspectives Model in an Undergraduate Course
Application of the Multiple Perspectives Model in an Undergraduate Course
 
Introduction to Model-Based Machine Learning
Introduction to Model-Based Machine LearningIntroduction to Model-Based Machine Learning
Introduction to Model-Based Machine Learning
 
UNIT1_Himani Sharma.pptx
UNIT1_Himani Sharma.pptxUNIT1_Himani Sharma.pptx
UNIT1_Himani Sharma.pptx
 
OOSE Unit 3 PPT.ppt
OOSE Unit 3 PPT.pptOOSE Unit 3 PPT.ppt
OOSE Unit 3 PPT.ppt
 
Advanced Robotics Projects For Undergraduate Students
Advanced Robotics Projects For Undergraduate StudentsAdvanced Robotics Projects For Undergraduate Students
Advanced Robotics Projects For Undergraduate Students
 
Prog'g 2
Prog'g 2Prog'g 2
Prog'g 2
 
Sem iii
Sem iiiSem iii
Sem iii
 
Sem iii
Sem iiiSem iii
Sem iii
 

More from VENNILAV6

WORKING WITH GRAPHICS
WORKING WITH GRAPHICSWORKING WITH GRAPHICS
WORKING WITH GRAPHICS
VENNILAV6
 
CREATING A MASTER PAGE
CREATING A MASTER PAGECREATING A MASTER PAGE
CREATING A MASTER PAGE
VENNILAV6
 
CREATING A NEW PUBLICATION IN PAGEMAKER
CREATING A NEW PUBLICATION IN PAGEMAKERCREATING A NEW PUBLICATION IN PAGEMAKER
CREATING A NEW PUBLICATION IN PAGEMAKER
VENNILAV6
 
Relational algebra
Relational algebraRelational algebra
Relational algebra
VENNILAV6
 
Joins & constraints
Joins & constraintsJoins & constraints
Joins & constraints
VENNILAV6
 
STRUCTURE OF SQL QUERIES
STRUCTURE OF SQL QUERIESSTRUCTURE OF SQL QUERIES
STRUCTURE OF SQL QUERIES
VENNILAV6
 
Database architecture
Database architectureDatabase architecture
Database architecture
VENNILAV6
 
Data definition language
Data definition languageData definition language
Data definition language
VENNILAV6
 
INTERCONNECTION STRUCTURE
INTERCONNECTION STRUCTUREINTERCONNECTION STRUCTURE
INTERCONNECTION STRUCTURE
VENNILAV6
 
CACHE MEMORY
CACHE MEMORYCACHE MEMORY
CACHE MEMORY
VENNILAV6
 
Machine control flow
Machine control flowMachine control flow
Machine control flow
VENNILAV6
 
COMPUTER FUNCTIONS
COMPUTER FUNCTIONSCOMPUTER FUNCTIONS
COMPUTER FUNCTIONS
VENNILAV6
 
EXTERNAL DEVICE
EXTERNAL DEVICEEXTERNAL DEVICE
EXTERNAL DEVICE
VENNILAV6
 
CORELDRAW EXAMPLES
CORELDRAW EXAMPLESCORELDRAW EXAMPLES
CORELDRAW EXAMPLES
VENNILAV6
 
BASICS OF DATA STRUCTURE
BASICS OF DATA STRUCTUREBASICS OF DATA STRUCTURE
BASICS OF DATA STRUCTURE
VENNILAV6
 
object oriented system development
object oriented system development object oriented system development
object oriented system development
VENNILAV6
 
virtual function
virtual functionvirtual function
virtual function
VENNILAV6
 
constructor and destructor
constructor and destructorconstructor and destructor
constructor and destructor
VENNILAV6
 
INHERITANCE
INHERITANCEINHERITANCE
INHERITANCE
VENNILAV6
 
BASICS OF MOBILE COMPUTING
BASICS OF MOBILE COMPUTINGBASICS OF MOBILE COMPUTING
BASICS OF MOBILE COMPUTING
VENNILAV6
 

More from VENNILAV6 (20)

WORKING WITH GRAPHICS
WORKING WITH GRAPHICSWORKING WITH GRAPHICS
WORKING WITH GRAPHICS
 
CREATING A MASTER PAGE
CREATING A MASTER PAGECREATING A MASTER PAGE
CREATING A MASTER PAGE
 
CREATING A NEW PUBLICATION IN PAGEMAKER
CREATING A NEW PUBLICATION IN PAGEMAKERCREATING A NEW PUBLICATION IN PAGEMAKER
CREATING A NEW PUBLICATION IN PAGEMAKER
 
Relational algebra
Relational algebraRelational algebra
Relational algebra
 
Joins & constraints
Joins & constraintsJoins & constraints
Joins & constraints
 
STRUCTURE OF SQL QUERIES
STRUCTURE OF SQL QUERIESSTRUCTURE OF SQL QUERIES
STRUCTURE OF SQL QUERIES
 
Database architecture
Database architectureDatabase architecture
Database architecture
 
Data definition language
Data definition languageData definition language
Data definition language
 
INTERCONNECTION STRUCTURE
INTERCONNECTION STRUCTUREINTERCONNECTION STRUCTURE
INTERCONNECTION STRUCTURE
 
CACHE MEMORY
CACHE MEMORYCACHE MEMORY
CACHE MEMORY
 
Machine control flow
Machine control flowMachine control flow
Machine control flow
 
COMPUTER FUNCTIONS
COMPUTER FUNCTIONSCOMPUTER FUNCTIONS
COMPUTER FUNCTIONS
 
EXTERNAL DEVICE
EXTERNAL DEVICEEXTERNAL DEVICE
EXTERNAL DEVICE
 
CORELDRAW EXAMPLES
CORELDRAW EXAMPLESCORELDRAW EXAMPLES
CORELDRAW EXAMPLES
 
BASICS OF DATA STRUCTURE
BASICS OF DATA STRUCTUREBASICS OF DATA STRUCTURE
BASICS OF DATA STRUCTURE
 
object oriented system development
object oriented system development object oriented system development
object oriented system development
 
virtual function
virtual functionvirtual function
virtual function
 
constructor and destructor
constructor and destructorconstructor and destructor
constructor and destructor
 
INHERITANCE
INHERITANCEINHERITANCE
INHERITANCE
 
BASICS OF MOBILE COMPUTING
BASICS OF MOBILE COMPUTINGBASICS OF MOBILE COMPUTING
BASICS OF MOBILE COMPUTING
 

Recently uploaded

A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
JezreelCabil2
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 

Recently uploaded (20)

A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 

MODEL CLASS

  • 1. TEACHERS INDIVIDUALAND INSTITUTIONAL DEVELOPMENT MODEL CLASSES PRESENTED BY Ms.V.VENNILA, MCA.,M.Phil., Asst.Prof, Dept Of Information Technology, Bon Secours college for women, THANJAVUR.
  • 2. WORKLOAD(2018-19) SUBJECT CLASS HOURS JAVA PROGRAMMING AND LAB II IT 05+ 03 MOBILE COMPUTING III IT 06 MINI PROJECT III IT 06
  • 3. TEACHING SESSION KEY FEATURES JAVA PROGRAMMING 1. WARM UP ( 5 Mints) Let students do some warm up 2. TEACHING AID ( 20 Mints) Outlines the topic that will be taught using chalk and talk. 3. INFO BIT ( 2 Mints) Provides interesting information related to the java 4. PRACTICE ZONE ( 5 Mints) Find out the Java quizzes 5. REVIEW ZONE ( 5 Mints) Applies the concept one java program exercises which they learnt in previous classes 6. ENHANCE LIFE SKILLS ( 2 Mints) Contains java questions related to real time applications 7. CROSS CONNECTION ( 2 Mints) Applies the knowledge and skills learnt in java to other programming languages. 8. SOMETHING MORE ( 2 Mints) Includes ideas for projects using java programming language. 9. TEST YOURSELF ( 2 Mints) Contains assessment papers for testing the concepts learnt
  • 4. TEACHING SESSION KEY FEATURES MOBILE COMPUTING 1. WARM UP ( 5 Mints) Let students do some warm up by asking them some prompts about mobile phones. 2. TEACHING AID ( 20 Mints) Outlines the topic that will be taught about the mobile phones. 3. INFO BIT ( 2 Mints) Provides interesting information related to the computation of mobile. 4. PRACTICE ZONE ( 5 Mints) Record and shared their ideas about mobiles. 5. REVIEW ZONE ( 5 Mints) Applies the concept of one mobile to another mobile. 6. ENHANCE LIFE SKILLS ( 2 Mints) Contains questions related to real-life situations 7. CROSS CONNECTION ( 2 Mints) Applies the knowledge and skills learnt in science to other subjects 8. SOMETHING MORE ( 2 Mints) Includes ideas for experiments and projects 9. TEST YOURSELF ( 2 Mints) Contains assessment papers for testing the concepts learnt
  • 5. TEACHING SESSION KEY FEATURES MINI PROJECT 1. WARM UP ( 5 Mints) Let students do some warm up discussion about our college needs to do some project. 2. TEACHING AID ( 20 Mints) Outlines the topic that will be taught. 3. INFO BIT ( 2 Mints) Provides interesting information related to the topic 4. PRACTICE ZONE ( 5 Mints) Find out the real time applications. 5. REVIEW ZONE ( 5 Mints) Applies and discuss with the concept to the students project. 6. ENHANCE LIFE SKILLS ( 2 Mints) Contains questions related to web based applications. 7. CROSS CONNECTION ( 2 Mints) Applies the knowledge and skills learnt in real time projects to other subjects 8. SOMETHING MORE ( 2 Mints) Includes ideas for experiments and projects 9. TEST YOURSELF ( 2 Mints) Contains assessment papers for testing the concepts learnt
  • 6. JAVA – INHERITANCE What is Inheritance? Inheritance is a mechanism in which one class acquires the property of another class. SYNTAX class Vehicle { ...... } class Car extends Vehicle { ....... //extends the property of vehicle class. } Now based on above example. Vehicle is super class of Car. Car is sub class of Vehicle. Car IS-A Vehicle.
  • 7. PROGRAM FOR INHERITANCE class Parent { public void p1() { System.out.println("Parent method"); } } public class Child extends Parent { public void c1() { System.out.println("Child method"); } public static void main(String[] args) { Child cobj = new Child(); cobj.c1(); //method of Child class cobj.p1(); //method of Parent class } } OUTPUT Child method Parent method
  • 8. Types of Inheritance 1.Single Inheritance 2.Multilevel Inheritance 3.Heirarchical Inheritance
  • 9. RESEARCH TOPIC DEFENSES AGAINST ONLINE PASSWORD GUESSING ATTACKS BY USING PERSUASIVE CLICK POINTS AIM:  “Defenses against online password guessing attacks by using persuasive click points” provides graphical passwords which was pixel-based essentially use images or representation of images as passwords.  It aims to provide users with secure computing environments.
  • 10. ABSTRACT • Users often create memorable passwords that are easy for attackers to guess, but assigned passwords are difficult for users to remember. • Graphical pixel based password is easy to remember as well as difficult to guess. • The major goal of this work is to reduce the guessing attacks as well as encouraging users to select more random, and difficult passwords to guess.
  • 11. ABSTRACT CONTINUES.. • Graphical passwords essentially use pixel based images or representation of images as passwords. • There are various graphical password schemes or graphical password software in the market. However, very little research has been done to analyze graphical passwords that are still immature. • Therefore, this project work merges persuasive cued click points and password guessing resistant protocol.