C#.NET
Test
Model Test
Ebook
Test on C#.Net framwork 4 Sep 30
CSharp Model Test 1
CSharp Model Test Three
Index
C#.NET Home
Datatype
59
Basic
28
Methods
5
Arrays
3
Object-Oriented Programming
11
Operators
53
Control Structure
18
Schools
Ebook
Question:
Which of the following data types does not support precision?
A
decimal
B
int
C
float
D
double
Note:
Not available
Show answer
Show Note
Report
Question:
What is the smallest possible value for decimal in C#?
A
-2147483648
B
-1.0E-28M
C
0
D
-79228162514264337593543950335
Note:
Not available
Show answer
Show Note
Report
Question:
Which data type would you use for a value of 3.402823E+38?
A
float
B
decimal
C
double
D
int
Note:
Not available
Show answer
Show Note
Report
Question:
What is string in C#?
A
Primitive type
B
Reference type
C
Value type
D
Static type
Note:
Not available
Show answer
Show Note
Report
Question:
Which data type is not zero by default?
A
float
B
int
C
bool
D
decimal
Note:
Not available
Show answer
Show Note
Report
Question:
Which of these operators checks if a variable is of a specific type?
A
typeof
B
is
C
as
D
cast
Note:
Not available
Show answer
Show Note
Report
Question:
What is an array in C#?
A
A data structure that can hold multiple values of the same type
B
A data structure that holds only one value
C
A method to store variables
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
What is the result of the expression 7 / 2 in C#?
A
3.5
B
3
C
4
D
2
Note:
In C#, integer division truncates the decimal portion, so 7 / 2 results in 3.
Show answer
Show Note
Report
Question:
Which operator is used to check if a variable is of a certain type?
A
is
B
as
C
type
D
typeof
Note:
The is operator checks whether an object is compatible with a given type.
Show answer
Show Note
Report
Question:
What will the expression 5.0 / 2 evaluate to?
A
2
B
2.5
C
3
D
0
Note:
When performing division with at least one floating-point number, the result is a floating-point number.
Show answer
Show Note
Report
First
Prev
7
8
9
10
11
Next
Last
/18
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd