Knowledge in cse notes

Jquery code no. 2

jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. As of May 2019, jQuery is used by 73% of the 10 million most popular websites

Depth First Search

Depth-first search (DFS) is an algorithm for traversing or searching tree or graph data structures. The algorithm starts at the root node (selecting some arbitrary node as the root node in the case of a graph) and explores as far as possible along each branch before backtracking.

Java: maze code

This code creates a game called maze in the programming language of java. use either netbeans . intelli j or eclipse to execute this file.

C programming: Shopping Cart

This program which is written in C implements the shopping cart software using data structures , structures, arrays , and other c constructs

Data Base Management System

A database management system (DBMS) is a software package designed to define, manipulate, retrieve and manage data in a database. A DBMS generally manipulates the data itself, the data format, field names, record structure and file structure.

Computer Organization

Computer Organization refers to the level of abstraction above the digital logic level, but below the operating system level. ... A closely related term, computer architecture, emphasizes the engineering decisions and tradeoffs that must be made in order to produce a "good" design.

DATA LOGIC AND DESIGN BASIC QUESTIONS AND ANSWERS

This is assignment questions and answers of data logic and design. This include basic topic related to DLD and useful for GATE and basic concept

DATA LOGIC AND DESIGN COMBINATIONAL CIRCUITS

This is PDF of data logic and design combinational circuits and it covers all basic topic important for gate and other exam. It also include example questions with schematic diagrams.Useful for both CSE and ECE student.

DATA LOGIC AND DESIGN ASSIGNMENT QUESTION WITH ANSWERS

This PDF include assignment questions related to data logic and design topic with solution which are important for gate and other exam.

DATA LOGIC AND DESIGN ASSIGNMENT QUESTIONS WITH ANSWERS

This PDF include data logic and design assignment question with solution which is important for GATE exam and other competative exam.

PYTHON PHISHING DETECTION CODE

This is python code for Phishing detection using machine learning.

OPERATING SYSTEM DEADLOCK

This PDF consist of notes related to deadlock which is useful for CSE and GATE exam.