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 29
Ngày làm bài: Hôm nay lúc 08:57:07 (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-
You use Visual Studio .NET to a Windows-based application.Your apllication a form named CertkillerInformation, which enables users to edit information stored in a file #
What should you do?
  A - 
Include this.Activate in the Closing event handler of CertkillerInformation
  B - 
Include this.Activate in the Leave event handler of CertkillerInformation
  C - 
Change a property of the System.ComponentModel.CancelEventArgs parameter in the Closing event handler of CertkillerInformation
  D - 
Include this.Activate in the Closed event handler of CertkillerInformation
2-
You develop a Windows-based application that includes a submenu item named helpCKOption. In the Click event handler for helpOption, you write code to open a Web browser loaded with a context-sensitive Help file #
Which two code segments should you use?
  A - 
ContextMenu1.MenuItems.Clear():
ContextMenu1.MenuItems[0].Click += new System.EventHandler(helpCKOption_Click)
  B - 
ContextMenu1.MenuItems.Add("&Display Help"):
ContextMenu1.MenuItems[0].Click += new System.EventHandler(helpCKOption_Click)
  C - 
ContextMenu1.MenuItems.Clear():
ContextMenu1.Popup += new System.EventHandler(helpCKOption_Click)
  D - 
ContextMenu1.MenuItems.Clear():
ContextMenu1.MenuItems.Add(helpCKOption.CloneMenu();
3-
You use Visual Studio .NET to create a Windows-based application. The application includes a form named Certkiller. Certkiller contains 15 control that enable users to #
Which two action should you take to configure Certkiller Form?
  A - 
Set the MinimumSize property to "500,600"
Set the Size property to "500,600"
  B - 
Set the MinimumSize property to "500,600"
Set the Size property to "650,700"
  C - 
Set the MinimumSize property to "500,600"
Set the MaximumBox property to True
  D - 
Set the MinimumSize property to "650,700"
Set the MaximumBox property to True
4-
You use Visual Studio .NET to create an accounting application. Within this application, you are debugging a function named CompanyValidate. This function contains #
What should you do?
  A - 
Open the Locals window
  B - 
From the Command window, print the contents of bValidationStatus by using ?bValidationStatus
  C - 
Add a watch expression for bValidationStatus
  D - 
Open the QuickWatch dialog box for bValidationStatus
5-
You develop an application XYZApp that generates random numbers to test statistical data. XYApp uses the following code segment:
Random rnd = new Random(); #
You want to accomplish this goal bu writing the minimum amount of code. Which code segment should you use?
  A - 
try{
//Existing code goes here
}
catch (DivideByZeroException e){
//Insert error-handling code
}
catch (OverflowException e){
//Insert error-handling code
}
  B - 
try{
//Existing code goes here
}
catch (OverflowException e){
//Insert error-handling code
}
  C - 
try{
//Existing code goes here
}
catch (AirthmeticException e){
//Insert error-handling code
}
  D - 
#
6-
You use Visual Studio .NET to create a control that will be used on several forms in your application. It is a custom label control that #
You need to add code to the Load event of the control to fulfill these requirements. Which two code segments should you use?
  A - 
this.BackColor = Color.Transparent:
this.SetStyle(ControlStyles.Supports TransparentBackColor, true):
  B - 
this.BackColor = Color.Transparent:
this.SetStyle(ControlStyles.Supports TransparentBackColor, true):
  C - 
this.BackImage = null;
this.SetStyle(ControlStyles.UserPaint, false):
  D - 
this.BackImage = null;
this.SetStyle(ControlStyles.Supports TransparentBackColor, true):
7-
You develop a Windows-based application by using Visual Studio .NET. The application includes a form named myForm and a class named Student. #
Which code segment should you use?
  A - 
Student student = new Object();
  B - 
Student student = new Student();
  C - 
Object student = new Student();
  D - 
None of the above
8-
You use Visual Studio .NET to create a Windows-based application that will track Certkiller sales. The application’s main object is named Certkiller.#
Which code segment whould you use?
  A - 
public Certkiller()
  B - 
public void Certkiller()
  C - 
public bool Certkiller()
  D - 
public New()
9-
You want to remove the last item from the listbox Ist. Select valid code.
  A - 
Ist.Items.RemoveAt(Ist.Items.Count);
  B - 
Ist.Items.RemoveAt(Ist.Items.Count-1);
  C - 
Ist.Items.Remove(Ist.Items.Count-1);
  D - 
Ist.Items.Remove(Ist.Items.Count);
10-
You want to populate a ListBox named Lst with integer values from 1..100. Select valid segment code.
  A - 
for(int i=1; i<=100; i++)
{Lst.List.Add(i.toString());}
  B - 
for(int i=1; i<=100; i++)
{Lst.Insert(i.toString());}
  C - 
for(int i=1; i<=100; i++)
{Lst.Items..Add(i.toString());}
  D - 
for(int i=1; i<=100; i++)
{Lst.Items.Insert(i.toString());}
 
[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 ASP.NET (English) - Bài 31
Trắc Nghiệm Visual Basic - Bài 43
Trắc Nghiệm ASP.NET - Bài 24
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 19
Trắc Nghiệm Pascal - Bài 17
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 58
Trắc Nghiệm ASP.NET - Bài 23
Trắc Nghiệm Thiết Kế Web (English) - Bài 08
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 22
Trắc Nghiệm Visual Foxpro - Bài 05
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 30
Trắc nghiệm Linux - Bài 62
Trắc nghiệm XML - Bài 02
Trắc nghiệm XML - Bài 30
Trắc Nghiệm C Sharp - Bài 25
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 13
Trắc Nghiệm C Sharp - Bài 16
Trắc Nghiệm Visual Basic - Bài 02
Trắc nghiệm XML - Bài 09
Trắc Nghiệm Thiết Kế Web - Bài 12
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