

MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
Number of digits upto which precision value of float data type is valid? |
A. | Upto 6 digit |
B. | Upto 7 digit |
C. | Upto 8 digit |
D. | Upto 9 digit |
E. | |
Answer» C. Upto 8 digit | |
2. |
In C#, Save the file using? |
A. | .c extension |
B. | .csharp extension |
C. | .net extension |
D. | .cs extension |
Answer» E. | |
3. |
Anamespaceis a collection of classes. |
A. | TRUE |
B. | FALSE |
C. | Can be true or false |
D. | Can not say |
Answer» B. FALSE | |
4. |
The first line of the program is? |
A. | using System |
B. | namespace |
C. | using namespace |
D. | None of the above |
Answer» B. namespace | |
5. |
Choose .NET class name from which data type UInt is derived? |
A. | System.Int16 |
B. | System.UInt32 |
C. | System.UInt64 |
D. | System.UInt16 |
Answer» C. System.UInt64 | |
6. |
Which of the following not true about C#? |
A. | It is component oriented |
B. | It is a unstructured language |
C. | It is easy to learn |
D. | It is a part of .Net Framework. |
Answer» C. It is easy to learn | |
7. |
C# has strong resemblance with? |
A. | C |
B. | C++ |
C. | Java |
D. | Python |
Answer» D. Python | |
8. |
CLI in C# Stands for? |
A. | Common Language Infrastructure |
B. | Code Language Infrastructure |
C. | Computer Language Infrastructure |
D. | C# Language Infrastructure |
Answer» B. Code Language Infrastructure | |
9. |
C# developed by? |
A. | IBM |
B. | |
C. | Microsoft |
D. | |
Answer» D. Facebook | |
10. |
C# is a? |
A. | general-purpose programming language |
B. | object-oriented programming language |
C. | modern programming language |
D. | All of the above |
Answer» E. | |