ITPFL5 Endterm Exercise #4

ITPFL5 Endterm Exercise #4

University

10 Qs

quiz-placeholder

Similar activities

Programacion Modular

Programacion Modular

University

10 Qs

Papa Gino's Pizzeria

Papa Gino's Pizzeria

University

15 Qs

InterVLAN and STP

InterVLAN and STP

University

9 Qs

Google Prof Cloud Archi - pt 8

Google Prof Cloud Archi - pt 8

University

15 Qs

Networking 20200921

Networking 20200921

University

15 Qs

Kuis TIK Unpak

Kuis TIK Unpak

University

15 Qs

PDS - 04225 - Recursion - Chapter 12

PDS - 04225 - Recursion - Chapter 12

University

10 Qs

U26 Q7 - CIDR

U26 Q7 - CIDR

KG - University

12 Qs

ITPFL5 Endterm Exercise #4

ITPFL5 Endterm Exercise #4

Assessment

Quiz

Computers

University

Hard

Created by

Carnit Cordova

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

The _____ subroutine is called whenever the activity is created.
Sub Process_Globals
Sub Activity_Create
Sub Button1_Click
Sub restart

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

The loc array is an integer array of size _____ likely to store references to card face image names.
10
20
Unpredictable, depends on user clicks.
The code doesn't specify the size.

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

The calcx subroutine checks a _____ flag to prevent further clicks while revealing cards.
match
visible
busy
Timer1

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

A timer named _____ is used to hide cards that don't match after they are revealed.
Timer1
Timer2
There are no timers used for hiding cards.
Sub restart

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

When a card is clicked, the calcx subroutine hides the button using the _____ property based on the button number.
enabled
visible
image
location

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

The game ends when a variable named _____ reaches a value of 10.
clicks
match
busy
The game never ends.

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Images for the card faces are loaded from the application's _____ folder.
External storage
DirAssets
Downloaded online during gameplay.
The code doesn't specify the image source.

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?