
BÀI 2 ANDROID

Quiz
•
Other
•
University
•
Hard
Vy Đạt
Used 1+ times
FREE Resource
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Từ khóa nào được sử dụng để định nghĩa một hàm trong Kotlin?
Fun
function
def
lambda
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cú pháp nào dưới đây là đúng để tạo một lớp dữ liệu trong Kotlin?
class MyDataClass()
data MyDataClass()
data class MyDataClass()
class MyDataClass: Data()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Kotlin, làm thế nào để khai báo một hàm với tham số mặc định?
. fun myFunction(a: Int?) { }
fun myFunction(a: Int = Int) { }
fun myFunction(a: Int = 0) { }
fun myFunction(a: Int?) { a = 0 }
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Viết biểu thức lambda cho phép nhân đôi một số nguyên?
val double = { x: Int -> x + 2 }
val double = { x: Int = x * 2 }
val double = { x: Int -> x * 2 }
val double = { x: Int -> x / 2 }
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Khi sử dụng ConstraintLayout, làm thế nào để đặt một View cách đều hai cạnh trái và phải của màn hình?
Sử dụng layout_gravity
Sử dụng layout_margin
Sử dụng ràng buộc constraintStart_toStartOf và constraintEnd_toEndOf
Sử dụng padding
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để đặt một Button ở dưới một ImageView (@id/imageView) trong ConstraintLayout và cách ImageView 20dp, cách nào sau đây là đúng?
layout_constraintBottom_toBottomOf="parent"
layout_constraintTop_toTopOf="parent"
layout_constraintTop_toBottomOf="@id/imageView" và layout_marginTop="20dp"
layout_constraintBottom_toTopOf="@id/imageView"
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Làm thế nào để đặt thành phần View1 phía trên thành phần View2 (@+id/view2) trong ConstraintLayout?
app:layout_constraintBottom_toBottomOf="@+id/view2"
app:layout_constraintTop_toBottomOf="@+id/view2"
app:layout_constraintBottom_toTopOf="@+id/view2"
app:layout_marginBottom="16dp"
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Nhập môn MMH

Quiz
•
University
23 questions
Preguntas sobre desarrollo Android

Quiz
•
University
24 questions
Công nghệ phần mềm

Quiz
•
University
27 questions
ĐẠI CƯƠNG DƯỢC LÝ

Quiz
•
University
24 questions
Dò chương 6,7 KTDC cho ny =)

Quiz
•
University
26 questions
Kinh tế chính trị - Phần 2

Quiz
•
University
22 questions
jack97

Quiz
•
University
26 questions
ÔN TẬP GIÁO DỤC THỂ CHẤT P1

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade