Go Back   2023 2024 MBA > MBA > Main Forum

  #1  
Old 3rd December 2016, 11:00 AM
Unregistered
Guest
 
Default Karnataka PGCET Old Question Papers M Tech

Hello sir, I ant some previous year question papers for M.Tech admission by Karnataka PGCET. Is there any one can provide me Karnataka PGCET Old Question Papers M Tech?
Reply With Quote Quick reply to this message
  #2  
Old 3rd December 2016, 11:36 AM
Super Moderator
 
Join Date: Mar 2013
Default Re: Karnataka PGCET Old Question Papers M Tech

The PGCET entrance for M.Tech Computer Science Engineering is provides various Question Paper for Exam.

This PGCET CSE Paper will help all the students for their preparation, the question type is MCQ i.e multiple choice question answers,


Karnataka PGCET Old Question Papers M Tech





Karnataka PGCET Old Question Papers M Tech:

Computer Science Engineering Sample Papers
1 The order of an internal node in a B+ tree index is the maximum number of
children it can have. Suppose that a child pointer takes 6 bytes, the search field
value takes 14 bytes, and the block size is 512 bytes. What is the order of the
internal node?
A) 24
B) 25
C) 26
D) 27
Answer : (C)
2 The Boolean function x, y, + xy + x, y
A) x, + y,
B) x + y
C) x + y,
D) x, + y
Answer : (D)
3 In an MxN matrix such that all non-zero entries are covered in a rows and b
columns. Then the maximum number of non-zero entries, such that no two are on
the same row or column, is
A) £ a + b
B) £ max {a, b}
C) £ min {M-a, N-b}
D) £ min {a, b}
Answer : (A)
4 The relation scheme Student Performance (name, courseNo, rollNo, grade) has the
following functional dependencies:
A) name, courseNo -> grade
B) rollNo, courseNo -> grade
C) name -> rollNo
D) rollNo -> name
The highest normal form of this relation scheme is
Answer : (A)
5 The minimum number of page frames that must be allocated to a running process
in a virtual memory environment is determined by
A) the instruction set architecture
B) page size
C) physical memory size
D) number of processes in memory
Answer : (D)
6 Let G be a simple graph with 20 vertices and 100 edges. The size of the minimum
vertex cover of G is 8. Then, the size of the maximum independent set of G is
A) 12
B)8
C) Less than 8
D) More than 12
Answer : (A)
7 What does the following algorithm approximate? (Assume m > 1, Î > 0).
x = m;
y-i;
while (x - y > Î)
{ x = (x + y) / 2 ;
y = m/x ;
}
print (x) ;
A) log m
B) m2
C) m1/2
D) m1/3
Answer : (C)
8 Consider the following C program
main ()
{ int x, y, m, n ;
scanf ("%d %d", &x, &y);
/ * Assume x > 0 and y > 0 * /
m = x; n = y ;
while ( m ! = n)
{ if (m > n)
m = m — n;
else
n = n - m ; }
printf("%d",n); }
The program computes
A) x + y, using repeated subtraction
B) x mod y using repeated subtraction
C) the greatest common divisor of x and y
D) the least common multiple of x and y
Answer : (C)
9 The best data structure to check whether an arithmetic expression has balanced
parentheses is a
A) queue
B) stack
C) tree
D) list
Answer : (B)


10 A Priority-Queue is implemented as a Max-Heap. Initially, it has 5 elements. The
level-order traversal of the heap is given below: 10, 8,5,3,2 Two new elements 1 and
7 are inserted in the heap in that order. The level-order traversal of the heap after
the insertion of the elements is
A) 10,8,7,5,3,2,1
B) 10,8,7,2,3,1,5
C) 10,8,7,1,2,3,5
D) 10,8,7,3,2,1,5
Answer : (D)

11 An organization has a class B network and wishes to form subnets for 64 departments. The subnet mask would be
A) 255.255.0.0
B) 255.255.64.0
C) 255.255.128.0
D) 255.255.252.0
Answer : (D)
Reply With Quote Quick reply to this message
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
PGCET Question Papers For MBA Download neetu Main Forum 2 5th April 2018 04:22 PM
PGCET Previous Question Papers For MBA payal Online MBA Discussions 2 27th March 2018 05:26 PM
PGCET Question Papers For MBA Download pdf kavita Online MBA Discussions 2 23rd March 2018 05:38 PM
Eligibility For Karnataka PGCET M Tech Unregistered Main Forum 1 9th August 2017 03:40 PM
PGCET Question Papers for CSE with Answers Unregistered Main Forum 1 15th June 2017 04:31 PM
Karnataka PGCET for M Tech-13 Unregistered Main Forum 1 16th November 2016 08:53 AM
Previous Question Papers Of PGCET Unregistered Main Forum 1 7th November 2016 09:58 AM
AP PGCET Old Question Papers Unregistered Main Forum 1 14th October 2016 03:10 PM
MBA PGCET Question Papers Unregistered Main Forum 1 1st October 2016 02:58 PM
PGCET Model Question Papers for MBA Unregistered Main Forum 1 10th November 2015 06:25 PM
Karnataka PGCET for M.Tech Unregistered Main Forum 0 18th July 2015 04:58 PM
PGCET Karnataka For M Tech Application Form Unregistered Main Forum 0 15th July 2015 04:01 PM
Karnataka PGCET M Tech Syllabus Unregistered Main Forum 0 14th July 2015 03:12 PM
Karnataka PGCET seat allotment for M.Tech Unregistered Main Forum 0 14th July 2015 09:35 AM
PGCET Karnataka For M Tech Books Unregistered Main Forum 0 13th July 2015 01:48 PM
PGCET Old Question Papers for Mechanical Engineering Unregistered Main Forum 0 11th July 2015 12:38 PM
PGCET solved question papers for ECE Unregistered Main Forum 0 11th July 2015 10:59 AM
PGCET mechanical question papers Pdf Unregistered Main Forum 0 10th July 2015 02:27 PM
PGCET question papers for M Tech CSE Unregistered Main Forum 0 10th July 2015 12:30 PM
PGCET notification and previous question papers cherrypadmaja Main Forum 0 12th January 2013 01:24 PM


Quick Reply
Your Username: Click here to log in

Message:
Options




All times are GMT +5.5. The time now is 03:48 PM.


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

1 2