4. String

4. String

Professional Development

10 Qs

quiz-placeholder

Similar activities

AWS Cloud

AWS Cloud

Professional Development

15 Qs

QUIZ 1

QUIZ 1

Professional Development

10 Qs

C Programming

C Programming

Professional Development

10 Qs

Python-quiz2

Python-quiz2

University - Professional Development

11 Qs

Tuan 4 - String

Tuan 4 - String

KG - Professional Development

10 Qs

Nhanh mắt nhanh tay. l3

Nhanh mắt nhanh tay. l3

1st Grade - Professional Development

14 Qs

Biến

Biến

Professional Development

8 Qs

vectores,matrices,funciones

vectores,matrices,funciones

Professional Development

10 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?