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 Pratikkumar Bulani
Wall
Recent activity
All questions
All answers
Exams Taken
All Blogs
Recent activity by Pratikkumar Bulani
1
answer
1
Test by Bikram | Programming | Test 2 | Question: 9
Consider the below function: int s (int n) { if (n<=1) return 1 ; n = (n-1) * (n-1) -2 - n * n + 3*n ; s(n); printf(ā%dā, n ); } What is the output if initial call is $s(6)$ ? $55555$ $11111$ $54321$ $12345$
commented
in
Programming
Jan 5, 2019
191
views
tbb-programming-2
identify-function
2
answers
2
GATE CSE 1996 | Question: 23
A file system with a one-level directory structure is implemented on a disk with disk block size of $4K$ ... What is the maximum possible number of files? What is the maximum possible file size in blocks
commented
in
Operating System
Sep 4, 2018
7.9k
views
gate1996
operating-system
disk
normal
file-system
descriptive
1
answer
3
Virtual Gate Test Series - Digital Logic
In a 4-bit carry look ahead adder, the propagation delay of EX-OR gate is 20ns, AND and OR gates is 10ns. The sum and carry output of full adder takes 20ns and 10ns respectively. The total propagation delay of the above adder in ns is ________ Ans: 60ns. Can someone explain me how? Thanks in advance
commented
in
Digital Logic
Jan 7, 2018
202
views
9
answers
4
GATE CSE 2010 | Question: 41
Let $w$ be any string of length $n$ in $\{0,1\}^*$. Let $L$ be the set of all substrings of $w$. What is the minimum number of states in non-deterministic finite automation that accepts $L$? $n-1$ $n$ $n+1$ $2^{n-1}$
commented
in
Theory of Computation
Dec 17, 2017
19.8k
views
gatecse-2010
theory-of-computation
finite-automata
normal
minimal-state-automata
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
Recruitment of Scientific Officers in the Department of Atomic Energy 2023
GATE CSE 2023 Paper & Analysis - Memory Based
From GATE to Australia
DRDO Previous Year Papers
From Rank 4200 to 64: My Journey to Success in GATE CSE Exam
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
(843)
Tier 1 Placement Questions
(17)
Job Queries
(75)
Projects
(9)
Unknown Category
(853)
Recent Blog Comments
+1
1200/1000 = 1.2
Aptitude- 1- there was a question, Like in a...
Suppose typing happens at 1 keystroke per second....
The algorithm for graph colouring was to pick...