Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Recent questions tagged ace-test-series
2
votes
3
answers
271
Ace Test Series: Operating System - Process Schedule
Which scheduling policy is most suitable for Real time operating systems? FCFS LCFS Round Robin Priority
hacker16
asked
in
Operating System
Nov 12, 2017
by
hacker16
660
views
ace-test-series
operating-system
process-scheduling
2
votes
1
answer
272
Ace Test Series: Mathematical Logic - Propositional Logic
hem chandra joshi
asked
in
Mathematical Logic
Nov 11, 2017
by
hem chandra joshi
253
views
ace-test-series
mathematical-logic
propositional-logic
1
vote
1
answer
273
Will GATEOVERFLOW mock test enough or will I need Mocktests of other institutes?
So, I am just wondering if test series like Madeeasy mocktest, ACE, or other necessary or will Virtual Gate and GO sufficient?
Vasu Srivastava
asked
in
GATE
Nov 8, 2017
by
Vasu Srivastava
996
views
study-resources
made-easy-test-series
ace-test-series
testbook-test-series
test-series
1
vote
1
answer
274
Ace Test Series: Operating System - Semaphore
It says as follows: Pseudocode Integer X = 0 , Y = 23 ; Semaphore mx = 1 , my = Null ; Codebegin Begin P(mx); x= x+1; V(my); End Begin P(my); x= y+1; V(mx); End Question: Possible final values of X?? I tried to find the values and i concluded that 1 and 24 could be the final values but solution says only 24 :( Any idea??
vishwa ratna
asked
in
Operating System
Nov 8, 2017
by
vishwa ratna
675
views
semaphore
operating-system
process-synchronization
ace-test-series
1
vote
1
answer
275
Ace test series
Kuldeep Pal
asked
in
Compiler Design
Nov 5, 2017
by
Kuldeep Pal
298
views
compiler-design
parsing
lr-parser
ace-test-series
1
vote
0
answers
276
Ace Test Series: CO & Architecture - Cache Memory
What is the answer of this question. I think similar question was asked in GATE 2017.
rohan mishra
asked
in
CO and Architecture
Nov 5, 2017
by
rohan mishra
233
views
ace-test-series
cache-memory
co-and-architecture
2
votes
1
answer
277
Ace Test Series: Theory Of Computation - Closure Property
please explain:
raviyogi
asked
in
Theory of Computation
Nov 4, 2017
by
raviyogi
639
views
ace-test-series
theory-of-computation
bad-question
closure-property
0
votes
1
answer
278
Ace Test Series: Theory Of Computation - Pushdown Automata
unable to understand 2nd point:
raviyogi
asked
in
Theory of Computation
Nov 4, 2017
by
raviyogi
275
views
pushdown-automata
ace-test-series
theory-of-computation
2
votes
2
answers
279
Ace Test Series: Theory Of Computation - Regular Expressions
how to find homomorphism?
raviyogi
asked
in
Theory of Computation
Nov 2, 2017
by
raviyogi
279
views
theory-of-computation
ace-test-series
regular-expression
3
votes
2
answers
280
#ace - cn - swp
Consider host A uses 32B packets to transmit to host B using SWP. The distance between host A and B is 1000000 meters and the propagation delays is 2 * 100000000 m/s. The data rate is 128 kbps. The optimal window size that A should use will be .................?
ravi rajak 3
asked
in
Computer Networks
Oct 30, 2017
by
ravi rajak 3
291
views
computer-networks
sliding-window
ace-test-series
1
vote
0
answers
281
Ace Test Series: Programming & DS - Programming In C
What is the output of below code considering the size of short int is 2, char is 1 and int is 4 bytes. #include<stdio.h> main() { short int i = 20; char c = 97; printf("%d, %d, %d \n", sizeof(i), sizeof(c), sizeof(c+i)); return 0; } (a) 2, 1, 2 (b) 2, 1, 1 (c) 2, 1, 4 (d) 2, 2, 8
Aibi
asked
in
Programming
Oct 30, 2017
by
Aibi
1.3k
views
programming-in-c
programming
pointers
output
ace-test-series
1
vote
1
answer
282
Ace Test Series: Databases - Conflict Serializable
conflict serialization or not? $R1(A), R2(A),W2(A),commit_2,W1(A) ,commit_1$
aaru14
asked
in
Databases
Oct 29, 2017
by
aaru14
245
views
ace-test-series
databases
conflict-serializable
4
votes
1
answer
283
AceTest Series: Algorithms - Time Complexity
for (i=n ; i>0 ; i--) { for ( j=1;j<n ; j=j*2) { for ( k=0;k<j ;k++) { } } } time complexity ?? how to find of inner and innermost loop?
aaru14
asked
in
Algorithms
Oct 23, 2017
by
aaru14
642
views
ace-test-series
algorithms
time-complexity
2
votes
2
answers
284
Ace Test Series: Programming & DS - Programming
what will be the output: (a) 3 5 8 8 3 (b) 3 5 7 8 8 (c) compilation error
Prateek Raghuvanshi
asked
in
Programming
Oct 10, 2017
by
Prateek Raghuvanshi
260
views
ace-test-series
programming
4
votes
4
answers
285
Ace Test Series: Algorithms - Sorting
Consider bottom-up merge sort working on 'n' elements. Assume 'n' is a power of 2. The minimum number of comparisons in order to get sorted list is (A) (n log n) / 2 (B) n lon n - n + 1 (C) n log n (D) n log n + n
Aibi
asked
in
Algorithms
Oct 8, 2017
by
Aibi
2.2k
views
merge-sort
ace-test-series
sorting
algorithms
6
votes
2
answers
286
Ace Test Series: Databases - Database Normalization
Shivansh Gupta
asked
in
Databases
Oct 2, 2017
by
Shivansh Gupta
754
views
bcnf-decomposition
ace-test-series
databases
database-normalization
0
votes
1
answer
287
Parsing_LR(1)Items
saxena0612
asked
in
Compiler Design
Sep 29, 2017
by
saxena0612
301
views
parsing
ace-test-series
0
votes
1
answer
288
ace test
What is best time complexity to search element in sorted doubly linkedlist?? O(n) O(nlogn) O(log n) O(n2)
ADITYA CHAURASIYA 5
asked
in
DS
Sep 28, 2017
by
ADITYA CHAURASIYA 5
212
views
time-complexity
ace-test-series
linked-list
2
votes
2
answers
289
ace test
The keys 7,3,11,13 are inserted into avl tree .what will be the the root once 12 is inserted into above AVL tree.
ADITYA CHAURASIYA 5
asked
in
DS
Sep 28, 2017
by
ADITYA CHAURASIYA 5
157
views
avl-tree
data-structures
ace-test-series
0
votes
1
answer
290
ace test
is ans is D or C???
ADITYA CHAURASIYA 5
asked
in
DS
Sep 28, 2017
by
ADITYA CHAURASIYA 5
199
views
ace-test-series
infix-prefix
data-structures
1
vote
1
answer
291
ace test
What is cost of shortest path from S to T ? is any difference between when greedy method is used
ADITYA CHAURASIYA 5
asked
in
Algorithms
Sep 28, 2017
by
ADITYA CHAURASIYA 5
913
views
dijkstras-algorithm
ace-test-series
2
votes
1
answer
292
Ace Test Series: Graph Theory - Graph Connectivity
Shivam Chauhan
asked
in
Graph Theory
Sep 26, 2017
by
Shivam Chauhan
488
views
ace-test-series
graph-theory
graph-connectivity
0
votes
0
answers
293
which of the following is not in pcb?
state page table files open process id ..?
hem chandra joshi
asked
in
Operating System
Sep 23, 2017
by
hem chandra joshi
199
views
ace-test-series
2
votes
1
answer
294
digital logic 3
in a 6 bit ripple counter, the MOD of UP couting is 14 , the MOD of down counting is........?
hem chandra joshi
asked
in
Digital Logic
Sep 23, 2017
by
hem chandra joshi
417
views
digital-logic
ripple-counter-operation
ace-test-series
0
votes
1
answer
295
Ace Test Series: Compiler Design - Parsing
S -> Aa A -> Ab A -> c Which of the following item is present in LR(1) item with S' -> .S, $\$ ? A) A -> .Ab, $\$ B) A -> .c, $\$ C) A -> .Ab, a/b D) None
Aibi
asked
in
Compiler Design
Sep 22, 2017
by
Aibi
624
views
compiler-design
ace-test-series
parsing
lr-parser
0
votes
1
answer
296
Dynamic Programming: How to Approach these type of recurrence problems in DP?
gateoverflow_
asked
in
Algorithms
Sep 11, 2017
by
gateoverflow_
299
views
dynamic-programming
recurrence-relation
ace-test-series
1
vote
0
answers
297
ACETestSeries Questions
nitish
asked
in
Theory of Computation
Sep 9, 2017
by
nitish
311
views
theory-of-computation
context-free-language
ace-test-series
8
votes
2
answers
298
Ace Test Series 2018: Compiler Design - Parsing
Consider the following context-free grammar S → SS + | SS*| a It is a)LL(1) b)LR(0) c)Both d)none
smelly indian
asked
in
Compiler Design
Sep 6, 2017
by
smelly indian
1.3k
views
theory-of-computation
ace-test-series
compiler-design
parsing
lr-parser
ll-parser
2
votes
1
answer
299
LR(zero)
Options are as:- (a) i and ii (b) i and iii (c) ii and iii (d) none of the above
learner_geek
asked
in
Compiler Design
Aug 6, 2017
by
learner_geek
313
views
theory-of-computation
grammar
compiler-design
context-free-language
ace-test-series
2
votes
2
answers
300
Ace Test Series: Databases - Functional Dependencies
Find what FD is violated by the Relation R = { } i.e. empty relation a. All FD b. Does not violate FD's c. Cannot say d. None of the Above
Arnab Bhadra
asked
in
Databases
May 30, 2017
by
Arnab Bhadra
917
views
ace-test-series
databases
database-normalization
Page:
« prev
1
...
5
6
7
8
9
10
11
12
13
14
15
next »
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
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
From GATE to Australia
DRDO Previous Year Papers
From Rank 4200 to 64: My Journey to Success in GATE CSE Exam
What are the key things to focus on during the final 10-15 days before the GATE exam to improve performance?
All India GO Classes Mock test
Subjects
All categories
General Aptitude
(2.5k)
Engineering Mathematics
(9.3k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.6k)
Non GATE
(1.3k)
Others
(2.4k)
Admissions
(649)
Exam Queries
(842)
Tier 1 Placement Questions
(17)
Job Queries
(74)
Projects
(9)
Unknown Category
(853)
Recent questions tagged ace-test-series
Recent Blog Comments
This guy was just exceptional. I remember hearing...
Inspirational! Found the right Blog at the right...
That was my second attempt. I already had notes,...
Sorry to break the news, but: I see a few flaws...
bhai mujhe bhi bula lo australia......mai bhi...