Tìm kiếm:
TRANG NHÀ
Giới thiệu VNEDU.ORG
Điều khoản và bản quyền
Liên lạc VNEDU
TRẮC NGHIỆM TRỰC TUYẾN
---Công Cụ:---
Soạn Biểu thức
Bảng màu HTML
Ký hiệu đặc biệt 01
Ký hiệu đặc biệt 02
Ký hiệu đặc biệt 03
Ký hiệu đặc biệt 04
Ký hiệu đặc biệt 05
Ký hiệu đặc biệt 06
Ký hiệu đặc biệt 07
Ký hiệu đặc biệt [Toán]
Tin Học   ||  Căn Bản    Văn Phòng    Hệ Thống - Mạng    Phần Mềm Ứng Dụng    Kỹ thuật số    Lập trình    SQL  

Trắc Nghiệm C Sharp - Bài 05
Ngày làm bài: Hôm nay lúc 22:24:52 (Server time)
Số câu hỏi: 10.   Tổng điểm: 10
Yêu cầu hoàn thành: 60 phút.
Thời gian còn lại: 
Cỡ chữ câu hỏi:  Cỡ chữ đáp án:


1-
By default the compiler opens ____ assembly.
  A - 
system.dll
  B - 
namespace.dll
  C - 
mscorlib.dll
  D - 
Cdefault.dll
2-
C# us case-sensitive.
  A - 
True
  B - 
False
  C - 
Depend on setting options from Visual Studio.NET
  D - 
Depend on Operating System
3-
C# applications begin execution at method ____.
  A - 
other
  B - 
load
  C - 
void
  D - 
main
4-
C# is one of the languages you can use to #
  A - 
GAC
  B - 
only MS Windows
  C - 
assembly
  D - 
JNET CLR
5-
char c=’a’;
switch(c){
case ’a’ : Console.WriteLine("A") ;break;
default : Console.WtiteLine("Default");
}
What will happen if you attempt to compile and run code that includes this snippet?
  A - 
The code will compile and run nothing will be return on the standard output
  B - 
The code will compile and run and the letter "A" will be written to the standard ouput
  C - 
The code will not compile because the switch statement does not have legal expression
  D - 
The code will compile and run and the word "Default" will be written to the standard output
6-
Choose the right statement.
  A - 
The ComboBox control allows you to enter a vakue in the control, the ListBox control allows you to select only a single item from a list of predefined values
  B - 
The ComboBox control allows you to enter a vakue in the control, the ListBox control allows you to select multiple item from a list of predefined values
  C - 
The ComboBox control not allows you to enter a vakue in the control, the ListBox control allows you to select multiple item from a list of predefined values
  D - 
The ComboBox control allows you to enter a vakue in the control, the ComboBox control allows you to select only a single item from a list of predefined values
7-
C# code can be classified into types:
  A - 
Safe code
  B - 
All over above
  C - 
Unsafe code
  D - 
Managed code
8-
Class String and the Char structure found in the:
  A - 
System.Text namespace
  B - 
System namespace
  C - 
Sytem.Chars namespace
  D - 
System.Strings namespace
9-
class Test: Form { }
  A - 
Creates the class form that inherits the class Test
  B - 
Creates a new form with the name is Text
  C - 
Creates the class Test: Form
  D - 
Creates the class Test that inherits the class Form
10-
1. class Test{
2 public static void Main(){
3. int i=0;
4. char c= ’s’;
5. object [ ] objArray=new object[3];
6. objArray[0] = new object();
7. objArray[0] = I;
8. objArray[0] = c; //new char();
9. }
10. }
The above code is compiled and run . The possible error is:
  A - 
The code will generate a compile time error at lines 7 and 8 as the arrasy can have only one type of data
  B - 
The code will generate a compile time error at lines 7 and 8 as the implicit conversion of int and char to a object type is not possible
  C - 
None of the above
  D - 
The code will compile successfully
 
[Người đăng: Thành Lãm - ST]
Ghé thăm Kênh của Vị Sư "hai lần chết đi sống lại"
Tu Si Chau Soc Thon

https://www.youtube.com/channel/UCoyC9WTTVR-M3qpTKKEXGnQ

Chau Soc Thon Official Channel


Phong Bảo Official
Phong Bao Official
Xem Nhiều nhất
Trắc Nghiệm Pascal - Bài 20
Trắc Nghiệm ASP.NET - Bài 12
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 16
Trắc Nghiệm ASP.NET - Bài 01
Trắc Nghiệm ASP.NET - Bài 03
Trắc nghiệm C++ - Bài 18
Trắc Nghiệm C# - Bài 53
Trắc Nghiệm ASP.NET - Bài 02
Trắc Nghiệm C# - Bài 42
Trắc Nghiệm Java - Bài 01
Trắc Nghiệm ASP.NET - Bài 04
Trắc Nghiệm Pascal - Bài 22
Trắc Nghiệm ASP.NET - Bài 13
Trắc Nghiệm ASP.NET - Bài 09
Trắc Nghiệm ASP.NET - Bài 08
Trắc nghiệm PHP - Bài 01
Trắc Nghiệm ASP.NET - Bài 06
Trắc Nghiệm ASP.NET - Bài 11
Trắc Nghiệm ASP.NET - Bài 05
Trắc Nghiệm ASP.NET - Bài 23
Đề Xuất
Trắc nghiệm Linux - Bài 64
Trắc Nghiệm Thiết Kế Web Và Flash - Bài 16
Trắc Nghiệm Java - Bài 50
Trắc Nghiệm Visual Basic - Bài 07
Trắc nghiệm CSS - Bài 01
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 57
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 59
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 30
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 38
Trắc nghiệm Linux - Bài 35
Trắc Nghiệm ASP.NET (English) - Bài 31
Trắc Nghiệm Pascal - Bài 31
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 08
Trắc Nghiệm ASP.NET (English) - Bài 25
Trắc Nghiệm C++ - Bài 06
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 14
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 06
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 28
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 20
Trắc Nghiệm ASP.NET (English) - Bài 15
Phát triển hệ thống: TRƯƠNG HỮU ĐỨC - Phiên bản 3.0 - © Copyright 2013 - 2024 - VNEDU.ORG

free counters