C# Cơ bản

Quiz
•
Computers
•
University
•
Hard
Chu HN)
Used 19+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Phương thức nào sau đây không là bắt đầu chương trình chính bảng điều khiển C#?
public static void Main()
private static int Main()
public static void main()
static void Main()
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Kết quả của chương trình sau là gì?
public static void Main()
{ int a;
Console.WriteLine(a);
}
0
Giá trị rác
Lỗi thời gian biên dịch
Lỗi runtime
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Đoạn mã sau cho kết quả như thế nào?
int i = 10, j;
Console.WriteLine(j=i*2);
0
10
20
Lỗi thời gian biên dịch
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Kết quả của chương trình sau là gì?
public class Program
{ public static void Main()
{
int[] arr = new int[5];
Console.WriteLine(arr[0]); }
Giá trị rác
0
Lỗi thời gian biên dịch
Lỗi runtime
5.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
Một ứng dụng viết bằng ngôn ngữ C# có phần mở rộng (đuôi) là gì ?
cs
aspx
doc
py
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Ngôn ngữ lập trình C# được dùng để xây dựng những ứng dụng nào ?
Console Applicaiton, Winform Application
Java
Python
PHP
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Trong ứng dụng C#, để viết nội dung ra màn hình, sử dụng phương thức nào sau đây ?
Write
ReadLine
ReadKey
WriteKey
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Trắc nghiệm kiến thức Java Core - Phần I

Quiz
•
University
10 questions
java operators

Quiz
•
University
14 questions
Lets explore Java

Quiz
•
University
10 questions
CMP128 Java Ch. 05 Methods

Quiz
•
University
10 questions
Java Static

Quiz
•
University
10 questions
Inheritance

Quiz
•
University
20 questions
Ice Break PBO

Quiz
•
University
15 questions
Java

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade