Dashboard Temp Share Shortlinks Frames API

HTMLify

sem-2.html
Views: 177 | Author: divya
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <title>
   B.R.A. Bihar University - Semester II Syllabus
  </title>
  <style>
   body {
      font-family: Arial, sans-serif;
      margin: 20px;
      line-height: 1.6;
    }
    h1, h2, h3, h4 {
      color: #003366;
      text-align: center;
    }
    h4 {
      text-align: left;
      margin-top: 15px;
    }
    ul, ol {
      margin: 10px 0 20px 40px;
    }
    table, th, td {
      border: 1px solid #333;
      border-collapse: collapse;
      padding: 8px;
    }
    table {
      margin: 10px auto;
    }
    strong, b {
      color: #000;
    }
    pre {
      background: #f8f8f8;
      padding: 10px;
      display: inline-block;
    }
  </style>
 </head>
 <body>
  <h1>
   B.R.A. Bihar University, Muzaffarpur
  </h1>
  <h2>
   SEMESTER-II
  </h2>
  <h3 id="BCA-201">
   BCA – 201: DISCRETE MATHEMATICS
  </h3>
  <p>
   <strong>
    Total Lectures:
   </strong>
   50
  </p>
  <h4>
   Unit – I: Set, Relation and Function
  </h4>
  <p>
   Notation, Inclusion and Equality of Sets, Power Set, Operations on set, Venn Diagram, Relation, Domain and range, 
        Properties of binary relation in a set, relation matrix, digraph, Equivalence Relation, Partition and covering of a set. 
        Definition and types of Functions, Composition of function, Inverse function.
  </p>
  <h4>
   Unit – II: Algebraic Structures
  </h4>
  <p>
   Definitions and illustrative examples of semi-groups, monoids, Groups, Subgroups, Ring.
  </p>
  <h4>
   Unit – III: POSET and Lattice
  </h4>
  <p>
   Partial Ordering, partially ordered set, chain, Maximal, Minimal, Lub and Glb, Hasse Diagram, 
        Definition of lattice and its properties, Sublattice, distributive and complemented lattice.
  </p>
  <h4>
   Unit – IV: Graph Theory
  </h4>
  <p>
   Definition of graph and types, Directed and undirected graph, path, walk and circuit, Regular graph, Tree.
  </p>
  <h4>
   Text Books:
  </h4>
  <ol>
   <li>
    Discrete Mathematics, S.K. Sarkar, S. Chand &amp; Co.
   </li>
   <li>
    Elements of Combinatorial Math – C.L. Liu
   </li>
   <li>
    Discrete Mathematics, J.K. Sharma, Trinity Publ.
   </li>
   <li>
    Discrete Mathematics – Tremble
   </li>
  </ol>
  <h3 id="BCA-202">
   BCA – 202: COMPUTER ARCHITECTURE
  </h3>
  <p>
   <strong>
    Total Lectures:
   </strong>
   50
  </p>
  <h4>
   Unit – I
  </h4>
  <p>
   Data representation, Data Types and Number Systems, Binary Number System, Octal &amp; Hexa-Decimal Number System, 
        Fixed Point Representation, 1's &amp; 2's Complement, Binary Fixed-Point Representation, 
        Arithmetic Operation on Binary Numbers, Overflow &amp; Underflow.
  </p>
  <h4>
   Unit – II
  </h4>
  <p>
   Boolean algebra and digital logic circuits - Logic Gates, AND, OR, NOT Gates and their Truth Tables, NOR, NAND &amp; XOR Gates, 
        Boolean Algebra, Basic Definition and Properties, Basic Boolean Law’s, Demorgan’s Theorem.
  </p>
  <h4>
   Unit – III
  </h4>
  <p>
   Sequential logic: Flip-Flops - RS, D, J K &amp; T Flip-Flop, Registers, Counters and the memory unit, 
        Shift registers, Ripple counters and Synchronous counters, Timings sequence digital logic families.
  </p>
  <h4>
   Unit – IV
  </h4>
  <p>
   Input-output organizations - I/O Interface, Properties of simple I/O Devices and their controller, 
        Isolated Vs Memory-mapped I/O, Modes of data transfer, Synchronous &amp; Asynchronous data transfer.
  </p>
  <h3>
   Unit-V
  </h3>
  <ul>
   <li>
    Memory organization – Auxiliary Memory, Magnetic Drum, Disk &amp; Tape, Semi-conductor memories, memory, Hierarchy, Associative memory, Virtual memory, Address space &amp; memory space, Cache memory, Hit ratio, Writing into cache.
   </li>
  </ul>
  <h4>
   Text Books:
  </h4>
  <ol>
   <li>
    Computer System Architecture – Morris Mano, PHI Publications.
   </li>
   <li>
    Modern Digital Electronics – R. P. Jain, TMH.
   </li>
   <li>
    Computer Fundamentals – V. Rajaraman, PHI.
   </li>
   <li>
    Digital Logic and Computer Design – Morris Mano, PHI Publications.
   </li>
   <li>
    Computer Architecture and Organisation, John P. Hayes, McGraw Hill Publ.
   </li>
  </ol>
  <h2 id="BCA-203">
   BCA – 203: DATA STRUCTURE THROUGH C
  </h2>
  <p>
   <strong>
    Total Lectures:
   </strong>
   50
  </p>
  <h4>
   Unit – I: Introduction
  </h4>
  <p>
   Array, Function, Pointer and Structure.
  </p>
  <h4>
   Unit – II: Recursion
  </h4>
  <p>
   Recursion vs Looping, Recursive Functions.
  </p>
  <h4>
   Unit – III: Sorting &amp; Searching
  </h4>
  <p>
   <strong>
    Sorting:
   </strong>
   Selection, Bubble, Insertion, Heap and Quick sorting.
   <br/>
   <strong>
    Searching:
   </strong>
   Linear and Binary searching.
  </p>
  <h4>
   Unit – IV: Linked List
  </h4>
  <p>
   Self referential structure, Dynamic memory allocation.
   <br/>
   <strong>
    Single Linked List:
   </strong>
   Addition, Deletion, Insertion, Searching of nodes.
   <br/>
   <strong>
    Double Linked List:
   </strong>
   Addition, Deletion, Insertion, Searching of nodes.
   <br/>
   <strong>
    Circular Linked List:
   </strong>
   Addition, Deletion, Insertion, Searching of nodes.
  </p>
  <h4>
   Unit – V: Stack &amp; Queue
  </h4>
  <p>
   <strong>
    Stack:
   </strong>
   Implementation using array and linked list. Push and Pop operations.
   <br/>
   <strong>
    Queue:
   </strong>
   Implementation using array and linked list. Add and Delete operations.
  </p>
  <h4>
   Unit – VI: Trees &amp; Graph
  </h4>
  <p>
   <strong>
    Trees:
   </strong>
   Binary Trees, Binary Tree Representations, Binary Search Tree, Prefix, Infix and Postfix traversal of tree.
   <br/>
   <strong>
    Graph:
   </strong>
   Concept and representation using matrix.
  </p>
  <h4>
   Text Books:
  </h4>
  <ol>
   <li>
    R.S. Salaria, Data Structures &amp; Algorithms using C, Khanna Publishing
   </li>
   <li>
    S.K. Srivastava, Depth in Data Structure through C - BPB Publication
   </li>
   <li>
    Seymour Lipschutz, “Data Structures with C”, Schaum’s Outlines, Tata McGraw-Hill.
   </li>
   <li>
    Mark Allen Weiss, “Data Structures and Algorithm Analysis in C”, Pearson Education.
   </li>
   <li>
    Robert Kruse, C.L. Tondo, Bruce Leung, Shashi Mogalla, “Data Structures and Program Design using C”, Pearson Education.
   </li>
   <li>
    Forouzan, “A Structured Programming Approach using C”, Cengage Learning India.
   </li>
   <li>
    A Practical Approach to Data Structures and Algorithms – Sanjay Pahuja, New Age Publ.
   </li>
   <li>
    Data Structure using C, Rohit Khurana, Vikas Publication
   </li>
  </ol>
    <h3 id="BCA-205">
     BCA-205: LAB ON MS-OFFICE
    </h3>
    <p>
     <strong>
      Total Lab Classes = 60
     </strong>
    </p>
    <h4>
     Microsoft Word:
    </h4>
    <p>
     Introducing Word, Entering and Editing Text, Formatting Text, Formatting Pages, Creating Tables; 
        Special Word Techniques, Word and the Web.
    </p>
    <h4>
     Microsoft Excel:
    </h4>
    <p>
     Introducing Excel, Entering Data and Formulas, Structuring the Sheet, Formatting the Sheet, Using Excel Charts, 
        Excel Database Techniques, Special Excel Techniques, Excel.
    </p>
    <h4>
     Microsoft PowerPoint:
    </h4>
    <p>
     Introducing PowerPoint, Building a Presentation, Outlining the Presentation, Creating Text Slides, 
        Creating Chart Slides, Formatting Charts, Creating Org Chart and Tables, Customizing a Presentation, 
        Drawing on Slides, Creating Slide Shows, Animation effects.
    </p>
    <h4>
     Text Books:
    </h4>
    <ol>
     <li>
      Steve Sagman,
      <em>
       Microsoft Office XP for Windows
      </em>
      , Pearson Education.
     </li>
     <li>
      <em>
       IT Tools and Applications
      </em>
      - S.K. Jain, BPB Publications
     </li>
     <li>
      <em>
       A First Course In Computer Based On Windows XP And Office XP
      </em>
      , Sanjay Saxena, Vikash Publ.
     </li>
    </ol>
    <hr/>
    <h3 id="BCA-206">
     BCA-206: LAB ON DATA STRUCTURE THROUGH C
    </h3>
    <p>
     <strong>
      Total Lab Classes = 60
     </strong>
    </p>
    <ol>
     <li>
      Programs in C related to following topics:
     </li>
     <li>
      Array – one and two dimensions.
     </li>
     <li>
      Function – passing variable and array to a function.
     </li>
     <li>
      Pointer and function – call by address/reference.
     </li>
     <li>
      Structure such as structure to represent a date, point, time etc.
     </li>
     <li>
      Recursive functions.
     </li>
     <li>
      Selection sorting, bubble sorting, insertion sorting, heap sorting, and quick sorting of elements of an array.
     </li>
     <li>
      Menu based operations on single linked list.
     </li>
     <li>
      Menu based operations on double linked list, menu based operations on circular linked list.
     </li>
     <li>
      Stack and its operations.
     </li>
     <li>
      Queue and its operations.
     </li>
     <li>
      Insertion of node in binary search tree.
     </li>
     <li>
      Traversal of binary search tree nodes in prefix, infix and postfix order.
     </li>
     <li>
      <strong>
       A Mini Project
      </strong>
     </li>
    </ol>
    <p>
     <em>
      Page-13
     </em>
    </p>
   </body>
  </html>
  <h3 id="BCA-204">
   BCA – 204: SYSTEM ANALYSIS &amp; DESIGN
  </h3>
  <p>
   <strong>
    Total Lectures = 50
   </strong>
  </p>
  <h4>
   Unit – I:
  </h4>
  <p>
   Importance of System Analysis and Design, Concept of System, characteristics and types of system,
        System Development Life Cycle – waterfall model, Prototype development strategy, Software Crisis,
        Audit Trail, Role and Attributes of System Analyst.
  </p>
  <h4>
   Unit – II:
  </h4>
  <p>
   Sources of Project request, Project Selection, Preliminary Investigation, Feasibility Study, types of feasibility study,
        Cost and benefit analysis.
   <br/>
   Systems Analysis, Requirements determination, Structured Analysis, System Requirements Specification (SRS),
        Analysis Tools, Data Dictionary, HIPO, Decision Tree, Decision Table, Warnier-Orr Diagram, ERD,
        Data Flow Design (DFD).
  </p>
  <h4>
   Unit – III:
  </h4>
  <p>
   System Design, Design process, constraints, Input and control Design, Validation checks, concept and types of Form,
        Form Design, Output Design, File Design: Types of File – Master File, Transaction File, Table / Reference File, Report File.
  </p>
  <h4>
   Unit – IV:
  </h4>
  <p>
   Software Quality and Testing: Quality concept, Testing and Testing objectives, Black Box and White Box testing,
        Unit testing, integration testing, system testing.
  </p>
  <h4>
   Unit – V:
  </h4>
  <p>
   Hardware and Software Acquisition and selection criteria, system conversion and conversion plan,
        Site preparation, training, Maintenance and types of maintenance.
  </p>
  <h4>
   Unit – VI:
  </h4>
  <p>
   Management Information System: Definition, objectives and role in organisation and for managers.
        Information system at different levels of organisation/management – OAS, TPS, MIS, DSS.
   <br/>
   Components of MIS, Failure and success of MIS.
  </p>
  <h3>
   Text Books:
  </h3>
  <ol>
   <li>
    “Analysis &amp; Design of Information System”, James A. Senn, McGraw Hill Publ. Delhi
   </li>
   <li>
    “System Analysis &amp; Design”, E.J. Awad, Galgotia Publ., N. Delhi
   </li>
   <li>
    “System Analysis &amp; Design”, V. Rajaraman, PHI Publ.
   </li>
   <li>
    “Management Information &amp; Control System”, Dr. Sushila Madan, Taxmann Publ.
   </li>
   <li>
    “Information System for Modern Management”, R.G. Murdick, Joel E. Ross, &amp; J.R.Clagget, PHI
   </li>
   <li>
    “System Analysis &amp; Design”, D. Richard, Irwin Inc., 1979.
   </li>
   <li>
    “Introduction to System Analysis &amp; Design”, B.S. Lee, Vols. Manchester, U.K.
   </li>
   <li>
    “Management Information Systems - Managing the Digital Firm”, Kenneth C. Laudon &amp; Jane P. Laudon, Pearson, 15 Ed., 2018.
   </li>
   <li>
    “Systems Analysis and Design Methods”, Jeffrey L. Whitten, Lonnie D. Bentley, Kevin C. Dittman, TMH
   </li>
   <li>
    “Modern Systems Analysis and Design”, Jeffrey A. Hoffer, Joey F. George and Valacich, Pearson
   </li>
  </ol>
  <h3>
   BCA-205: LAB ON MS-OFFICE
  </h3>
  <p>
   <strong>
    Total Lab Classes = 60
   </strong>
  </p>
  <h4>
   Microsoft Word:
  </h4>
  <p>
   Introducing Word, Entering and Editing Text, Formatting Text, Formatting Pages, Creating Tables; 
        Special Word Techniques, Word and the Web.
  </p>
  <h4>
   Microsoft Excel:
  </h4>
  <p>
   Introducing Excel, Entering Data and Formulas, Structuring the Sheet, Formatting the Sheet, Using Excel Charts, 
        Excel Database Techniques, Special Excel Techniques, Excel.
  </p>
  <h4>
   Microsoft PowerPoint:
  </h4>
  <p>
   Introducing PowerPoint, Building a Presentation, Outlining the Presentation, Creating Text Slides, 
        Creating Chart Slides, Formatting Charts, Creating Org Chart and Tables, Customizing a Presentation, 
        Drawing on Slides, Creating Slide Shows, Animation effects.
  </p>
  <h4>
   Text Books:
  </h4>
  <ol>
   <li>
    Steve Sagman,
    <em>
     Microsoft Office XP for Windows
    </em>
    , Pearson Education.
   </li>
   <li>
    <em>
     IT Tools and Applications
    </em>
    - S.K. Jain, BPB Publications
   </li>
   <li>
    <em>
     A First Course In Computer Based On Windows XP And Office XP
    </em>
    , Sanjay Saxena, Vikash Publ.
   </li>
  </ol>
  <hr/>
  <h3>
   BCA-206: LAB ON DATA STRUCTURE THROUGH C
  </h3>
  <p>
   <strong>
    Total Lab Classes = 60
   </strong>
  </p>
  <ol>
   <li>
    Programs in C related to following topics:
   </li>
   <li>
    Array – one and two dimensions.
   </li>
   <li>
    Function – passing variable and array to a function.
   </li>
   <li>
    Pointer and function – call by address/reference.
   </li>
   <li>
    Structure such as structure to represent a date, point, time etc.
   </li>
   <li>
    Recursive functions.
   </li>
   <li>
    Selection sorting, bubble sorting, insertion sorting, heap sorting, and quick sorting of elements of an array.
   </li>
   <li>
    Menu based operations on single linked list.
   </li>
   <li>
    Menu based operations on double linked list, menu based operations on circular linked list.
   </li>
   <li>
    Stack and its operations.
   </li>
   <li>
    Queue and its operations.
   </li>
   <li>
    Insertion of node in binary search tree.
   </li>
   <li>
    Traversal of binary search tree nodes in prefix, infix and postfix order.
   </li>
   <li>
    <strong>
     A Mini Project
    </strong>
   </li>
  </ol>
  <p>
   <em>
    Page-13
   </em>
  </p>
 </body>
</html>