Ad

Tuesday, December 14, 2021

Python Material

  1. Cheat Sheet for Regular Expression ( Courtesy: www.dataquest.io )
  2. python ppt for keywords, Data Types, Literals , print() & input(), Operators
  3. Order of Programs in Neopat
    1. Branching and Looping - Practice Test
  4. Lists in python - external link
  5. Dictionaries in python - external link

Friday, November 26, 2021

Introduction to Database 2021-22 ECE VII LBRCE

                             DESCRIPTIVE
                             OBJECTIVE

                       Functional Dependency (ppt)
                      Video Lecture on Functional Dependency(video)


                        Notes for Normalization(ppt)
                        Notes for Normalization(pdf)
                        Videos
                            1NF & 2NF

                                      3NF & BCNF 

 Unit - V 

                    Transaction System

                    Serializability of Schedules

                   Log based Recovery

                   Testing of Serializability

                   Check Point

                   ARIES Algorithm

                   Deadlock Handling

Mid-II Question Papers

                    DESCRIPTIVE

MID-II MARKS


                    DESCRIPTIVE
                    OBJECTIVE

CONSOLIDATED MID MARKS 

                     A SECTION
                     B SECTION
                     C SECTION

Friday, September 4, 2020

Introduction to Database

Syllabus

Course Hand out (or) Lesson Plan

MID - I MARKS - THEORY   
MID - II MARKS - THEORY - QUIZ - ASSIGNMENT MARKS

Descriptive QUESTIONS

Academic Calendar ( Revised & New )

 Unit - I

  1. Database System vs File System - Video
  2. video2 - Unit -1 - outline
  3. ppt for notes - click here

Unit - II


Assignment - Answer all questions from Mid I Descriptive Question Paper

Unit - III
Unit - IV
  1. Functional Dependencies
  2. Normalization - 1NF,2NF,3NF,BCNF, MVD & 4NF, Lossless Join decomposition, JD & 5NF, ID-Inclusion dependency.
Unit - V
  1. Transaction System - Desirable properties of transaction
  2. Testing of Serializability
  3. Serializability of schedules
  4. Conflict & View Serializable Schedule
  5. recoverability
  6. Log based recovery - external link
  7. Check Points
  8. ARIES algorithm - external link
  9. Deadlock handling - external link

Wednesday, September 2, 2020

Android Programming R17 IT LBRCE

 Android Programming Syllabus

Course Handout

Academic Calendar

MID - I Question Paper  - Theory - Quiz

MID -II Question Paper - Theory - Quiz

Mid I -MARKS  

Mid II Marks


Quiz Marks



Unit - I  Introduction to Android platform

Tuesday, January 21, 2020

WEB TECHNOLOGIES ECE VIII SEM section- A

Syllabus
Descriptive Questions
( FIND OUT WHETHER YOU CAN ANSWER ALL THESE QUESTIONS OR NOT)
Assignment Marks
External Exam Key

Unit - I


Unit - II

Unit - III


Unit - IV

Wednesday, June 26, 2019

Android Applications Lab


    Sample Experiments
0. How to create an android project in Android Studio

1. Experiment to handle Button Events

      1.1 Button Event handling within MainActivity ( like Adapter classes in java)
                                                 
 1.2 Button Event handling by using separate Listener Class (click on below link)
1.3 How to create an acitivity in Android Studio