Click Here For IIT Kanpur Notes - https://goo.gl/Ju1oV6

Friday, 31 January 2014

ShortNotes For Gate__________[Computer Science] [2 Marks Questions] [Free Download]


CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx

Like This Page to Get All The Updates  Direct To You FB Inbox ...

[2 Marks Questions ]

Click/Like This Post On FaceBook-

Note: This Note is Prepared By me!

Please Download And Share In Your Frnds..!!


Stay Update For EveryNotes Of GATE
_______"AI"
______"CN"
____"DBMS"
___"SoftwareEngg"
_______"TOC"
_______"DS"
______"DAA"
______"DM"
______"OS"
______"OOPs"


Don't Forgt To Hit Like

Thursday, 30 January 2014

Maths Notes____________IIT-BHU [HandMade Notes]


CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx



Click/Like This Post On FaceBook-

Note: This Note is Prepared By one of The Gems Of IIT-BHU For You Guys...!!

Please Download And Share In Your Frnds..!!


____________Maths Notes(Click here)_______________
or Just Copy the Link And Paste
Link- https://docs.google.com/file/d/0B14srbnImPKeeGhBVWxWTU56M0E/edit?usp=sharing


Stay Update For EveryNotes Of GATE



Don't Forgt To Hit Like

Data Structure Notes_____________IIT-BHU [Hand Made Notes!] [Free Download]

CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx



Click/Like This Post On FaceBook-

Note: This Note is Prepared By one of The Gems Of IIT-BHU For You Guys...!!

Please Download And Share In Your Frnds..!!


____________DATA Structure(Click here)_______________

Stay Update For EveryNotes Of GATE

In computer science, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.
Different kinds of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks. For example, B-trees are particularly well-suited for implementation of databases, while compiler implementations usually use hash tables to look up identifiers.
Data structures provide a means to manage large amounts of data efficiently, such as large databases and internet indexing services. Usually, efficient data structures are a key to designing efficient algorithms. Some formal design methods and programming languages emphasize data structures, rather than algorithms, as the key organizing factor in software design. Storing and retrieving can be carried out on data stored in both main memory and in secondary memory.

Don't Forgt To Hit Like

Compiler Notes___________IIT-BHU [Home Made Notes] Free Download

CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx



Click/Like This Post On FaceBook-

Note: This Note is Prepared By one of The Gems Of IIT-BHU For You Guys...!!

Please Download And Share In Your Frnds..!!


____________Compiler Notes(Click here)_______________

Stay Update For EveryNotes Of GATE

A compiler is a computer program (or set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language, often having a binary form known as object code).The most common reason for wanting to transform source code is to create an executable program.

The name "compiler" is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language or machine code). If the compiled program can run on a computer whose CPU or operating system is different from the one on which the compiler runs, the compiler is known as a cross-compiler. A program that translates from a low level language to a higher level one is a decompiler. A program that translates between high-level languages is usually called a language translator, source to source translator, or language converter. A language rewriter is usually a program that translates the form of expressions without a change of language.

Structure of a compiler

Compilers bridge source programs in high-level languages with the underlying hardware. A compiler verifies code syntax, generates efficient object code, performs run-time organization, and formats the output according to assembler and linker conventions. A compiler consists of:
  1. The front end: Verifies syntax and semantics, and generates an intermediate representation or IR of the source code for processing by the middle-end. Performs type checking by collecting type information. Generates errors and warning, if any, in a useful way.
  2. The middle end: Performs optimizations, including removal of useless or unreachable code, discovery and propagation of constant values, relocation of computation to a less frequently executed place (e.g., out of a loop), or specialization of computation based on the context. Generates another IR for the backend.
  3. The back end: Generates the assembly code, performing register allocation in process. (Assigns processor registers for the program variables where possible.) Optimizes target code utilization of the hardware by figuring out how to keep parallel execution units busy, filling delay slots. Although most algorithms for optimization are in NP, heuristic techniques are well-developed.



Don't Forgt To Hit Like

TOC Notes_________________IIT-BHU [Hand Made Notes] Free Download

CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx


Click/Like This Post On FaceBook-

Note: This Note is Prepared By one of The Gems Of IIT-BHU For You Guys...!!

Please Download And Share In Your Frnds..!!


____________TOC Notes(Click here)_______________

Stay Update For EveryNotes Of GATE

