ITPFL5 Endterm Exercise #4

ITPFL5 Endterm Exercise #4

University

10 Qs

quiz-placeholder

Similar activities

HCI-U5

HCI-U5

University

10 Qs

Web Browser

Web Browser

University

15 Qs

PDS - 04225 - Recursion - Chapter 12

PDS - 04225 - Recursion - Chapter 12

University

10 Qs

Microsoft Excel

Microsoft Excel

University

15 Qs

Google Drive

Google Drive

KG - University

10 Qs

NSDL: Internet Basics

NSDL: Internet Basics

University

15 Qs

tkinter quiz

tkinter quiz

University

10 Qs

FILE MANAGEMENT

FILE MANAGEMENT

KG - University

15 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?