4. String

4. String

Professional Development

10 Qs

quiz-placeholder

Similar activities

List

List

Professional Development

10 Qs

1. Standard output, Data type and variable

1. Standard output, Data type and variable

Professional Development

10 Qs

Basic Programming Kotlin

Basic Programming Kotlin

Professional Development

10 Qs

pemrograman dasar

pemrograman dasar

Professional Development

10 Qs

Microsoft Access

Microsoft Access

10th Grade - Professional Development

10 Qs

Java Displaying Data & Data Types

Java Displaying Data & Data Types

University - Professional Development

12 Qs

Kiến thức cơ bản C++

Kiến thức cơ bản C++

Professional Development

10 Qs

Tin học 7 - ÔT Cuối kì 2 CĐ Bảng tính  - Trình chiếu

Tin học 7 - ÔT Cuối kì 2 CĐ Bảng tính - Trình chiếu

Professional Development

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