0% found this document useful (0 votes)
35 views6 pages

Sem II Syllabus

The document outlines the syllabus for the BCA II Semester under the NEP for the academic year 2022-23. It includes courses such as Glorious English-2, Programming in Java, Database Management System, Operating System, Accounting for Everyone, and Basic Electronics I, detailing the units, topics, and hours allocated for each subject. Each course covers essential concepts and skills relevant to the field of study.

Uploaded by

shreyassupe346
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views6 pages

Sem II Syllabus

The document outlines the syllabus for the BCA II Semester under the NEP for the academic year 2022-23. It includes courses such as Glorious English-2, Programming in Java, Database Management System, Operating System, Accounting for Everyone, and Basic Electronics I, detailing the units, topics, and hours allocated for each subject. Each course covers essential concepts and skills relevant to the field of study.

Uploaded by

shreyassupe346
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

BCA II Semester Syllabus (NEP)

2022-23

Course Title : Glorious English-2


Course Code : 213ENG02T

Unit - I Prose 14 Hours


1. Sparrows -K. A. Abbas
2. On Getting off to Sleep -J. B. Prie
3. An Astrologer’s Day -R. K. Narayan
4. The Function of Education -J. Krishnamurti

Unit -II Poetry 14 Hours


1. The World is Too Much With Us -William Wordsworth
2. The Sun Rising -John Donne
3. Prayer Before God -Louis MacNeice
4. Gandhi -Niranjan Mohanty

Unit-III Language skills and Communicative English 12 Hours


1. Reading Skill:

• Introduction to reading Skill


• Nature and significance of reading,
• Types of reading
• Reading comprehension technique.
2. Writing Skill:

• Essay writing,
• Paragraph writing,
• Resume and Profile Writing
• letter writing
Unit – IV Language Use - Grammar and Composition 08 Hours
• Sentences- Transformation of Sentences
• Framing Questions – Wh Questions
• Framing Questions – Yes/No Questions, Question Tags
• Error Corrections - Common mistakes,
Lexical errors. Suggested Reading:
• R. P. Singh’s Functional Skills in Language and Literature, OUP
• Raymond Murphy’s Essential Grammar in Use, CUP
• P Kiramani Dutta, Geetanjal Verma and CLN Prakash, A Course in
Communication Skills, CUP
• Jayashri Mohanraj(ed) Speak Well, Hyderabad:

Orient Longman Teaching Pedagogy :


• Lecture method, Group Discussion, Presentation, Power point
Presentation, Videos, Animation and Activity based etc.
Text Book: Timeless Wisdom, Board of Editors, Orient Blackswan, Hyderabad.

PROGRAMMING IN JAVA- 228DSC05T

1. INTRODUCTION
History of Java, Java Features, Understanding Working of Java, JVM
Architecture. Sample Java Program. Execution of Java Program. Data Types,
Variables, Type Casting, Type Conversion, Automatic Type Promotion. Arrays,
Declaring and Defining Arrays. One Dimensional, Two Dimensional, Multi
Dimension. Operators Assignment Operator, Comparison Operators, Bitwise
Operator, Shifting Operators: Right Shift, Left Shift, Arithmetic Operators.
Control Statements, and Conditional Statements. 10 Hrs

2. CLASSES AND INHERITANCE


Definition of Class, Syntax, Declaring Objects, Methods, Lamba Expressions.
Constructors, this keyword, Garbage Collector, finalize() method, Access
Control, final keyword, Overloading and Overriding, Recursion Command Line
Arguments, Nested and Inner Classes, Wrapper Class. Inheritance: Introduction
Super Class, Sub Class, Member Access. Types of Inheritance, Super keyword,
Abstract Classes. 15 Hrs

3. PACKAGES, INTERFACES and EXCEPTION HANDLING


Package Introduction, CLASSPATH, Access Protection, Understanding
Packages and its demonstration. Interfaces Introduction, Definition, Features of
Interfaces, Implementation of Interfaces, Nested Interfaces. Introduction, General
Form of Exception, Types of Exception, try, catch, throw, throws, finally
keywords. Multiple Catch block. 15 Hrs
4. MULTITHREADING PROGRAMMING and COLLECTIONS
Multithreading Introduction, Life Cycle, Java Thread Model, creating a Thread,
Creating Multiple Threads, Thread Exceptions and Thread Priority. Collection
framework: Introduction, interfaces, classes (set, list and map) and its operations.
10 Hrs

DATABASE MANAGEMENT SYSTEM - 228DSC04T

1. INTRODUCTION (DATABASE SYSTEM CONCEPTS AND


ARCHITECTURE)
Database and Database Users, Characteristics of the Database Approach,
Different people behind DBMS, Implications of Database Approach.,
Advantages of using DBMS, when not to use a DBMS. Simplified DBMS
Architecture.
Data Models, Schemas, and Instances. DBMS Architecture and Data
Independence., Database languages and interfaces, DBMS Component Modules,
Database System Utilities, Centralized and Client/Server Architecture for DBMS.
10 Hrs

2. DATA MODELING USING THE ENTITY-RELATIONSHIP MODEL


and SQL: STRUCTURED QUERY LANGUAGE
High level Conceptual Data Models for Database Design with an example., Entity
types, Entity sets, Attributes, and Keys, ER Model Concepts, Notation for ER
Diagrams, Proper naming of Schema Constructs, Relationship types of degree
higher than two.
Data definition in SQL, Queries in SQL, Insert, Delete and Update Statements in
SQL, Views in SQL, Co-related Queries, Inner Queries, Clauses: Order by,
where, group by, Operators: NOT, IN , LIKE, Queries using JOIN, Specifying
Constraints, Triggers, Assertions, Example Queries. 15 Hrs

