C# Cơ bản

C# Cơ bản

University

15 Qs

quiz-placeholder

Similar activities

C - Structures

C - Structures

University

20 Qs

cp06-01-1D-Array

cp06-01-1D-Array

University

10 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Topic 4-2: Multiple if-else and switch-case

Topic 4-2: Multiple if-else and switch-case

University

10 Qs

1-基本数据类型

1-基本数据类型

University

10 Qs

Listen in Python

Listen in Python

University

10 Qs

Chap 1: What is a program made of?

Chap 1: What is a program made of?

University

13 Qs

Servlets & JSP

Servlets & JSP

University

10 Qs

C# Cơ bản

C# Cơ bản

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Chu HN)

Used 21+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?