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# - Bài 50
Ngày làm bài: Hôm nay lúc 05:20:23 (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-
Which of the following will be the correct output for the C#.NET program given below?
namespace IndiabixConsoleApplication
{ 
    struct Sample
    { 
        public int i;
    }
    class MyProgram
    { 
        static void Main(string[] args)
        {
            Sample x = new Sample(); 
            x.i = 10; 
            fun(ref x); 
            Console.Write(x.i + " ");
        }
        public static void fun(ref Sample y)
        { 
            y.i = 20;
            Console.Write(y.i + " "); 
        } 
    } 
}

  A - 
20 10
  B - 
10 20
  C - 
10 10
  D - 
20 20
2-
Which of the following statements is correct?
  A - 
A struct never declares a default constructor.
  B - 
All value types in C# inherently derive from ValueType, which inherits from Object.
  C - 
A struct never declares a default destructor.
  D - 
In C#, classes and structs are semantically same.
3-
Which of the following statements are correct about the structure declaration given below?
struct Book
{
    private String name; 
    protected int totalpages; 
    public Single price; 
    public void Showdata()
    {
        Console.WriteLine(name + " " + totalpages + " " + price);
    } 
    Book()
    {
        name = " "; 
        totalpages = 0;
        price = 0.0f; 
    } 
} 
Book b = new Book();
  1. We cannot declare the access modifier of totalpages as protected.
  2. We cannot declare the access modifier of name as private.
  3. We cannot define a zero-argument constructor inside a structure.
  4. We cannot declare the access modifier of price as public.
  5. We can define a Showdata() method inside a structure.
  A - 
1, 2
  B - 
1, 3, 5
  C - 
2, 4
  D - 
3, 4, 5
4-
Which of the following are true about classes and struct?
  1. A class is a reference type, whereas a struct is a value type.
  2. Objects are created using new, whereas structure variables can be created either using new or without using new.
  3. A structure variable will always be created slower than an object.
  4. A structure variable will die when it goes out of scope.
  5. An object will die when it goes out of scope.
  A - 
1, 2, 4
  B - 
3, 5
  C - 
2, 4
  D - 
3, 4, 5
5-
Which of the following will be the correct output for the program given below?
namespace IndiabixConsoleApplication
{ 
    struct Sample
    {
        public int i;
    }
    class MyProgram
    { 
        static void Main(string[] args)
        {
            Sample x = new Sample();
            Sample y;
            x.i = 9;
            y = x;
            y.i = 5;
            Console.WriteLine(x.i + " " + y.i); 
        } 
    } 
}

  A - 
9 9
  B - 
9 5
  C - 
5 5
  D - 
5 9
6-
Which of the following statements are correct about Structures used in C#.NET?
  1. A Structure can be declared within a procedure.
  2. Structs can implement an interface but they cannot inherit from another struct.
  3. struct members cannot be declared as protected.
  4. A Structure can be empty.
  5. It is an error to initialize an instance field in a struct.
  A - 
1, 2, 4
  B - 
2, 3, 5
  C - 
2, 4
  D - 
1, 3
7-
Which of the following statements are correct about an enum used inC#.NET?
  1. By default the first enumerator has the value equal to the number of elements present in the list.
  2. The value of each successive enumerator is decreased by 1.
  3. An enumerator contains white space in its name.
  4. A variable cannot be assigned to an enum element.
  5. Values of enum elements cannot be populated from a database.
  A - 
1, 2
  B - 
3, 4
  C - 
4, 5
  D - 
1, 4
8-
Which of the following statements is correct about the C#.NET code snippet given below?
int a = 10; 
int b = 20; 
int c = 30;
enum color: byte
{
    red = a, 
    green = b,
    blue = c 
}

  A - 
Variables cannot be assigned to enum elements.
  B - 
Variables can be assigned to any one of the enum elements.
  C - 
Variables can be assigned only to the first enum element.
  D - 
Values assigned to enum elements must always be successive values.
9-
Which of the following statements is true about an enum used in C#.NET?
  A - 
An implicit cast is needed to convert from enum type to an integral type.
  B - 
An enum variable cannot have a public access modifier.
  C - 
An enum variable cannot have a private access modifier.
  D - 
An enum variable can be defined inside a class or a namespace.
10-
Which of the following is the correct output for the C#.NET code snippet given below?
enum color
{
    red,
    green,
    blue 
}
color c; 
c = color.red; 
Console.WriteLine(c);

  A - 
1
  B - 
-1
  C - 
red
  D - 
0
 
[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 Thiết Kế Web (English) - Bài 19
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 10
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 18
Trắc Nghiệm Visual Foxpro - Bài 10
Trắc Nghiệm Thiết Kế Web (English) - Bài 09
Trắc Nghiệm Thiết Kế Web Và Flash - Bài 07
Trắc Nghiệm Thiết Kế Web - Bài 19
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 25
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 38
Trắc Nghiệm Visual Foxpro - Bài 01
Trắc Nghiệm Thiết Kế Web (English) - Bài 06
Trắc Nghiệm Java - Bài 52
Trắc Nghiệm ASP.NET - Bài 20
Trắc Nghiệm ASP.NET (English) - Bài 26
Trắc Nghiệm Thiết Kế Web (English) - Bài 36
Trắc Nghiệm C Sharp - Bài 31
Trắc Nghiệm C Sharp - Bài 11
Trắc Nghiệm Pascal - Bài 35
Trắc Nghiệm Java - Bài 36
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 05
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