Đề thi trắc nghiệm môn C sharp (9)

Đề thi trắc nghiệm môn C sharp (2)

Đề thi trắc nghiệm môn C sharp (2)

... are correct? Instance members of a class can be accessed only through an object of that class A class can contain only instance data and instance member function All objects created from a class ... language? A .NET class libraries B Common Language Runtime 14 C u hỏi tr c nghiệm C# tiếng anh c đáp án C Common Language Infrastructure D Component Object Model E Common Type System Whi...

Ngày tải lên: 28/07/2015, 16:41

10 1K 30
Đề thi trắc nghiệm môn C sharp (3)

Đề thi trắc nghiệm môn C sharp (3)

... the instance member function of a class Static functions of a class never receive the this reference Instance member functions of a class always receive a this reference this reference continues ... interfaces are derived from an Object class B Interfaces can be inherited C All interfaces are derived from an Object interface D Interfaces can contain only method declaration E Interfaces can...

Ngày tải lên: 28/07/2015, 16:41

10 1.1K 24
Đề thi trắc nghiệm môn C sharp (4)

Đề thi trắc nghiệm môn C sharp (4)

... operator can can can can can be be be be be used used used used used to to to to to Invert a bit put ON a bit put OFF a bit check whether a bit is ON check whether a bit is OFF 35 C u hỏi tr c nghiệm ... operator can be used to Invert a bit D The ^ operator can be used to check whether a bit is ON E The ^ operator can be used to check whether a bit is OFF 39 C u hỏi tr c nghiệm C...

Ngày tải lên: 28/07/2015, 16:41

10 1.8K 34
Đề thi trắc nghiệm môn C sharp (5)

Đề thi trắc nghiệm môn C sharp (5)

... functions can access only static data Static functions cannot call instance functions It is necessary to initialize static data Instance functions can call static functions and access static data ... 3, C 1, 3, D 3, 4, Can static procedures access instance data? A Yes B No Which of the following statements are correct about constructors in C# .NET? Constructors Constructors Constructors Co...

Ngày tải lên: 28/07/2015, 16:41

10 781 17
Đề thi trắc nghiệm môn C sharp (6)

Đề thi trắc nghiệm môn C sharp (6)

... firstly constructor of index class will be called followed by constructor of index1 class Constructor of index class does not get inherited in index1 class 53 C u hỏi tr c nghiệm C# tiếng anh c đáp ... correct about construction of an object of class B? A While creating the object firstly the constructor of class B will be called followed by constructor of class A B While creating the...

Ngày tải lên: 28/07/2015, 16:41

10 1.1K 49
Đề thi trắc nghiệm môn C sharp (7)

Đề thi trắc nghiệm môn C sharp (7)

... int s = 0, c = 0; 63 C u hỏi tr c nghiệm C# tiếng anh c đáp án Proc(a, ref s, ref c) ; Console.WriteLine(s + " " + c) ; } static void Proc(int x, ref int ss, ref int cc) { ss = x * x; cc = x * x ... " + c) ; } static int fun(int x) { int ss, cc; ss = x * x; cc = x * x * x; return ss, cc; } } } 69 C u hỏi tr c nghiệm C# tiếng anh c đáp án An error will be reported in the s...

Ngày tải lên: 28/07/2015, 16:41

10 829 14
Đề thi trắc nghiệm môn C sharp (8)

Đề thi trắc nghiệm môn C sharp (8)

... struct struct struct struct struct can contain properties can contain constructors can contain protected data members cannot contain methods cannot contain constants A 1, B 3, C 1, 2, 74 C u ... OutOfMemoryException E InvalidOperationException Which of the following statements is correct about an Exception? 78 C u hỏi tr c nghiệm C# tiếng anh c đáp án A It occurs during compilation...

Ngày tải lên: 28/07/2015, 16:41

10 599 14
Đề thi trắc nghiệm môn C sharp (9)

Đề thi trắc nghiệm môn C sharp (9)

... ("case B | case b"); break; case case case case 'C' : 'c' : 'D': 'd': 89 C u hỏi tr c nghiệm C# tiếng anh c đáp án Console.WriteLine ("case D | case d"); break; } A case A | case a B case B | case ... of the C# .NET code snippet given below? char ch = Convert.ToChar ('a' | 'b' | 'c' ); switch (ch) { case 'A': case 'a': Console.WriteLine ("case A | case a"); break; case 'B': case 'b':...

Ngày tải lên: 28/07/2015, 16:41

10 727 16
Đề thi trắc nghiệm môn C sharp (10)

Đề thi trắc nghiệm môn C sharp (10)

