Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #1  
Old June 7th, 2014, 11:40 AM
Super Moderator
 
Join Date: Nov 2011
Default

Please provide me question paper for Joint Entrance Screening Test examination soon ??

Here I am giving you question paper for Joint Entrance Screening Test examination in PDF file attached with it so you can get it easily..

2. Consider the following function, defined by a recursive program:
function AP(x,y: integer) returns integer;
if x = 0 then return y+1
else if y = 0 then return AP(x-1,1)
else return AP(x-1, AP(x,y-1))
(a) Show that on all nonnegative arguments x and y, the function AP terminates.
(b) Show that for any x, AP(x, y) > y.

3. How many subsets of even cardinality does an n-element set have ? Justify answer.

4. A tournament is a directed graph in which there is exactly one directed edge between
every pair of vertices. Let Tn be a tournament on n vertices.
(a) Use induction to prove the following statement:
Tn has a directed hamiltonian path (a directed path that visits all vertices).

(b) Describe an algorithm that finds a directed hamiltonian path in a given tourna-
ment. Do not write whole programs; pseudocode, or a simple description of the
steps in the algorithm, will suffice. What is the worst case time complexity of
your algorithm?

5. Describe two different data structures to represent a graph. For each such representa-
tion, specify a simple property about the graph that can be more efficiently checked
in that representation than in the other representation. Indicate the worst case time
required for verifying both of your properties in either representation.

6. Two gamblers have an argument. The first one claims that if a fair coin is tossed
repeatedly, getting two consecutive heads is very unlikely. The second, naturally, is
denying this.
They decide to settle this by an actual trial; if, within n coin tosses, no two consecutive
heads turn up, the first gambler wins.

(a) What value of n should the second gambler insist on to have more than a 50%
chance of winning?
(b) In general, let P(n) denote the probability that two consecutive heads show up
within n trials. Write a recurrence relation for P(n).

(c) Implicit in the second gambler’\s stand is the claim that for all sufficiently large n,
there is a good chance of getting two consecutive heads in n trials; i.e. P(n) > 1/2.
In the first part of this question, one such n has been demonstrated. What
happens for larger values of n? Is it true that P(n) only increases with n? Justify
your answer.

Jest theoretical computer science paper






JEST physics Question Papers
Attached Files Available for Download
File Type: pdf JEST physics Question Papers.pdf (161.3 KB, 213 views)

Last edited by Aakashd; June 28th, 2019 at 04:37 PM.
Reply With Quote
Other Discussions related to this topic
Thread
JEST Last Year Question Papers with Solutions
Question Paper for Jest Theoretical Computer Science
Previous Year Question Papers of JEST for Ph.D. (Theoretical Computer Science)
JEST previous year question papers
Sample question for JEST Physics Exam
JEST Sample Question Paper of Physics
Jest Exam Age-Limit
JEST exam past question papers
JEST Entrance Question Papers
JEST Previous Solved Papers
When to start preparation for JEST
JEST Physics Question Paper
JEST IMSC res
JEST Syllabus
IMSC jest result
JEST Physics entrance exam question papers
Previous year Physics Papers of JEST exam
Question Papers of JEST Exam for Physics Subject
JEST Physics Paper
CBSE question papers class XII question papers economics






  #2  
Old January 23rd, 2015, 11:31 AM
Junior Member
 
Join Date: Jan 2015
Default regarding jest question papers

dear,

can you send me 2013,14 jest entrance exam question papers or any link so i can those files.

sincerely
vijay
Reply With Quote
  #3  
Old April 6th, 2015, 08:05 PM
Junior Member
 
Join Date: Apr 2015
Default Jest question paper

please send me last 5 years jest questions for theoretical computer science @ pravasranjan90@gmail.com
Reply With Quote
Reply




All times are GMT +6. The time now is 12:11 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8