Computer Engineering..
Computer Engineering..
in
Computer Engineering
Semester – IV
Teaching & Learning Scheme
Teaching & Learning Scheme
Course Category CourseTitles (Hours/Week)
Codes of course Classroom Instruction Lab Notional Total Total
(CI) Instruction Hours Hours Credits
L T (LI) (TW+ SL) (CI+LI+TW+SL) (C)
2418401 PCC Java Programming 03 - 04 02 09 06
Note: Prefix will be added to Course Code if applicable (T for Theory, P for Practical Paper and S for Term Work)
Legend:
CI: Classroom Instruction (Includes different instructional/implementation strategies i.e. Lecture (L), Tutorial (T), Case method, Demonstrations, Video demonstration,
Problem based learning etc. to deliver theoretical concepts)
LI: Laboratory Instruction (Includes experiments/practical performances /problem-based experiences in laboratory, workshop, field or other locations using different
instructional/Implementation strategies)
Notional Hours: Hours of engagement by learners, other than the contact hours for ensuring learning.
TW: Term work (includes assignments, seminars, micro projects, industrial visits, any other student activities etc.)
SL: Self Learning, MOOCs, spoken tutorials, online educational resources etc.
C: Credits = (1 x CI hours) + (0.5 x LI hours) + (0.5 x Notional hours)
Note: TW and SL have to be planned by the teacher and performed by the learner under the continuous guidance and feedback of teacher to ensure outcome of learning.
Diploma in Computer Engineering SBTE, Bihar
Semester - IV
Assessment Scheme
Assessment Scheme (Marks)
Theory Assessment (TA) Term work & Self-Learning Lab Assessment
Assessment (TWA) (LA)
(TA+TWA+LA)
Total Marks
End Theory
Progressive Lab
End Laboratory
Course Category
Assessment
Assessment
Progressive
Course Titles
Assessment
Assessment
(ETA)
External
Internal
Codes of course
Theory
(PTA)
(ELA)
(PLA)
2418401 PCC Java Programming 30 70 20 30 20 30 200
E) Course Outcomes (COs): After the completion of the course, teachers are expected to ensure the
accomplishment of following course outcomes by the learners. For this, the learners are expected to perform
various activities related to three learning domains (Cognitive, Psychomotor and Affective) in classroom/
laboratory/ workshop/ field/ industry.
CO-1 Implement Control structure in Java using concept of Class and Object
CO-2 Develop programs using Constructor and String Class
CO-3 Apply concept of inheritance for code reusability.
CO-4 Implement Exception Handling and multithreading
CO-5 Develop programs for handling I/O and file streams.
Page- 1
Diploma in Computer Engineering Semester - IV SBTE, Bihar
G) Teaching & Learning Scheme:
Scheme of Study
(Hours/Week)
Course Course
Classroom Lab Notional Total Total
Code Title
Instruction Instruction Hours Hours Credits
(CI) (LI) (TW+ SL) (CI+LI+TW+SL) (C)
L T
2418401 Java Programming 03 - 04 02 09 06
Legend:
CI: Classroom Instruction (Includes different instructional/implementation strategies i.e. Lecture (L), Tutorial (T), Case
method, Demonstrations, Video demonstration, Problem based learning etc. to deliver theoretical concepts)
LI: Laboratory Instruction (Includes experiments/practical performances /problem-based experiences in laboratory, workshop,
field or other locations using different instructional/Implementation strategies)
Notional Hours: Hours of engagement by learners, other than the contact hours for ensuring learning.
TW: Term Work (includes assignments, seminars, micro projects, industrial visits, any other student activities etc.)
SL: Self Learning, MOOCs, spoken tutorials, online educational resources etc.
C: Credits = (1 x CI hours) + (0.5 x LI hours) + (0.5 x Notional hours)
Note: TW and SL have to be planned by the teacher and performed by the learner under the continuous guidance and feedback
of teacher to ensure outcome of learning.
H) Assessment Scheme:
Assessment Scheme (Marks)
Theory Term Work & Lab Assessment
Progressive Theory
End Laboratory
Progressive Lab
End Theory
Assessment
Assessment
Assessment
Assessment
(ETA)
External
Internal
(ELA)
(PLA)
(PTA)
I) Course Curriculum Detailing: This course curriculum detailing depicts learning outcomes at course level
and session level and their attainment by the students through Classroom Instruction (CI), Laboratory
Instruction (LI), Term Work (SW) and Self Learning (SL). Students are expected to demonstrate the
attainment of Theory Session Outcomes (TSOs) and Lab Session Outcomes (LSOs) leading to attainment of
Course Outcomes (COs) upon the completion of the course. While curriculum detailing, NEP 2020 related
reforms like Green skills, Sustainability, Multidisciplinary aspects, Society connect, Indian Knowledge
System (IKS) and others must be integrated appropriately.
Page- 2
Diploma in Computer Engineering Semester - IV SBTE, Bihar
J) Theory Session Outcomes (TSOs) and Units: T2418401
Major Theory Session Outcomes (TSOs) Units Relevant
COs
Number(s)
TSO 1a. Write programs to create classes and Unit-1.0 Basic Syntactical Constructs in Java CO-1
objects for the given problem.
TSO 1b. Explain the characteristics of the specified 1.1 Java Features and the Java Programming Environment
Java token. 1.2 Object-Oriented Paradigm:-
- Objects & Classes
TSO 1c. Explain the function of the given operator
- Data Abstraction
with example. - Data Encapsulation
TSO 1d. Develop the programs using relevant - Inheritance
control structure to solve the specified - Polymorphism
problem. 1.3 Benefits of OOP
TSO 1e. Explain the functioning of Java Virtual 1.4 Applications of OOP
Machine 1.5 Java History
1.6 Java Features
TSO 1f. Explain the function of specified built-in
- Simple small & Familiar
Java Package - Compiled or Interpreted
- Platform independent
- Portable
- Object Oriented
- Robust & Secure
- Distributed
- Multithreaded & Interactive
- Ease of development
1.7 Java vs C
1.8 Java vs C++
1.9 Java Environment
- Java Development Kit (JDK)
- Java Development Tool
1.10 Application Programming Interface
- Language Support Package
- Utilities Package
- Input/output Package
- AWT Package
- Applet Package
- Networking Package
1.11 Simple Java Program
- Class Declaration
- Opening & Closing Braces
- Main line
- Output line
- Creating object
1.12 Java Programming with multiple Statement
- Application with two classes
- Accessing class members
- Use of Math Function
- Comments
1.13 Java Program Structure
- Document Section
- Package statement
- Import Statement
- Interface Statements
- Class Definitions
- Main method Class
1.14 Java Tokens
Page- 3
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Major Theory Session Outcomes (TSOs) Units Relevant
COs
Number(s)
- Reserved Keywords
- Identifiers
- Literals
- Operators
- Separators
1.15 Compiling the Program
- Java Compiler javac
1.16 Running the Program
- Java Interpreter
1.17 Java Virtual Machine
- Byte Code
1.18 Command line Arguments
1.19 Constant & Variables
1.20 Data Types
- Primitive Data Types
- Non Primitive Data Types
1.21 Operators:-
- Arithmetic Operators
- Relational Operators
- Logical Operators
- Increment & Decrement
- Conditional Operators
- Bit wise Operator
- Dot Operators
- Ternary Operator
1.22 Expressions:-
- Operator precedence
- Associativity
Page- 4
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Major Theory Session Outcomes (TSOs) Units Relevant
COs
Number(s)
TSO 2d. Write the programs by implementing - Varargs: variable-length arguments
arrays to solve the given problem. 2.4 Visibility Control:
- Public
- Private
- Protected
- Default
2.5 Arrays
- Types of arrays
- Declaration of Arrays
- Creating an arrays
- Initialization of Arrays
2.6 Strings
- String classes
- String Buffer
TSO 3a. Apply the identified type of inheritance Unit 3.0 Inheritance, Interface and Package: CO-3
for the given programming problem.
TSO 3b. Differentiate between overloading and 3.1 Inheritance : Concept of Inheritance
overriding for the given example. 3.2 Types of Inheritance
TSO 3c. Develop program using the specified - Single Inheritance
interface. - Multiple
TSO 3d. Create user defined package for the - Multilevel Inheritance
given problem. - Hierarchical Inheritance
3.3 Interface
- Defining interface
- Extending interface
- Implementing interface
3.5 Package
- Define package
- Types of package
- Naming and creating packages
- Accessing package
- Using a Package
- Import statement
TSO 4a. Distinguish the errors and exceptions (if Unit 4.0 Errors & Exception Handling, Multithreading: CO-4
any) in the given example.
TSO 4b. Develop program for handling the given 4.1 Errors
exception. - Introduction
TSO 4c. Crate threads to run the given multiple 4.2 Types of Errors
processes in the given program. - Compile-Time Errors
TSO 4d. Explain the function of the specified - Run-Time Errors
phase in thread life cycle using the given 4.3 Exceptions
example. - try and catch statement
- nested try statement,
- throws and Finally statement
4.4 Built-in exceptions
Page- 5
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Major Theory Session Outcomes (TSOs) Units Relevant
COs
Number(s)
- Creating a thread by implementing runnable Interface
K) Suggested Laboratory (Practical) Session Outcomes (LSOs) and List of Practical: P2418401
Relevant
S.
Practical/Lab Session Outcomes (LSOs) Laboratory Experiment/Practical Titles COs
No. Number(s)
1. a) Setup a Java Programming CO-1
development environment by using:
Command prompt( Classpath and
path setup)
LSO 1.1. Install Java IDE.
Any IDE (Eclipse, Jcreator etc.)
b) Test the JDE Setup by implementing a
small Program
LSO 2.1. Develop program using decision-making 2. Write programs to demonstrate use of if CO-1
Control Statements in Java. statement, if else, nested if statement for
decision making.
LSO 4.1. Develop program in Java using loop 3. Write programs to demonstrate use of CO-1
statements to solve iterative problems. for loops and do-while loop.
LSO 5.1. Implement constructor in Java 4. Develop a program for implementation of- CO-2
Constructors
Parameterized constructor
Non parameterized constructor
Page- 6
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Relevant
S.
Practical/Lab Session Outcomes (LSOs) Laboratory Experiment/Practical Titles COs
No. Number(s)
LSO 6.1. Use different functions available in java 5. Develop program demonstrating CO-2
String Class implementation of different String Class
functions.
LSO 7.1. Implement single and multidimensional 6. Develop program for implementation of CO-2
array in Java Arrays in Java
LSO 9.1. Implement concept of code reusability 8. Develop programs for implementation of: CO-3
using inheritance in Java single inheritance
multiple Inheritance
multilevel Inheritance
hierarchical Inheritance
LSO 10.1. Apply the concepts of Errors & 9. Develop program to implement try-catch CO-4
Exceptional Handling block
LSO 11.1. implement concept of File handling 10. Develop program to demonstration CO-5
using I/O stream implementation of I/O stream classes
LSO 12.1 implement concept of File handling using 11. Develop program to demonstrate CO-5
file stream implementation of file stream classes
b. Micro Projects:
c. Other Activities:
1. Seminar Topics: -
Importance of OOPS Paradigm
Concept of Inheritance and interface
Importance of Packages
Exception handling techniques
File handling using Java
2. Self-Learning Topics:
M) Suggested Course Evaluation Matrix: The course teacher has to decide and use the appropriate assessment
strategy and its weightage in theory, laboratory and Term work for ensuring CO attainment. The
response/performance of the student in each of these designed activities is to be used to calculate CO
attainment.
Page- 7
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Course Evaluation Matrix
Theory Assessment (TA)** Term Work Assessment (TWA) Lab Assessment (LA)#
Progressive End Theory Term Work & Self Learning
Theory Assessment Assessment Progressive Lab End Laboratory
Assessment (ETA)
COs Assessment Assessment
(PTA)
Assignments Micro Other (PLA) (ELA)
Class/Mid
Sem Test Projects Activities*
CO-1 25% 25% 25% 20% 20% 25% 25%
CO-2 20% 20% 20% 20% 20% 20% 20%
CO-3 20% 20% 20% 20% 20% 20% 20%
CO-4 20% 20% 20% 20% 20% 20% 20%
CO-5 15% 15% 15% 20% 20% 15% 15%
Total 30 70 20 20 10 20 30
Marks
50
Legend:
*: Other Activities include self- learning, seminar, visits, surveys, product development, software development etc.
**: Mentioned under point- (N)
#: Mentioned under point-(O)
Note:
• The percentage given are approximate
• In case of Micro Projects and End Laboratory Assessment (ELA), the achieved marks will be equally divided in all those COs mapped
with total experiments.
• For CO attainment calculation indirect assessment tools like course exit survey need to be used which comprises of questions related
to achievement of each COs.
N) Suggested Specification Table for End Semester Theory Assessment: Specification table represents the
reflection of sample representation of assessment of cognitive domain of full course.
Unit Title and Number Total Relevant Total ETA (Marks)
Classroom COs Marks Remember Understanding Application
Instruction Number(s) (R) (U) & above
(CI) (A)
Hours
Unit 1.0 Basic Syntactical 12 CO-1 18 6 4 8
Constructs in Java
Unit 2.0 Derived Syntactical 8 CO-2 14 4 6 4
Constructs in Java
Unit 3.0 Inheritance, Interface 10 CO-3 14 4 4 6
and Package
Unit 4.0 Errors & Exception 10 CO-4 14 4 4 6
Handling,
Multithreading
Unit 5.0 Managing Input/ 8 CO-5 10 2 2 6
Output/ Files in Java
Total 48 - 70 20 20 30
Note: Similar table can also be used to design class/mid-term/ internal question paper for progressive assessment.
O) Suggested Specification Table for Laboratory (Practical) Assessment:
PLA /ELA
S. No. Relevant COs Performance Viva-
Laboratory Practical Titles
Number(s) PRA* PDA** Voce
(%) (%) (%)
1. c) Setup a Java Programming development environment by CO-1 80 10 10
using:
Command prompt( Classpath and path setup)
Any IDE (Eclipse, Jcreator etc.)
d) Test the JDE Setup by implementing a small Program
Page- 8
Diploma in Computer Engineering Semester - IV SBTE, Bihar
PLA /ELA
S. No. Relevant COs Performance Viva-
Laboratory Practical Titles
Number(s) PRA* PDA** Voce
(%) (%) (%)
2. Write programs to demonstrate use of if statement, if else, nested if CO-1 40 50 10
statement for decision making.
3. Write programs to demonstrate use of CO-1 40 50 10
for loops and do-while loop.
4. Develop a program for implementation of- CO-2 40 50 10
Constructors
Parameterized constructor
Non-parameterized constructor
5. Develop program demonstrating implementation of different CO-2 40 50 10
String Class functions.
Page- 9
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Q) List of Major Laboratory Equipment, Tools and Software:
S. Name of Equipment, Broad Specifications Relevant
No Tools and Software Experiment/Practical
. Number
1 Computer System Any General-purpose Computer with 4GB
RAM/500GB HDD with JDK1.8 or above 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
2 IDE for Java Programming Eclipse, Jcreator
Note: Teachers are requested to check the creative commons license status/ financial implications of the suggested, online
educational recourses before use by the students
(c) Others:
1. Learning Inbuilt Packages
******
Page- 10
Diploma in Computer Engineering Semester - IV SBTE, Bihar
E) Course Outcomes (COs): After the completion of the course, teachers are expected to ensure the
accomplishment of the following course outcomes by the learners. For this, the learners are expected to
perform various activities related to three learning domains (Cognitive, Psychomotor, and Affective) in the
classroom/ laboratory/ workshop/ field/ industry.
Page- 1
Diploma in Computer Engineering Semester - IV SBTE, Bihar
G) Teaching & Learning Scheme:
Scheme of Study
(Hours/Week)
Course Course
Classroom Lab Notional Total Total
Code Title
Instruction Instruction Hours Hours Credits
(CI) (LI) (TW+ SL) (CI+LI+TW+SL) (C)
L T
Theory of
2418402 02 01 - 02 05 04
Computation
Legend:
CI: Classroom Instruction (Includes different instructional/implementation strategies i.e. Lecture (L), Tutorial (T), Case method,
Demonstrations, Video demonstration, Problem based learning etc. to deliver theoretical concepts)
LI: Laboratory Instruction (Includes experiments/practical performances /problem-based experiences in laboratory, workshop,
field or other locations using different instructional/Implementation strategies)
Notional Hours: Hours of engagement by learners, other than the contact hours for ensuring learning.
TW: Term Work (includes assignments, seminars, micro projects, industrial visits, any other student activities etc.)
SL: Self Learning, MOOCs, spoken tutorials, online educational resources etc.
C: Credits = (1 x CI hours) + (0.5 x LI hours) + (0.5 x Notional hours)
Note: TW and SL have to be planned by the teacher and performed by the learner under the continuous guidance and feedback of
teacher to ensure outcome of learning.
H) Assessment Scheme:
Progressive Theory
End Laboratory
Progressive Lab
End Theory
Assessment
Assessment
Assessment
Assessment
(ETA)
External
Internal
(ELA)
(PLA)
(PTA)
Theory of
2418402 30 70 20 30 - - 150
computation
Legend:
PTA: Progressive Theory Assessment in class room (includes class test, mid-term test and quiz using online/offline modes)
PLA: Progressive Laboratory Assessment (includes process and product assessment using rating Scales and rubrics)
TWA: Term work & Self Learning Assessment (Includes assessment related to student performance in assignments, seminars, micro
projects, industrial visits, self-learning, any other student activities etc.
Note:
● ETA & ELA are to be carried out at the end of the term/ semester.
● Term Work is to be done by the students under the guidance of internal faculty but its assessment will be done internally (40%) as
well as externally (60%). Assessment related to planning and execution of Term Work activities like assignment, micro project,
seminar and self-learning is to be done by internal faculty (Internal Assessment) whereas assessment of output/product/
presentation related to these activities will be carried out by external faculty/expert (External Assessment). However, criteria of
internal as well as external assessment may vary as per the requirement of respective course. For valid and reliable assessment,
the internal faculty should prepare checklist & rubrics for these activities.
Page- 2
Diploma in Computer Engineering Semester - IV SBTE, Bihar
I) Course Curriculum Detailing: This course curriculum detailing depicts learning outcomes at course level and
session level and their attainment by the students through Classroom Instruction (CI), Laboratory Instruction
(LI), Term Work (SW) and Self Learning (SL). Students are expected to demonstrate the attainment of Theory
Session Outcomes (TSOs) and Lab Session Outcomes (LSOs) leading to attainment of Course Outcomes (COs)
upon the completion of the course. While curriculum detailing, NEP 2020 related reforms like Green skills,
Sustainability, Multidisciplinary aspects, Society connect Indian Knowledge System (IKS) and others must be
integrated appropriately.
Page- 3
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Major Theory Session Outcomes (TSOs) Units Relevant
COs
Number(s)
TSO 3d. Apply the pumping lemma for context-free 3.5 Pumping lemma for context-free languages
languages to prove the non-context- 3.6 Deterministic pushdown automata and closure
freeness of specific languages. properties of CFLs.
TSO 4a. Explain the concept of context-sensitive Unit 4.0 Context-Sensitive Languages and Turing CO-4
grammars (CSG) and their role in defining Machines
context-sensitive languages (CSL).
TSO 4b. Analyze equivalence between linear 4.1 Context-sensitive grammars (CSG) and
bounded automata (LBA) and context- languages
sensitive grammars. 4.2 Linear bounded automata (LBA) and
TSO 4c. Explain the basic model of Turing machines
equivalence with context-sensitive grammar
(TM) and their computational capabilities
with example. 4.3 The basic model for Turing machines (TMs)
TSO 4d. Differentiate between Turing-recognizable 4.4 Turing-recognizable (recursively enumerable)
(recursively enumerable) and Turing- and Turing-decidable (recursive) languages
decidable (recursive) languages. and their closure properties
TSO 4e. Establish equivalence of different turning 4.5 Variants of Turing machines, including
machine variants. nondeterministic TMs and equivalence with
TSO 4f. Explain the concept of unrestricted
deterministic TMs
grammars and establish their equivalence
with Turing machines. 4.6 Unrestricted grammars and equivalence with
TSO 4g. Explain the role of Turing machines as Turing machines
enumerators in the computation of 4.7 TMs as enumerators.
languages.
TSO 5a. Explain the Church-Turing thesis and its Unit 5.0 Undecidability CO-5
significance in defining the concept of CO-6
computability. 5.1 Church-Turing thesis and universal Turing
TSO 5b. Establish reduction techniques between machine
different languages. 5.2 Diagonalization languages and reduction
TSO 5c. Prove the Rice's theorem of undecidable between languages, Reduction Theorem,
problems about languages. Properties of Reduction
TSO 5d. Differentiate between the complexity 5.3 Rice's theorem and undecidable problems
classes P, NP, NP-complete, and NP Hard. about languages
TSO 5e. Apply reduction techniques and complexity 5.4 P, NP, NP-complete, and NP Hard class of
analysis to classify problems within the P, problems
NP, NP-complete, and NP Hard classes.
Note: One major TSO may require more than one Theory session/Period.
K) Suggested Laboratory (Practical) Session Outcomes (LSOs) and List of Practical: (Not Applicable)
L) Suggested Term Work and Self Learning: S2418402 Some sample suggested assignments, micro project
and other activities are mentioned here for reference.
b. Micro Projects:
1. Regular Expression Matcher: Create a program that can match regular expressions against input
strings. You can implement this using the Thompson's construction algorithm for NFA from regex.
2. Pushdown Automaton Visualizer: Develop a graphical tool that visualizes the operation of a
pushdown automaton (PDA) on input strings. This can help users understand how PDAs process
input.
Page- 4
Diploma in Computer Engineering Semester - IV SBTE, Bihar
3. Context-Free Grammar Parser: Create a program that parses and validates context-free grammars.
Users can input a grammar, and the program should check if it's in the correct format.
4. Comparative Analysis of Complexity Classes: Create an informative chart comparing the complexity
classes P, NP, NP-complete, and NP Hard. Include a detailed explanation of each class, examples of
problems belonging to each class, and their relationship with each other. Highlight the significance
of these complexity classes in understanding the computational difficulty of problems.
b. Other Activities:
1. Seminar Topics:
Automata Theory and Applications: Explore the basics of automata theory, its types (finite automata,
pushdown automata, Turing machines), and practical applications in computer science.
Complexity Theory: Investigate the different complexity classes (P, NP, NP-complete, PSPACE, etc.),
their relationships, and their implications in solving computational problems efficiently.
Formal Languages and Grammars: Discuss formal language theory, context-free grammars, regular
expressions, and their relevance in programming languages and compiler design.
Decidability and Undecidability: Explore the concept of decidability, undecidability, and examples of
undecidable problems in computer science.
Reduction Techniques in Computational Complexity: Investigate various reduction techniques, such
as polynomial-time reductions and Cook-Levin reductions, and their applications in proving NP-
completeness.
2. Self-Learning Topics:
Non-standard computational models like quantum Turing machines, cellular automata.
Relationship between computational complexity theory and cryptography.
Theory of Computation in Machine Learning.
M) Suggested Course Evaluation Matrix: The course teacher has to decide and use the appropriate assessment
strategy and its weightage in theory, laboratory and Term work for ensuring CO attainment. The
response/performance of the student in each of these designed activities is to be used to calculate CO
attainment.
Course Evaluation Matrix
Theory Assessment (TA)** Term Work Assessment (TWA) Lab Assessment (LA)#
Progressive End Theory Term Work & Self Learning
Theory Assessment Assessment Progressive Lab End Laboratory
Assessment (ETA)
COs Assessment Assessment
(PTA)
Assignments Micro Other (PLA) (ELA)
Class/Mid
Sem Test Projects Activities*
CO-1 20% 20% 20% - 15% - -
CO-2 20% 20% 20% 20% 20% - -
CO-3 20% 20% 20% 20% 20% - -
CO-4 20% 20% 20% 20% 20% - -
CO-5 15% 15% 15% 20% 20% - -
CO-6 5% 5% 5% 20% 05% - -
Total 30 70 20 20 10 - -
Marks 50
Legend:
*: Other Activities include self- learning, seminar, visits, surveys, product development, software development etc.
**: Mentioned under point- (N)
#: Mentioned under point-(O)
Note:
• The percentage given are approximate
• In case of Micro Projects and End Laboratory Assessment (ELA), the achieved marks will be equally divided in all those COs mapped
with total experiments.
Page- 5
Diploma in Computer Engineering Semester - IV SBTE, Bihar
• For CO attainment calculation indirect assessment tools like course exit survey need to be used which comprises of questions related
to achievement of each COs.
N) Suggested Specification Table for End Semester Theory Assessment: Specification table represents the
reflection of sample representation of assessment of cognitive domain of full course.
Unit Title and Number Total Relevant Total ETA (Marks)
Classroom COs Marks Remember Understanding Application
Instruction Number(s) (R) (U) & above
(CI)
(A)
Hours
Unit-1.0 Introduction 9 CO-1 14 4 6 4
Note: Similar table can also be used to design class/mid-term/ internal question paper for progressive assessment.
Page- 6
Diploma in Computer Engineering Semester - IV SBTE, Bihar
(b) Online Educational Resources:
1. https://nptel.ac.in/courses/106104028
2. https://en.wikipedia.org/wiki/Theory_of_computation
3. https://www.javatpoint.com/automata-tutorial
4. https://www.geeksforgeeks.org/theory-of-computation-automata-tutorials/
5. https://www.tutorialspoint.com/automata_theory/index.htm
Note: Teachers are requested to check the creative commons license status/ financial implications of the suggested, online
educational recourses before use by the students
******
Page- 7
Diploma in Computer Engineering Semester - IV SBTE, Bihar
E) Course Outcomes (COs): After the completion of the course, teachers are expected to ensure the
accomplishment of following course outcomes by the learners. For this, the learners are expected to perform
various activities related to three learning domains (Cognitive, Psychomotor and Affective) in classroom/
laboratory/ workshop/ field/ industry.
CO-1 Illustrate the fundamental concepts of Database, Database System and Database Management
System.
CO -2 Use the concepts of E-R Modeling, Keys and constraints to design a database
CO -3 Normalize/De-normalize the database to optimize its performance
CO -4 Use Structured Query Language (SQL) for database manipulation
CO -5 Create and use schema objects such as View, Index, Synonyms and Sequence to optimize
database performance.
Page- 8
Diploma in Computer Engineering Semester - IV SBTE, Bihar
G) Teaching & Learning Scheme:
Scheme of Study
(Hours/Week)
Course Course
Classroom Lab Notional Total Total
Code Title
Instruction Instruction Hours Hours Credits
(CI) (LI) (TW+ SL) (CI+LI+TW+SL) (C)
L T
Database
2418403 03 - 04 02 09 06
Management System
Legend:
CI: Classroom Instruction (Includes different instructional/implementation strategies i.e. Lecture (L), Tutorial (T), Case
method, Demonstrations, Video demonstration, Problem based learning etc. to deliver theoretical concepts)
LI: Laboratory Instruction (Includes experiments/practical performances /problem-based experiences in laboratory, workshop,
field or other locations using different instructional/Implementation strategies)
Notional Hours: Hours of engagement by learners, other than the contact hours for ensuring learning.
TW: Term Work (includes assignments, seminars, micro projects, industrial visits, any other student activities etc.)
SL: Self Learning, MOOCs, spoken tutorials, online educational resources etc.
C: Credits = (1 x CI hours) + (0.5 x LI hours) + (0.5 x Notional hours)
Note: TW and SL have to be planned by the teacher and performed by the learner under the continuous guidance and feedback
of teacher to ensure outcome of learning.
H) Assessment Scheme:
Assessment Scheme (Marks)
Theory Assessment Term Work & Lab Assessment
Progressive Theory
End Laboratory
Progressive Lab
End Theory
Assessment
Assessment
Assessment
Assessment
(ETA)
External
Internal
(ELA)
(PLA)
(PTA)
Database Management
2418403 30 70 20 30 20 30 200
System
Legend:
PTA: Progressive Theory Assessment in class room (includes class test, mid-term test and quiz using online/offline modes)
PLA: Progressive Laboratory Assessment (includes process and product assessment using rating Scales and rubrics)
TWA: Term work & Self Learning Assessment (Includes assessment related to student performance in assignments, seminars,
micro projects, industrial visits, self-learning, any other student activities etc.
Note:
ETA & ELA are to be carried out at the end of the term/ semester
Term Work is to be done by the students under the guidance of internal faculty but its assessment will be done internally (40%) as
well as externally (60%). Assessment related to planning and execution of Term Work activities like assignment, micro project,
seminar and self-learning is to be done by internal faculty (Internal Assessment) whereas assessment of output/product/
presentation related to these activities will be carried out by external faculty/expert (External Assessment). However, criteria of
internal as well as external assessment may vary as per the requirement of respective course. For valid and reliable assessment,
the internal faculty should prepare checklist & rubrics for these activities.
I) Course Curriculum Detailing: This course curriculum detailing depicts learning outcomes at course level and
session level and their attainment by the students through Classroom Instruction (CI), Laboratory Instruction
(LI), Term Work (SW) and Self Learning (SL). Students are expected to demonstrate the attainment of Theory
Session Outcomes (TSOs) and Lab Session Outcomes (LSOs) leading to attainment of Course Outcomes (COs)
upon the completion of the course. While curriculum detailing, NEP 2020 related reforms like Green skills,
Page- 9
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Sustainability, Multidisciplinary aspects, Society connect, Indian Knowledge System (IKS) and others must be
integrated appropriately.
Page- 10
Diploma in Computer Engineering Semester - IV SBTE, Bihar
TSO 4c. Write SQL queries for adding, deleting Project operations, Union operations, Set
and updating table data. Intersection operations, Set Difference operations,
TSO 4d. Write queries by implementing given Cartesian operations, Rename operations
aggregate functions on data. 4.3 Join operations- Natural Join, Outer Join, Equi Join
TSO 4e. Write SQL queries to display the data in 4.4 Overview of SQL- SQL Commands
sorted order. - Data Definition language (DDL), Data
TSO 4f. Combine the data as per given criteria Manipulation Language (DML), Data Control
TSO 4g. Write SQL Statement to join two Language (DCL)
relations - Select, Insert, Update, Delete SQL Statements
TSO 4h. Write Correlated and Nested Query 4.5 SQL Clauses- Group by, Having, Order by clause
TSO 4i. Write SQL to control the database 4.6 Aggregate functions- Max, Min, Sum, Count, Avg
transaction 4.7 SQL Join Operations, Inner join, Left join, Right join,
Full join
4.8 SQL Queries - Correlated and Nested Query
4.9 TCL: Commit, save point, rollback, set transaction
TSO 5a. Write SQL statement to create and Unit 5.0 Other Schema Objects CO-5
manipulate view
TSO 5b. Write SQL statement to create and 5.1 Views: Concept of View, The Create and update
manipulate sequence. Views, Views and Joins, Views and Sub queries,
TSO 5c. Write SQL to create and drop Index in Dropping Views.
table. 5.2 Sequences: Concept and need of Sequence
TSO 5d. Write SQL to create and drop synonyms Creating Sequences, Altering Sequences, Dropping
in database Sequences.
5.3 Indexes: need of index, index Types, creating of an
Index: Simple Unique, and Composite Index,
Dropping Indexes
5.4 Synonyms: Creating Synonyms, Dropping
Synonyms.
Note: One major TSO may require more than one Theory session/Period.
K) Suggested Laboratory (Practical) Session Outcomes (LSOs) and List of Practical: P2418403
Relevant
S. Laboratory Experiment/Practical
Practical/Lab Session Outcomes (LSOs) COs
No. Titles Number(s)
LSO 1.1. Install and configure Database product. 1. Database installation (such as MySQL, CO-4
MariaDB)
LSO 2.1. Write and execute DDL command to 2. Design table structure CO-4
create a database for the identified
problem
LSO 3.1. Apply given integrity constraint on table 3. Apply integrity constraints CO-4, CO-2
LSO 4.1. Write and execute DML commands to 4. Use DML commands. CO-4
insert, delete and update data
LSO 5.1. Write and execute queries using 5. Apply relational algebraic operations CO-4
relational algebraic operations.
LSO 6.1. Use given aggregate function in SQL 6. Write statements to demonstrate the use CO-4
Query of aggregate functions
LSO 7.1. Implement different join operations 7. Perform join operations CO-4
using queries
LSO 8.1. Write and execute Correlated and 8. Write Correlated and Nested Query CO-4
Nested Query for given problem
LSO 9.1. Perform Transaction control operations 9. Write TCL Queries CO-4
on a database
LSO 10.1. implement concept of view to optimize 10. Implement Views to perform following CO-5
database handling operations:
a. Create views.
Page- 11
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Relevant
S. Laboratory Experiment/Practical
Practical/Lab Session Outcomes (LSOs) COs
No. Titles Number(s)
b. Insert, modify and delete records
through views.
c. Delete the views.
LSO 11.1. implement Synonyms for Database 11. Create Indexes, Sequences, and Synonyms in CO-5
usage simplification and flexibility SQL.
LSO 11.2. Create and use index for efficient access
of ordered records.
LSO 11.3. Create and use sequences to avoid
possible concurrency
L) Suggested Term Work and Self Learning: S2418403 Some sample suggested assignments, micro project and
other activities are mentioned here for reference.
Teachers are suggested to identify various systems for computerization and students can be assigned
to make E-R diagram (which can later be converted in to tables) to design suitable database.
Normalize the given table to successive Normal form
b. Micro Projects:
1. Identify various Entity and attributes and relation between them for Library Management System.
2. Draw ER Diagram for Hospital Management System Database.
3. Identify a system, create database and Normalize the database consecutively up to 3NF
4. Prepare a presentation on by taking an example
c. Other Activities:
1. Seminar Topics: -
2. Self-Learning Topics:
Page- 12
Diploma in Computer Engineering Semester - IV SBTE, Bihar
M) Suggested Course Evaluation Matrix: The course teacher has to decide and use the appropriate assessment
strategy and its weightage in theory, laboratory and Term work for ensuring CO attainment. The
response/performance of the student in each of these designed activities is to be used to calculate CO
attainment.
Course Evaluation Matrix
Theory Assessment (TA)** Term Work Assessment (TWA) Lab Assessment (LA)#
Progressive End Theory Term Work & Self Learning
Theory Assessment Assessment Progressive Lab End Laboratory
Assessment (ETA)
COs Assessment Assessment
(PTA)
Assignments Micro Other (PLA) (ELA)
Class/Mid
Sem Test Projects Activities*
CO-1 15% 15% 10% - - - -
CO-2 25% 25% 30% 25% - - -
CO-3 15% 15% 30% 25% 33% - -
CO-4 25% 25% 15% 25% 33% 60% 60%
CO-5 20% 20% 15% 25% 34% 40% 40%
Total 30 70 20 20 10 20 30
Marks 50
Legend:
*: Other Activities include self- learning, seminar, visits, surveys, product development, software development etc.
**: Mentioned under point- (N)
#: Mentioned under point-(O)
Note:
• The percentage given are approximate
• In case of Micro Projects and End Laboratory Assessment (ELA), the achieved marks will be equally divided in all those COs mapped
with total experiments.
• For CO attainment calculation indirect assessment tools like course exit survey need to be used which comprises of questions related
to achievement of each COs.
N) Suggested Specification Table for End Semester Theory Assessment: Specification table represents the
reflection of sample representation of assessment of cognitive domain of full course.
Unit Title and Number Total Relevant Total ETA (Marks)
Classroom COs Marks Remember Understanding Application
Instruction Number(s) (R) (U) & above
(CI) (A)
Hours
Unit-1.0 An Overview of the 9 CO-1 11 5 6 0
Database Management
System
Unit 2.0 Relational Database 10 CO-2 17 3 6 8
Management System
(RDBMS)
Unit 3.0 Relational Database 9 CO-3 10 4 2 4
Design
Unit 4.0 Relational Algebra & SQL 12 CO-4 18 4 6 8
Total 48 - 70 20 24 26
Note: Similar table can also be used to design class/mid-term/ internal question paper for progressive assessment.
Page- 13
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Legend:
PRA*: Process Assessment
PDA**: Product Assessment
Note: This table can be used for both end semester as well as progressive assessment of practical. Rubrics need to be prepared
by the course teacher for each experiment/practical to assess the student performance.
2 Any DBMS Product preferably open source based, such as MySQL/ MariaDB 1-11
or Any other
Page- 14
Diploma in Computer Engineering Semester - IV SBTE, Bihar
R) Suggested Learning Resources:
(a) Books:
S. Titles Author(s) Publisher and Edition with ISBN
No.
1 Database Management Systems (Dbms) Dr. Rajiv Chopra S Chand Publishing; Fifth edition,
ISBN-10: 9385676342
ISBN-13: 978-9385676345
2 Fundamentals of Database Systems, R. Elmasri, S. Navathe Seventh Edition, Addison Wesley,
ISBN-13: 978-9332582705
3 Database System Concepts Abraham 7th Edition, McGraw Hill
Silberschatz, Henry F. ISBN-10 : 9390727502
Korth, S. Sudarshan ISBN-13 : 978-9390727506
4 Introduction to database system (8th C. J. Date Pearson, ISBN- 0-321-18956-6, ISBN-
Edition) 13: 978-0074622391
5 An Introduction to Database Systems, B. Desai Galgotia Publication (Revised Edition)
ISBN · 9788175156173
Note: Teachers are requested to check the creative commons license status/ financial implications of the suggested, online
educational recourses before use by the students
(c) Others:
1. Lab Manuals
******
Page- 15
Diploma in Computer Engineering Semester - IV SBTE, Bihar
E) Course Outcomes (COs): After the completion of the course, teachers are expected to ensure the
accomplishment of following course outcomes by the learners. For this, the learners are expected to perform
various activities related to three learning domains (Cognitive, Psychomotor and Affective) in classroom/
laboratory/ workshop/ field/ industry.
Page- 1
Diploma in Computer Engineering Semester - IV SBTE, Bihar
G) Teaching & Learning Scheme:
Scheme of Study
(Hours/Week)
Course Course
Classroom Total
Code Title Lab Notional Total
Instruction Credits
Instruction Hours Hours
(CI) (C)
(LI) (TW+ SL) (CI+LI+TW+SL)
L T
Computer Organization
2418404 02 01 - 02 05 04
and Architecture
Legend:
CI: Classroom Instruction (Includes different instructional/implementation strategies i.e. Lecture (L), Tutorial (T), Case
method, Demonstrations, Video demonstration, Problem based learning etc. to deliver theoretical concepts)
LI: Laboratory Instruction (Includes experiments/practical performances /problem-based experiences in laboratory, workshop,
field or other locations using different instructional/Implementation strategies)
Notional Hours: Hours of engagement by learners, other than the contact hours for ensuring learning.
TW: Term Work (includes assignments, seminars, micro projects, industrial visits, any other student activities etc.)
SL: Self Learning, MOOCs, spoken tutorials, online educational resources etc.
C: Credits = (1 x CI hours) + (0.5 x LI hours) + (0.5 x Notional hours)
Note: TW and SL have to be planned by the teacher and performed by the learner under the continuous guidance and feedback
of teacher to ensure outcome of learning.
H) Assessment Scheme:
Assessment Scheme (Marks)
Theory Assessment Term Work Lab Assessment
Progressive Theory
Progressive Lab
End Laboratory
End Theory
Assessment
Assessment
Assessment
Assessment
(ETA)
External
Internal
(ELA)
(PLA)
(PTA)
Computer
2418404 30 70 20 30 - - 150
Organization and Architecture
Legend:
PTA: Progressive Theory Assessment in class room (includes class test, mid-term test and quiz using online/offline modes)
PLA: Progressive Laboratory Assessment (includes process and product assessment using rating Scales and rubrics)
TWA: Term work & Self Learning Assessment (Includes assessment related to student performance in assignments, seminars,
micro projects, industrial visits, self-learning, any other student activities etc.
Note:
ETA & ELA are to be carried out at the end of the term/ semester.
Term Work is to be done by the students under the guidance of internal faculty but its assessment will be done internally (40%) as
well as externally (60%). Assessment related to planning and execution of Term Work activities like assignment, micro project,
seminar and self-learning is to be done by internal faculty (Internal Assessment) whereas assessment of output/product/
presentation related to these activities will be carried out by external faculty/expert (External Assessment). However, criteria of
internal as well as external assessment may vary as per the requirement of respective course. For valid and reliable assessment, the
internal faculty should prepare checklist & rubrics for these activities.
I) Course Curriculum Detailing: This course curriculum detailing depicts learning outcomes at course level
and session level and their attainment by the students through Classroom Instruction (CI), Laboratory
Instruction (LI), Term Work (SW) and Self Learning (SL). Students are expected to demonstrate the
attainment of Theory Session Outcomes (TSOs) and Lab Session Outcomes (LSOs) leading to attainment of
Course Outcomes (COs) upon the completion of the course. While curriculum detailing, NEP 2020 related
reforms like Green skills, Sustainability, Multidisciplinary aspects, Society connect Indian Knowledge System
(IKS) and others must be integrated appropriately.
Page- 2
Diploma in Computer Engineering Semester - IV SBTE, Bihar
J) Theory Session Outcomes (TSOs) and Units: T2418404
Major Theory Session Outcomes (TSOs) Units Relevant
COs
Number(s)
TSO 1.a. Define the concept of "Stored Program Unit 1.0: Basic Computer Organization and Design:
Organization" in computer architecture. CO-1
TSO 1.b. Explain the different types of buses, 1.1 Instruction Codes
including Address, Data, and Memory 1.1.1 Stored Program Organization
buses. 1.1.2 Instruction Set
TSO 1.c. Explain the various addressing modes used 1.1.3 Instruction Cycle (Fetch, Decode,
in computer instruction sets. Execute)
TSO 1.d. Explain the three stages of the "Instruction 1.1.4 Register Reference Instruction
Cycle" (Fetch, Decode, Execute) and their 1.2 Memory Reference Instructions
significance. 1.3 Interrupt
TSO 1.e. Differentiate between "Maskable" and 1.3.1 Hardware and Software
"Non-Maskable" interrupts, and explain 1.3.2 Maskable and Non-Maskable
their roles in computer systems. 1.3.3 Input and Output
TSO 1.f. Describe the process of "Register, Bus, and 1.4 Types of buses (Address, Data, Memory) and
Memory transfer" within a CPU and its bus arbitration.
importance in data processing. 1.5 Register, Bus, and memory transfer.
TSO 1.g. Implement a "Subroutine call and return" 1.6 Processor organization, general registers
in a simple program. organization (Control Word), stack
organization (Register Stack, Memory Stack)
1.7 Addressing Modes (Direct, Indirect, Register
Direct, Immediate etc.)
1.8 Program Control
1.8.1 Conditional Branch Instruction
1.8.2 Subroutine call and return
TSO 2.a. Define "Signed Magnitude" and explain how Unit 2.0: Arithmetic and logic unit: CO-2
addition and subtraction are performed
using this representation. 2.1 Addition and Subtraction
TSO 2.b. List the steps involved in the hardware 2.1.1 Addition and Subtraction with Signed
implementation of addition and Magnitude
subtraction operations.
2.1.2 Hardware Implementation
TSO 2.c. Illustrate the multiplication algorithm for
signed operands, emphasizing the 2.1.3 Addition and Subtraction with Signed
difference between signed and unsigned 2’s Complement Data
multiplication. 2.2 Multiplication Algorithm
TSO 2.d. Explain "Booth's Algorithm" and "Array 2.2.1 Signed operand multiplication
Multiplier" as methods for efficient 2.2.2 Booths algorithm and array multiplier.
multiplication and explain when to use 2.3 Division Algorithms
each.
2.3.1 Hardware Implementation for signed
TSO 2.e. Describe the hardware implementation of
division algorithms for signed magnitude Magnitude data
data, including handling divide overflow 2.3.3 Divide Overflow
situations. 2.4 Decimal Arithmetic Unit
2.5.1 Floating point arithmetic operation
2.5.2 Addition and Subtraction
2.5 IEEE Standard for Fixed Point and Floating-Point
Numbers
TSO 3.a. Explain with example of an "I/O Interface" Unit 3.0: Input-Output Organization CO-3
and its role in connecting peripheral
devices to a computer. 3.1 Input Output Interface
TSO 3.b. Explain the key differences between an "I/O 3.1.1 I/O Bus and Interface Module
Bus" and a "Memory Bus." 3.1.2 I/O versus Memory Bus
Page- 3
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Major Theory Session Outcomes (TSOs) Units Relevant
COs
Number(s)
TSO 3.c. Explain the concept of "Asynchronous Data 3.1.3 Example of I/O Interface
Transfer" and its significance in computer 3.2 Asynchronous Data Transfer
communication. 3.2.1 Asynchronous Communication
TSO 3.d. Explain the process of "Handshaking" in
Interface
asynchronous communication and how it
helps in reliable data transfer. 3.2.2 Handshaking
3.3 Modes of data transfer
3.3.1 Programmed I/O
3.3.2 Interrupt Initiated I/O
3.3.3 Direct Memory Access
3.3.3.1DMA Controller
3.3.3.2 DMA Transfer
Page- 4
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Major Theory Session Outcomes (TSOs) Units Relevant
COs
Number(s)
TSO 5.a Explain the concept of "Pipelining" in the Unit 5.0: Pipelining and Vector Processing: CO-5
context of computer architecture.
TSO 5.b. List the stages of a typical pipeline, 5.1 Introduction to Pipelining
including "Fetch," "Decode," "Execute," 5.1.1 Definition of Pipelining
"Memory," and "Write Back." 5.1.2 Need for Pipelining in modern
TSO 5.c Explain the concept of "Data Hazards" and
processor
"Structural Hazards" in the context of
pipelining. 5.2 Pipeline Stages (Fetch, Decode, Execute,
TSO 5.d. Explain the concept of access time in the Memory, Write Back)
context of CPU performance, including its 5.3 Pipelining Hazards (Structure Hazards, Data
definition, importance, and factors Hazards)
affecting it. 5.4 Performance Metrics of CPU (Access Time,
EMAT (Effective Memory Access Time), Scale
Factor
Note: One major TSO may require more than one Theory session/Period.
K) Suggested Laboratory (Practical) Session Outcomes (LSOs) and List of Practical: (Not Applicable)
L) Suggested Term Work and Self Learning: S2418404 Some sample suggested assignments, micro project and
other activities are mentioned here for reference.
b. Micro Projects:
1. Prepare a market survey report on the application of different types of digital system.
2. Prepare a comparison chart on the technical specification and application of different types of
memory, PLDs and CPLDS.
3. Develop a visual representation of memory hierarchy. Include various memory types such as cache
memory, RAM, and auxiliary memory (e.g., magnetic disk).
c. Seminar Topics:
Page- 5
Diploma in Computer Engineering Semester - IV SBTE, Bihar
M) Suggested Course Evaluation Matrix: The course teacher has to decide and use the appropriate assessment
strategy and its weightage in theory, laboratory and Term work for ensuring CO attainment. The
response/performance of the student in each of these designed activities is to be used to calculate CO
attainment.
Course Evaluation Matrix
Theory Assessment (TA)** Term Work Assessment (TWA) Lab Assessment (LA)#
Progressive End Theory Term Work & Self Learning
Theory Assessment Assessment
Assessment (ETA)
COs (PTA)
Class/Mid Assignments Micro Other
Sem Test Projects Activities*
CO-1 15% 15% 15% 20% 20% NOT
CO-2 25% 25% 25% 20% 20% APPLICABLE
CO-3 25% 25% 25% 20% 20%
CO-4 20% 20% 20% 20% 20%
CO-5 15% 15% 15% 20% 20%
Total 30 70 20 20 10
Marks 50
Legend:
*: Other Activities include self- learning, seminar, visits, surveys, product development, software development etc.
**: Mentioned under point- (N)
#: Mentioned under point-(O)
Note:
• The percentage given are approximate
• In case of Micro Projects and End Laboratory Assessment (ELA), the achieved marks will be equally divided in all those COs mapped
with total experiments.
• For CO attainment calculation indirect assessment tools like course exit survey need to be used which comprises of questions related
to achievement of each COs.
N) Suggested Specification Table for End Semester Theory Assessment: Specification table represents the
reflection of sample representation of assessment of cognitive domain of full course.
Unit Title and Number Total Relevant Total ETA (Marks)
Classroom Cos Marks Remember Understanding Application
Instruction Number(s) (R) (U) & above
(CI) (A)
Hours
Unit-1.0 Basic Computer 6 CO-1 11 5 3 3
Organization and Design
Unit-2.0 Arithmetic and logic unit 12 CO-2 17 4 6 7
Note: Similar table can also be used to design class/mid-term/ internal question paper for progressive assessment.
Page- 6
Diploma in Computer Engineering Semester - IV SBTE, Bihar
P) Suggested Instructional/Implementation Strategies: Different Instructional/ Implementation Strategies may
be appropriately selected, as per the requirement of the content/outcome. Some of them are Improved
Lecture, Tutorial, Case Method, Group Discussion, Industrial visits, Industrial Training, Field Trips, Portfolio
Based, Learning, Role Play, Live Demonstrations in Classrooms, Lab, Field Information and Communications
Technology (ICT)Based Teaching Learning, Blended or flipped mode, Brainstorming, Expert Session, Video
Clippings, Use of Open Educational Resources (OER), MOOCs etc.
Note: Teachers are requested to check the creative commons license status/ financial implications of the suggested, online
educational recourses before use by the students.
******
Page- 7
Diploma in Computer Engineering Semester - IV SBTE, Bihar
E) Course Outcomes (COs): After the completion of the course, teachers are expected to ensure the
accomplishment of following course outcomes by the learners. For this, the learners are expected to perform
various activities related to three learning domains (Cognitive, Psychomotor and Affective) in
classroom/laboratory/workshop/field/ industry.
Page- 1
Diploma in Computer Engineering Semester - IV SBTE, Bihar
H) Assessment Scheme:
Assessment Scheme (Marks)
Theory Assessment Term Work& Lab Assessment
Progressive Theory
End Laboratory
Progressive Lab
End Theory
Assessment
Assessment
Assessment
Assessment
(ETA)
External
Internal
(ELA)
(PLA)
(PTA)
Computer
2418405 Troubleshooting 30 70 20 30 20 30 200
& Maintenance
Legend:
PTA: Progressive Theory Assessment in class room (includes class test, mid-term test and quiz using online/offline modes)
PLA: Progressive Laboratory Assessment (includes process and product assessment using rating Scales and rubrics)
TWA: Term work & Self Learning Assessment (Includes assessment related to student performance in assignments, seminars,
micro projects, industrial visits, self-learning, any other student activities etc.
Note:
ETA & ELA are to be carried out at the end of the term/ semester.
Term Work is to be done by the students under the guidance of internal faculty but its assessment will be done internally (40%)
as well as externally (60%). Assessment related to planning and execution of Term Work activities like assignment, micro
project, seminar and self-learning is to be done by internal faculty (Internal Assessment) whereas assessment of
output/product/ presentation related to these activities will be carried out by external faculty/expert (External Assessment).
However, criteria of internal as well as external assessment may vary as per the requirement of respective course. For valid and
reliable assessment, the internal faculty should prepare checklist & rubrics for these activities.
Page- 2
Diploma in Computer Engineering Semester - IV SBTE, Bihar
I) Course Curriculum Detailing: This course curriculum detailing depicts learning outcomes at course level
and session level and their attainment by the students through Classroom Instruction (CI), Laboratory
Instruction (LI), Term Work (TW) and Self Learning (SL). Students are expected to demonstrate the
attainment of Theory Session Outcomes (TSOs) and Lab Session Outcomes (LSOs) leading to attainment of
Course Outcomes (COs) upon the completion of the course. While curriculum detailing, NEP 2020 related
reforms like Green skills, Sustainability, Multidisciplinary aspects, Society connect, Indian Knowledge
System (IKS) and others must be integrated appropriately.
Page- 3
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Page- 4
Diploma in Computer Engineering Semester - IV SBTE, Bihar
TSO 4a. Explain the role of switches and routers in Unit 4.0: Network and Internet Connectivity CO-4
building and managing wired computer
4.1 Introduction to Networking Devices
networks.
TSO 4b. Explain the connectivity of switches using Switches, Routers, Types of Switches,
uplink ports and regular ports. Connectivity of switch and up linking using uplink
port and using regular port, Types of Routers,
TSO 4c. Explain the use of wireless router in the Connectivity of Router and Access point, Basic
wireless network. router-parameter-configuration
TSO 4d. List different configuration-parameters in
4.2 Internet Connectivity
router.
Types of internet connectivity, Broadband,
TSO 4e. Explain various types of internet Leased Line connection
connections
4.3 Firewalls and Security:
TSO 4f. Explain need and importance of hardware
and software-based firewalls Need for firewalls and their role in network
security
TSO 4g. Explain the role of proxy servers in internet
connectivity Types of Firewalls- hardware and software-based
firewalls, Firewall Configuration and
Management, Firewalls and Virtual Private
Networks (VPNs), Packet Filtering, Proxy Servers
TSO 5a. Identify common causes of data loss, Unit 5.0: Data Recovery and System Performance CO-5
including hardware failure, human error, Optimization
and software issues.
5.1 Data Loss Causes: Human Error, Viruses &
TSO 5b. Explain various data recovery methods, Malware, Power Outages, Hardware failure,
such as data retrieval from backups and Natural Disasters, Software Corruption,
data recovery software. Migration errors
TSO 5c. Differentiate between file recovery and 5.2 Data Recovery Methods: File Restore, Volume,
disk recovery techniques. Restore, Local virtualization, Cloud virtualization
TSO 5d. Explore data backup strategies, including
5.3 Data Backup Strategies: -
full, incremental, and differential backups.
TSO 5e. Create and implement data backup plans to Types of Backups: Full backup, Incremental
safeguard critical data. backup, Differential backup
TSO 5f. Use data recovery software to retrieve lost Direct-to-cloud backup, cloud-to-cloud backup,
or deleted files. and SaaS backup
TSO 5g. Define system performance metrics and 5.4 System Performance Optimization:
their significance in evaluating a System Performance Metrics,
computer's performance. Registry Cleaning and Optimization
TSO 5h. Implement registry cleaning and Overheating and Cooling Solutions
optimization techniques to enhance Hardware Upgrades for Performance
system performance. Optimize the performance of system,
TSO 5i. Optimize system performance by Managing background tasks, and upgrading
managing background tasks and processes hardware components.
efficiently.
Note: One major TSO may require more than one Theory session/Period.
Page- 5
Diploma in Computer Engineering Semester - IV SBTE, Bihar
K) Suggested Laboratory (Practical) Session Outcomes (LSOs) and List of Practical: P2418405
Relevant
S.
Practical/Lab Session Outcomes (LSOs) Laboratory Experiment/Practical Titles COs
No.
Number(s)
LSO 1.1. Identify the various hardware 1. 1.1 Identify the various hardware CO-1
components of a desktop computer components of a desktop computer
LSO 1.2. Set up different options in BIOS 1.2 Configure the following in BIOS setting
i. power-saving settings
LSO 1.3. Identify different types of memory ii. Adjust fan speeds and
module temperature thresholds
LSO 1.4. Troubleshoot a PC's power supply using iii. Enabling or disabling the display
a multimeter. of POST error messages
iv. Set a BIOS password for security
v. Alter Booting
1.3 Identify different types of memory
module
1.4 Troubleshoot a PC's power supply using
a multimeter.
LSO 2.1. Troubleshoot common problems with 2. 2.1 Troubleshoot common printer problem CO-2
peripherals like printers, scanners, such as paper jams, driver problems, and
monitors, keyboards, and mouse. connectivity.
LSO 2.2. Apply various memory testing tools for 2.2 Troubleshoot monitor problems
memory tests. by adjusting the display settings,
checking cable connections, and
LSO 2.3. Troubleshoot the internal components replacing faulty components if necessary.
of a computer like CPU, RAM, hard 2.3 Identify overheating, faulty RAM, and
drive, motherboard, and graphics card. CPU socket problems.
LSO 2.4. Apply common tools like multimeters 2.4 Reset the CPU and RAM modules, apply
for testing power supplies and cables. thermal paste, and test for stability.
LSO 2.5. Troubleshoot SMPS problem, cable 2.5 Troubleshoot the given type of hard
connection problem, port problem, and drive for loose or damaged cables, as well
interface problem. as signs of overheating or physical
damage.
LSO 3.1. Troubleshoot common problems with 3. 3.1 Fix errors in operating system like CO-3
the operating system. "Missing Operating System," "BOOTMGR
LSO 3.2. Apply appropriate solutions for is missing," and "NTLDR is missing.
operating system recovery and repair 3.2 Troubleshoot common problems with the
options. operating system, like startup errors,
LSO 3.3. Remove malware, viruses, and other system crashes, and performance
security threats. problems.
LSO 3.4. Install antivirus and anti-malware for 3.3 Use recovery tools like Windows Startup
system security. Repair or Linux's GRUB to fix booting
LSO 3.5. Troubleshoot different types of conflicts problems.
in drivers. 3.4 Install the given software and ensure
proper functioning.
3.5 Use appropriate antivirus to remove
malware.
3.6 Install drivers for various hardware
components, ensuring compatibility and
addressing any installation problems.
LSO 4.1. Install layer-2 networking devices. 4. 4.1 Install appropriate layer-2 networking CO-4
LSO 4.2. Troubleshoot internet connectivity device in the given situation.
issue. 4.2 Simulate the functioning of the router
using packet tracer/Wireshark simulator.
LSO 4.3. Troubleshoot problems with different 4.3 Troubleshoot the internet connectivity
networking devices. problems.
4.4 Configure wireless access points.
Page- 6
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Relevant
S.
Practical/Lab Session Outcomes (LSOs) Laboratory Experiment/Practical Titles COs
No.
Number(s)
LSO 4.4. Configure and manage firewalls for 4.5 Configure firewalls, enable Windows
network security and threat protection. Defender, and update security settings.
LSO 5.1. Apply tools and procedures to recover 5. 5.1 Use data recovery software to retrieve CO-5
data from corrupted or damaged deleted or corrupted files from the given
storage media. storage device.
LSO 5.2. Set up data backup systems to protect 5.2 Recover data from a USB flash drive with
critical data. corrupted or deleted files.
5.3 Set up a backup system (e.g., using
LSO 5.3. Optimize system performance. backup software or cloud storage) to
regularly back up the data.
5.4 Manage background processes to
improve system performance by
reducing startup programs or limiting
running services.
Note: In addition to above listed practical, students are suggested to practice all the examples covered by the teacher during theory sessions.
L) Suggested Term Work and Self Learning: S2418405 Some sample suggested assignments, micro project and
other activities are mentioned here for reference.
b. Micro Projects:
i. Project Description: In this micro project on computer troubleshooting and maintenance, students will
work on a project that involves ensuring the proper functionality and performance of a classroom
computer lab. The project will include the following steps:
ii. Initial Assessment: Students will conduct an initial assessment of the computers in the classroom lab.
This includes checking for any hardware or software issues, verifying that all computers are up to date,
and assessing the overall performance of the machines.
iii. Issue Identification: Students will identify and document any issues or problems found during the
assessment. This could include hardware malfunctions, software errors, connectivity issues, or any
other anomalies.
iv. Troubleshooting: Based on the identified issues, students will plan and execute troubleshooting
procedures. This may involve diagnosing hardware problems, resolving software conflicts, or
addressing network connectivity issues.
v. Maintenance Tasks: Students will perform routine maintenance tasks on the computers, such as
cleaning out dust, updating software, and optimizing system performance. They will also check for
security updates and ensure that antivirus software is up to date.
vi. Documentation: Throughout the project, students will maintain detailed documentation of the issues
identified, the troubleshooting steps taken, and the maintenance tasks performed.
vii. Recommendations: Students will provide recommendations for long-term maintenance and potential
upgrades to enhance the lab's performance and reliability.
viii. Testing and Validation: After troubleshooting and maintenance, students will validate the
effectiveness of their efforts by conducting tests on the computers to ensure they are running
smoothly.
ix. Final Report: Students will compile their findings, actions taken, and recommendations into a final
report to present to the class or instructors. The report should include a summary of the current state
of the lab, the improvements made, and suggestions for ongoing maintenance.
(Students may use file and sequence data types to develop above listed applications)
c. Other Activities:
Page- 7
Diploma in Computer Engineering Semester - IV SBTE, Bihar
d. Self-Learning Topics:
1. Learning how to diagnose and fix common OS-related problems, such as boot issues, system crashes, and
software conflicts.
2. List common hardware failures like overheating, power supply issues, and hard drive failures.
3. Learn how to update, roll back, or reinstall device drivers to resolve hardware-related issues.
4. Exploring the BIOS/UEFI settings to troubleshoot boot problems, configure hardware, and update
firmware.
5. Learning how to manage and troubleshoot storage devices, including disk partitioning, formatting, and
file system errors.
6. List the tools and techniques for providing remote support and troubleshooting for remote users or
clients.
7. Exploring how to upgrade hardware components like RAM, hard drives, graphics cards, and power
supplies, including compatibility considerations.
M) Suggested Course Evaluation Matrix: The course teacher has to decide and use appropriate assessment
strategy and its weightage in theory, laboratory and Term Work for ensuring CO attainment. The
response/performance of each student in each of these designed activities is to be used to calculate CO
attainment.
Course Evaluation Matrix
Theory Assessment (TA)** Term Work Assessment (TWA) Lab Assessment (LA)#
Progressive End Theory Term Work& Self Learning
Theory Assessment Assessment Progressive Lab End Laboratory
Assessment (ETA)
Assessment Assessment
(PTA)
COs Assignments Micro Other (PLA) (ELA)
Class/Mid
Sem Test Projects Activities*
CO-1 10% 15% 10% 20% 20%
CO-2 10% 25% 10% 20% 20%
CO-3 10% 20% 15% 100% 100% 20% 20%
CO-4 25% 20% 25% 20% 20%
CO-5 25% 20% 20% 20% 20%
Total 30 70 20 20 10 20 30
Marks 50
Legend:
*: Other Activities include self- learning, seminar, visits, surveys, product development, software development etc.
**: Mentioned under point- (N)
#: Mentioned under point-(O)
Note:
• The percentage given are approximate
• In case of Micro Projects and End Laboratory Assessment (ELA), the achieved marks will be equally divided in all those COs mapped
with total experiments.
• For CO attainment calculation indirect assessment tools like course exit survey need to be used which comprises of questions related
to achievement of each COs.
Page- 8
Diploma in Computer Engineering Semester - IV SBTE, Bihar
N) Suggested Specification Table for End Semester Theory Assessment: Specification table represents the
reflection of sample representation of assessment of cognitive domain of full course.
Unit Title and Number Total Relevant Total ETA (Marks)
Classroom COs Marks Remember Understanding Application
Instruction Number(s) (R) (U) & above
(CI) (A)
Hours
Unit 1.0 Internal Components of 7 CO-1 10 4 3 3
the PC
Unit 2.0 Input Device, Output 11 CO-2 18 4 5 11
Device, and Storage
Devices
Unit3.0 Software’s Malware, 10 CO-3 14 4 4 6
Security, and Drivers
Unit 4.0 Network and Internet 10 CO-4 14 5 3 7
Connectivity
Unit 5.0 Data Recovery and 10 CO-5 14 3 6 5
System Performance
Optimization
Total 48 - 70 20 21 29
Note: Similar table can also be used to design class/mid-term/ internal question paper for progressive assessment.
Page- 9
Diploma in Computer Engineering Semester - IV SBTE, Bihar
PLA/ELA
Relevant
S. Performance Viva-
Laboratory Practical Titles COs
No. PRA* PDA** Voce
Number(s)
(%) (%) (%)
3.2 Troubleshoot common problems with the operating
system, like startup errors, system crashes, and
performance problems.
3.3 Use recovery tools like Windows Startup Repair or Linux's
GRUB to fix booting problems.
3.4 Install the given software and ensure proper functioning.
3.5 Use appropriate antivirus to remove malware.
3.6 Install drivers for various hardware components, ensuring
compatibility and addressing any installation problems.
4. 4.1 Install appropriate layer-2 networking device in the given CO-4 40 50 10
situation.
4.2 Simulate the functioning of the router using packet
tracer/Wireshark simulator.
4.3 Troubleshoot the internet connectivity problems.
4.4 Configure wireless access points.
4.5 Configure firewalls, enable Windows Defender, and update
security settings.
2. Integrated Development and S/w to be downloaded for python 3.11.3 or higher All
Learning Environment (IDLE)
Page- 10
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Note: Teachers are requested to check the creative commons license status/ financial implications of the suggested, online
educational recourses before use by the students.
******
Page- 11
Diploma in Computer Engineering Semester - IV SBTE, Bihar
E) Course Outcomes (COs): After the completion of the course, teachers are expected to ensure the
accomplishment of following course outcomes by the learners. For this, the learners are expected to perform
various activities related to three learning domains (Cognitive, Psychomotor and Affective) in classroom/
laboratory/ workshop/ field/ industry.
Page- 1
Diploma in Computer Engineering Semester - IV SBTE, Bihar
H) Assessment Scheme:
Assessment Scheme (Marks)
Theory Assessment(TA) Term Work & Lab Assessment
Progressive Theory
End Laboratory
Progressive Lab
End Theory
Assessment
Assessment
Assessment
Assessment
(ETA)
External
Internal
(ELA)
(PLA)
(PTA)
Environmental
Education and
2400006 15 - 10 - 10 15 50
Sustainable
Development
Legend:
PTA: Progressive Theory Assessment in class room (includes class test, mid-term test and quiz using online/offline modes)
PLA: Progressive Laboratory Assessment (includes process and product assessment using rating Scales and rubrics)
TWA: Term work & Self Learning Assessment (Includes assessment related to student performance in assignments, seminars,
micro projects, industrial visits, self-learning, any other student activities etc.
Note:
ETA & ELA are to be carried out at the end of the term/ semester.
Term Work is to be done by the students under the guidance of internal faculty but its assessment will be done internally (40%) as
well as externally (60%). Assessment related to planning and execution of Term Work activities like assignment, micro project,
seminar and self-learning is to be done by internal faculty (Internal Assessment) whereas assessment of output/product/
presentation related to these activities will be carried out by external faculty/expert (External Assessment). However, criteria of
internal as well as external assessment may vary as per the requirement of respective course. For valid and reliable assessment,
the internal faculty should prepare checklist & rubrics for these activities.
Page- 2
Diploma in Computer Engineering Semester - IV SBTE, Bihar
I) Course Curriculum Detailing: This course curriculum detailing depicts learning outcomes at course level and
session level and their attainment by the students through Classroom Instruction (CI), Laboratory Instruction
(LI), Term Work (TW) and Self Learning (SL). Students are expected to demonstrate the attainment of Theory
Session Outcomes (TSOs) and Lab Session Outcomes (LSOs) leading to attainment of Course Outcomes (COs)
upon the completion of the course. While curriculum detailing, NEP 2020 related reforms like Green skills,
Sustainability, Multidisciplinary aspects, Society connect, Indian Knowledge System (IKS) and others must be
integrated appropriately.
TSO 2a. Explain environmental pollution & its sources. Unit-2.0 Air & Water Pollution CO2
TSO 2b. Assess the causes of water & air pollution in a
given area 2.1 Traditional pollution issues- Air, Water,
Noise
TSO 2c. Explain the effects of water & air pollution on
human, plant & animal 2.2 Water pollution
2.2.1 Sources of water pollution
TSO 2d. Take appropriate measures to prevent the
pollution problems at city /municipal areas 2.2.2 Effects of water pollution
2.2.3 Control of water pollution
TSO 2e. Determine the pollution level in the
2.2.4 Physical & chemical standard of
environment at different seasons.
domestic water as per Indian Standard
2.3 Air pollution
2.3.1 Sources of air pollution
2.3.2 Air pollutants
2.3.3 Effects of air pollution on human,
plant & animal
2.3.4 Air monitoring system
2.3.5 Air pollution control
TSO 3a. Describe various types renewable sources of Unit-3.0 Sustainability & Renewable Sources of CO3
energy Energy
TSO 3b. Explain solar energy & methods of harnessing 3.1 Concept of sustainable development
TSO 3c. Explain wind energy and its impact on 3.2 Renewable sources of energy for
environment sustainable development
TSO 3d. Explain characteristics of biomass & its
3.3 Solar Energy
digestion process
TSO 3e. Describe new energy sources & their 3.3.1 Features of solar thermal & PV system
application 3.3.2 Solar pond, Solar water heater, Solar
dryer and Solar stills
3.4 Wind Energy
3.4.1 Current status & future prospects of
wind energy
Page- 3
Diploma in Computer Engineering Semester - IV SBTE, Bihar
TSO 4a. Describe impact of climate change on human Unit-4.0 Climate Change and Sustainable CO4
life Development
TSO 4b. Identify the factors contributing to climate
change 4.1 Impact of Climate change
4.2 Factor contributing to climate change
TSO 4c. Explain sustainable development goals to 4.3 Sustainable development Goals (SDGs)
transform the world 4.4 Action Plan on Climate Change- India
TSO 4d. Develop implementation strategies for action
plan on climate change
TSO 5a. Identify the elements of a successful Unit-5.0 Environmental legislation and CO5
management system Sustainable Building Practices
TSO 5b. Explain green building concept & its benefits 5.1 Environment management system and
TSO 5c. Apply 5R concept in a given building Planning
construction project 5.2 Green Building concept
5.3 Green and sustainable building materials -
TSO 5d. Explain various environment protection laws
5R concept
TSO 5e. Explain carbon foot-print & carbon credit 5.4 Environment protection acts, legislation
and Laws
5.5 Zero carbon foot-print building for
sustainable constriction.
Note: One major TSO may require more than one Theory session/Period.
Page- 4
Diploma in Computer Engineering Semester - IV SBTE, Bihar
K) Suggested Laboratory (Practical) Session Outcomes (LSOs) and List of Practical: P2400006
Relevant
S.
Practical/Lab Session Outcomes (LSOs) Laboratory Experiment/Practical Titles COs
No.
Number(s)
LSO 1.1. Use of Air pollutant analyzer to 1. Determination of air pollutants harming local CO2
determine the air pollution level environment
LSO 1.2. Collect air samples for pollution level
detection
LSO 2.1 Use of Water pollutant analyzer to 2 Determine the water pollutants harming local CO2
determine the water pollution environment
LSO 2.2 Collect water samples for pollution level
detection
LSO 3.1 Prepare report on EIA of a given context 3. Carry out the Environmental Impact CO1
and area. Assessment (EIA) for a given project /activity CO3
LSO 3.2 Collection of stakeholders view on effect of development
on environment about a particular
project/activity.
LSO 4.1 Predict of possible factors causing effects 4. Assessment of the impact of climate change CO1
of climate change on local environment CO4
LSO 4.2 Effect of Ice melting on sea water
LSO 5.1 Elaborate the uses of sustainable building 5. Demonstration of sustainable building CO2
materials, the considering 3R materials in lab/workshop CO5
LSO 5.2 Trace of Carbon foot print due to
construction of a small building
LSO 6.1 Set up sample recycling bins in the 6. Demonstration of the recycling process for the CO3
laboratory different materials such as paper, plastic etc.
LSO 6.2 Appreciate the importance of recycling for waste management
and environmental benefits
LSO 6.3 Explain the importance of 3 R
LSO 7.1 Explain the process of composting 7 Setting up composting bins in the laboratory CO3
LSO 7.2 disseminate the use of composting process to demonstrate the process of composting
to near and dear for soil health and organic waste
fertility for generating organic food
LSO 8.1 Calculate own water footprint for daily 8 Calculation of personal water footprint for CO3
activities daily water usage for activities like bathing,
LSO 8.2 Explain the importance of reducing water cooking and laundry.
consumption and conserve water
resources.
LSO 9.1 Explore the alternative / renewable 9. Develop bio mass energy in the laboratory CO3
sources of energy in day to day life CO4
LSO 10.1 Explore the alternative / renewable 10. Develop solar model in the laboratory CO3
sources of energy in day to day life
LSO 11.1 Explore the alternative / renewable 11. Develop wind turbine model in the laboratory CO4
sources of energy in day to day life
L) Suggested Term Work and Self Learning: S2400006 Some sample suggested assignments, micro project and
other activities are mentioned here for reference.
1. Conduct a waste audit in your polytechnic. Categorize waste into different types such as plastic, paper,
organic. Quantify the amount of each waste.
Page- 5
Diploma in Computer Engineering Semester - IV SBTE, Bihar
b. Micro Projects:
Conduct of EIA of a project/activity such as construction of roads in the local area. Prepare a report
on:
Prepare a model of rain water harvesting system to demonstrate how rainwater can be collected and
stored for various purposes such as irrigation and toilet flushing.
Students may be asked in group to set up a small solar panel to compare the energy output under
different lighting condition and angles to understand the concept of solar energy and its potential
applications.
c. Other Activities:
1. Seminar Topics:
Climate change issue and problems
Sustainable development- Global practices
Factor affecting sustainability in India
2. Visits:
Visit Pollution control Board of your city. Prepare report of visit with special comments of initiatives taken
for protecting environment and ensuring sustainable development of the city.
Organize a field trip to a nearby park for the students. Students can be observed different species of the
plants, animals and insects. They may be asked to prepare report on importance of biodiversity
conservation.
3. Self-Learning Topics:
Page- 6
Diploma in Computer Engineering Semester - IV SBTE, Bihar
M) Suggested Course Evaluation Matrix: The course teacher has to decide and use appropriate assessment
strategy and its weightage in theory, laboratory and Term Work for ensuring CO attainment. The
response/performance of each student in each of these designed activities is to be used to calculate CO
attainment.
Course Evaluation Matrix
Theory Assessment (TA)** Term Work Assessment (TWA) Lab Assessment (LA)#
Progressive End Theory Term Work & Self Learning
Theory Assessment Assessment Progressive Lab End Laboratory
Assessment (ETA)
COs Assessment Assessment
(PTA)
Assignments Micro Other (PLA) (ELA)
Class/Mid
Sem Test Projects Activities*
CO-1 - - 15% - - 20% 20%
CO-2 - - 10% 25% - 10% 20%
CO-3 - - 15% 25% 50% 15% 20%
CO-4 - - 30% 50% 50% 15% 20%
CO-5 - - 30% - - 40% 20%
Total - - 10 10 05 10 15
Marks 25
Legend:
*: Other Activities include self- learning, seminar, visits, surveys, product development, software development etc.
**: Mentioned under point- (N)
#: Mentioned under point-(O)
Note:
• The percentage given are approximate
• In case of Micro Projects and End Laboratory Assessment (ELA), the achieved marks will be equally divided in all those COs mapped
with total experiments.
• For CO attainment calculation indirect assessment tools like course exit survey need to be used which comprises of questions related
to achievement of each COs.
N) Suggested Specification Table for End Semester Theory Assessment: (Not Applicable)
Page- 7
Diploma in Computer Engineering Semester - IV SBTE, Bihar
PLA/ELA
Relevant
S. Performance Viva-
Laboratory Practical Titles COs
No. PRA* PDA** Voce
Number(s)
(%) (%) (%)
10. Develop solar model in the laboratory CO3 30 60 10
Legend:
PRA*: Process Assessment
PDA**: Product Assessment
Note: This table can be used for both end semester as well as progressive assessment of practical. Rubrics need to be
prepared by the course teacher for each experiment/practical to assess the student performance.
5. Bio mass/energy The Bio-energy Science Kit is a great way to find out how a 6
installation -kit direct ethanol fuel cell works.
6. Wind power energy -Kit 4M wind turbine kit, to demonstrate power of wind and 8
convert it into electricity by building your own turbine.
7. Ice melting demo kit Simple bowls of different sizes --
Page- 8
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Note: Teachers are requested to check the creative commons license status/ financial implications of the suggested, online
educational recourses before use by the students.
(c) Others:
a) www.nptel.iitm.ac.in
b) www.khanacademy
******
Page- 9
Diploma in Computer Engineering Semester - IV SBTE, Bihar
E) Course Outcomes (COs): After the completion of the course, teachers are expected to ensure the
accomplishment of following course outcomes by the learners. For this, the learners are expected to perform
various activities related to three learning domains (Cognitive, Psychomotor and Affective) in classroom/
laboratory/ workshop/ field/ industry.
Page- 1
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Legend:
CI: Classroom Instruction (Includes different instructional/implementation strategies i.e. Lecture (L), Tutorial (T), Case
method, Demonstrations, Video demonstration, Problem based learning etc. to deliver theoretical concepts)
LI: Laboratory Instruction (Includes experiments/practical performances /problem-based experiences in laboratory, workshop,
field or other locations using different instructional/Implementation strategies)
Notional Hours: Hours of engagement by learners, other than the contact hours for ensuring learning.
TW: Term Work (includes assignments, seminars, micro projects, industrial visits, any other student activities etc.)
SL: Self Learning, MOOCs, spoken tutorials, online educational resources etc.
C: Credits = (1 x CI hours) + (0.5 x LI hours) + (0.5 x Notional hours)
Note: TW and SL have to be planned by the teacher and performed by the learner under the continuous guidance and feedback
of teacher to ensure outcome of learning.
H) Assessment Scheme:
Assessment Scheme (Marks)
Theory Assessment Term Work & Lab Assessment
(TA) Self-Learning (LA)
Assessment
Progressive Theory
End Laboratory
Progressive Lab
End Theory
Assessment
Assessment
Assessment
Assessment
(ETA)
External
Internal
(ELA)
(PLA)
(PTA)
Employability
2400408 Skills 25 -- 25 -- -- -- 50
Development
Legend:
PTA: Progressive Theory Assessment in class room (includes class test, mid-term test and quiz using online/offline modes)
PLA: Progressive Laboratory Assessment (includes process and product assessment using rating Scales and rubrics)
TWA: Term work & Self Learning Assessment (Includes assessment related to student performance in assignments, seminars,
micro projects, industrial visits, self-learning, any other student activities etc.
Note:
ETA & ELA are to be carried out at the end of the term/ semester.
Term Work is to be done by the students under the guidance of internal faculty but its assessment will be done internally (40%) as
well as externally (60%). Assessment related to planning and execution of Term Work activities like assignment, micro project,
seminar and self-learning is to be done by internal faculty (Internal Assessment) whereas assessment of output/product/
presentation related to these activities will be carried out by external faculty/expert (External Assessment). However, criteria of
internal as well as external assessment may vary as per the requirement of respective course. For valid and reliable assessment,
the internal faculty should prepare checklist & rubrics for these activities.
I) Course Curriculum Detailing: This course curriculum detailing depicts learning outcomes at course level
and session level and their attainment by the students through Classroom Instruction (CI), Laboratory
Instruction (LI), Term Work (TW) and Self Learning (SL). Students are expected to demonstrate the
attainment of Theory Session Outcomes (TSOs) and Lab Session Outcomes (LSOs) leading to attainment of
Course Outcomes (COs) upon the completion of the course. While curriculum detailing, NEP 2020 related
reforms like Green skills, Sustainability, Multidisciplinary aspects, Society connect, Indian Knowledge
System (IKS) and others must be integrated appropriately.
Page- 2
Diploma in Computer Engineering Semester - IV SBTE, Bihar
TSO 3a Develop & Maintain Social Contacts. Unit-3.0 Utilizing Potential CO3
TSO 3b Engage in Social Service projects.
3.1 Social Networking
TSO-3c Collaborate for mutual advantage.
3.2 Social Engagements, Volunteering
TSO 3d Apply QC-Tools in work situations. 3.3 Collaboration& Team-work.
TSO 3e Practice Lean Manufacturing Techniques 3.4 QC-Tools – Check sheets, Fishbone Diagram,
for Production and Operations Histogram, Pareto chart, Control-chart, Scatter
Diagram, Stratification,
3.5 Lean Manufacturing, Kanban, Kaizen, Five S,
Poka-yoke, Quality Circle
Note: One major TSO may require more than one Theory session/Period.
K) Suggested Laboratory (Practical) Session Outcomes (LSOs) and List of Practical: - (Not Applicable)
L) Suggested Term Work and Self Learning: Some sample suggested assignments, micro project and other
activities are mentioned here for reference.
a. Assignments:
1 Build a resume for Placement Activity.
2 Prepare letters for job applications.
b. Micro Projects:
Page- 3
Diploma in Computer Engineering Semester - IV SBTE, Bihar
c. Other Activities:
1. Seminar Topics:
Emotional Intelligence.
21st Century Skills.
Multitasking
3. Self-Learning Topics:
M) Suggested Course Evaluation Matrix: The course teacher has to decide and use appropriate assessment
strategy and its weightage in theory, laboratory and Term Work for ensuring CO attainment. The
response/performance of each student in each of these designed activities is to be used to calculate CO
attainment.
Course Evaluation Matrix
Theory Assessment (TA)** Term Work Assessment (TWA) Lab Assessment (LA)#
Progressive End Theory Term Work & Self Learning
Theory Assessment Assessment Progressive Lab End Laboratory
Assessment (ETA)
COs Assessment Assessment
(PTA)
Assignments Micro Other (PLA) (ELA)
Class/Mid
Sem Test Projects Activities*
CO-1 30% - 50% - - - -
CO-2 40% - 25% 50% - - -
CO-3 30% - 25% 50% 100% - -
Total 25 - 10 10 5 - -
Marks 25
Legend:
*: Other Activities include self- learning, seminar, visits, surveys, product development, software development etc.
**: Mentioned under point- (N)
#: Mentioned under point-(O)
Note:
• The percentage given are approximate
• In case of Micro Projects and End Laboratory Assessment (ELA), the achieved marks will be equally divided in all those COs mapped
with total experiments.
• For CO attainment calculation indirect assessment tools like course exit survey need to be used which comprises of questions related
to achievement of each COs.
N) Suggested Specification Table for End Semester Theory Assessment: (Not Applicable)
8. How to win friends and influence people Dale Carnegie Srishti Publishers & Distributors,
Delhi, India
Page- 5
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Note: Teachers are requested to check the creative commons license status/ financial implications of the suggested, online
educational recourses before use by the students.
(c) Others: -
******
Page- 6
Diploma in Computer Engineering Semester - IV SBTE, Bihar
E) Course Outcomes (COs): After the completion of the course, teachers are expected to ensure the
accomplishment of following course outcomes by the learners. For this, the learners are expected to perform
various activities related to three learning domains (Cognitive, Psychomotor and Affective) in
classroom/laboratory/workshop/field/ industry.
CO-1 Identify the issues and problems faced by local communities/societies that can be addressed
through community development schemes for sustainable development.
CO-2 Prepare an action plan for an identified issue under community development scheme for a selected
area.
Page- 1
Diploma in Computer Engineering Semester - IV SBTE, Bihar
Progressive Theory
End Laboratory
Progressive Lab
End Theory
Assessment
Assessment
Assessment
Assessment
(ETA)
External
Internal
(ELA)
(PLA)
(PTA)
Community/ Society
2400110 25 - - - - - 25
Development
Legend:
PTA: Progressive Theory Assessment in class room (includes class test, mid-term test and quiz using online/offline modes)
PLA: Progressive Laboratory Assessment (includes process and product assessment using rating Scales and rubrics)
TWA: Term work & Self Learning Assessment (Includes assessment related to student performance in assignments, seminars,
micro projects, industrial visits, self-learning, any other student activities etc.
Note:
ETA & ELA are to be carried out at the end of the term/ semester.
Term Work is to be done by the students under the guidance of internal faculty but its assessment will be done internally (40%) as
well as externally (60%). Assessment related to planning and execution of Term Work activities like assignment, micro project,
seminar and self-learning is to be done by internal faculty (Internal Assessment) whereas assessment of output/product/
presentation related to these activities will be carried out by external faculty/expert (External Assessment). However, criteria of
internal as well as external assessment may vary as per the requirement of respective course. For valid and reliable assessment,
the internal faculty should prepare checklist & rubrics for these activities.
I) Course Curriculum Detailing: This course curriculum detailing depicts learning outcomes at course level and
session level and their attainment by the students through Classroom Instruction (CI), Laboratory Instruction
(LI), Term Work (TW) and Self Learning (SL). Students are expected to demonstrate the attainment of Theory
Session Outcomes (TSOs) and Lab Session Outcomes (LSOs) leading to attainment of Course Outcomes (COs)
upon the completion of the course. While curriculum detailing, NEP 2020 related reforms like Green skills,
Sustainability, Multidisciplinary aspects, Society connect, Indian Knowledge System (IKS) and others must be
integrated appropriately.
Page- 2
Diploma in Computer Engineering Semester - IV SBTE, Bihar
TSO 2a. Prepare a brief report on Community Unit-2.0 Community Development Initiatives CO1, CO2
Development Programmes in India
considering the given criteria 2.1 Community Development Programmes in
TSO 2b. Prepare a brief report on institutions India-Historical perspective
engaged in community development 2.2 Institutions Engaged in Community
programmes considering the given criteria Development Programmes
TSO 2c. Explain the framework of sustainable 2.3 Contemporary Community Development
community development Initiatives.
2.4 Sustainable Community Development
TSO 3a. Explain Role of Technical Intuitions in Unit-3.0 Community Development Schemes CO3, CO4
Community/Society development.
3.1 Role of polytechnics in Community
TSO 3b. Summarise the activities undertaken by development.
technical institutions under community
development through polytechnic scheme 3.2 Scheme of Community Development through
Polytechnics
TSO 3c. Prepare a plan for undertaking project to
support Unnat Bharat Abhiyan 3.3 Unnat Bharat Abhiyan
Note: One major TSO may require more than one Theory session/Period.
K) Suggested Term Work/ Activities and Self Learning: Some sample suggested assignments, micro project
and other activities are mentioned here for reference.
a. Assignments: Specific assignments will be given to students for preparing report on community
development programmes and institutions engaged in community development programmes.
b. Micro Projects:
c. Other Activities:
1. Seminar Topics:
Issues of development for a village near to the institution.
Activities to be undertaken by the polytechnic in a village.
Characteristics of Development and underdevelopment.
Page- 3
Diploma in Computer Engineering Semester - IV SBTE, Bihar
2. Visits: Visit to nearby village may be arranged and students may be asked to prepare list of development
activities in different Discipline.
3. Self-Learning Topics:
Community Development programmes in India after independence.
Schemes of GOI for Community /society Development.
3. Module on Rural development planning and IGNOU, New Delhi Published by IGNOU, New Delhi
management
4. India's Developing Villages G R Madan Allied Publishers, 1990
5. Five year plans, Plan Documents, Policy and Planning Commission of Planning Commission of India
Reports India publications
6. Scheme of Community Development through Ministry of Human Ministry of Human Resourse
Polytechnics Resourse Development, Development, Govt of India, New
Shastri Bhavan, New Delhi Delhi
Note: Teachers are requested to check the creative commons license status/ financial implications of the suggested, online
educational recourses before use by the students.
(c) Others:
1. Project Reports Available in the office of CEO, Zila Parishad of the District.
2. Schemes of various departments of Bihar Government for Community/Social Development
*****
Page- 4