In theoretical computer science and mathematics, the theory of computation is the branch that deals with how efficiently problems can be solved on a model of computation, using an algorithm. The field is divided into three major branches: automata theory, computability theory, and computational complexity theory

Automata theory is the study of abstract machines (or more appropriately, abstract 'mathematical' machines or systems) and the computational problems that can be solved using these machines. These abstract machines are called automata. Automata comes from the Greek word (Αυτόματα) which means that something is doing something by itself. Automata theory is also closely related to formal language theory, as the automata are often classified by the class of formal languages they are able to recognize. An automaton can be a finite representation of a formal language that may be an infinite set.
Don't Forgt To Hit Like

DBMS Notes_____________ IIT-BHU [Hand Made Notes] Free Download

CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx

Click/Like This Post On FaceBook-

Note: This Note is Prepared By one of The Gems Of IIT-BHU For You Guys...!!

Please Download And Share In Your Frnds..!!


____________DBMS Notes(Click here)_______________

Stay Update For EveryNotes Of GATE


Don't Forgt To Hit Like

Wednesday, 29 January 2014

DAA Notes______IIT-BHU(Hand Made Notes)

CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx


Like This To Be Updated Every Notes in Facebook



Click Below To Download DAA Notes.... :)

___________ DAA Notes/Click Here__________

____________For More Notes Kinda Write To Us. (:
____________Waiting  For Your FeedBack
Don't Forgt To Hit Like

Wednesday, 15 January 2014

curriculum vitae (CV) for Freshers [B.Tech]

CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx

Curriculum vitae
A curriculum vitae (CV) provides an overview of a person's experience and other qualifications. In some countries, a CV is typically the first item that a potential employer encounters regarding the job seeker and is typically used to screen applicants, often followed by an interview, when seeking employment.


Click Here to Download
((

curriculum vitae

))

Don't Forgt To Hit Like

Monday, 6 January 2014

Basic Things That You Must Know For Qualifying Gate & Computer Engineering.

CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx

[Books and Resources for gate preparation]

By Er./Hr. Shashank Singh[Freelance]

Books I refered for  gate preparation


COMPILERS

-> Compilers : Principles, Techniques ,  Alfred V. Aho,
-> Compiler design O.G kakde *
-> http://lambda.uta.edu/cse5317/notes/node1.html

THEORY OF COMPUTATION


-> Introduction to Automata Theory, Languages and Computation ,  John E. Hopcroft,
-> Formal Languages And Automata Theory , K V N Sunitha, N Kalyani *


OPERATING SYSTEM

-> Operating System Concepts by Galvin,Silberswatz
-> SCHAUM SERIES , Archer J Harris *


DATA STRUCTURE


-> Data StructuresandProgram Designin C++ Prentice Hall ,Robert L. Kruse Alexander J. Ryba
-> Data Structures (Schaum’s Outline Series) by Seymore Lipshutz *
-> Fundamentals of Data Structures in C 2nd by  Sartaj Sahni, Susan Anderson-Freed, Ellis Horowitz

DIGITAL LOGIC
-> Digital Logic Design by Morris Mano
-> Fundamentals of digital circuit by anand kumar *


COMPUTER ARCHITECTURE


-> Computer System Architecture by Morris Mano
-> fundamental of computer architecture , Mostafa Abd-El-Barr ,Hesham El-Rewini *

COMPUTER NETWORKS


-> computer networks by andrew s tanenbaum *

DATABASE

-> Database System Concepts by Korth,Sudershan & Silberswatz
-> Fundamental Of Database Systems by Elmsari, Navathe
-> Schaum's Outline of Fundamentals of Relational Databases *

ALGORITHM

-> Introduction to Algorithms , CLRS
-> Algorithms , Dasgupta ,vazirani *

MATHS

-> Elements of Discrete Mathematics : C l Liu
-> Introduction to Graph Theory , Douglas B. West *
-> Higher Engineering Mathematics B,S grewal  // one serious advise don't read this book crappy book  only good if you already know maths no learning curve.     good alternative for this will be Advanced Engineering Mathematics by Erwin Kreyszig


Software/web tech/aptitute/english  is more or less  like general knowledge

Books with * mark after it may not be the best book but they are very easy to understand and will develop your interest  atleast in my case :)
**************************************************************************************
All resources
**************************************************************************************

