menu
Recent questions tagged self-doubt
Login
Register
My account
Edit my Profile
Private messages
My favorites
Register
Recent questions tagged self-doubt
All Activity
Q&A
Questions
Unanswered
Tags
Categories
Users
Ask a Question
Blogs
Previous Year
Exams
Recent questions tagged self-doubt
0
votes
0
answers
58
views
Help me for choosing NIT through Gate Score 398
Hello Dear, My Gate 2022 (Branch: Computer Science And Engineering) Marks is 28.67, Rank:6767 ,Score : 398. I belongs to Ews category . Can anyone tell me which Nit or iit is possible to getting by me ? And which College should choose for Batter placement package? Qualify marks for Gate 2022 General: 25 & Ews:22.5
Enolx.21
asked
in
NITs
Mar 17
by
Enolx.21
53
points
58
views
admission
iit
nit
self-doubt
0
votes
0
answers
176
views
Queries about standard book
Should i read 2 standard book for particular subject or i should rely on 1 standard book for one subject only
Vaishnavi Gadhe
asked
in
GATE
Jan 18
by
Vaishnavi Gadhe
5
points
176
views
self-doubt
0
votes
0
answers
44
views
https://gateoverflow.in/348346/Gate-overflow-computer-networks-1-2
pradeep_reddy
asked
in
Computer Networks
Dec 19, 2021
by
pradeep_reddy
5
points
44
views
computer-networks
udp
self-doubt
transport-layer
0
votes
1
answer
57
views
confusion - computer networks
Do we actually need ip and Mac addresses both at same time for the computer for communication? Why we not use Mac instead of ip address since Mac is also the unique address globally? Why we not use ip instead of Mac Since both are unique but why we use both for computer networkws?
ykrishnay
asked
in
Computer Networks
Dec 19, 2021
by
ykrishnay
103
points
57
views
computer-networks
network-security
self-doubt
ip-addressing
subnetting
0
votes
1
answer
85
views
TOC - Regular Expressions
As for a Finite Automata, we say a finite automata accepts a language if it accepts all strings present in the language as well as REJECTS all strings which are not present in the language. Is the definition for a regular language the same as that ... all strings of the regular language as well as NOT represent any strings not part of the language ?? Pls clear this.
Rutuja Desai
asked
in
Theory of Computation
Oct 27, 2021
by
Rutuja Desai
5
points
85
views
toc-languages
regular-expressions
self-doubt
regular-languages
0
votes
2
answers
113
views
T(n)=T(n/2)+logn How to solve this without using masters theorem?
neel19
asked
in
Algorithms
Oct 12, 2021
by
neel19
9
points
113
views
self-doubt
algorithms
recurrence-relations
timecomplexity
0
votes
0
answers
48
views
#MadeEasyTextBook #Permutation&Combinations
In the below shown question I am getting answer as 70 but the given answer in book is 35. Can anyone help me solving this question?
sarthakdarji
asked
in
Mathematical Logic
Oct 9, 2021
by
sarthakdarji
11
points
48
views
self-doubt
0
votes
1
answer
117
views
paging self-doubt
If page table size is greater than frame size then each entry in the page table occupy one total frame .Is this correct?
jayadev
asked
in
Operating System
Sep 13, 2021
by
jayadev
5
points
117
views
self-doubt
operating-system
0
votes
0
answers
65
views
Doubt about dynamic memory allocation
#include <stdio.h> #include<stdlib.h> int main() { int *x=NULL; x=(int*)malloc(sizeof(int)); *x=37; free(x); int *y=(int*)malloc(sizeof(int)); *y=40; printf("%d %d",*y,*x); return 0; } Output is 40 40 How this is coming?
_Madhuri
asked
in
Programming
Sep 7, 2021
by
_Madhuri
5
points
65
views
self-doubt
0
votes
0
answers
59
views
Introduction to logic circuits and logic design using VHDL, chapter combinational logic design, pg-111.
Noob coder
asked
in
Digital Logic
Sep 2, 2021
by
Noob coder
5
points
59
views
digital-logic
combinational-circuits
self-doubt
dfas
peter-linz
0
votes
1
answer
48
views
#TestSetLock #OS #SelfDoubt
Why Progress is guaranteed in test and set lock(TSL) because if we look at spin lock problem in which let’s say P1 having lower priority is in critical section and when P2 having higher priority comes which is interested in entering into Critical Section then it stops P2 from entering then how can we say that progress is guaranteed in test and set lock?
sarthakdarji
asked
in
Operating System
Aug 27, 2021
by
sarthakdarji
11
points
48
views
self-doubt
operating-system
0
votes
0
answers
63
views
COA gate 2022
Do we need to learn both x86 and ARM architecture for gate 2022? Or only x86?
Shivam_j
asked
in
CO & Architecture
Aug 26, 2021
by
Shivam_j
5
points
63
views
self-doubt
co-and-architecture
0
votes
0
answers
19
views
#SelfDoubt #First and Follow
Hi guys can anyone help me to find that what will be the First and Follow set for this production? {A->BaA|epsilon, B->bB|ABC|epsilon, C->B}
arnab2022
asked
in
Compiler Design
Aug 24, 2021
by
arnab2022
5
points
19
views
self-doubt
compiler-design
first-follow
0
votes
0
answers
53
views
ace workbook
which interrupt is needed to change the mode from non-privileged to privileged.? A hardware interrupt A software interrupt A privileged instruction (which doesn’t generate an interrupt) is needed A non-privileged instruction (which doesn’t generate an interrupt) is needed
Jeel Dasvani
asked
in
Operating System
Aug 24, 2021
by
Jeel Dasvani
5
points
53
views
self-doubt
0
votes
0
answers
46
views
Is there any specific benefit of using Prime Implicant table in finding minimal SOP for cyclic functions?
RanajitRoy
asked
in
Digital Logic
Aug 24, 2021
by
RanajitRoy
5
points
46
views
self-doubt
k-map
prime-implicants
boolean-expression
min-sum-of-products-form
0
votes
0
answers
39
views
Self Doubt about XOR being linear
Why is xor a linear function as specified on multiple online sources? 01 → 11 is decreasing and 10 → 11 is also decreasing. Shouldn't it be non linear. I want to prove why {XOR, NOT} are not functionally complete.
aryavart
asked
in
Digital Logic
Aug 24, 2021
by
aryavart
73
points
39
views
self-doubt
digital-logic
0
votes
0
answers
42
views
# self doubt
please explain what is the problem with hardware synchronization that software can cure. Is it locking the other cores on multicore processor.
i_ronak
asked
in
Operating System
Aug 21, 2021
by
i_ronak
5
points
42
views
operating-system
self-doubt
0
votes
0
answers
195
views
Countability in toc
Hi What is best resource and Where to study countability topic in toc?
ykrishnay
asked
in
Theory of Computation
Aug 21, 2021
by
ykrishnay
103
points
195
views
self-doubt
finite-automata
toc-languages
theory-of-computation
0
votes
0
answers
42
views
Sequential Circuits (Digital Logic)
Are Synchronous Circuits easy to implement than Asynchronous Circuits OR the opposite? I have seen varying answers on the internet so this got me confused. Any explanation would help.
Rahul Aryan
asked
in
Digital Logic
Aug 20, 2021
by
Rahul Aryan
5
points
42
views
digital-logic
self-doubt
0
votes
0
answers
16
views
my own doubt
What is the output? #include <stdio.h> struct p{ int x; char y; }; int main(void) { struct p p1[]={1,21,69,42,64}; printf("\n%d",sizeof(p1[0])); return 0; }
_Madhuri
asked
in
Others
Aug 19, 2021
by
_Madhuri
5
points
16
views
self-doubt
0
votes
0
answers
44
views
DBMS,serializability
Is it possible to have a conflict serial schedule with Blind write?
stupid_hacker
asked
in
Databases
Aug 19, 2021
by
stupid_hacker
5
points
44
views
databases
self-doubt
0
votes
0
answers
19
views
Self doubt
Can memory read and memory write operations be performed at the same time ?
Krishnendu_01
asked
in
CO & Architecture
Aug 19, 2021
by
Krishnendu_01
5
points
19
views
gatetocselfdoubt
self-doubt
0
votes
0
answers
42
views
Operating system: partitioning topic, self made question
Autumn
asked
in
Operating System
Aug 19, 2021
by
Autumn
71
points
42
views
operating-system
self-doubt
0
votes
0
answers
39
views
How to design Turing machine for addition of 2 binary numbers
ykrishnay
asked
in
Theory of Computation
Aug 18, 2021
by
ykrishnay
103
points
39
views
turing-machine
self-doubt
compiler-design
toc-languages
finite-automata
0
votes
0
answers
84
views
Peterson algorithm process synchronisation
How Peterson algorithm satisfies the progress requirement. As we can see when process P1 execute first and initially turn = 1 and both flags are False. After P1 execute till instruction 2 (i.e. flag[1]=true and turn = 2) preemption ... As both the condition are true then process p1 will wait for p2. Iam not understanding how progress will work here.?
Sahiltam
asked
in
Operating System
Aug 18, 2021
by
Sahiltam
5
points
84
views
self-doubt
operating-system
synchronization
1
vote
0
answers
53
views
complement of language
How to find complement of language.? complement of recursive language is recursive. while complement of context free language is context sensitive language.
TheShivam
asked
in
Theory of Computation
Aug 16, 2021
by
TheShivam
9
points
53
views
self-doubt
toc-languages
regular-languages
context-free-languages
turing-machine
0
votes
0
answers
30
views
#Kruskal's Algorithm
Time Complexity of Kruskal’s Algorithm is O(ElogE) E <= V² log(E) <= 2 log(V), so T(n) = O(ElogV) Why don’t we put E = V² for the worst case in outer E also ?, in that case complexity will be O(V²logV).
Captain Cold
asked
in
Algorithms
Aug 15, 2021
by
Captain Cold
5
points
30
views
self-doubt
algorithms
0
votes
0
answers
42
views
self doubt
Let's say we have an array of 39 distinct elements. We want to arrange them in ascending order. We want to use quick sort for it. We take the pivot element uniformly at random. Calculate the probability of placing the pivot element at worst possible ... seem similar question but that has phrase like in the first round of partitioning. I doubt both questions are same. Please respond soon.
sameer11
asked
in
DS
Aug 12, 2021
by
sameer11
5
points
42
views
self-doubt
algorithms
0
votes
0
answers
90
views
Self Doubt
What is Size of Multiplexer in direct mapping. Tag bit is 10 bits .And word offset is 1 bits.
DKY123
asked
in
CO & Architecture
Aug 9, 2021
by
DKY123
15
points
90
views
self-doubt
0
votes
0
answers
48
views
self study
if a relation is given and no fds are given then it is in which form?
deep_bansal_04
asked
in
Databases
Aug 8, 2021
by
deep_bansal_04
5
points
48
views
self-doubt
0
votes
0
answers
25
views
Cse doubts knowledge gate youtube
How many 2 state DFA's can be constructed with a designated initial final state and designated final state over alphabet {a,b}? Now I want to ask that what means is "designated initial state " Or "designated final state"?
ykrishnay
asked
in
Theory of Computation
Aug 7, 2021
by
ykrishnay
103
points
25
views
theory-of-computation
self-doubt
language
0
votes
0
answers
36
views
How many integers must you pick in order to be sure that at least two of them have same remainder when divided by 15____
12cs066
asked
in
Combinatory
Aug 1, 2021
by
12cs066
5
points
36
views
self-doubt
combinatory
0
votes
0
answers
55
views
Self Doubt from Structure
Why Structures can’t have static members? Also if there is a static function in some file and in another file we are trying to use that function using extern then is it accessible?
Ananya Nayak
asked
in
Programming
Aug 1, 2021
by
Ananya Nayak
5
points
55
views
programming
programming-in-c
self-doubt
0
votes
0
answers
25
views
Self doubt
Is global structure a static structure and what do we exactly mean by a static structure?
Ananya Nayak
asked
in
Programming
Aug 1, 2021
by
Ananya Nayak
5
points
25
views
self-doubt
programming
programming-in-c
0
votes
0
answers
52
views
Any other reource for calculus except for mitocw and harvard notes define on gatcse calculus
ykrishnay
asked
in
Mathematical Logic
Jul 27, 2021
by
ykrishnay
103
points
52
views
calculus
self-doubt
engineering-mathematics
engineering-maths
enggmaths
0
votes
0
answers
35
views
Discrete Mathematics
How to prove the following statement is valid with the help of Inference Rules? (P $\wedge$ ( P $\rightarrow$ Q) ) $\rightarrow$ ($\sim$ Q $\vee$ P)
ShivangiChauhan
asked
in
Mathematical Logic
Jul 27, 2021
by
ShivangiChauhan
17
points
35
views
self-doubt
discrete-mathematics
propositional-logic
0
votes
0
answers
68
views
Programming In C
Find the output of the program int main(void) { int i,j; for(j=i+1,i=1;i<=5;j++,i++) { printf(“%d%d\n”,i,j); } return 0; }
ShivangiChauhan
asked
in
Programming
Jul 24, 2021
by
ShivangiChauhan
17
points
68
views
programming
self-doubt
cprogramming
0
votes
0
answers
120
views
Power Electronics
A single phase full bridge inverter bed from 230V DC. is connected to load R = 10 Q & L = 0.03 H. The inverter is operating in 180 square wave mode. The RMS value of fundamental component of output voltage is
MUSTKEEM324
asked
in
Others
Jul 22, 2021
by
MUSTKEEM324
5
points
120
views
self-doubt
0
votes
0
answers
69
views
Virtual memory - Self doubt
I have been studying the virtual memory concept in Operating Systems. I understand that : Each process is given its own virtual address space - which might be very larger than the physical address space - to execute. If the processes cannot accommodate its pages in the ... process is $2^{64}$), but obviously my secondary memory is not $2^{64}$ bytes. What am I missing?
madhes23
asked
in
Operating System
Jul 18, 2021
by
madhes23
5
points
69
views
self-doubt
virtual-memory
0
votes
0
answers
80
views
File handling in c
Hi Is File handling topic in c programming is important for gate Or not It is necessary for doing file handling topic for gate ? Thank you
ykrishnay
asked
in
Programming
Jul 14, 2021
by
ykrishnay
103
points
80
views
programming
self-doubt
cprogramming
Page:
1
2
3
4
...
11
next »
Ask a Question
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
Welcome to GATE CSE Doubts, where you can ask questions and receive answers from other members of the community.
Recent Posts
New GATEOverflow PDFs
Guidelines to users
No Recent Blog Comments
Search GATE CSE Doubts