CSE MCQ
Titles
Lists
Charts
Animations
Number
Label
Character
Data/time
Center indent
Tap stop box
Left indent
Right indent
Word.exe
Msword.exe
Word2003.exe
Windword.exe
Main document
Data source
Word fields
Merge fields
To rectify deadlock
To prevent deadlock
To detect deadlock
To solve deadlock
Operating system
Graphics program
Word processing
Database program
Keyboard driver
Mouse driver
VGA driver
All of these
Enum variables can not be assigned new values
Enum variables can be compared
Enumeration feature increase the power of C
All of above
0
Null
Garbage
None of these
Undefined
20
Error
Garbage Value
2
8
Would vary compiler to cimpiler
200
10,000
100
10
h llhhhhl
hxhhl
hx248
hx9248
leftmost bit is reserved for sign
rightmost bit is reserved for sign
no bit is reserved for sign
none of these
define men and women as 100 element floating point arrays
define men and women as floating point variables
define height, men and women as floating point variables
are illegal
beginning of the program
that certain information about mathematical library functions are to be included at the begnning of the program
cannot be initialized
is initialized once at the commencement of execution and cannot be changed at run time
retains its value throughout the file of the program
is same as an automatic variable but is placed at the head of a program
finds hypotenuse of triangle with sides a + 2 and b+3
finds square root of (a + 2)2 + (b + 3)2
is meaningless
finds square root of 3*a + 4*b + 5
int < unsigned < float < double
unsigned < int < float < double
int < unsigned < double < float
unsigned < int < double < float