All the members of the class which are to be serialized using xml serialization should be declared public.
True.
False
True , if the Serializable attribute is not used.
The members have to be protected.
Consider a class inheriting another class and 2 interfaces. Which of the following statements is true?
.Net doesnot support multiple inheritance. Hence cannot inherit all the 3, results in error.
.Net allows to inherit only 1 class and 1 interface, hence error.
The class has to be inherited first and then the interfaces.
The interface has to be inherited first then class.
You create an application with built-in exception handling. For some types of exceptions, you want to add an event to the Event Log that specifies the line of code that initiated the exception. Which Exception property should you use?
Message
StackTrace
Source
Data
How many general purpose registers are there ?
1
2
4
16
32
Which is used to reflect the current status of System ?
CPU
Task manager
PSW
Control byte
What is the size of PSW ?
24
64
What is the size of General purpose registers ?
8
Which bytes are used to hold Address in 24-bit addressing ?
Low order 2 bytes
Low order 3 bytes
All 4 bytes
Fourth byte
Assembler belongs to which level language ?
Low level
High level
Both 1 and 2
None
General purpose registers are used to hold
Address
Can't say