Câu Hỏi Trắc Nghiệm Lập Trình C#

Câu Hỏi Trắc Nghiệm Lập Trình C#

Assessment

Quiz

Design

12th Grade

Medium

Created by

Hoàng Võ

Used 14+ times

FREE Resource

Student preview

quiz-placeholder

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong chương trình C# phải có hàm nào?

start()

system()

main()

program()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ký hiệu nào là ký hiệu kết thúc một câu lệnh?

.

;

:

'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu nào không phải là kiểu dữ liệu?

float

real

int

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu nào là toán tử luận lý "và"?

&

&&

|

|&

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giá trị cuối cùng của x sau khi thực thi xong đoạn chương trình?

int x;

for(x=1; x <20; x++){}

{

}

20

19

0

1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Vòng lặp do…while thực hiện ít nhất bao nhiêu lần?

0

vô tận

1

Lỗi

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hàm sau trả về kiểu dữ liệu gì?

static int func(char x, float v, double t);

char

int

float

double

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?