HTMLify
sem-5.html
Views: 168 | 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 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 | <!DOCTYPE html> <html> <head> <title> B.R.A. Bihar University - Semester V 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> <h2> Semester-V </h2> <h2 id="BCA-501"> BCA – 501: RELATIONAL DATABASE MANAGEMENT SYSTEM </h2> <p> <strong> Total Lectures = 50 </strong> </p> <h4> Unit – I </h4> <p> <strong> Introduction & features: </strong> Concept of RDBMS, Properties of RDBMS, CODD commandments </p> <ul> <li> SQL plus </li> <li> Data manipulations in RDBMS </li> <li> Oracle data type </li> </ul> <h4> Table </h4> <ul> <li> Creation, insertion, updation, deletion of data contents </li> <li> Modification of structure </li> <li> Removing, deleting, dropping of tables </li> <li> Select command </li> </ul> <h4> Unit II: Data constraints </h4> <ul> <li> Column level & table level constructions </li> <li> Null, unique key, default, foreign key reference, CHECK integrity constraints </li> <li> Defining different constraints on the table </li> <li> Defining integrity constraints in the alter table command </li> </ul> <h4> Unit III: Computations in Expression Lists used to Select Data </h4> <ul> <li> Logical operators, Range searching, Pattern searching </li> <li> Oracle functions </li> <li> Grouping data frame table in SQL </li> <li> Manipulations data in SQL </li> </ul> <h4> Joins </h4> <ul> <li> Joining multiple tables (equi-joins) </li> <li> Joining table to itself (self joins) </li> <li> Sub queries </li> <li> Union, intersect & minus clause </li> </ul> <h4> Unit IV: Indexes Views </h4> <ul> <li> Creation, updation, destroying, selections of data </li> <li> Renaming the column of view </li> <li> Granting permissions </li> <li> Permission on the objects created by the user </li> <li> GRANT statement </li> <li> Object privileges </li> <li> Referencing the tables to the another user </li> <li> Revoking the permissions given </li> </ul> <h4> Unit V: PL/SQL </h4> <ul> <li> Performance, portability, data types, character set, syntax, block structure </li> <li> Oracle transactions </li> <li> Locks </li> </ul> <h4> Unit VI: </h4> <ul> <li> Cursors </li> <li> Error handling </li> <li> Procedure and functions </li> <li> Concept, creation, execution, advantages, syntax, deletion </li> <li> Triggers </li> <li> Concept, use, how to apply database triggers, type of triggers syntax, deleting </li> </ul> <h2> Text Books: </h2> <ol> <li> SQL & PL/SQL For Oracle 11g Black Book, Dr. P.S. Deshpande, Dreamtech Press </li> <li> SQL, PL/SQL The Programming Language Of Oracle, Ivan Bayross </li> <li> Commercial Application Development using Oracle Developer 2000, Ivan Bayross, BPB Publ. </li> <li> Learning Oracle SQL and PL/SQL - A Simplified Approach, Rajeev C. Chatterjee, PHI </li> <li> Oracle - The Complete Reference, Oracle Press, TMH Edition </li> <li> SQL-A Complete Reference, Alexis Leon & Mathews Leon, TMH </li> </ol> <h2 id="BCA-502"> BCA – 502: ARTIFICIAL INTELLIGENCE THROUGH PYTHON </h2> <p> <strong> Total Lectures = 50 </strong> </p> <h3> Unit – I: Introduction to Python </h3> <ul> <li> 1.1 Installation and Working with Python </li> <li> 1.2 Understanding Python variables </li> <li> 1.3 Python basic Operators </li> <li> 1.4 Understanding python blocks </li> <li> 1.5 Declaring and using Numeric data types: int, float, complex </li> <li> 1.6 Using string data type and string operations </li> <li> 1.7 Defining list and list slicing </li> <li> 1.8 Use of Tuple data type </li> <li> 1.9 Conditional blocks using if, else and elif </li> <li> 1.10 Simple for loops in python </li> <li> 1.11 For loop using ranges, string, list and dictionaries </li> <li> 1.12 Use of while loops in python </li> <li> 1.13 Loop manipulation using pass, continue, break and else </li> <li> 1.14 Programming using Python conditional and loops block </li> </ul> <h3> Unit – II: Python Functions, Modules And Packages </h3> <ul> <li> 2.1 Organizing python codes using functions </li> <li> 2.2 Understanding Packages </li> <li> 2.3 Powerful Lambda function in python </li> <li> 2.4 Programming using functions, modules and external packages </li> <li> 2.5 Understanding string in build methods </li> <li> 2.6 List manipulation using in build methods </li> <li> 2.7 Dictionary manipulation </li> </ul> <h3> Unit – III: Python File Operation </h3> <ul> <li> 3.1 Reading config files in python </li> <li> 3.2 Writing log files in python </li> <li> 3.3 Understanding read functions, read(), readline() and readlines() </li> <li> 3.4 Understanding write functions, write() and writelines() </li> <li> 3.5 Powerful pattern matching and searching </li> <li> 3.6 Password, email, url validation using regular expression </li> </ul> <h2> Unit – IV: Python Exception Handling and Data Base </h2> <ul> <li> 4.1 Avoiding code break using exception handling </li> <li> 4.2 Safe guarding file operation using exception handling </li> <li> 4.3 SQL Database connection using python </li> <li> 4.4 Creating and searching tables </li> <li> 4.8 Programming using database connections </li> </ul> <h2> Artificial Intelligence </h2> <h3> Unit – V: Search </h3> <ul> <li> 5.1 Uninformed </li> <li> 5.2 Informed </li> <li> 5.3 Mini-Max for Game Playing </li> </ul> <h3> Unit – VI: </h3> <ul> <li> 6.1 Task Planning </li> <li> 6.2 Robot Motion Planning </li> <li> 6.3 Supervised Learning </li> <li> 6.4 Unsupervised Learning </li> <li> 6.5 Reinforcement Learning </li> </ul> <h2> Text Books: </h2> <ol> <li> Dan. W. Patterson, Introduction to A.I and Expert Systems – PHI, 2010 </li> <li> Russell & Norvig, Artificial Intelligence - A Modern Approach, LPE, Pearson Prentice Hall, 2005 </li> <li> Mark Pilgrim, A press, “Dive Into Python” </li> <li> Swati Saurav, Ekraspes (2018), Learn and Practice Python </li> <li> Rajendra Akerkar, Introduction to Artificial Intelligence, PHI </li> <li> Stuart Russel, Peter Norvig, Artificial Intelligence-A Modern Approach, Pearson </li> <li> N.P. Padhy, Artificial Intelligence and Intelligent Systems, Oxford Univ. Press </li> </ol> <h2 id="BCA-503"> BCA – 503: WEB TECHNOLOGY (HTML, JAVA SCRIPT, CSS) </h2> <p> <strong> Total Lectures = 50 </strong> </p> <h3> Unit – I: Fundamentals </h3> <p> WWW, Internet, Web Browsers, Web Servers, URLs, MIME, HTTP. </p> <h3> Unit – II: HTML </h3> <p> Origins of HTML, Basic syntax, Standard HTML page structure, Text markup, Images, HyperLinks, Lists, Tables and Form. </p> <h3> Unit – III: CSS </h3> <p> Introduction, Selectors, Font attributes, List attributes, Color, Alignment of text, The Box model, Background images, The <span> and <div> tags. </p> <h2> Unit - IV: Java Script </h2> <p> Overview: Object notation, Operations, expressions, browser output, keyboard input, Control statements, Object creation, Arrays, Functions, Pattern matching using expressions, error handling, The Document Object Model, Element access, Events and event handling. </p> <h2> Text Books: </h2> <ol> <li> Robert W. Sebesta, “Programming the World Wide Web” Pearson Education </li> <li> M. Deitel, P. J. Deitel, A. B. Goldberg, “Internet & World Wide Web How to Program”, Pearson </li> <li> Chris Bates, “Web Programming Building Internet Applications”, Wiley India </li> <li> Jibitish Mishra, Joel Sklar, Don Gosselin, “The Web Warrior Guide to Web Design Technologies”, Cengage Learning India </li> <li> Uttam K. Roy, “Web Technologies”, Oxford Press </li> </ol> <h2 id="BCA-504"> BCA – 504: COMPUTER NETWORK, SECURITY AND CYBER LAW </h2> <p> <strong> Total Lectures = 50 </strong> </p> <h3> Unit – I: Computer Network </h3> <p> <strong> Introduction: </strong> Definition, its use, goals and structure, network architecture, ISO reference model, <br/> Network Model, Connecting Devices, TCP/IP, UDP <br/> <strong> Network Topology: </strong> Topology Design process, connectivity analysis, Delay analysis, Backbone design, <br/> Logical Access Design. </p> <h3> Unit – II: Physical Link Layer </h3> <p> Theoretical basis for data communication, Data and signal, Digital and Analog transmission, transmission media, Switching, multiplexing. </p> <h3> Unit – III: Data Link protocols </h3> <p> Data Link controls, Sliding window protocols, Virtual circuits, Routing algorithms, Congestion, Examples of network layers, selected examples, <br/> Error detection and correction, Multiple Access, Congestion control, Framing, MAC Sublayer. IPv4, IPv6 Address, ICMP, IGMP </p> <h3> Unit – IV: Network Security </h3> <p> <strong> Introduction: </strong> Security Overview, Cyber security fundamentals, Security System design architecture, <br/> The OSI Security Architecture tools and techniques, Current Vulnerabilities - Different Security attacks, Countermeasures, <br/> Security Services, Model for Network Security. <br/> <br/> <strong> Symmetric Cipher: </strong> Classical Encryption techniques, Symmetric Cipher Model, Block Cipher Design principles – <br/> Feistel Structure, DES, Triple DES, Advanced Encryption Standard (AES), Stream Cipher and RC4. </p> <h3> Unit – V: </h3> <p> Public Key Encryption: Message Authentication, RSA Algorithm, Digital Signature. <br/> <strong> Network Security Algorithms: </strong> Kerberos, X.509, Authentication Services. <br/> <strong> System Security: </strong> Intrusion Detection, Password management, Virus countermeasure, Firewall. </p> <h3> Unit – VI: Introductory Concept of Cyber Laws </h3> <p> IT Laws, policies and Government Regulations – Global, IT Act – India. </p> <h2> Text Books: </h2> <ol> <li> Computer Networks, A.S. Tanenbaum, Pearson </li> <li> Data Communications and Networking, Behrouz, Forouzan, TMH </li> <li> Computer Networks, William Stallings, Pearson </li> <li> Computer Networks and Internets, Douglas E. Comer, Pearson </li> <li> Data Communications and Computer Networks, Prakash C. Gupta, PHI </li> <li> Network Security Essentials – Applications and standards, William Stallings, Pearson </li> <li> Cryptography and Network Security– Principles and Practices, W. Stallings, Pearson, 2018 </li> <li> Cryptography and Network Security, Behrouz Forouzan, TMH </li> <li> Introduction to Cryptography, Johannes A. Buchmann, Springer </li> <li> Security in Computing, Charles P. Pfleeger and S.L. Pfleeger, Pearson, 4e, 2011 </li> <li> Cyber Law – The Indian Perspective, Pawan Duggal, Saakshar Law Publications </li> <li> CYBER SECURITY LAW Kindle Edition, by Pavan Duggal </li> <li> Cyber Law Simplified, by Vivek Sood, TMH </li> </ol> <h2 id="BCA-505"> BCA – 505: LAB ON ORACLE </h2> <p> <strong> Total Lab Class = 60 </strong> </p> <h3> SQL Commands: </h3> <p> Create, alter, drop, truncate, rename <br/> Constraints - Primary key, unique, null, foreign key, default, check <br/> Select, insert, update, delete, connect, revoke, grant, rollback, commit <br/> Oracle functions, index, views (creation, deletion, updating, inserting) <br/> Locking, Making Procedure, Making functions, Cursor programs, Triggers programs </p> <h3> Text Books: </h3> <ol> <li> SQL & PL/SQL For Oracle 11g Black Book, Dr. P.S. Deshpande, Dreamtech Press </li> <li> SQL, PL/SQL The Programming Language Of Oracle, Ivan Bayross </li> </ol> <h2 id="BCA-506"> BCA – 506: LAB ON PYTHON & WEB TECHNOLOGY </h2> <p> <strong> Total Lab Class = 60 </strong> </p> <h3> Python Programming </h3> <h4> Programming in Python Lab Practical: </h4> <ol> <li> Using for loop, print a table of Celsius/Fahrenheit equivalences. Let c be the Celsius temperatures ranging from 0 to 100, for each value of c, print the corresponding Fahrenheit temperature. </li> <li> Using while loop, produce a table of sins, cosines and tangents. Make a variable x in range from 0 to 10 in steps of 0.2. For each value of x, print the value of sin(x), cos(x) and tan(x). </li> <li> Write a program that reads an integer value and prints — leap year or — not a leap year. </li> </ol> <h2> Python Lab Practical Continued: </h2> <ol start="4"> <li> Write a program that takes a positive integer <code> n </code> and then produces <code> n </code> lines of output shown as follows. <br/> For example enter a size: 5 <pre> * ** *** **** ***** </pre> </li> <li> Write a function that takes an integer <code> n </code> as input and calculates the value of 1 + 1/1! + 1/2! + 1/3! + ... + 1/n. </li> <li> Write a function that takes an integer input and calculates the factorial of that number. </li> <li> Write a function that takes a string input and checks if it's a palindrome or not. </li> <li> Write a list function to convert a string into a list, as in list("_abc") gives [a, b, c]. </li> <li> Write a program to generate Fibonacci series. </li> <li> Write a program to check whether the input number is even or odd. </li> <li> Write a program to compare three numbers and print the largest one. </li> <li> Write a program to print factors of a given number. </li> <li> Write a method to calculate GCD of two numbers. </li> <li> Write a program to create Stack Class and implement all its methods. (Use Lists). </li> <li> Write a program to create Queue Class and implement all its methods. (Use Lists). </li> <li> Write a program to implement linear and binary search on lists. </li> <li> Write a program to sort a list using insertion sort and bubble sort and selection sort. </li> </ol> <h2> Web Technology: </h2> <h3> HTML: </h3> <ul> <li> HTML code for sign up, sign in, forgot password pages. </li> </ul> <h3> CSS: </h3> <ul> <li> CSS code to control the appearance of form elements of the HTML page. </li> </ul> <h3> JavaScript Program to: </h3> <ul> <li> Check whether a number is even or odd </li> <li> Check whether a year is leap or not </li> <li> Find factorial of a number </li> <li> Display table of a number </li> <li> Validate input elements of a signup page </li> <li> Similar programs based on array, function </li> <li> Event based coding </li> </ul> </body> </html> |