menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Activity
Questions
Unanswered
Tags
Subjects
Users
Ask
Prev
Blogs
New Blog
Exams
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
JEST 2021 registrations are open
TIFR GS-2021 Online Application portal
IIT Jodhpur Mtech AI - Interview Expierence (Summer Admission)
Interview experience at IIT Tirupati for MS program winter admission
IITH CSE interview M Tech RA Winter admission 2021
Subjects
All categories
General Aptitude
(2.1k)
Engineering Mathematics
(8.4k)
Digital Logic
(3k)
Programming and DS
(5.1k)
Algorithms
(4.5k)
Theory of Computation
(6.3k)
Compiler Design
(2.2k)
Operating System
(4.7k)
Databases
(4.3k)
CO and Architecture
(3.5k)
Computer Networks
(4.3k)
Non GATE
(1.2k)
Others
(1.3k)
Admissions
(595)
Exam Queries
(838)
Tier 1 Placement Questions
(16)
Job Queries
(71)
Projects
(19)
Unknown Category
(1.1k)
Recent Blog Comments
Hi, could you please update us about the Mock...
Hi, just curious if there are any updates...
thanks himanshu2021. But I am asking for the page...
But IISc hasn't mentioned TCS as one of their...
@kiioo https://gateoverflow.in/blog/11426/jest-20...
Network Sites
GO Mechanical
GO Electrical
GO Electronics
GO Civil
CSE Doubts
Recent posts tagged preparation
1
JEST TCS (Theoretical Computer Science) EXAM || Gateway of IISc other than GATE exam
@arjun sir is fully correct now I am going to discuss about why frame transmission time must be >= 2 * prop. Time In csma/cd the sender doesn't holds a copy after it has sent a frame so the sender sends a frame now if a collision is detected it resends after ... If the sender is still transmitting then only it can resend it else not. That's reason why frame transmission time must be > 2 prop. Time
posted
Sep 1, 2020
in
Others
Navneet Singh Tomar
6,398
views
jest
jest-theoretical-computer-science
iisc-mtech-research
preparation
2
My GATE preparation experience (GATE CS 2020 AIR-13)
I am Nitish Gupta and I secured AIR-13 with a score of 950/1000 in GATE CS 2020. I am in the final year of my Graduation at CCET, Chandigarh and therefore this was my first attempt. I'd like to share the key points ... questions related to preparation that I didn't answer, do let me know in the comments or mail me at
[email protected]
posted
Apr 28, 2020
in
Preparation Advice
NitishD2
3,617
views
gate2020
gate-cse
preparation-advise
#gate_preparation
preparation
3
Story Of Failure-GATE 2019
Hi, I am Parth Shah who secured 51 marks in Gate 2019(first and maybe the only attempt) and will like to share my story. If you are looking at how to get good rank than this blog might not be helpful but if you are looking for ... future aspiriants and heartiest congratulations to all the toppers of GATE 2019. :) PS: If there are any grammatical mistakes please ignore it.
Answer - B. Degree of generator polynomial is $3$ hence $3-bits$ are appended before performing division After performing division using $2$'$s$ complement arithmetic remainder is $011$ The remainder is appended to original data bits and we get $M' = 11001001\bf{011}$ from $M = 11001001.$ Courtesy, Anurag Pandey
posted
Mar 16, 2019
in
Preparation Experience
Parth Shah
2,588
views
preparation-advise
#gate_preparation
preparation
gate2019
4
Thank you GO (AIR 45)
I am a final year student at Vidyalankar Institute Of technology GATE 2019 was my first attempt and I managed AIR 45 with a score of 78.33. I didn't hear about GO nor was it referred to me but if you don't stumble across GO in your preparation journey, you might be on the ... . ps. If anyone will be applying to IIT B TA, do tell me as I plan to do the same. O(^0^)O - the koala
Why 6 bits for addresses for 11 address instruction?
posted
Mar 16, 2019
in
Preparation Advice
Kartavya Kothari 1
1,144
views
preparation-advise
preparation
gate2019
gateoverflow
test-series
5
Help needed on Recurrence and DBMS Normalization
Hi, The motive of this post is to seek help on $2$ separate topics: normalization in DBMS and solving recurrence equations. The below points will highlight my situation. I have followed NPTEL lectures for studying DBMS. But, when ... lists down the steps required in solving problems on these topics, and willing to share it, I would be grateful.
This is not a programing website :) But let me help you. you can redirect from your html to php page by meta tag in head <meta http-equiv="refresh" content="0; url=http://your.com/index.php" />
posted
Jan 29, 2019
in
Others
zeeshanmohnavi
669
views
preparation
databases
discrete-mathematics
algorithms
6
I'm not able to study from home
If you are not able to study from home for any reason and would like to have an organized study environment, you may fill this form. All available details as of now are given in the form. Seats are very limited as this is a one time ... . PS: Selection is over now, but you can follow us online by filling the below form: https://goo.gl/forms/Q2vyOUg5xiJKgO0r2
At least 2 out of n people born on April 1 means either all n are not born on April 1 or exactly 1 born on April 1. So, P(X) = 1 - P(Y) - P(Z) where P(Y) is the probability that none are born on April 1 and P(Z) is the probability that exactly 1 is born on April 1 P(Y) = 364n/365n P( ... ) = 0.016 P(50) = 0.24 P(120) = 0.517 P(119) = 0.514 P(115) = 0.502 P(114) = 0.497 So, 115 would be the answer.
posted
May 30, 2018
in
From GO Admins
Arjun
1,838
views
preparation
preparation-environment
7
Interview preparation advice for JRF post in IIT Kharagpur
I am selected for the interview for the post of Junior Research Fellowship/Senior Research Fellowship of the project entitled 'Safety Analytics: Save People at Work from Accident and Injuries' in SRIC, IIT Kharagpur to be held on 24th May ... . Also, please mention what all should I bring to the interview. I really want this job. Thanks. :)
Instead of finding a function 'f' for the first MUX (in terms of z,x and y) and the second MUX (in terms of f , x and y), we can logically find out the answer.We can put in 4 values of A and B and analyse the output C. We can get the values appropriate values of x and y by drawing and comparing with a 2x1 MUX when A and B are given as inputs respectively.
posted
May 4, 2018
in
Preparation Advice
Shikha Mallick
1,126
views
iit-interviews
interview
preparation
preparation-advise
iit-kharagpur
job
interview-preparation
8
Easy or Right: The Choice is Yours
Hello friends!! It is October already. So, many of you might have started feeling the heat of GATE 2018, especially with the volume of course still left to cover with the added pressure of projects or workload at job. A very alluring option to ... we must optimize our learning algorithm so as to learn from mistakes of others too. ALL THE BEST !! HAPPY LEARNING !!
Consider a simple connected graph $G$ with $n$ vertices and $n$ edges $(n > 2)$. Then, which of the following statements are true? $G$ has no cycles The graph obtained by removing any edge from $G$ is not connected $G$ has at least one cycle The graph obtained by removing any two edges from $G$ is not connected None of the above
posted
Oct 8, 2017
in
Preparation Experience
prateekkmr60
4,903
views
#preparation-advise
#gate_preparation
preparation
9
Useful Tags
To All, All the hard working aspirants who are preparing for GATE/TIFR/UGC/ISRO,whenever you are Asking a question ,please 1.Give a correct Tag in the order of Subject ->Topic ->subtopic 2.Most important one for which i am posting this is ,if ... ; and "mathematic logic". 3.Editor too may put their effort to recatogerize the wrong tag. Thank you and all the best !
Passing a constant value will produce the same result in both these parameter passing mechanisms or in almost any of the parameter passing mecahinsms.
posted
Sep 24, 2016
in
Preparation Advice
sourav.
299
views
preparation
10
Don't Bother About Taunts of Others!
The person responsible for making France one of the great nations in the world was none other than Napoleon Bonaparte. When Napoleon was a small child, his mother sent him to a school in another town, though the family was not ... be known to the world as one of the greatest military leaders who revolutionised the military organisation and training in France.
Option B is the most correct answer. (To know why it is not THE correct answer read the tail section of this answer) The reasons are as follows. A problem p in NP is NP-complete if every other problem in NP can be transformed into p in ... The answer is partially correct because when we say reduction, we usually mean polynomial time reduction, but neverthless it doesnt hurt to be precise.
posted
Jun 20, 2016
in
Preparation Advice
Tauhin Gangwar
931
views
preparation
11
Tips for studying online and For Best results.
Take care for your health. Eyes redness , back pain, head ache are common problems among youngsters now a days. So Just get rid of these things, and Stay HEALTHY. Focus on what you want Many times while studying, you get ... material you have. Practice, Practice, Practice. To this I prefer to take a subject and solve questions serially on gateoverflow.
Yes. Both L and L' are not RE. We can have the same reduction as done for L(M) is infinite. Lets assume L is RE. So, we have a TM N which will say "yes" if given an encoding of a TM whose language is $\Sigma ^*$. Now using N we try to solve ... not RE as per Rice's theorem second part. So, both L and L' are not RE making (D) the correct answer. http://gatecse.in/wiki/Rice%27s_Theorem_with_Examples
posted
May 15, 2016
in
Others
Desert_Warrior
1,140
views
preparation
self-study
12
My Preparation Strategy
Hi, Everyone who prepares for any exam needs to have some to plan of action and has to execute it in order to crack it.Let me annotate it with a quote: “It’s not the plan that’s important, it& ... /articles/gate-2015-topper-interview-ravi-shankar-mishra-air-1-in-computer-science-engineering geeksforgeeks Thank you!!! Pooja Palod AIR 51,2016
At each fork() the no. of processes becomes doubled. So, after $3$ fork calls, the total no. of processes will be $8$. Out of this $1$ is the parent process and $7$ are child processes. So, total number of child processes created is $7$.
posted
Apr 10, 2016
in
Preparation Experience
Pooja Palod
3,618
views
gate
preparation
13
How I prepared for GATE? – I used strategy of previous years toppers.
Hi, When I decided to write about my preparation I collected it all together and all recollected is that whole strategy I had I got from posts various toppers. So now Instead of writing each and every thing again, ... ; https://akashkanasegate2016.wordpress.com/2016/04/01/how-i-prepared-for-gate-i-used-strategy-of-old-toppers/
Answer is (C) Poisson Probability Density Function (with mean $\lambda$) =$\dfrac{ \lambda^{k}} { \left(e^{\lambda}k!\right)}$, We have to sum the probability density function for $k = 0,1$ and $2$ and $\lambda = 3 $(thus finding the cumulative mass function) =$\left(\dfrac{1}{e^{3}}\right) + \left(\dfrac{3}{e^{3}}\right) + \left(\dfrac{9}{2e^{3}}\right)$ =$\dfrac{17}{\left(2e^{3}\right)}$
posted
Apr 2, 2016
in
Preparation Experience
Akash Kanase
11,869
views
useful-blogs
preparation
14
News Updates for GATE 2017
Please follow this blog (favorite button to the right end of post title) for getting news updates related to GATE 2017 preparation.
Register renaming is done in pipelined processors: as an alternative to register allocation at compile time for efficient access to function parameters and local variables to handle certain kinds of hazards as part of address translation
posted
Mar 19, 2016
in
Study Materials
Arjun
1,845
views
gate2017
preparation
15
How to be Ready for Masters
Masters is not very different from Bachelors but in India most students do Masters from IITs and there is a big gap to be filled from lower level college environment. Though GATE preparation is mostly enough a few extra stuffs might come handy during IIT life. ... find a suitable prof to work under early, it is a good thing. Otherwise also, you can do this in first year.
The protocol data unit (PDU) for the application layer in the Internet stack is: Segment Datagram Message Frame
posted
Feb 29, 2016
in
Others
Arjun
14,211
views
cs
masters
preparation
iits
To see more, click for the
full list of questions
or
popular tags
.
...