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 saxena0612
Wall
Recent activity
All questions
All answers
Exams Taken
All Blogs
Recent activity by saxena0612
1
answer
1
How carry and zero flag bits are modified after CMP instruction is executed?
The instruction format is CMP R1, R2. How will the carry and zero flags we be modified after above instruction is executed? Case 1: R1< R2 Carry Flag = 1 Zero Flag = 0 R1= R2 Carry Flag = 0 Zero Flag = 1 R1> R2 ... 0 Zero Flag = 1 R1> R2 Carry Flag = 1 Zero Flag = 0 Which one of the above two cases is correct?
answered
in
CO and Architecture
Sep 5, 2021
1.3k
views
machine-instructions
co-and-architecture
branch-conditional-instructions
1
answer
2
NIELIT 2017 July Scientist B (IT) - Section B: 24
The coupling between different modules of a software is categorized as follows: Content coupling Common coupling Control coupling Stamp Coupling Data Coupling Coupling between modules can be ranked in the order of strongest (least desirable) to weakest(most desirable) as follows: I-II-III-IV-V V-IV-III-II-I I-III-V-II-IV IV-II-V-III-I
answered
in
IS&Software Engineering
May 30, 2020
723
views
nielit2017july-scientistb-it
non-gate
is&software-engineering
0
answers
3
Preparation advice
hey guys! I am a final year student and preparing for gate 19. Preparation is going well but the problem I am facing is with time left. Since 2 months are left for the exams and semester exams are also round the corner, so I am thinking of skipping over ... and previous years questions. Though I will be taking full Mock tests for sure. Is it a wise choice. Need some advice. :)
commented
in
GATE
Nov 11, 2018
235
views
5
answers
4
Lexical Analysis
What it the number of tokens in the following line? printf("%d numbers.", &x);
commented
in
Compiler Design
Nov 11, 2018
1.4k
views
compiler-design
lexical-analysis
compiler-tokenization
0
answers
5
Round Robin
processes 1,2,3,4,5 with burst time as 4,1,8,1,2 and arrival time as 0+ RoundRobin used with TQ=1 what will be arrival time chart for processes 1,2,3,4,5.
commented
in
Operating System
Oct 21, 2018
274
views
operating-system
round-robin-scheduling
process-scheduling
1
answer
6
#1 Testbook Mock Test (COA - Cache Memory)
Suppose that in $500$ memory references there are $50$ misses in the first level cache and $20$ misses in the second level cache. Assume miss penalty from the $L2$ cache to memory in $100$ cycles. The hit time of $L2$ cache is $20$ ... $10$ $5$ $15$ $\text{None of these}$
commented
in
CO and Architecture
Mar 15, 2018
404
views
testbook-mock-test
cache-memory
co-and-architecture
1
answer
7
ISI 2014
Number of integers $x$ between $1$ and $95$ such that $96$ divides $60x$ is $0$ $7$ $8$ $11$
commented
in
Mathematical Logic
Mar 15, 2018
262
views
divisibility
0
answers
8
program in c
suppose i have declared array int a[5] = { 1,2,3,4,5} ; and i want to print output as : a[0] = 1 a[1] = 2 a[2] = 3 a[3] = 4 a[4] =5 can anyone write program in c displaying this output .
commented
in
Programming
Mar 15, 2018
326
views
2
answers
9
Test Series Question
Consider the following statements: S1: The size of TCP receiver window never change throughout the duration of the connection. S2: Suppose host A is sending a large file to host B over a TCP connection. The number of unacknowledged bytes that host A send cannot exceed the size of ... is false 2. S1 is false but S2 is true 3. Both S1 and S2 is true 4. Neither S1 nor S2 is true
commented
in
Computer Networks
Mar 15, 2018
247
views
easy
computer-networks
tcp
3
answers
10
Digital Logic
Convert $1100101110011011$ in binary to hexadecimal
answer selected
in
Digital Logic
Mar 1, 2018
374
views
digital-logic
3
answers
11
Self doubt generating function
Equation: $x+y=10$ and we are asked to find out the number of a non-negative integral solution of this equation.
answered
in
Combinatory
Feb 25, 2018
906
views
generating-functions
3
answers
12
Remainder theorem
Find the remainder $\dfrac{(39)^{42}}{10}$
commented
in
Quantitative Aptitude
Feb 25, 2018
1.6k
views
quantitative-aptitude
remainder
5
answers
13
Testbook Test Series: Operating System - Virtual Memory
answered
in
Operating System
Feb 20, 2018
599
views
testbook-test-series
operating-system
virtual-memory
1
answer
14
ME test series os
Consider 3 processes P0, P1 and P2 to be scheduled as per the SRTF algorithm. The process P0' is known to be scheduled first and when P0 has been running 6' units of time, then the process P2' has arrived. The process P2' has run for 4' unit of ... process P1' has arrived and completed running in 5' units of time. Then the minimum burst time of P0' is _______ (in units).
commented
in
Operating System
Jan 29, 2018
198
views
1
answer
15
MadeEasy Test Series: Probability
Q)A product is an assembly of 4 different components. The product can be sequentially assembled in two possible ways. If the 4 components are placed in a box and these are drawn at random from the box, then the probability of getting a correct sequence is ______.
answered
in
Probability
Jan 27, 2018
1.1k
views
made-easy-test-series
probability
1
answer
16
MadeEasy Test Series 2018: Databases - Indexing
In a database file structure, the search key field is 9 bytes long, the block size is 1024 bytes, a record pointer is 7 bytes and a block pointer is 6 bytes. The largest possible order of a leaf node in a B+ tree implementing this file structure is
commented
in
Databases
Jan 26, 2018
912
views
databases
indexing
made-easy-test-series
2
answers
17
Integration
$\int_{-4}^{4}\left | x-3 \right |dx$
answered
in
Calculus
Jan 26, 2018
445
views
calculus
integration
engineering-mathematics
0
answers
18
MadeEasy Test Series 2018: Programming & DS - Stack
Given finite alphabet S = {A, B, C} and stack S of size 100. There are only three stack operations we can perform as mentioned below. Stack is initially empty and we do not perform pop ( ) on empty stack. Assume that only emit ( ) can print output ... to get A B C A C B A as output are ______. I am getting 15 but it is given 14. Please help.
commented
in
DS
Jan 26, 2018
1.1k
views
data-structures
stack
made-easy-test-series
2
answers
19
Major Self Doubt(Conflict vs View Serializable)
If some schedule is not conflict serializable then it can never be view serializable is it true? Or vice versa.
commented
in
Databases
Jan 26, 2018
270
views
0
answers
20
Ace DB
commented
in
Databases
Jan 26, 2018
250
views
1
answer
21
Aptitude
A country's GDP grew by $7.8\%$ within a period. During the same period the country's per-capita-GDP (= ratio of GDP to the total population) increased by $10\%$. During this period, the total population of the country increased by $4\%$ decreased by $4\%$ increased by $2\%$ decreased by $2\%$
commented
in
Quantitative Aptitude
Jan 26, 2018
463
views
quantitative-aptitude
general-aptitude
1
answer
22
Hash Table and IPv6
Consider an initially empty hash table of length 10. Following set of keys are inserted using open addressing with hash function h(k) = kmod 10 and linear probing. The number of different insertion sequence of the key values using the given hash function and linear ... send the packet from source to destination with minimum number of hops. D) both b and c. I think it is B).
commented
in
Programming
Jan 22, 2018
798
views
hashing
data-structures
chaining
computer-networks
ipv6
0
answers
23
ace test series
commented
in
Operating System
Jan 20, 2018
208
views
1
answer
24
me test
commented
in
Algorithms
Jan 20, 2018
673
views
made-easy-test-series
asymptotic-notations
5
answers
25
Number of conflict serializable schedules
Number of conflict serializable schedules in T1 : R(A) W(A) R(B) W(B) T2: R(A) W(A) R(B) W(B)
answered
in
Databases
Jan 19, 2018
3.1k
views
0
answers
26
Temporary variable required in SSA
Consider the following code segment: c = b + a e = c - a f = c * e h = c + a i = h + f The minimum number of temporary variable required to convert the above code segment to static single assignment form is ________.
commented
in
Compiler Design
Jan 19, 2018
930
views
compiler-design
static-single-assignment
1
answer
27
conflict serializability
commented
in
Databases
Jan 19, 2018
260
views
0
answers
28
c Programming
commented
in
Programming
Jan 19, 2018
255
views
0
answers
29
Made Easy Full Test - Hashing + Probability
Question - Consider a hash table with 8 slots that use chaining for collision resolution. The table is initially empty. What is the probability that after 4 keys are inserted, at least a chain of size 3 is created? (assume simple uniform hashing is used) Correct answer - $29*8^{^{-3}}$ My answer - $8*8^{^{-3}}$
closed
in
Probability
Jan 18, 2018
972
views
hashing
data-structures
probability
conditional-probability
0
answers
30
Associative mapping
If the main memory is of 128 K byte and the cache memory is of 16 byte line . It uses associative mapping . Then the tag bits for cache blocks are......... 11 bit 21bits 16bits 20 bits
commented
in
CO and Architecture
Jan 18, 2018
423
views
co-and-architecture
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,...