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
User Mayankprakash
Wall
Recent activity
All questions
All answers
Exams Taken
All Blogs
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.5k)
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
I wrote an email to IISC regarding JEST 2021 but...
B.Tech students are eligible only for Integrated...
I tried calling IISC Admission Dept, but they...
Mock 2 are live now.
sir ,it's already 17th
Network Sites
GO Mechanical
GO Electrical
GO Electronics
GO Civil
CSE Doubts
Recent activity by Mayankprakash
1
answer
1
Zeal Test Series 2019: Set Theory & Algebra - Lattice
I am getting 3 minimal please check it
I am getting 3 minimal please check it
commented
May 27, 2019
in
Set Theory & Algebra
283
views
discrete-mathematics
set-theory&algebra
lattice
zeal
zeal2019
0
answers
2
Go screening test 1
How to check solutions of screening test 1 for gate 2020?
How to check solutions of screening test 1 for gate 2020?
asked
May 7, 2019
in
Others
55
views
test
0
answers
3
Gate 2020
Im going to start preparation from March for gate 2020 as I totally messed up gate 2019.I couldn't perform well in exam because of lack of practice and revision as I could manage time properly along with job. Please suggest how shall I ... alot each subject,how to practice effectively and revision techniques to remember for long. @experts or @top rankers Please guide me Thanks Mayank
Im going to start preparation from March for gate 2020 as I totally messed up gate 2019.I couldn't perform well in exam because of lack of practice and revision as I could manage time properly along with job. Please suggest how shall I prepare for ... alot each subject,how to practice effectively and revision techniques to remember for long. @experts or @top rankers Please guide me Thanks Mayank
commented
Feb 17, 2019
in
Others
2k
views
gate-preparation
1
answer
4
Class of language
Please suggest me in briefly for revision . How to we test regular,dcfl,cfl,recursive and recursive enumeranle. Eg say if we can find the pattern it's regular. Please help
Please suggest me in briefly for revision . How to we test regular,dcfl,cfl,recursive and recursive enumeranle. Eg say if we can find the pattern it's regular. Please help
commented
Jan 25, 2019
in
Theory of Computation
87
views
theory-of-computation
identify-class-language
0
answers
5
Probability
Please anyone suggest in brief with his/her experience how to judge we need to solve the probability questions with which of the methods. 1.Bayes and total 2. Binomial, poison, exponential and uniform. Please suggest Thanks
Please anyone suggest in brief with his/her experience how to judge we need to solve the probability questions with which of the methods. 1.Bayes and total 2. Binomial, poison, exponential and uniform. Please suggest Thanks
asked
Jan 16, 2019
in
Probability
43
views
probability
engineering-mathematics
1
answer
6
TestBook:Order of Group
How to solve this type of questions??
How to solve this type of questions??
commented
Jan 15, 2019
in
Set Theory & Algebra
713
views
discrete-mathematics
set-theory&algebra
group-theory
0
answers
7
Gate 2019
I have completed almost 90% of subjects and I'm working professional. From this point of time what should be my strategy.I should revise first or directly start with mock test or practice previous year questions .In many YouTube videos I see people ... test in January. What should be my strategy from now on. Please suggest valuable suggestions which can boost my preparation. Thanks
I have completed almost 90% of subjects and I'm working professional. From this point of time what should be my strategy.I should revise first or directly start with mock test or practice previous year questions .In many YouTube videos I see people telling give mock test in January. What should be my strategy from now on. Please suggest valuable suggestions which can boost my preparation. Thanks
commented
Jan 9, 2019
in
GATE
252
views
gate-preparation
1
answer
8
Recurrence relation
T(n) = T(n/4) + T(3n/4) + n How to solve these type of problems? Can I solve this using master theorm by considering X = T(3N/4) +N THEN T(N) = T(N/4) +X CAN WE SOLVE LIKE THIS? PLEASE HELP
T(n) = T(n/4) + T(3n/4) + n How to solve these type of problems? Can I solve this using master theorm by considering X = T(3N/4) +N THEN T(N) = T(N/4) +X CAN WE SOLVE LIKE THIS? PLEASE HELP
commented
Jan 7, 2019
in
Algorithms
410
views
recurrence-eqation
time-complexity
recurrence
algorithms
1
answer
9
Time Complexity
how to compute time complexity of this kind of recurrence relation- T(n)=T(n/2)+T(n/4)+T(n/8)+n
how to compute time complexity of this kind of recurrence relation- T(n)=T(n/2)+T(n/4)+T(n/8)+n
commented
Jan 4, 2019
in
Algorithms
261
views
time-complexity
algorithms
asymptotic-notations
recurrence
1
answer
10
Time complexity
How to analyze this problem For (I=1;I<n;I++) { For (j=1;j<n;j=j+I) { Print("℅d℅d", I,j); } } Please suggest I'm detail how do we unroll I & j.
How to analyze this problem For (I=1;I<n;I++) { For (j=1;j<n;j=j+I) { Print("℅d℅d", I,j); } } Please suggest I'm detail how do we unroll I & j.
asked
Jan 3, 2019
in
Algorithms
149
views
time-complexity
algorithms
3
answers
11
dijkstra
If we run Dijkstra’s algorithm to find single source shortest path for the above edge weighted directed graph with ‘8’ as source. In what order do the nodes get included into the set of vertices for which the shortest path distances are finalized.
If we run Dijkstra’s algorithm to find single source shortest path for the above edge weighted directed graph with ‘8’ as source. In what order do the nodes get included into the set of vertices for which the shortest path distances are finalized.
commented
Jan 3, 2019
in
Algorithms
483
views
dijkstras-algorithm
algorithms
shortest-path
1
answer
12
Subnetting
Please explain in very brief for below things. I'm confused in using these terminology 1. Subnet size and subnet mask size 2. Network I'd,block Id ,subnet id are they same? 3. IP addresses in network = No of host ? 4. How no of host ,no of subnets are related? Please help me in clearing my doubt. Thanks
Please explain in very brief for below things. I'm confused in using these terminology 1. Subnet size and subnet mask size 2. Network I'd,block Id ,subnet id are they same? 3. IP addresses in network = No of host ? 4. How no of host ,no of subnets are related? Please help me in clearing my doubt. Thanks
commented
Dec 30, 2018
in
Computer Networks
197
views
subnetting
ip-address
computer-networks
0
answers
13
Subnet
Please help me in solving quickly these type of problem IP -214.158.26.69 SM -255.255.255.196 How do we apply ANDing between 69 and 196 quickly.please suggest any good method Thanks
Please help me in solving quickly these type of problem IP -214.158.26.69 SM -255.255.255.196 How do we apply ANDing between 69 and 196 quickly.please suggest any good method Thanks
asked
Dec 30, 2018
in
Computer Networks
78
views
network-addressing
computer-networks
0
answers
14
Maths and Aptitude preparation strategy
Please suggest me how to do I start preparing for maths and aptitude as I'm already completing other subjects.(Any links or something which can be helpful) Suggestions will be very helpful. Thanks
Please suggest me how to do I start preparing for maths and aptitude as I'm already completing other subjects.(Any links or something which can be helpful) Suggestions will be very helpful. Thanks
asked
Dec 28, 2018
in
Mathematical Logic
272
views
engineering-mathematics
gate-preparation
study-resources
1
answer
15
2D-array
A is a 2D-array with the range [-5....5,3......13] of elements.The starting location is 100. each element accupies 2 memeory cells. Calculate the location of A[0][8] using column major order and row major order.Does indexing matter??Why C follow $0$ indexing??
A is a 2D-array with the range [-5....5,3......13] of elements.The starting location is 100. each element accupies 2 memeory cells. Calculate the location of A[0][8] using column major order and row major order.Does indexing matter??Why C follow $0$ indexing??
commented
Dec 28, 2018
in
Programming
579
views
programming-in-c
arrays
0
answers
16
Token passing and Aloha
Shall I cover token passing and aloha in flow control methods in computer network. Please suggest as I don't want to waste time if it's not in syllabus. Thanks
Shall I cover token passing and aloha in flow control methods in computer network. Please suggest as I don't want to waste time if it's not in syllabus. Thanks
asked
Dec 26, 2018
in
Computer Networks
239
views
computer-networks
slotted-aloha
pure-aloha
1
answer
17
How segmentation and fragmentation is different in computer networks
How segmentation and fragmentation are different in computer networks Please help!
How segmentation and fragmentation are different in computer networks Please help!
asked
Dec 26, 2018
in
Computer Networks
314
views
computer-networks
5
answers
18
General Doubt
the complement of every context-free language is recursive ? or recursive enumerable? or both?
the complement of every context-free language is recursive ? or recursive enumerable? or both?
commented
Dec 25, 2018
in
Theory of Computation
6.6k
views
general-topic-doubt
theory-of-computation
closure-property
0
answers
19
Page replacement implementation
Do we need to cover page replacement implementations for gate? Please suggest
Do we need to cover page replacement implementations for gate? Please suggest
asked
Dec 24, 2018
in
Operating System
101
views
operating-system
page-replacement
0
answers
20
Process Synchronization
Please suggest in revising the topic process synchronization. 1. After completing the full process synchronization Im totally confuse while solving problems which technique to apply. 2.Any summarized difference between every technique list or chart or link would be very helpful . Please help me on this . Thanks
Please suggest in revising the topic process synchronization. 1. After completing the full process synchronization Im totally confuse while solving problems which technique to apply. 2.Any summarized difference between every technique list or chart or link would be very helpful . Please help me on this . Thanks
asked
Dec 22, 2018
in
Operating System
98
views
process-synchronization
operating-system
1
answer
21
Algorithms revision question
Please suggest some revision or must see questions for algorithms subject. It would be helpful for me to revise. Thanks
Please suggest some revision or must see questions for algorithms subject. It would be helpful for me to revise. Thanks
answer selected
Dec 22, 2018
in
Others
137
views
revision
algorithms
1
answer
22
Topic wise analysis of every subject
1.Please suggest some good sources or links of last 10 year topic wise analysis of every subject so that I can plan my revision. 2.what topics are less frequently asked in DL and CO as I have less time to cover those 2 subjects. Please suggest Thanks
1.Please suggest some good sources or links of last 10 year topic wise analysis of every subject so that I can plan my revision. 2.what topics are less frequently asked in DL and CO as I have less time to cover those 2 subjects. Please suggest Thanks
answer selected
Dec 22, 2018
in
Others
560
views
gate-2019
revision
0
answers
23
Formulae sheet
Please anyone share formula sheet and last minute notes for each subject. As it will be very helpful for revision. Thanks
Please anyone share formula sheet and last minute notes for each subject. As it will be very helpful for revision. Thanks
asked
Dec 22, 2018
in
Others
149
views
revision
0
answers
24
CFL langauage
How a^i b^j c^k | i= j+k is CFL? Please explain Thanks
How a^i b^j c^k | i= j+k is CFL? Please explain Thanks
commented
Dec 20, 2018
in
Theory of Computation
129
views
context-free-languages
theory-of-computation
1
answer
25
Computability and decidability
Do I need to study computability and decidability for gate 2019? Please suggest
Do I need to study computability and decidability for gate 2019? Please suggest
asked
Dec 20, 2018
in
Theory of Computation
167
views
theory-of-computation
syllabus
5
answers
26
TIFR2019-B-2
How many distinct minimum weight spanning trees does the following undirected, weighted graph have ? $8$ $16$ $32$ $64$ None of the above
How many distinct minimum weight spanning trees does the following undirected, weighted graph have ? $8$ $16$ $32$ $64$ None of the above
commented
Dec 18, 2018
in
Algorithms
1.5k
views
tifr2019
algorithms
minimum-spanning-trees
1
answer
27
AAI Junior Executive Information Technology
It has been mentioned in Advertisement that Admit-Card for online exam will send to registered email-IDs. Does anyone received admit card yet?
It has been mentioned in Advertisement that Admit-Card for online exam will send to registered email-IDs. Does anyone received admit card yet?
commented
Dec 11, 2018
in
Others
298
views
1
answer
28
Aai it 2018
Which of the following data structure is most suitable for radix sort? 1 .tree 2 . Linked list 3 . Stack 4 . Binary search tree
Which of the following data structure is most suitable for radix sort? 1 .tree 2 . Linked list 3 . Stack 4 . Binary search tree
commented
Dec 10, 2018
in
Programming
262
views
1
answer
29
Tautology?
Why this the following not a tautology? There is no case in which RHS is False and LHS is True. $\Bigl [ (\lnot p \land q) \land \bigl[ q \to (p \to q) \bigr ] \Bigr ] \to \lnot r$
Why this the following not a tautology? There is no case in which RHS is False and LHS is True. $\Bigl [ (\lnot p \land q) \land \bigl[ q \to (p \to q) \bigr ] \Bigr ] \to \lnot r$
commented
Dec 5, 2018
in
Mathematical Logic
219
views
1
answer
30
Semaphores
commented
Dec 4, 2018
in
Operating System
216
views
operating-system
semaphores
process-synchronization
...