Compose Camp - Session 1 Quiz

Compose Camp - Session 1 Quiz

University

10 Qs

quiz-placeholder

Similar activities

Flutter Test 1

Flutter Test 1

University

10 Qs

Android Studio, UI, UX, Ciclo de vida y Lista de datos

Android Studio, UI, UX, Ciclo de vida y Lista de datos

University

10 Qs

Compose Camp - Session 2 Quiz

Compose Camp - Session 2 Quiz

University

10 Qs

Kotlin Basics

Kotlin Basics

University

8 Qs

Móviles 2 - Sesión 01

Móviles 2 - Sesión 01

University

10 Qs

Java Compose 2

Java Compose 2

University

10 Qs

Jetpack Compose - Programming

Jetpack Compose - Programming

University

13 Qs

Dasar-Dasar Flutter

Dasar-Dasar Flutter

University

10 Qs

Compose Camp - Session 1 Quiz

Compose Camp - Session 1 Quiz

Assessment

Quiz

Education, Computers

University

Hard

Created by

GDSC DYPIU

Used 24+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is Jetpack Compose?

A modern toolkit to develop Android user

Toolkit to design libraries

Database interface

Plugin to build APK

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is false about Compose?

The Empty Compose Activity template is used to create a simple app.

Layouts can be viewed in the Preview window, without actually running your app.

All elements and themes in a Compose app are contained in a Surface.

Themes, such as GreetingCardTheme allow you to style Composables.

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

 

Which of the following variable declarations is valid?

var hello: Int? = ""

String "hello" = hello

val hello = "hello"

hello: String = "hello"

4.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which of the following are true about functions? (Select all that applies)

Function parameters are required to have default arguments.

Functions can take parameters, or variables as inputs.

When calling a function with parameters, the values passed in are called arguments.

Breaking your code in multiple functions can make your code cleaner and easier to maintain.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The Box layout stacks the UI elements on top of one another.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What parameter is used to align the child element to the beginning of the parent?

Alignment.End

Alignment.Left

Alignment.Begin

Alignment.Start

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

 Padding is an example of a ___

Property

Attribute

Modifier

Composable

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?