Download and Install Turbo C in Windows PC
To download Turbo C click below link
https://www.developerinsider.in/download-turbo-c-for-windows-7-8-8-1-and-windows-10-32-64-bit-full-screen/
...
CSE brightdesk
Sharing knowledge to empower every CSE Student
search
Tuesday, 20 February 2018
Monday, 16 October 2017
MCA V-SEM Material
Cloud computing MaterialObject oriented Analysis and Design (OOAD)Data Warehouse and MiningDistributed databasesInternet of Things
...
Thursday, 11 May 2017
Data structures study material

Data structures study material:
Click here to download the material
Steps to open the zip file :
1. Extract your zip file first
2. open index.html file in the data-structure folder
Unit I
Basic concepts-Data types, Abstact Data Types, Data structures, Algorithms, Performance analysis- time complexity and space complexity, Asymptotic Analysis-Big O, Omega and Theta notations, Basic...
Tuesday, 9 May 2017
how to change oracle port:8080 to 9090
By default Apache tomcat server runs on the port 8080.
Oracle server also runs on the same port 8080.
It is impossible to run both the servers on the same port 8080 and it leads to the port conflicts error.
To avoid such port conflicts we should change any one of port from 8080 to 9090 or 8181.
Steps to change oracle port 8080 to 9090
SQL>conn system/tiger
SQL> -- set http port
SQL> begin
2 dbms_xdb.sethttpport('9090');
3 end;
4...
Tuesday, 2 May 2017
Formal Languages and Automata Theory pdf

Formal Languages and Automata Theory pdf:
Click here to download the above pdf book
UNIT I
Preliminaries: Sets, Relations and functions, Methods of proof, Graphs, Languages: Basic Concepts.
Grammars: Definitions and classifications of grammar, Ambiguity, Simplification of CFGs, Normal forms.
UNIT II
Finite State Automata: DFSA, NFSA, Regular Expressions
Finite State Automata: Characterization,...
Monday, 1 May 2017
Principles of Programming Languages pdf

Principles of Programming Languages pdf
click here to download the above pdf book
UNIT I
Preliminary Concepts: Reasons for studying, concepts of programming languages, Programming domains, Language Evaluation Criteria, influences on Language design, Language categories, Programming Paradigms – Imperative, Object Oriented, functional Programming , Logic Programming. Programming...
software testing and methodologies

Software testing and methodologies pdf
click here to download the above pdf book
UNIT-I
Introduction:- Purpose of testing, Dichotomies, model for testing, consequences of bugs,
taxonomy of bugs.
Flow graphs and Path testing:- Basics concepts of path testing, predicates, path predicates and
achievable paths, path sensitizing, path instrumentation, application of path testing.
UNIT-II
Transaction...
Web technologies pdf

Web technologies pdf
click here to download the above pdf book
Unit V_wt_ pdf
Unit I_II_ III_ wt_pdf
Unit IV wt pdf
Unit I:
HTML:Common tags- List, Tables, Images, Forms, Frames and IFrames, Cascading Style Sheets; Introduction to Java Scripts, Dynamic HTML with Java Script.
XML:Defining XML tags, their attributes and values, Document Type Definition, XML Schemas,...
Sunday, 30 April 2017
Linux programming pdf

Linux programming pdf
click here to download the above pdf book
UNIT I
Linux Utilities-File handling utilities, Security by file permissions, Process utilities, Disk utilities, Networking commands, Filters, Text processing utilities and Backup utilities.
Sed-Scripts,Operation,Addresses,Commands,Applications, awk-Execution,Fields and Records,
Scripts,Operation,Patterns,Actions,Associative...
Distributed systems pdf

Distributed systems pdf book :
click here to download the above pdf book
UNIT I
Characterization of Distributed Systems-Introduction, Examples of Distributed systems,Resource sharing and web, challenges, System models-Introduction, Architectural andFundamental models, Networking and Internetworking, Inter process Communication,Distributed objects and Remote Invocation-Introduction,...
Saturday, 22 April 2017
Develop static pages (using Only HTML) of an online Book store. The pages should resemble: www.amazon.com
1. Develop static pages (using Only HTML) of an online Book store. The pages should resemble: www.amazon.com The website should consist the following pages.Home page,Registration and user LoginUser Profile Page,Books catalogShopping Cart,Payment By credit cardOrder Conformation.
Click here to download source and application
Home page
Main.html:
<html>
<head>
<title>
Amazon</title>
</head>
<body...
Saturday, 1 April 2017
Spoken English Expression part-3
Spoken English Expression part-3
I didn't mean to
The word 'didn't' is a contraction of the words
'did not'. When using it in a sentence with the words 'mean to' you are
informing someone that you did something you regret or are sorry for. This
could have been a physical, mental or verbal action.
Here are some examples:
"I
didn't mean to hurt your feelings."
"I
didn't mean to call you so late."
"I
didn't mean to lie about what happened."
"I
didn't mean to embarrass you."
"I
didn't...
Subscribe to:
Posts (Atom)