Compose Camp - Session 1 Quiz

Compose Camp - Session 1 Quiz

University

10 Qs

quiz-placeholder

Similar activities

mit app inventor quiz

mit app inventor quiz

7th Grade - University

15 Qs

Flask

Flask

University

11 Qs

Name the App

Name the App

6th Grade - University

11 Qs

GSuite Logos Quiz

GSuite Logos Quiz

3rd Grade - University

14 Qs

Guess The Apps & Games

Guess The Apps & Games

1st Grade - University

10 Qs

MIT App Inventor

MIT App Inventor

University

10 Qs

App Quiz

App Quiz

University

10 Qs

Compose Week 3

Compose Week 3

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?