Obe Curriculum For The Course: RGPV (Diploma Wing) Bhopal
Obe Curriculum For The Course: RGPV (Diploma Wing) Bhopal
S.N. Experiment CO
LO Description Identify a real life problem and convert it into a programming problem using flow-charts, algorithms, pseudo-codes etc.
SCHEME OF STUDY
Teaching – Teach Pract. /Tut
S. No. Learning Content Description of T-L Process LRs Required Remarks
Learning Method Hrs. Hrs.
1. Program concept, Interactive Teacher will explain the contents 4 3 Text Books, PPT,
Assembler, Compiler & classroom lecture, and provide handouts to students. Handouts, chalk
Interpreter, Algorithms, PPT, Program Teacher will conduct assignments/ board,
Flowcharts demonstration, quiz/ tutorial Computers, IDE
quiz, assignments, software
tutorial
SCHEME OF ASSESSMENT
Maximu External /
S. No. Method of Assessment Description of Assessment Resources Required
m Marks Internal
LO Description Write, compile, edit, execute and debug simple C programs on any Integrated Development Environment (IDE).
SCHEME OF STUDY
Teaching – Teach Pract. /Tut
S. No. Learning Content Description of T-L Process LRs Required Remarks
Learning Method Hrs. Hrs.
C program structure, pre- Interactive Teacher will explain the contents and 4 3 Text Books, PPT,
processor directives, C classroom lecture, provide handouts to students. Teacher Handouts, chalk
tokens, character set, PPT, will conduct quiz/assignments/ tutorial board,
2
keywords, identifiers, Program
Computers, IDE
constants, variables, data demonstration, quiz,
types, data types assignments, tutorial software
conversion, Expressions,
Statements, Use of header
files
SCHEME OF ASSESSMENT
External /
S. No. Method of Assessment Description of Assessment Maximum Marks Resources Required
Internal
Student will be asked to (and/or):
2 Mid Semester Theory Exam
1. Write simple introductory programs in C.
10 Question paper, Rating scale Internal
LO Description Write simple input output programs using library functions printf, scanf, getch etc.
SCHEME OF STUDY
Teaching –
Teach Pract. /Tut
S. No. Learning Content Learning Description of T-L Process LRs Required Remarks
Hrs. Hrs.
Method
3. Input/output functions- Interactive Teacher will explain the content in 4 3 Text Books, PPT,
printf(), scanf(), getchar(), classroom class/lab. Handouts, chalk
putchar(), gets(), puts() etc. lecture, PPT, Lab Teacher with support from lab staff board, Practical
Formatted I/O using control demonstration, Manual,
will demonstrate the procedure of
string. hands on Computers, IDE
computer lab experiments.
practice, lab software
assignments. Student will conduct computer lab
assignment based on these
experiments.
SCHEME OF ASSESSMENT
Resources External /
S. No. Method of Assessment Description of Assessment Maximum Marks
Required Internal
Student will be asked to (and/or):
1. Write and execute programs based on formatted library I/O
End Semester Practical Rubrics, Rating
3. Exam
functions. (printf, scanf) 10 External
2. Write and execute programs based on unformatted library
scale
I/O functions. (getch, gets, putch, puts etc.)
LO Description Write and execute simple math/logic based programs using different operators.
SCHEME OF STUDY
Teaching – Teach Pract. /Tut
S. No. Learning Content Description of T-L Process LRs Required Remarks
Learning Method Hrs. Hrs.
6 Program implementation of Interactive Teacher will explain the contents 4 3 Text Books, PPT,
example practice problems classroom lecture, and provide handouts to students. Handouts, chalk
using different types of PPT, Teacher will conduct quiz/ board,
operators. demonstration, assignments/ tutorial Computers, IDE
software
quiz, assignments.
SCHEME OF ASSESSMENT
External /
S. No. Method of Assessment Description of Assessment Maximum Marks Resources Required
Internal
Student will be asked to
End Semester Theory 1. Identify the right operator to use.
6 10 Question paper, Rating scale External
Exam 2. Use these operators to solve simple
problems.
ADDITIONAL INSTRUCTIONS FOR THE HOD/ FACULTY (IF ANY)
CO LO
SCHEME FOR LEARNING Branch Code Course Code
Code Code
RGPV (Diploma Wing ) Bhopal
OUTCOME E 0 3 3 0 4 3 7
Format No. 4
COURSE NAME Digital Electronics
CO Description Utilize if-else, switch-case, goto, while, do-while, for loops to control the flow of program.
LO Description Select and utilize the right control statement amongst all the options in a particular problem scenario.
SCHEME OF STUDY
Teaching –
Teach Pract. /Tut
S. No. Learning Content Learning Description of T-L Process LRs Required Remarks
Hrs. Hrs.
Method
8 Example practice problems Interactive Teacher will explain the content in 4 3 Text Books, PPT,
using different types of classroom class/lab. Handouts, chalk
control statements. lecture, PPT, Lab Teacher with support from lab staff board,
demonstration, Computers, IDE
will demonstrate the procedure of lab
software
hands on experiments.
practice, lab Student will conduct lab assignment
assignments. based on these experiments.
SCHEME OF ASSESSMENT
External /
S. No. Method of Assessment Description of Assessment Maximum Marks Resources Required
Internal
Student will be asked to(and/or):
1. Identify the right control statement to use.
8 Practical test in laboratory 10 Rubrics, Rating scale Internal
2. Use these statements to solve simple
problems.
ADDITIONAL INSTRUCTIONS FOR THE HOD/ FACULTY (IF ANY)
CO LO
SCHEME FOR LEARNING Branch Code Course Code
Code Code
RGPV (Diploma Wing ) Bhopal
OUTCOME E 0 3 3 0 4 3 9
Format No. 4
COURSE NAME Digital Electronics
CO Description Utilize if-else, switch-case, goto, while, do-while, for loops to control the flow of program.
LO Description Write and execute simple math/logic/display based programs using different flow control statements.
SCHEME OF STUDY
Teaching – Teach Pract. /Tut
S. No. Learning Content Description of T-L Process LRs Required Remarks
Learning Method Hrs. Hrs.
9 Program implementation of Interactive Teacher will explain the contents 4 3 Text Books, PPT,
example practice problems classroom lecture, and provide handouts to students. Handouts, chalk
using different types of PPT, Teacher will conduct board,
control statements. demonstration, quiz/assignments/ tutorial Computers, IDE
software
quiz,
assignments,
tutorial
SCHEME OF ASSESSMENT
External /
S. No. Method of Assessment Description of Assessment Maximum Marks Resources Required
Internal
Student will be asked to(and/or):
Practical test in 1. Identify the right control statement to use.
9 10 Rubrics/Rating scale Internal
laboratory 2. Use these statements to solve
simpleproblems.
ADDITIONAL INSTRUCTIONS FOR THE HOD/ FACULTY (IF ANY)
CO LO
RGPV (Diploma Wing ) SCHEME FOR LEARNING Branch Code Course Code
Code Code
Bhopal OUTCOME E 0 3 3 0 4 4 10
Format No. 4
COURSE NAME Digital Electronics
CO Description Develop simple programs using arrays, strings, structures and enums.
LO Description Identify different derived data types (as mentioned in CO) available in C program.
SCHEME OF STUDY
S. Teaching –Learning Pract. LRs
Learning Content Description of T-L Process Teach Hrs. Remarks
No. Method /Tut Hrs. Required
10 Arrays: Concept of one Interactive classroom Teacher will explain the content 4 3
dimensional and Multi-dimensional lecture, PPT, Lab in class/lab. Text Books,
array, array declaration, Array
demonstration, hands Teacher with support from lab PPT, Handouts,
initialization, operations on one
and two-dimensional arrays. on practice, lab staff will demonstrate the chalk board,
Strings: String Manipulations, assignments. procedure of lab experiments. Computers,
gets(), puts(), string operations, IDE software
Student will conduct lab
string functions (concatenation,
comparison, length of a string etc.)
assignment based on these
Structures: Definition, Declaration, experiments.
initializing structure, membership
operator, accessing structure
elements, concept of enum.
SCHEME OF ASSESSMENT
S. External /
Method of Assessment Description of Assessment Maximum Marks Resources Required
No. Internal
Student will be asked to(and/or):
Question paper, Rating
10 Mid Semester Theory Exam 1. Identify different derived data types in C. 10 Internal
2. Use them to solve simpleproblems.
scale
SCHEME OF STUDY
Tea
Teaching – Pract. /Tut
S. No. Learning Content Description of T-L Process ch LRs Required Remarks
Learning Method Hrs.
Hrs.
11 Example practice Interactive Teacher will explain the contents and 4 3 Text Books, PPT,
problems using different classroom lecture, provide handouts to students. Teacher Handouts, chalk
types of derived data. PPT, will conduct quiz/ assignments/ tutorial board, Computers,
demonstration, IDE software
quiz, assignments.
SCHEME OF ASSESSMENT
Resources External /
S. No. Method of Assessment Description of Assessment Maximum Marks
Required Internal
Student will be asked to(and/or):
End Semester Practical
1. Identify the right derived data type to use.
Rubrics/Rating
11 Exam
10 External
scale
2. Use them to solve simple problems.
ADDITIONAL INSTRUCTIONS FOR THE HOD/ FACULTY (IF ANY)
CO LO
SCHEME FOR LEARNING Branch Code Course Code
Code Code
RGPV (Diploma Wing ) Bhopal
OUTCOME E 0 3 3 0 4 4 12
Format No. 4
COURSE NAME Digital Electronics
CO Description Develop simple programs using arrays, strings, structures and enums.
LO Description Write and execute simple mathematics/logic/display based programs using different derived data types.
SCHEME OF STUDY
Teaching – Teach Pract. /Tut
S. No. Learning Content Description of T-L Process LRs Required Remarks
Learning Method Hrs. Hrs.
12 Program implementation of Interactive Teacher will explain the contents 4 3 Text Books, PPT,
example practice problems classroom lecture, and provide handouts to students. Handouts, chalk
using different types of PPT, Teacher will conduct quiz/ board,
derived data. demonstration, assignments/ tutorial Computers, IDE
software
quiz, assignments.
SCHEME OF ASSESSMENT
External /
S. No. Method of Assessment Description of Assessment Maximum Marks Resources Required
Internal
Student will be asked to(and/or):
End Semester Theory
12 1. Identify the right derived data type to use. 10 Question paper, Rating scale External
Exam 2. Use them to solve simple problems.
SCHEME OF ASSESSMENT
External /
S. No. Method of Assessment Description of Assessment Maximum Marks Resources Required
Internal
Student will be asked to(and/or):
14 End Semester Theory Exam Solve simple problems using functions and 10 Question paper, Rating scale External
pointers.
ADDITIONAL INSTRUCTIONS FOR THE HOD/ FACULTY (IF ANY)
CO LO
SCHEME FOR LEARNING Branch Code Course Code
Code Code
RGPV (Diploma Wing ) Bhopal
OUTCOME E 0 3 3 0 4 5 15
Format No. 4
COURSE NAME Digital Electronics
CO Description Compare various digital logic family.
LO Description Make use of PAL & PLA for implementation of Boolean expression and design simple logic circuit.
SCHEME OF STUDY
Teaching – Teach Pract. /Tut
S. No. Learning Content Description of T-L Process LRs Required Remarks
Learning Method Hrs. Hrs.
15 Understand and utilize the Interactive Teacher will explain the contents 4 3 Text Books, PPT,
concept of call-by-value, classroom lecture, and provide handouts to students. Handouts, chalk
call-by-reference, recursion, PPT, Video, Teacher will conduct quiz/ board,
storage classes and dynamic demonstration, assignments/ tutorial Computers, IDE
memory allocation in C. software
quiz, assignments.
SCHEME OF ASSESSMENT
External /
S. No. Method of Assessment Description of Assessment Maximum Marks Resources Required
Internal
Student will be asked to(and/or):
15 Seminar presentation Solve simple problems using functions and 10 Rubrics, Rating scale Internal
pointers.