GIAC
GSSP-NET · Question #201
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2005 as its application development platform. You are developing an application using .NET Framework 2.0. You are…
The correct answer is A. System.UInt16 B. ushort. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2005 as its application development platform. You are developing an application using .NET Framework 2.0. You are required to use a datatype that will store only the numbers. The numbers should be in positive form and should not be larger than 65,535. Which of the following datatypes will you use to accomplish the task? Each correct answer represents a complete solution. Choose two.
Options
- ASystem.UInt16
- Bushort
- CSystem.Int16
- Dint
- Eshort
How the community answered
(42 responses)- A71% (30)
- C17% (7)
- D2% (1)
- E10% (4)
Community Discussion
No community discussion yet for this question.