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
Filter
User vamp_vaibhav
Wall
Recent activity
All questions
All answers
Exams Taken
All Blogs
Recent activity by vamp_vaibhav
1
answer
1
Number system digital
The r ’s complement of an n-digit decimal number N in base r is defined for all values of N except for N = 0. If the given number is (247)9, then its 9’s complement will be equal to ( _____ )9.
commented
in
Digital Logic
Jan 6, 2018
1.2k
views
digital-logic
number
system
3
answers
2
Programming
Consider the following program segment int main() { char *str = "GATECS"; printf("%d", madeeasy(str)); return 0; } int madeeasy(int *p1) { int *p2 = p1; while(*++p1); return p1-p2; } The out of above program will be ________. Assume that the object of data type int occupies 2 bytes.
commented
in
Programming
Jan 6, 2018
742
views
programming
programming-in-c
made-easy-test-series
pointers
output
bad-question
1
answer
3
MadeEasy Test Series 2018: Theory Of Computation - Finite Automata
Please help in this question i think B and C also true
commented
in
Theory of Computation
Jan 6, 2018
596
views
made-easy-test-series
theory-of-computation
finite-automata
1
answer
4
MadeEasy Test Series 2017: Computer Networks - Congestion Control
Let the size of congestion window of a TCP connection be 38 KB when a timeout occurs. The propagation time of the connection is 100 msec and the maximum segment size used is 2 KB. The time taken (in msec) by the TCP connection to get back to 36 KB congestion window is ________.
commented
in
Computer Networks
Dec 30, 2017
531
views
made-easy-test-series
computer-networks
congestion-control
madeeasy-testseries-2017
1
answer
5
madeeasy
Given f(n) = θ(n), g(n) = Ω(n), h(n) = O(n). Then f(n) + [g(n) ⋅ h(n)] = ? A.O(n) B. θ(n) C. Ω(n) D. None of these Ans is given C Please explain how to solve such questions
answered
in
Algorithms
Dec 30, 2017
219
views
algorithms
asymptotic-notations
made-easy-test-series
2
answers
6
MadeEasy Test Series 2017: Computer Networks - Ip Packet
Consider station “A” send data to station “B”. Data frame contain MAC address, IP address and port address. Which of the following address may change on intermediate router A Destination IP address B Destination MAC C Source MAC D Source IP address
commented
in
Computer Networks
Dec 30, 2017
1.1k
views
computer-networks
made-easy-test-series
ip-packet
0
answers
7
Min heap tree
Answer given : 1935360 but I m getting 3225600 please check..
commented
in
Programming
Dec 29, 2017
445
views
min
heap
0
answers
8
NIELIT SCIENTIST B 2017
The optimization phase in a compiler generally: (A) Reduced the space of the code (B) Optimizes the code to reduce execution time (C) Both (A) and (B) (D) Neither (A) nor (B)
commented
in
Compiler Design
Dec 29, 2017
390
views
1
answer
9
Digital Logic Doubt
The K-Map for a boolean function is shown below.The number of essential prime implicants for this function is ? 1 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 The answer given is 3. But I think it will be 4 - (0,8,10,2) , (0,1) , (3,6) and (8,12)
commented
in
Digital Logic
Dec 29, 2017
866
views
digital-logic
k-map
boolean-algebra
digital-circuits
0
answers
10
AceTestSeries: Programming & DS - Programming in C
commented
in
Programming
Dec 29, 2017
228
views
programming-in-c
programming
pointers
0
answers
11
Sorting
Consider an execution of Quicksort with the first item of an array segment acting as pivot or splitter. After first pass of running quicksort on an array (Assume that we are sorting with increasing order)? 12,18,17,11,13,15,16,10 I want to know what will be the sequence for the first pass
commented
in
Algorithms
Dec 28, 2017
504
views
sorting
algorithms
2
answers
12
B+ tree
The minimum number of elements (keys) that need to be inserted into a B+ tree with the order of internal node 3 [maximum child pointers per node] and leaf node 2 [maximum keys per node], to make it to reach 3-levels are __________.
commented
in
Databases
Dec 28, 2017
1.6k
views
databases
bplustrees
13
answers
13
Minimum number of tables to represent ER-Diagram
How many minimum relations required for given ER diagram ?
commented
in
Databases
Dec 27, 2017
7.1k
views
er-diagram
databases
er-to-relational
relational
1
answer
14
Time to build a heap
If you are given a sorted list with n elements in ascending order. Then what will be the Time complexity to build a Min heap from the given array?
commented
in
DS
Dec 27, 2017
1.3k
views
data-structures
binary-heap
time-complexity
4
answers
15
Avg stall cycles per instruction
Suppose that in $500$ memory references there are $50$ misses in the first level cache and $20$ misses in second level cache. Assume miss penalty from the $L_{2}$ cache to memory is $100$ cycles. The hit time of $L_{2}$ cache is $20$ ... $L_{1}$ cache is $10$ cycles. If there are $2.5$ memory references per instruction. How many average stall cycle per instruction?
commented
in
CO and Architecture
Dec 27, 2017
3.8k
views
co-and-architecture
stall
cache-memory
cycle
0
answers
16
conflict serilizable
if i neglect T2 then its conflict sserilizable but if i dont neglect T2 then its not conflict serilizable ???
commented
in
Databases
Dec 27, 2017
324
views
1
answer
17
FOLLOW
Find Follow of F : $E\rightarrow E+T | T$ $T\rightarrow T*F | F$ $ F\rightarrow \left ( E \right ) |id$
commented
in
Compiler Design
Dec 24, 2017
215
views
compiler-design
parsing
first-and-follow
descriptive
1
answer
18
RBR_Cn
which of the protocol is flow control but not error control? 1)stop n wait 2) go back n 3)selective repeate 4)simplest
answered
in
Computer Networks
Dec 24, 2017
318
views
1
answer
19
test series
What is the view equivalent serial schedule for the following schedule R2(A); R1(A); W1(C); R3(C); W1(B); R4(B); W3(A); R4(C); W2(D); R2(B); W4(A); W4(B) T1 → T2 → T3 → T4. T2 → T1 → T3 → T4. T1 → T3 → T2 → T4. T4 → T2 → T3 → T1.
commented
in
Databases
Dec 23, 2017
580
views
1
answer
20
# made easy demo test #Q 23
my answer 5 plz check but answer given 4
commented
in
CO and Architecture
Dec 23, 2017
191
views
3
answers
21
user and kernel mdoe
can anyone tell what are different activities that are performed in kernel mode user mode how to change frm user mode to kernel mode and vice-versa,,
commented
in
Operating System
Dec 20, 2017
2.0k
views
operating-system
threads
process
2
answers
22
Tokenization in lexical analysis
Consider the following C program: int main (void) { in/*this is an example*/z; double/*is it an error?*/y; print( “This is simple” ); return 0; } - How many Different tokens are there in the above code.
commented
in
Compiler Design
Dec 20, 2017
2.8k
views
compiler-design
compiler-tokenization
lexical-analysis
1
answer
23
number of conflict serializable schedule
A) Number of conflict serializable schedules possible R4(a) R2(a) R3(a) W1(b) W2(a) R3(b) W2(b) B) NUmber of conflict serializABLE SCHEDULES possible by T1 and T2 T1 : R(a) W(a) R(b) W(b) T2 : R(a) W(a) R(b) W(b)
commented
in
Databases
Dec 20, 2017
1.6k
views
1
answer
24
madeeasy
The following assembly code is to be executed in a 3-stage pipelined processor with hazard detection and resolution in each stage. The stage are IF, OF (one or more as required) and execution (including writeback operation). What are the number of possible RAW, WAW and WAR hazards in the execution of the code. A. 6,1,2 B. 5,1,2 C. 5,3,2 D. 5,3,3 Ans is B please explain with solution
answered
in
CO and Architecture
Dec 19, 2017
1.2k
views
1
answer
25
Normal Forms
commented
in
Databases
Dec 18, 2017
830
views
databases
database-normalization
4
answers
26
GATE CSE 2015 Set 2 | Question: 17
Consider a complete binary tree where the left and right subtrees of the root are max-heaps. The lower bound for the number of operations to convert the tree to a heap is $\Omega(\log n)$ $\Omega(n)$ $\Omega(n \log n)$ $\Omega(n^2)$
commented
in
DS
Dec 18, 2017
12.8k
views
gatecse-2015-set2
data-structures
heap
normal
2
answers
27
Selective Repeat
Consider a network connecting two systems located 4000 kilometers apart. The bandwidth of the network is 64 Mbps. The propagation speed of the media is 2/3 of the speed of light in vacuum. It is needed to design selective repeat sliding window protocol ... processing delays at nodes are negligible. Then, the minimum size in bits of the sequence number field has to be _________.
commented
in
Computer Networks
Dec 18, 2017
1.3k
views
computer-networks
selective-repeat
sliding-window
3
answers
28
coa
Hit ratio of the cache memory read request is 85% and the cache memory is 5 times faster than main memory. Block size in memory organization is 4 words. The access time of the main memory is 72 ns per word. Write through protocol (simultaneous memory ... remaining for write operation. What is the average access time (in ns) of the memory when considering both read and write operations?
commented
in
CO and Architecture
Dec 15, 2017
2.5k
views
co-and-architecture
0
answers
29
Write through mechanism doubt
When the write through mechanism is implemented with simultaneous access, why write hit =1 and Tavg (write) = word updating time i.e max(Tc, Tm)?? I am getting confused.. Any help would be appreciated
asked
in
CO and Architecture
Dec 15, 2017
144
views
1
answer
30
CO Test 1 q31
Consider a CPU that executes at a clock rate of 200MHz(5ns per cycle) with a single level cache. CPI execution i.e. CPI with ideal memory is 1.1. Instruction mix are 50% arithmetic/Logical, 30% load/store, 20% control instruction. Assume the cache miss rate is 15% and a miss penalty of 50 cycles. The number of times cpu with ideal memory is faster when no miss occurs _______
commented
in
CO and Architecture
Dec 15, 2017
2.1k
views
co-and-architecture
cache-memory
Subscribe to GATE CSE 2024 Test Series
Subscribe to GO Classes for GATE CSE 2024
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
IIITA M.TECH IT COMPLETE EXPLANATION FROM ADMISSION TO PLACEMENT
GO Classes NIELIT Test Series For 2023
Interview Experience : MTech Research(Machine Learning) at IIT Mandi
DRDO Scientist -B
ISRO Scientist-B 2023
Subjects
All categories
General Aptitude
(2.8k)
Engineering Mathematics
(9.8k)
Digital Logic
(3.4k)
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.7k)
Non GATE
(1.4k)
Others
(2.5k)
Admissions
(667)
Exam Queries
(1.0k)
Tier 1 Placement Questions
(17)
Job Queries
(77)
Projects
(9)
Unknown Category
(867)
Recent Blog Comments
This story is same like my tier 3 college btech...
@Nikhil_dhamaHi , now i am in 2nd semester...
You can attempt now:...
where is the free test link ? how i can attempt...
Left with 10days, nothing heard back from them,...