Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged isi
1
1 vote
3
answers
3 answers
564
564 views
Proof of Correctness of Different Sorting Algorithms
State Proof of Correctness for Different Popular Sorting AlgorithmSorting AlgoBest Case TCAVg Case TCWorst Case TCStable Sorting?Inplace Sorting?1. Bubble Sort \[O(n) \]\...
ASHIS 1
564
views
asked
Apr 28, 2025
Algorithms
algorithms
sorting
proof
isi
+
–
0
0 votes
0
0 answers
175
175 views
ISI2022 - MCS - PCB - Math | Question: 7
Consider an operating system consisting of a pair of processes $P_{0}$ and $P_{1}$. The structure of each process $P_{\mathrm{i}}$ is shown below.while(TRUE){ j = 1-i; fl...
admin
175
views
asked
Oct 18, 2024
Operating System
isi2022-mcs-pcb-math
operating-system
process-synchronization
mutual-exclusion
isi
+
–
0
0 votes
1
1 answer
332
332 views
ISI2022 - MCS - PCB (CS) | Question: 2
A room has four walls. In how many different ways can you color the four walls, using colors from the set $\text{\{Red, Green, Blue, Yellow\}}$, such that no two adjacent...
admin
332
views
asked
Oct 18, 2024
Combinatory
isi2022-mcs-pcb-cs
combinatory
counting
graph-theory
isi
+
–
0
0 votes
1
1 answer
331
331 views
ISI2023-MCS-PCA | Question: 39
Consider the following program fragment:1. i=1; 2. while (i <= n) do 3. begin 4. sum = sum +a[i]; 5. i=1+1; 6. endLet (i) $\boldsymbol{A}$ represent the initialization in...
admin
331
views
asked
Oct 10, 2024
Theory of Computation
isi2023-mcs-pca
regular-expression
programming-in-c
isi
+
–
0
0 votes
2
2 answers
729
729 views
ISI PCA 2024 | Question : 2
Let $\mathbf{C} = \{ (1, 2), (2, 1) \}$ be a basis of $\mathbb{R}^2$ and $T: \mathbb{R}^2 \to \mathbb{R}^2$ be defined by\[T \begin{pmatrix} x \\ y \end{pmatrix} = \begin...
Franz Kafka
729
views
asked
May 21, 2024
Linear Algebra
linear-algebra
isi
matrix
engineering-mathematics
+
–
1
1 vote
1
1 answer
616
616 views
ISI2020-PCB-CS: 8.2
Consider the following state diagram of a sequential circuit, where each of a, b, c, d, e, f and g represents a state. Represent thestate diagram with minimum number of s...
admin
616
views
asked
Aug 25, 2022
Theory of Computation
isi2020-pcb-cs
descriptive
sequential-circuit
minimal-state-automata
state-minimization
finite-automata
isi
+
–
1
1 vote
1
1 answer
310
310 views
ISI 2019 | PCB Mathematics | Question: 2
Consider an $n \times n$ matrix $A=I_{n}-\alpha \alpha^{T}$, where $I_{n}$ is the identity matrix of order $n$ and $\alpha$ is an $n \times 1$ column vector such that $\a...
admin
310
views
asked
Aug 8, 2022
Linear Algebra
isi2019-pcb-mathematics
descriptive
matrix
linear-algebra
isi
+
–
0
0 votes
0
0 answers
257
257 views
ISI 2019 | PCB Mathematics | Question: 12
Suppose the collection $\left\{A_{1}, \cdots, A_{k}\right\}$ forms a group under matrix multiplication, where each $A_{i}$ is an $n \times n$ real matrix. Let $\displayst...
admin
257
views
asked
Aug 8, 2022
Linear Algebra
isi2019-pcb-mathematics
descriptive
group-theory
matrix
isi
+
–
2
2 votes
1
1 answer
467
467 views
ISI 2019 | PCB CS | Question: 4
In a binary tree $T$, for a node $v$, the $\text{LEFT-HEIGHT} (v)$ is the length of the longest path from $v$ to any leaf in the left subtree of $v$. If $v$ has no left c...
admin
467
views
asked
Aug 8, 2022
Algorithms
isi2019-pcb-cs
descriptive
binary-tree
algorithm-design
tree
isi
+
–
2
2 votes
2
2 answers
876
876 views
ISI 2019 | PCB CS | Question: 5
Consider a stack machine where the only available workspace is a stack whose elements are unsigned integers. We will denote the configuration of the stack by a sequence. ...
admin
876
views
asked
Aug 8, 2022
Algorithms
isi2019-pcb-cs
descriptive
stack
data-structures
algorithm-design
programming-in-c
isi
+
–
1
1 vote
1
1 answer
371
371 views
ISI 2019 | PCB CS | Question: 10
Let $R$ be a relation with functional dependencies $\mathcal{F}$. For any subset of attributes $X \subseteq R$, the closure of $X$ is defined as the set$$ X^{+}=\{A \in R...
admin
371
views
asked
Aug 8, 2022
Databases
isi2019-pcb-cs
descriptive
relational-algebra
functions
closure-property
databases
isi
+
–
0
0 votes
0
0 answers
218
218 views
ISI 2019 | PCB CS | Question: 13
An $n$-variable Boolean function $f:\{0,1\}^{n} \rightarrow\{0,1\}$ is called symmetric if its value depends only on the number of $1 \text{'s}$ in the input. Let $\sigma...
admin
218
views
asked
Aug 8, 2022
Theory of Computation
isi2019-pcb-cs
descriptive
mathematical-logic
boolean-algebra
counting
functions
isi
+
–
0
0 votes
1
1 answer
335
335 views
ISI 2019 | PCB CS | Question: 14
Let the valid moves along a staircase be $U$ (one step up) and $D$ (one step down). For example, the string $s=U U D U$ represents the sequence of moves as two steps up, ...
admin
335
views
asked
Aug 8, 2022
Theory of Computation
isi2019-pcb-cs
descriptive
theory-of-computation
context-free-grammar
regular-language
pumping-lemma
isi
+
–
1
1 vote
1
1 answer
382
382 views
ISI 2019 | PCB CS | Question: 16
The following function computes an array $\textsf{SPF},$ where, for any integer $1<1<1000, \textsf{SPF[i]}$ is the smallest prime factor of $\textsf{i}.$ For example, $\t...
admin
382
views
asked
Aug 8, 2022
Algorithms
isi2019-pcb-cs
descriptive
isi
programming-in-c
array
data-structures
algorithm-design
primes
+
–
0
0 votes
2
2 answers
517
517 views
ISI 2019 | PCB CS | Question: 18
Consider a $5$-stage instruction pipeline. The stages and the corresponding stage delays are given below. InstructionStage delayFetch instruction (FI)3 nsDecode instruct...
admin
517
views
asked
Aug 8, 2022
CO & Architecture
isi2019-pcb-cs
descriptive
co-and-architecture
pipelining
isi
+
–
1
1 vote
1
1 answer
310
310 views
ISI 2019 | PCB CS | Question: 19
The data link layer uses a fixed-size sliding window protocol, where the window size for the connection is equal to twice the bandwidth-delay product of the network path....
admin
310
views
asked
Aug 8, 2022
Computer Networks
isi2019-pcb-cs
descriptive
data-link-layer
sliding-window
throughput
isi
computer-networks
+
–
0
0 votes
2
2 answers
960
960 views
ISI 2021 | PCB CS | Question: 2
Let $P$ be a set of $n$ real numbers. For any two real numbers $a$ and $b$ $(a<b),$ define $$ R(a, b)=|\{x \in P \mid a \leq x \leq b\}| . $$Design a suitable data struct...
admin
960
views
asked
Aug 8, 2022
Data Structures
isi2021-pcb-cs
descriptive
data-structures
algorithm-design
range-query
isi
+
–
0
0 votes
3
3 answers
1.0k
1.0k views
ISI 2021 | PCB CS | Question: 8
Consider the following language $L$ over the alphabet $\Sigma=\{a, b, c\}$. $$ L=\left\{a^{i} b^{j} c^{k} \mid i, j, k \geq 0 \text {, and if } i=1 \text { then } j=k\rig...
admin
1.0k
views
asked
Aug 8, 2022
Theory of Computation
isi2021-pcb-cs
descriptive
theory-of-computation
regular-language
context-free-language
isi
+
–
1
1 vote
1
1 answer
583
583 views
ISI 2021 | PCB CS | Question: 10
Consider sending a message of $10,000$ bits from the source node $S$ to the destination node $D$ passing through the two routers $R 1$ and $R 2$ as shown in the figure. E...
admin
583
views
asked
Aug 8, 2022
Computer Networks
isi2021-pcb-cs
descriptive
computer-networks
isi
latency
data-communication
propagation-delay
store-and-forward
packet-switching
+
–
0
0 votes
0
0 answers
274
274 views
ISI 2020 | PCB Mathematics | Question: 5.1
Prove that if $N$ and $K$ are normal subgroups of a group $G$ such that $N \cap K=\left\{e_{G}\right\}$, then $x y=y x, \forall x \in N, \forall y \in K$.
admin
274
views
asked
Aug 8, 2022
Others
isi2020-pcb-mathematics
descriptive
group-theory
isi
+
–
0
0 votes
1
1 answer
440
440 views
ISI2020-PCB-CS: 6
Let $L=\left\{s \overline{s_{R}} \mid s \in\{0,1\}^{*}\right\}$ be a language over alphabet $\{0,1\}$, where $\overline{s_{R}}$ describes the reverse complement of $s$. F...
admin
440
views
asked
Aug 8, 2022
Theory of Computation
isi2020-pcb-cs
descriptive
context-free-grammar
pushdown-automata
regular-language
theory-of-computation
isi
+
–
0
0 votes
1
1 answer
454
454 views
ISI2020-PCB-CS: 7
Consider two hosts, A and B, which may belong to the same network or two different networks connected through a router. Recall the Internet protocol where a sender host s...
admin
454
views
asked
Aug 8, 2022
Computer Networks
isi2020-pcb-cs
descriptive
ip-addressing
subnetting
computer-networks
isi
+
–
0
0 votes
1
1 answer
512
512 views
ISI2020-PCB-CS: 9
Consider a $\textsf{RISC}$ machine where page tables of the virtual memory system may be swapped to disk from memory and neither machine instructions nor page-table entri...
admin
512
views
asked
Aug 8, 2022
Operating System
isi2020-pcb-cs
descriptive
co-and-architecture
operating-system
virtual-memory
page-replacement
isi
+
–
1
1 vote
1
1 answer
558
558 views
ISI2021-MMA: 14
Given a real number $\alpha \in (0, 1),$ define a sequence $\{ x_{n}\}_{n \geq 0}$ by the following recurrence relation:$$x_{n+1} = \alpha x_{n} + (1 – \alpha) x_{n – 1},...
admin
558
views
asked
Jul 23, 2022
Others
isi2021-mma
recurrence-relation
limits
sequence-series
isi
+
–
0
0 votes
1
1 answer
665
665 views
ISI2021-MMA: 15
A straight line passes through the intersection of the lines given by $3x – 4y + 1 = 0$ and $5x + y = 1$ and makes equal intercepts of the same sign on the coordinate axe...
admin
665
views
asked
Jul 23, 2022
Analytical Aptitude
isi2021-mma
geometry
straight-line
isi
+
–
0
0 votes
0
0 answers
482
482 views
ISI2021-MMA: 27
Consider two real valued functions $f$ and $g$ given by $$f(x)=\frac{x}{x-1} \; \text{for } x>1, \quad \text{and }\quad g(x)=7-x^{3} \; \text{for } x \in \mathbb{R}.$$ Wh...
admin
482
views
asked
Jul 23, 2022
Calculus
isi2021-mma
functions
isi
mathematical-logic
+
–
1
1 vote
1
1 answer
934
934 views
ISI Kolkata | MMA | 2022 --- A lie detector determines correctly ....
Picture of question
anupamsworld
934
views
asked
Jun 6, 2022
Probability
isi
probability
engineering-mathematics
+
–
0
0 votes
1
1 answer
907
907 views
ISI2021-PCB-C10
Suppose instead of a decoder with n input bits (n is even) to access a memory of size 2^n, one uses two decoders of input sizes k bits and (n-k) bits. Explain how these t...
jatin29
907
views
asked
May 3, 2022
Digital Logic
digital-logic
decoder
isi
+
–
0
0 votes
0
0 answers
2.6k
2.6k views
List of MTech Exams after GATE
This can be a duplicate question please give me a link of the exams along with when in the date of registration so that I don't miss the dates.I am aware that TIFR happen...
sripo
2.6k
views
asked
Nov 14, 2018
GATE
iit
iisc
gate-preparation
cmi
isi
bits
+
–
0
0 votes
0
0 answers
486
486 views
ISI CSB 2018 Question number C4.
C4. Construct a Deterministic Finite Automaton (DFA) to acceptL={s1s2.....sn | n >=1; for each i=1,2,.....n, si € {0,1}, and the number of 1's minus the number of 0's in ...
Anwesha Kashyap
486
views
asked
Jun 19, 2018
Theory of Computation
isi
finite-automata
+
–
Page:
1
2
next »