you are advised to copy all this content to your own mediafire account just click on add to my account .

This may get  deleted at some point of time and I may not reupload but when I get time probably I may create mirrors and alternate links .

Links to study material for GATE- all standard books etc. (will be updating when I get time)
http://www.mediafire.com/?mtw2utt94vr58

‎1998-2011 gate papers with keys- (keys may me wrong sometimes or maybe many times)
http://www.mediafire.com/?amtpnenmdsec9m9

1991-2012 (last 22 years) gate paper cs without keys.
http://www.mediafire.com/?g2em8o1yueep3ge

All gateforum targate Paper 2012 - (My own targate test :D)
http://www.mediafire.com/?jig6ej59cf5u4v0

Handouts materials misc collections (Recommended) single zip file
http://www.mediafire.com/?3vaebd7i87927t7

subject wise question with keys
http://www.mediafire.com/?j3vp3n5dj15e9

ACE My Online TEST (small size some kb after extractin open html file)
test_datastrucutre_1.7z http://www.mediafire.com/?5wac8038qp043y7
test_datastrucutre_2.7z http://www.mediafire.com/?wnivke3np91mj40
test_datastrucutre_3.7z http://www.mediafire.com/?onctoj9led2ch24
test_digital_1.7z http://www.mediafire.com/?nvm4n8ewws3820c
ace os mem mng.7z http://www.mediafire.com/?b7b1sch1j5se1t5
test_toc_regular.7z http://www.mediafire.com/?h57jjc1s12a1sqe

*** Gate Materials By Aman ***
http://theradium.blogspot.in/2010/03/download-gate-ebooks-cse-it.html

Radom Topics (you can add to your evernote account)
https://www.evernote.com/pub/nirajkant/csgate#b=1fb744aa-7068-46e7-bad9-f5db178c8240&n=659b9253-9299-4d7e-91da-d164e8605a7e


**************************************************************************************
Video lectures which are too good
**************************************************************************************


complete video Lecture Series of P.K biswas for operating system
downloadabe link
http://www.mediafire.com/?ukq8ibq02v7vnyoutube linkhttps://www.youtube.com/playlist?list=PLLDC70psjvq5hIT0kfr1sirNuees0NIbG

complete video Lecture Series of discerte mathematics by arthur t benjamin
http://www.mediafire.com/?47ckyz0ygj1rq
Theory of computation by shai simonsonhttp://www.youtube.com/watch?v=HyUK5RAJg1c&list=PL601FC994BDD963E4Discrete
Maths by shai simonsonhttp://www.youtube.com/watch?v=h_9WjWENWV8Algorithms
by shai simonsonhttp://www.youtube.com/watch?v=gwlevtaC-u0&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm

Don't Forgt To Hit Like

Latest IITian Gate Notes [GATE Study Materials]-(Prepared by IIT Students)

  [Computer Science Notes]
 

----------------------------------------------------------------------------------------------------

1. Toc Notes/- (Click)

2. Compiler Notes/- (click)

3. Maths Notes/- (Click)

More (Update in 2 days)

4. Operating System Notes/- (Coming Soon)
5. Computer Organisation & Archetechture  ((Coming Soon))
6. Programming & Data Structure  ((Coming Soon))
7.  Computer Networks ((Coming Soon))
8. Design Analysis & Algorithms ((Coming Soon))
9.Compiler Design ((Coming Soon))
10.Web Technologies ((Coming Soon))


Don't Forgt To Hit Like

Saturday, 4 January 2014

GATE All Time Books pdf Free Download GATE Study Material

CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx


For Any Question, Ask Here-- "Click Here"

Join Gate Community-- "Click Here"
GATE E books Download:

The GATE exams will be conducted every year by one of the eight Indian Institute of Technology across India. For This year the IIT kharagpur will be conducting the GATE exam. Many lakhs of candidates will be appearing for this exam. Some intend to wish for higher studies and other wish for government jobs. So those candidates appearing for the exam can download the prescribed books and study for the exams. Many dealers will be providing different types of books, so the candidates can select only the prescribed author.


Incoming Search terms:

Don't Forgt To Hit Like

ToTal Gate Question Papers [ Since From 1991]

CLick Here For Free All MadeEasy Sample Paper download - https://goo.gl/zdBmvx

For Regular Updates on Gate_CSE..... Click Here
Don't Forgt To Hit Like