3. RELATIONAL DATA MODEL AND RELATIONAL DATABASE


CONSTRAINTS and RELATIONAL ALGEBRA
Relational Model Concepts, Relational Model Constraints and Relational
Database Schema, Defining Relations, Update Operations on Relations.
Unary Relational Operations: SELECT and PROJECT, Relational Algebra
Operations form Set Theory, Binary Relational Operations: JOIN and
DIVISION, Advance Relational Algebra Operations: Aggregate Functions and
Grouping, Advance Relational Algebra Operations: Recursive Closure
Operations, Advance JOIN Operations, Queries on Relational Algebra.
15 Hrs
4. FUNCTIONAL DEPENDENCIES AND NORMALIZATION FOR
RELATIONAL DATABASES
Informal Design Guidelines for Relational Schemas, Functional Dependencies,
Normal Forms Based on Primary Keys. General Definitions of Second and Third
Normal Forms. Transaction Processing Concepts: Introduction, Transaction and
System Concepts, Desirable properties
of transaction. 10 Hrs

OPERATING SYSTEM - 228DSC06T


1. INTRODUCTION
Batch Systems, Concepts of multi programming and time-sharing, parallel,
distributed and real-time systems, operating system Structures, Operating system
components and services, System calls, System Programs, Virtual machines.
05 Hrs

2. PROCESS MANAGEMENT, PROCESS SYNCHRONIZATION AND


DEADLOCKS
Process concept, Process scheduling. Cooperating process, Threads, Interposes
communication, CPU scheduling criteria, Scheduling - algorithms, Multiple -
processor scheduling, Real-time scheduling, Algorithm evaluation. The Critical-
Section problem, Synchronization hardware, Semaphores, classical problems of
synchronization, critical regions, Monitors, Deadlocks - system model,
Characterization, Deadlock Prevention, Avoidance and Detection, Recovery from
deadlock. Combined approach to deadlock handling. 15 Hrs

3. MEMORY MANAGEMENT
Logical and Physical address space, Swapping, Contiguous, allocation, Paging,
segmentation. Segmentation with paging. Virtual Memory: Demand paging and its
performance. Page replacement algorithms. Allocation of fames, Thrashing, page
size and other considerations, Demand segmentation. 15 Hrs

4 FILE MANAGEMENT, DISK MANAGEMENT, PROTECTION AND


SECURITY
File concept, access methods, directory structure, protection and consistency
semantics, File system structure, Allocation methods, Free space Management,
Directory implementation, Efficiency and performance, Recovery. Disk structure,
Disk scheduling methods, Disk management, Swap-space management. Goals of
protection, Domain of protection, Access Matrix Implementation of Access Matrix,
Revocation of Access Rights, Languages based protection, the security problem,
Authentication, One-Time Passwords, Program threats, System threats. 15 Hrs

TEXT BOOKS :
1. Operating System Concept, Abraham Silberschatz and Peter Baer Galvin, Fifth
Edition, Addision-Wesely.

REFERENCES :
1. Operating Systems Design and Implementation, Tanenbaum, Woodhill, Pearson

ACCOUNTING FOR EVERYONE -228OEC012T

1. INTRODUCTION:
History and Development of Accounting – Meaning Objectives and
Functions of Accounting - Book – Keeping V/S Accounting – Users of
Accounting Data Systems of Book – keeping and Accounting – Branches
of Accounting – Advantages and Limitations of Accounting – Accounting
Basic Terms 15 hrs
2. FINANCIAL ACCOUNTING PROCESS:
Classification of accounting transactions and accounts, rules of debit and
credit as per double entry system, Journalisation and ledger posting.
10 hrs

3. PREPARATION OF DIFFERENT SUBSIDIARY BOOKS:


Purchase Day Book Sales Day Book, Purchase Returns Day Book, Sales
Returns Day book, Cash Book. (Simple cash book only) Journal Proper.
10 hrs

4. PREPARATION OF TRAIL BALANCE and PREPARATION OF


FINAL ACCOUNTS
Introduction, Meaning and Features of Trail Balance, Preparation of Trail
Balance.
Final Accounts Meaning need and classification, Trading account, Profit
and loss account and Balance Sheet, meaning of adjustments in Balance
sheet. 15 hrs

TextBook :
A Text Book of Accountancy. S.Ramesh, B.S.Chandrashekar

BASIC ELECTRONICS I - 228OEC011T

1. INTRODUCTION TO ELECTRICAL COMPONENTS AND


INSTRUMENTS
Resistor, Inductor, Capacitor, Voltage sources (ac, dc) and
measuring instruments Voltmeter, Ammeter, CRO, Function generator,
and Probe. Ohms Law, Kirchhoff’s Voltage and current Laws (KVL and
KCL) – Problems. 15 Hrs

2. AC FUNDAMENTALS
AC and DC voltage and current, waveforms of alternating voltage and
current, important ac terminologies and relations, Equations for average and
rms values of sinusoidal current and voltage. 10 Hrs

3. SEMICONDUCTORS
Conductors, insulators, semiconductors, Junction Diode characteristics,
Rectifiers and types, Zener diode Characteristics. 15 Hrs

4. OPERATIONAL AMPLIFIERS
Introduction to Op-amps, The Ideal Op-amp, Open loop operation and
comparator, feedback (closed loop) operation, Inverting and Non-Inverting
operation. Op-amp Characteristics – input bias current. Applications of Op-
amp – Summing, Difference, Voltage follower. 10 Hrs

You might also like