Tappy Tap App Quiz

Tappy Tap App Quiz

10th Grade

30 Qs

quiz-placeholder

Similar activities

Q3 Samsung Mock Certification - Set 2

Q3 Samsung Mock Certification - Set 2

KG - Professional Development

32 Qs

ALL ABOUT GMAIL

ALL ABOUT GMAIL

5th - 10th Grade

30 Qs

ROBOTICS -MODULE 1 NXT

ROBOTICS -MODULE 1 NXT

10th - 12th Grade

25 Qs

Apparel I-3.03

Apparel I-3.03

9th - 12th Grade

26 Qs

Robotics II Pre-assessment

Robotics II Pre-assessment

9th - 12th Grade

34 Qs

Parts of a Sewing Machine

Parts of a Sewing Machine

9th - 12th Grade

25 Qs

Apparel 1 3.03-Construction Part 2

Apparel 1 3.03-Construction Part 2

9th - 12th Grade

25 Qs

INDIANA HORTICULTURE CDE FLOWERS AND INDOOR PLANTS ID

INDIANA HORTICULTURE CDE FLOWERS AND INDOOR PLANTS ID

6th - 12th Grade

25 Qs

Tappy Tap App Quiz

Tappy Tap App Quiz

Assessment

Quiz

Other

10th Grade

Hard

Created by

Ben Saddington

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best description of a "Button" component in code.org App Lab?

A visual element that displays text only

An interactive element that users can click to trigger actions

A container for grouping other elements

A tool for drawing shapes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of the "Design" tab in App Lab?

To write JavaScript code

To arrange and customise the user interface elements

To test the app on different devices

To debug errors in the code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property would you change to alter the background colour of your app's main screen?

text

image

backgroundColour

fontSize

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In App Lab, which event is triggered when a user taps a button?

onHover

onClick

onDrag

onLoad

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to play a sound effect when a button is tapped in App Lab?

playSound("sound.mp3");

startSound("sound.mp3");

sound.play("sound.mp3");

triggerSound("sound.mp3");

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid user interface element in App Lab?

Button

Label

Sprite

Text Input

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do? ```javascript onEvent("tapButton", "click", function() { playSound("tap.mp3"); }); ```

Plays a sound when the app loads

Plays a sound when the button with ID "tapButton" is clicked

Changes the button's text

Changes the background colour

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?