wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

EDP FQ FNDB 50

Total questions: 50

Worksheet time: 1hrs 15mins

Name
Class
Date
1.

UI refers to everything the user (a)   and interacts with.

2.

UX focuses on how the user (a)   while using the system.

3.

Accessibility ensures that the application can be used by people with vision, motor, or (a)   limitations.

4.

To apply a dark theme, the form’s background color is set using (a)   .

5.

Looping through UI elements is done using For Each ctrl In Me. (a)   .

6.

Setting buttons to FlatStyle. (a)   gives them a modern flat look.

7.

Gradient backgrounds use the class (a)   GradientBrush.

8.

A round button uses a custom (a)   assigned to its Region property.

9.

Theme switching is controlled using a Boolean variable called (a)   .

10.

Users can choose colors using the control named (a)   .

11.

Input validation uses the (a)   control to show warning icons.

12.

To clear previous error messages, the method used is (a)   .

13.

Numeric validation uses the function Integer. (a)   .

14.

Email validation is done using (a)   .IsMatch.

15.

If validation fails, the keyword (a)   Sub stops further execution.

16.

A form becomes more accessible by setting the correct (a)   order.

17.

Tooltips are added using the method _________.SetToolTip.

4 lines
18.

High Contrast Mode often uses (a)   text on a black background.

19.

Enlarged, bold controls improve visibility for users with (a)   vision.

20.

Changing control fonts uses the (a)   class.

21.

API stands for Application (a)   Interface.

22.

The WebClient method used to GET data is Download (a)   .

23.

JSON is converted into VB objects using JavaScript (a)   .

24.

REST APIs commonly return data in (a)   format.

25.

POST requests require Content-Type = "application/ (a)   ".

26.

The API https://api.agify.io predicts a person's (a)   .

27.

The testing API reqres.in simulates user _________ operations.

4 lines
28.

WebClient’s asynchronous GET uses the event DownloadString (a)   .

29.

Asynchronous POST uses the event UploadString (a)   .

30.

Asynchronous API calls prevent the UI from (a)   during a request.

31.

Event-driven apps react to user actions such as Button (a)   .

32.

Code that runs when the form opens is located in the Form. (a)   event.

33.

Timers run repeatedly using the (a)   event.

34.

API requests often require enabling TLS (a)   for security.

35.

In POST requests, the body is formatted using a (a)   object.

36.

To convert VB data into JSON, the method js. (a)   is used.

37.

To convert JSON into VB, the method js. (a)   is used.

38.

API responses stored as strings come from client.Download (a)   .

39.

Output is often displayed in a multiline (a)   .

40.

In the Weather API example, the temperature is taken from current_condition → temp (a)   .

41.

Controls inside a form are accessed using Me. (a)   .

42.

Labels’ text color is changed using the property (a)   .

43.

Buttons’ background color is changed using the property (a)   .

44.

For TextBox dark-mode styling, the background is set to a darker (a)   .

45.

The form gradient background is drawn inside the Form. (a)   event.

46.

To make a circular button, path.Add (a)   is used.

47.

Real-time validation is triggered inside TextBox. (a)   events.

48.

When all validation errors are clear, MessageBox shows “Registration (a)   !”.

49.

A tooltip provides short helpful (a)   to the user.

50.

High-contrast accessibility mode sets controls’ ForeColor to (a)   .