4. String

4. String

Professional Development

10 Qs

quiz-placeholder

Similar activities

ÔN TẬP HKI

ÔN TẬP HKI

Professional Development

14 Qs

Variable, DataType and Operators

Variable, DataType and Operators

Professional Development

12 Qs

Tuan 4 - String

Tuan 4 - String

KG - Professional Development

10 Qs

Quizzuizui

Quizzuizui

Professional Development

10 Qs

C Programming

C Programming

Professional Development

10 Qs

tipo de dado (python)

tipo de dado (python)

Professional Development

15 Qs

C Code Master lvl 2 A

C Code Master lvl 2 A

Professional Development

10 Qs

c programming

c programming

Professional Development

15 Qs

4. String

4. String

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Lê Thành

Used 12+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Trên màn hình console sẽ in ra thông tin gì?

false

true

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giả sử biến a và b đều thuộc kiểu chuỗi, để so sánh xem hai chuỗi a và b có bằng nhau không thì ta dùng lệnh nào dưới đây?

a == b

a.equal(b)

a.compareTo(b)

a.equals(b)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để tách một chuỗi ra thành mảng các ký tự ta phương thức nào để tương tác với chuỗi?

split()

getBytes()

toCharArray()

convertToCharArray()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dùng phương thức nào để lấy ra số lượng ký tự của chuỗi?

size()

count()

numberOfChar()

length()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dùng phương thức nào để tách chuỗi đã cho theo chuỗi đầu vào?

substring()

split()

convert()

substringBy()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giả sử biến a và b đều thuộc kiểu chuỗi, để nối hai chuỗi a và b lại với nhau ta dùng lệnh nào?

a.concats(b)

a.combine(b)

a + b

a.combines(b)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Để cắt ra chuỗi "def" từ chuỗi trong hình đã cho ta dùng phương thức nào?

substring(3)

substring(3, 5)

substring(3, 6)

substring(4, 6)

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?