... Microsoft.VisualBasic; using System.Windows.Forms; CtrlChars = ControlChars; MessageBox.Show("Wait for a" + CtrlChars.CrLf + "miracle"); C using Microsoft.VisualBasic; using System.Windows.Forms; CtrlChars = ControlChars; ... C# .NET code snippets will correctly print "Hello C# .NET"? A import System; 98 C u hỏi tr c nghiệm C# tiếng anh c đáp án namespace IndiabixConsoleApplicatio...

Ngày tải lên: 28/07/2015, 16:41

10 1.4K 32
Đề thi trắc nghiệm môn c++

Đề thi trắc nghiệm môn c++

... code causes an error - Code gây lỗi 39- Đề nghị biến nên dùng để mô tả vòng tròn a- int x,y,r ; b- int r; c- int x,y,r,t; d- int vt; 40- Đề nghị biến cần thi t giúp mô tả hình chữ nhật a- int x1,y1, ... && i %2==0) a[i]=a[i]+1; } Trị biến S bao nhiêu? a- 40 b- 60 c- 20 d- 80 36 Sau đoạn code thực thi, tập trị a gì? int a[5]={2,3,4,5,5}; int* p1= & a[0] , *p2=&a[4]; (*p1)++; *(p2-1) ; •...

Ngày tải lên: 09/12/2015, 16:14

27 702 0
đề thi trắc nghiệm môn lập trình c

đề thi trắc nghiệm môn lập trình c

... c p n B ma trận c p nxm C ma trận vuông c p m D ma trận c p mxn 14 Đồ thị vô hướng G c chu trình Euler : A G liên thông đỉnh  G c b c chẵn B đỉnh  G c b c chẵn C G c chu trình Hamilton D ... kh c rỗng c y: A Mỗi nút (trừ nút lá) c hai nút C Mỗi nút c không nút B Tất nút c nút D Tất nút c nút cha 13 Đồ thị G c n đỉnh m c nh với m  n ma trận kề G c dạng : A ma tr...

Ngày tải lên: 26/11/2014, 20:30

7 654 9
Đề thi trắc nghiệm môn Vật Lý Toàn Tập

Đề thi trắc nghiệm môn Vật Lý Toàn Tập

... bụng B bụng D bụng Trong thí nghiệm Iâng người ta chiếu đồng thời hai ánh sáng đơn sắc có bước sóng λ1 = 0,5µm Đề dựa cấu trúc đề thi đại học năm 2009 BGD&ĐT VẬT LÝ 12 THI THỬ ĐẠI HỌC A C©u 23 : ... dung tụ điện : Đề dựa cấu trúc đề thi đại học năm 2009 BGD&ĐT VẬT LÝ 12 THI THỬ ĐẠI HỌC A C©u 34 : A C©u 35 : A C C©u 36 : A B C D C©u 37 : A C©u 38 : A C C©u 39 : A C©u 40 : A (...

Ngày tải lên: 19/09/2012, 10:56

6 2.1K 21
Đề thi trắc nghiệm môn hóa I

Đề thi trắc nghiệm môn hóa I

... bạc axit nồng độ 21% ( d=1,2 g/ml) ; thu đựoc NO.Thể tích dung dòch axitnitric t i thi u cần phản ứng : A 4ml B 5ml C 7,5ml D Giá trò khác Câu 25:Một oxit kim lo i: M x Oy M chiếm 72,41% kh i lượng ... hỗn hợp kim lo i Vậy % Mg là: a 58,34% b 41,66% c 72,2% d Kết khác Câu 28: Cho 24,8 gam hỗn hợp gồm kim lo i kiềm thổ oxit tác dụng v i dung dịch HCl dư thu 55,5g mu i khan.Kim lo i là:...

Ngày tải lên: 19/09/2012, 13:49

4 1.6K 30
Đề thi trắc nghiệm môn hóa học II

Đề thi trắc nghiệm môn hóa học II

... (C2H6O)n B (C4H10O)n C (C3H8O)n D Kết khác 2+ 3+ 2+ Câu 31: Cho cặp oxi hóa khử sau: Fe /Fe; Fe /Fe ; Cu2+/Cu; 2H+/H2 Thứ tự tính oxi hóa tăng dần cặp trên: A Fe2+/Fe < 2H+/H2 < Cu2+/Cu < Fe3+/Fe2+ B ... HNO3→ ; (4) HCl + NaAlO2 + H2O → (5) HCl + Mg → ; (6) Kim loại R + HNO3 → Phản ứng phản ứng oxi hóa khử: A 1,2,4,5,6 B 2,6,3 C 1,4,5,6 D 1,2,5,6 Câu 10:Có chất: Cu (1); HCl (2); ddKNO3...

Ngày tải lên: 19/09/2012, 13:49

5 1.6K 21
w