daigai

Well-Known Member
Link tải luận văn miễn phí cho ae Kết nối

Question 1 of 20 5.0/ 5.0 Points
The default integral number type is

A. short

B. long

C. byte

D. int


Question 2 of 20 5.0/ 5.0 Points
In the following code sample, will the second if structure be evaluated?
bool condition = true;
if(condition)
if(5 < 10)
Console.WriteLine("5 is less than 10);

True

False



Question 3 of 20 5.0/ 5.0 Points
float type variable size is

A. 32 bits

B. 48 bits

C. 64 bits

D. 24 bits


Question 4 of 20 5.0/ 5.0 Points
how many number is created while compilation with the declaration below:
byte b = -1;

A. 1

B. 3

C. 2

D. compile error


Question 5 of 20 5.0/ 5.0 Points
character type variable size is

A. 8 bits

B. 7 bits

C. 4 bits

D. 16 bits


Question 6 of 20 5.0/ 5.0 Points
implicite integral number initialization casting order is

A. ulong long uint int

B. int long uint ulong

C. uint int ulong long

D. int uint long ulong


Question 7 of 20 5.0/ 5.0 Points
byte type variable size is

A. 12 bits

B. 8 bits

C. 24 bits

D. 16 bits


Question 8 of 20 5.0/ 5.0 Points
A variable declared inside a method is called a________variable

A. Static

B. Serial

C. Local

D. Private


Question 9 of 20 5.0/ 5.0 Points
A String literal is a:

A. sequence of characters in double quotation marks

B. contains exactly its variable name and nothing else

C. contains numbers rather than letters

D. only contains one character


Question 10 of 20 5.0/ 5.0 Points
byte type variable range is

A. 0-255

B. -128 +127

C. 0 – 127


Question 11 of 20 5.0/ 5.0 Points
using System;
class Test
{
public static void Main()
{
int value =Int32.Parse(""99953"");
double dval=Double.Parse(""1.3433E+35"");
Console.WriteLine(value);
Console.WriteLine(dval);
}
};
What will be the output of above code when compiled/run?

A. The output of above
code will be
99953
1.3433E+35

B. The output of above
code will be
99953
1.3433E35

C. The code will generate a runtime
error.

D. The code will generate a compile time
error.


Question 12 of 20 5.0/ 5.0 Points
double type variable precision is

A. 16-17 digits

B. 12-13 digits

C. 14-15 digits

D. 15-16 digits

Link Download bản DOC
Do Drive thay đổi chính sách, nên một số link cũ yêu cầu duyệt download. các bạn chỉ cần làm theo hướng dẫn.
Password giải nén nếu cần: ket-noi.com | Bấm trực tiếp vào Link để tải:

 

Các chủ đề có liên quan khác

Top