How To Exam?

a knowledge trading engine...


Symbiosis International Education Centre 2008 Post Graduate Diploma Information Technology C Programming - Question Paper

Thursday, 31 January 2013 04:30Web
Both the conditions have to be actual
Your ans
Both the conditions have to be actual

Multiple option Single ans
ques.
The language used by UA to develop Object Oriented systems is :-
accurate ans
UML
Your ans
UML

Multiple option Single ans
ques.
A sequence diagram indicates an interaction organizes in time sequence in its :-
accurate ans
Logical order
Your ans
Logical order

Multiple option Single ans
ques.
In this the condition is specified at the beginning of the loop :-
accurate ans
while
Your ans
while

Multiple option Multiple ans
ques.
Which of the subsequent are basic data kinds in C?
accurate ans
int , float , char
Your ans
int , float , char

Multiple option Single ans
ques.
Use case steps are executed in :-
accurate ans
Logical order
Your ans
Serial order

Match The subsequent
Question
accurate ans
Your ans
Access Layer under OOA
Objects whose role is to communicate to data storage.
Objects whose role is to communicate to data storage.
Layered architecture under TSD
User interface tightly coupled with data
Objects with which user interacts.
Business Layer under OOA
Objects that represent business with data and behaviour.
Objects that represent business with data and behaviour.
UI layer under OOA
Objects with which user interacts.
User interface tightly coupled with data

Multiple option Multiple ans
ques.
What will be the output of the subsequent main(){ char c='d';float f=1; printf("%c", c); printf("%f", c * f);}
accurate ans
d , 100.000000
Your ans
d , 100.000000

Multiple option Multiple ans
ques.
Which tasks are performed on opening a file in learn mode?
accurate ans
searches a file on the disk , loading a file into memory in presense and returning NULL in case of absent , setting up a character pointer to the 1st character
Your ans
searches a file on the disk , loading a file into memory in presense and returning NULL in case of absent , setting up a character pointer to the 1st character

Multiple option Multiple ans
ques.
Which of the subsequent functions are used to set all / n characters of a string to a provided character?
accurate ans
strset , strnset
Your ans
strchr

Multiple option Single ans
ques.
This funciton is used to convert a string to lowercase :-
accurate ans
strlwr
Your ans
strlwr

Multiple option Multiple ans
ques.
Which of the subsequent functions are used for formatted input/output operations?
accurate ans
printf , scanf
Your ans
printf , scanf , getch()

choose The Blank
ques.
Any C statement ends with ________.
accurate ans
;
Your ans
;

Multiple option Single ans
ques.
The approach of object oriented analysis and design that centers on understanding how the system is truly used is :-
accurate ans
Use-case-driven design
Your ans
Object oriented system

Multiple option Single ans
ques.
Which funciton is used to append 1st n characters of a string at the end of another?
accurate ans
strncat
Your ans
strncat

Multiple option Single ans
ques.
UML uses :
accurate ans
OCL [ object Constraint Language ]
Your ans
XML [ Extended mark up language ]

True/False
ques.
Only 1 comment can be provided in a C program
accurate ans
False
Your ans
False

Multiple option Single ans
ques.
It is an idendical function to strcmpi function :-
accurate ans
stricmp
Your ans
stricmp

choose The Blank
ques.
________ means kind of return value of a function.
accurate ans
prototype
Your ans
returntype

True/False
ques.
strstr() obtains number of occurences of a provide string in a different string.
accurate ans
False
Your ans
False

Match The subsequent
Question
accurate ans
Your ans
putch()
displays a single character
displays a single character
getche()
echoes a typed character
echoes a typed character, but an enter key should be hitted.
getch()
does not echo a typed character
echoes a typed character
getchar()
echoes a typed character, but an enter key should be hitted.
accepts a string

Multiple option Single ans
ques.
Individual element in the array can be referred with :-
accurate ans
Subscript
Your ans
Pointer

choose The Blank
ques.
________ is logical OR operator
accurate ans

Your ans


choose The Blank
ques.
In call by reference of passing array elements, the function argument is always ________
accurate ans
Pointer
Your ans
Pointer

Multiple option Multiple ans
ques.
What will be the output of the subsequent main(){ int i = 1; char c='A'; printf("%d",i * c); printf("%f",i * (c+2));}
accurate ans
floating point fault , 65
Your ans
65 , 67.000000

True/False
ques.
The use case may start with no precondition or with a few preconditions.
accurate ans
True
Your ans
False

True/False
ques.
If the value of a formal argument is changed in the called funciton, the corresponding modifications take place in the calling funciton.
accurate ans
False
Your ans
False

Multiple option Multiple ans
ques.
Which of the subsequent operators have first priority in operations?
accurate ans
* , / , %
Your ans
* , / , %

True/False
ques.
Real falls under secondary constant
accurate ans
False
Your ans
False

choose The Blank
ques.
The address of a structure ________ be passed to a function.
accurate ans
can
Your ans
can

choose The Blank
ques.
After goto, ________ has to be mentioned to pass the control.
accurate ans
tag name
Your ans
tag name




( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Symbiosis International Education Centre 2008 Post Graduate Diploma Information Technology C Programming - Question Paper