P2Pprogrammer 2 programmer


Home > Download > SMU - Question Paper > MCA > MC0068

Data Structures using C


This is the collection of Sikkim Manipal University (SMU) question and answers for Data Structures using C. It will help to prepare your examination. All question paper are classified as per semester, subject code and question type of Part A, Part B and Part C with multiple choice options as same as actual examination. SMU question papers includes year 2024, 2023, 2022 Sem I, II, III, IV, V, VI examinations of all subjects.

SMU question test set of old, last and previous year are updated regularly and it is absolutely free to use. Question paper includes Visual basic 6, VB.Net, C#, ASP.Net, Web, Oracle, Database, SQL, Software Engineering, C, C++, OOPS, MBA, MCA, BSC IT I have requested you kindly send me the question paper of Data Structures using C, SMU - Master of Computer Application.

Course Name        MCA (Master of Computer Application)

Subject Code       MC0068 (Data Structures using C)

Get Questions        PART - A    PART - B    PART - C

Subject : Data Structures using C

     MC0068 : PART - A    


Q. 1Sorting algorithms can be characterized in
 A)Simple
 B)Sophisticated
 C)Only A
 D)Both A and B
   
Q. 2______ returns a value rounded down to the next lower integer
 A)floor
 B)ceil
 C)fmod
 D)exp
   
Q. 3_____ is not a category of functions
 A)No argument no return value
 B)Argument but no return value
 C)No argument but return value
 D)Argument with return value
   
Q. 4Methods of parameter passing is
 A)Call by value
 B)Call by reference
 C)Only A
 D)Both A and B
   
Q. 5A good hash function is
 A)is cheap to evaluate
 B)tends to use all positions from O….M with uniform frequency
 C)tends to put similar keys in different parts of the tables
 D)all the above
   
Q. 6______ is a meaningful organized collection of data items of different types
 A)Array
 B)Structure
 C)Pointer
 D)Stack
   
Q. 7The function that is used to reposition the file pointer is
 A)fgets()
 B)ftell()
 C)fseek()
 D)fp()
   
Q. 8_____ is not a criteria for evaluating a sorting alogorithm
 A)Execution time
 B)Memory requirements
 C)Stability
 D)Running time
   
Q. 9The declaration of a function before it is used is called as _____
 A)function declaration
 B)function prototype
 C)function definition
 D)function syntax
   
Q. 10______ is not a disk I/O functions classification
 A)high level unformatted character I/O
 B)high level unformatted string I/O
 C)high level formatted I/O
 D)none of above
   
Click here to get Data Structures using C (MC0068) New Question


Home > Download > SMU - Question Paper > MCA > MC0068