Compose Camp - Session 1 Quiz

Compose Camp - Session 1 Quiz

University

10 Qs

quiz-placeholder

Similar activities

Java Strings

Java Strings

1st Grade - Professional Development

10 Qs

IT-Strategie und Systementwicklung

IT-Strategie und Systementwicklung

University - Professional Development

9 Qs

Ch 1-10 Odd

Ch 1-10 Odd

1st Grade - University

10 Qs

Apps Script Quiz - Day 4 Lesson

Apps Script Quiz - Day 4 Lesson

University

10 Qs

Computer Fundamentals

Computer Fundamentals

University

10 Qs

Móviles 2 - Sesión 01

Móviles 2 - Sesión 01

University

10 Qs

1c - Guide d'installation de docker pour débutants

1c - Guide d'installation de docker pour débutants

University

10 Qs

Application

Application

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