Câu 17: (0.5 điểm) string A = Convert.ToString(this.CB1.SelectedItem); (0.25 điểm) this.TB1.Text = A; (0.25 điểm) Câu 18: (0.5 điểm) if (this.CB1.Checked) this.T1.Enabled = true; (0.25 điểm) else this.T1.Enabled = false; (0.25 điểm) HOẶC: if (this.CB1.Checked) this.T1.Start(); (0.25 điểm) else this.T1.Stop(); (0.25 điểm) Câu 19: (0.5 điểm) int n = this.LB1.Items.Count; if (n >2) (0.25 điểm) { string A = Convert.ToString(this.LB1.Items0); this.LB1.Items0 = this.LB1.Itemsn1; this.LB1.Itemsn1 = A; (0.25 điểm) } Câu 20: (0.5 điểm) if (this.CB1.Text == 1) this.BT1.Text = Connect; (0.25 điểm) else this.BT1.Text = Disconnect; (0.25 điểm) Câu 21: (1 điểm) int n = this.LB1.Items.Count; int M = new intn; (0.25 điểm) for (int i = 0; i < n; i++) { Mi = Convert.ToInt32(this.LB1.Itemsi); (0.25 điểm) } Array.Sort(M); (0.25 điểm) for (int i = 0; i < n; i++) { this.LB1.Itemsi = Mn1i; (0.25 điểm) } HOẶC: int n = this.LB1.Items.Count; int a; (0.25 điểm) for (int i = 0; i < n; i++) { for (int j = n 1; j > 0; j) (0.25 điểm) { if ( Convert.ToInt32(this.LB1.Itemsj) > Convert.ToInt32(this.LB1.Itemsj 1)) (0.25 điểm) { a =Convert.ToInt32(this.LB1.Itemsj); this.LB1.Itemsj = this.LB1.Itemsj 1; this.LB1.Itemsj 1 = a; (0.25 điểm) } } } Câu 22: (1 điểm) double trung_binh (int 55 M) (0.25 điểm) { double tong, dem; for (int i = 0; i 0; j ) { if ( Convert.ToInt32(this.LB1.Items[j]) > Convert.ToInt32(this.LB1.Items[j - 1])) { a =Convert.ToInt32(this.LB1.Items[j]); this.LB1.Items[j] = this.LB1.Items[j - 1]; Số hiệu: BM2/QT-PĐBCL-RĐTV (0.25 điểm) (0.25 điểm) (0.25 điểm) 2/4 this.LB1.Items[j - 1] = a; (0.25 điểm) } } } Câu 22: (1 điểm) double trung_binh (int [5][5] M) { double tong, dem; for (int i = 0; i