Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 3

TELANGANA TRIBAL WELFARE RESIDENTIAL D

TEACHING PLAN For B.Sc (Computer Science)

SEMESTER -III PAPER-3

Universities (OU, KU, SU, TU, PU, MU)


Day
Subject Name: Data Stuctures in CPP

Topic Covered

1 Fundamental Concepts,Introduction to Data Stuctures

2 Types of Data Stuctures

3 Introduction to Algorithems , Pseudocode

4 Flowcharts, Analysis of Algorithms

5 Linear Data Stucture using Arrays( 1-D, 2-D, N-D arrays )

6 Memory Representaion and Address Calculation(1-D,2-D,N-D)

7 Ordered List, String Manipulation (Arrays),Pros and Cons of Arrays

8 Concepts of Stacks and Queues,Premitive Operations of Stack

9 Stack ADT , Representation of Stack using Arrays

10 Notations for Arithmatic expression,evaluation and Conversion

11 Applications of Stack

12 Queue ADT, Representation of Queue using Arrays

13 Circular Queue, Deque

14 Applications of Queue

Book Data Stuctures Using C++ by Varsha H. Patil


A TRIBAL WELFARE RESIDENTIAL DEGREE COLLEGES (Gurukulam)
G PLAN For B.Sc (Computer Science) ACADEMIC YEAR: 2020-21

SEMESTER -V PAPER-5

Universities (OU, KU,TU, PU, MU)

Subject Name: Java Programming

Topic Covered

Need of OO Programming, Principles of OOP

Java Essentials, JVM, Java Features

Program Strcuture, Variables , Data types,Identifiers

Operators , Operator Precedence and Associativirty,

Type Conversion and Casting, Flow of Control

Classes, Objects

Methods

Constructors, Cleaning up Unused Objects

Class variables and methods - static and this keywords

Arrays, Command line arguments, Inner Classes

Inheritance, Types of Inheritance

Method Overridding, Super, final and Abstract classes

Interfaces, Interfaces Vs Abstract Classes

Packages

Programming in JAVA by Sachin Malhotra, Saurabh Choudary


LLEGES (Gurukulam)
MIC YEAR: 2020-21

SEMESTER -V PAPER-5

University (SU)

Subject Name: Programming with PYTHON

Topic Covered

Introduction to PYTHON Programming

Program Development Life Cycle

Print function,comments,variables, Input, more about Data Output

Operators, Expressions, Type Conversions

Decision Structures(if,if-else,nested if )

Nested Decision Structures, Comparing strings, logical operators

Repetition Structures (while loop ,for loop with examples)

Repetition Structures (Input validation loops, Nested loops

Functions(Defining and Calling Functions)

Passing arguments to functions ,local and global variables

Math and String functions

Introduction to Files input and output

Using Loops to Process Files

Proceesing Records in Files

Starting Out with PYTHON by Toney Gaddis

You might also like