wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Lecture 03 - IT 2900SEF

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is a User Interface (UI)?

a)

A place to store data

b)

A device's back-end structure

c)

A system for processing data

d)

A way for users to interact with a device or app

2.

What does a Graphical User Interface (GUI) use?

a)

Only text commands

b)

Only voice commands

c)

Pictures, icons, and windows

d)

Only a keyboard

3.

In the DOM, what does every HTML element become?

a)

A method

b)

An event

c)

A property

d)

A node

4.

Which method is used to select an element by its ID?

a)

querySelectorAll()

b)

getElementById()

c)

getElementsByTagName()

d)

createElement()

5.

How does high cognitive load affect user performance?

a)
  1. It improves the speed of task completion

b)
  1. It can slow down the user and increase errors

c)
  1. It makes tasks easier to remember

d)

It reduces the need for user interaction

6.

What is one disadvantage of direct manipulation interfaces?

a)
  1. They are difficult for novice users to understand

b)
  1. They can be slow for repetitive tasks

c)
  1. They lack visual feedback

d)
  1. They do not allow users to observe immediate results

7.

What is the main benefit of providing informative feedback in a user interface?

a)
  1. It allows users to redo actions multiple times

b)
  1. It increases the complexity of the interface

c)
  1. It reassures users that the system is responding to their input

d)
  1. It removes the need for undo and redo functions

8.

Which of the following best describes the importance of consistency in UI design?

a)
  1. It helps make the interface more colorful and visually appealing

b)

It allows designers to frequently change the interface for variety

c)

It removes the need for user feedback

d)
  1. It ensures users can rely on familiar elements, reducing confusion

9.

What does "mobile-first" mean in Bootstrap?

a)

Websites should only work on mobile devices

b)

The design is initially optimized for mobile devices and scales up

c)

Websites should load only on desktops

d)

It disables responsiveness for mobile devices

10.

If you want a column to take up half of the screen on large devices, which class should you use?

a)

.col-lg-6

b)

.col-sm-4

c)

.col-md-3

d)

.col-xl-2