ஆன்லைன் Course பன்னலமா? | எது Best மற்றும் குறைந்த செலவு? | Internshala Trainings Review | Tamil
Here you can find simplified key notes for subjects like Java, Advanced Java, Data Science, Machine Learning and Deep Learning.
Wednesday, August 12, 2020
How to Use Google Keep? | Note-Taking | RK Keynotes
How to Use Google Keep? | Note-Taking | RK Keynotes
or reload the browser
How to create a Mind Map? | Classroom Mind Mapping Activity | Brainstorming | Coggle | RK
How to create a Mind Map? | Classroom Mind Mapping Activity | Brainstorming | Coggle | RK
or reload the browser
How to use ScreenApp Online Screen Recorder | How to Record Screen Without Installing a Software?
How to use ScreenApp Online Screen Recorder | How to Record Screen Without Installing a Software?
or reload the browser
How to Create a Presentation Using Prezi | Flip Your Classroom for Online and Hybrid Learning with Prezi
Flip Your Classroom for Online and Hybrid Learning with Prezi | Part 1 | RK
How to Create a Presentation Using Prezi | Part 2 | RK
or reload the browser
How to Set JDK Path and Environment Variables? | Set JDK Path
How to Set JDK Path and Environment Variables | Test Java Demo Program | RK
or reload the browser
Tuesday, August 4, 2020
Google Tricks for Effective Search | Tips to Enhance Google Search Results | RK Keynotes | RK
Google Tricks for Effective Search | Tips to Enhance Google Search Results | RK Keynotes | RK
In this video I have shown how to do effective google search and how to enhance google search results.
or reload the browser
Insert Learning Demo | How to Create Interactive Lesson with Insert Learning | Blended Learning
Insert Learning Demo | How to Create Interactive Lesson with Insert Learning | Blended Learning
#InsertLearning #BlendedLearning #CreateYourLesson
In this video, I have shown how to create lessons with Insert Learning using www.insertlearning.com.
or reload the browser
Monday, August 3, 2020
No Copyright Images | How to filter Google Images Labeled for Reuse | Reuse Images
No Copyright Images | How to filter Google Images
Labeled for Reuse | Reuse Images
In this video, I have shown how to filter google images labeled for reuse.
Do you like the video? Then, Don't forget to subscribe.
Thank for watching the video from "RK Keynotes" YouTube Channel
or reload the browser
How to Search and Reuse Videos in YouTube | How to Find Creative Commons | CC Attribution License
How to Search and Reuse Videos in YouTube | How to
Find Creative Commons | CC Attribution License
In this video, I have shown how to find and reuse Creative Commons Attribution License videos.
Do you like the video? Then, Don't forget to subscribe.
Thank for watching the video from "RK Keynotes" YouTube Channel
or reload the browser
Google Chrome Extensions for Google Meet | Google Meet for Teachers
#8 Google Chrome Extensions for Google Meet | Google Meet
for Teachers | English
In this video I have shown how to add google chrome extensions for the google meet. I have mentioned Attendance, Nod reactions and Grid view extensions.
Do you like the video? Then, Don't forget to subscribe.
Thank for watching the video from "RK Keynotes" YouTube Channel
Do you like the video? Then, Don't forget to subscribe.
Thank for watching the video from "RK Keynotes" YouTube Channel
or reload the browser
How to Convert Text File to Mp3 Audio File | Text to Speech | Zamzar File Convertor
#6 How to Convert Text File to Mp3 Audio File | Text to Speech | Zamzar File Convertor | English
In this video, using www.zamzar.com I have shown how to convert text file to mp3 audio file.
Text to Mp3 மாற்றுவது எப்படி? | How to Convert Text to Speech | Zamzar File Convertor | Tamil
Do you like the video? Then, Don't forget to subscribe.
Thank for watching the video from "RK Keynotes" YouTube Channel
or reload the browser
How to Embed Quiz in a Video | Interactive Flipped Classroom Activity | Vizia
How to Embed Quiz in a Video | Interactive Flipped Classroom Activity | Vizia | English
In this video one can learn how to embed quiz in a video using www.vizia.co
This will be really helpful while assigning flipped classroom activity to the students.
How to Create Quiz in a Video | Interactive Flipped
Classroom Activity | Vizia | Tamil
வீடியோவில் வினாடி வினாவை எவ்வாறு உட்பொதிப்பது?
Do you like the video? Then, Don't forget to subscribe.
Thank for watching the video from "RK Keynotes" YouTube Channel
or reload the browser
Classroom Activity Quiz with Mentimeter in English and Tamil
Classroom Quiz with Mentimeter in English
A complete hands-on Quiz with Mentimeter. Learn how to use Mentimeter in the classroom for Poll, Quiz and Q&A.
Classroom Quiz with Mentimeter in Tamil
மென்டிமீட்டருடன் முழுமையான வினாடி வினா. வாக்கெடுப்பு, வினாடி வினா மற்றும் கேள்வி பதில் கேள்விகளுக்கு வகுப்பறையில் மென்டிமீட்டரை எவ்வாறு பயன்படுத்துவது என்பதை அறிக.
Do you like the video? Then, Don't forget to subscribe.
Thank for watching the video from "RK Keynotes" YouTube Channel
or reload the browser
Sunday, August 2, 2020
.NET Language Interoperability Feature in English
#1 .NET Language Interoperability Feature in English
or reload the browser
or reload the browser
This video demonstrates the Language Interoperability in DOT NET in english. I have used C#.NET and VB.NET code.
C# Code:
using System;
namespace ClassLibrary1
{
public class Class1
{
public string DisplayString(string GetString)
{
string str = "Hi!! I am from C#.NET " + GetString;
return str;
}
}
}
VB.NET Code:
Dim obj As New ClassLibrary1.Class1
MessageBox.Show(obj.DisplayString(" Hello! I am from VB.NET"), "RK Keynotes")
Me.Close()
Do you like the video? Then, Don't forget to subscribe.
Thank for watching the video from "RK Keynotes" YouTube Channel
or reload the browser
DBMS Notes Database Management System
Database Management System (DBMS) CS8492
Syllabus
DATABASE MANAGEMENT SYSTEMS
L T P
C 3 0 0 3
OBJECTIVES
- To learn the fundamentals of data models and to
represent a database system using ER diagrams.
- To study SQL and relational database design.
- To understand the internal storage structures using
different file and indexing
techniques which will help in physical DB design. - To understand the fundamental concepts of transaction
processing- concurrency
control techniques and recovery procedures. - To have an introductory knowledge about the Storage and
Query processing
Techniques
UNIT
I RELATIONAL DATABASES
10
Purpose of Database System – Views
of data – Data Models – Database System Architecture – Introduction to
relational databases – Relational Model – Keys – Relational Algebra – SQL
fundamentals – Advanced SQL features – Embedded SQL– Dynamic SQL
UNIT
II DATABASE DESIGN
8
Entity-Relationship model – E-R
Diagrams – Enhanced-ER Model – ER-to-Relational Mapping – Functional
Dependencies – Non-loss Decomposition – First, Second, Third Normal Forms,
Dependency Preservation – Boyce/Codd Normal Form – Multi-valued Dependencies
and Fourth Normal Form – Join Dependencies and Fifth Normal Form
UNIT
III TRANSACTIONS
9
Transaction Concepts – ACID
Properties – Schedules – Serializability – Concurrency Control – Need for
Concurrency – Locking Protocols – Two Phase Locking – Deadlock – Transaction
Recovery – Save Points – Isolation Levels – SQL Facilities for Concurrency and
Recovery.
UNIT
IV IMPLEMENTATION TECHNIQUES
9
RAID – File Organization –
Organization of Records in Files – Indexing and Hashing –Ordered Indices – B+
tree Index Files – B tree Index Files – Static Hashing – Dynamic Hashing –
Query Processing Overview – Algorithms for SELECT and JOIN operations – Query
optimization using Heuristics and Cost Estimation.
UNIT
V ADVANCED TOPICS
9
Distributed Databases: Architecture,
Data Storage, Transaction Processing – Object-based Databases: Object Database
Concepts, Object-Relational features, ODMG Object Model, ODL, OQL – XML
Databases: XML Hierarchical Model, DTD, XML Schema, XQuery – Information
Retrieval: IR Concepts, Retrieval Models, Queries in IR systems.
TOTAL:
45 PERIODS
OUTCOMES:
Upon completion of the course, the
students will be able to:
- Classify the modern and futuristic database
applications based on size and complexity
- Map ER model to Relational model to perform database
design effectively
- Write queries using normalization criteria and optimize
queries
- Compare and contrast various indexing strategies in
different database systems
- Appraise how advanced databases differ from traditional
databases.
TEXT BOOKS:
- Abraham Silberschatz, Henry F. Korth, S. Sudharshan, ―Database
System Concepts‖, Sixth Edition, Tata McGraw Hill, 2011.
- Ramez Elmasri, Shamkant B. Navathe, ―Fundamentals of
Database Systems‖, Sixth Edition, Pearson Education, 2011.
REFERENCES:
- C.J.Date, A.Kannan, S.Swamynathan, ―An Introduction to
Database Systems‖, Eighth Edition, Pearson Education, 2006.
- Raghu Ramakrishnan, ―Database Management Systems‖,
Fourth Edition, McGraw-Hill College Publications, 2015.
- G.K.Gupta,”Database Management Systems‖, Tata McGraw
Hill, 2011.
Lab Notes with Viva QA
Click here Download
Leave your feedback in comment section.
Thanks for visiting my Blog.
Subscribe to:
Posts (Atom)
-
OOPs - Java Programming - CS8392 (2017 R) Syllabus OBJECT ORIENTED PROGRAMMING - CS8392 OBJECTIVES: To understand Object Orien...
-
How to use ScreenApp Online Screen Recorder | How to Record Screen Without Installing a Software? Enable Ginger Cannot connect to Ginger Ch...
-
(Predictive Modeling) Variable Identification in a Dataset Using Python | Google Colab | RK Titanic Dataset Download Click Here Video Enab...