Probability
Probability
Unity
Accessibility
100

Question: What is the probability of flipping a coin and getting heads?

Answer: 1/2 (or 50%).

100

Question: What is the probability of drawing a diamond from a standard deck of 52 cards?

Answer: 1/4 (or 25%).

100

What is the Text UI component used for?

 The Text component, used to render text onscreen for various purposes such as labels, buttons, and other information.

100

Why should you design for users with Disabilities?


1. It's the right thing to do.

2. It's the law.

3. Beneficial for businesses.

4.Increases usability for everyone.

200

Question: What is the probability of rolling a sum of 9 when rolling two six-sided dice?

Answer: 4/36 (or 1/9, approximately 11.11%).

200

Question: You roll a six-sided die and flip a coin. What is the probability of rolling a 3 and getting tails?

Answer: 1/12 (or approximately 8.33%).

200

What does  SceneManager.GetActiveScene() do?

Returns the active Scene.

200
What are some ways to design for users with visual impairment?

Enlarging text size and images 

Listening to text-to-speech synthesis of the content 

Listening to audio descriptions of video in multimedia

 Reading text using refreshable braille

300

Question: A jar contains 2 red, 4 green, and 6 blue balls. What is the probability of picking a green ball?

Answer: 4/12 (or 1/3, approximately 33.33%).

300

Question: A bag has 10 balls (4 white, 3 black, 3 red). What is the probability of picking a black or red ball?

Answer: 6/10 (or 3/5, which is 60%).

300

What is the build setting in Unity?

The Build Settings window allows you to choose your target platform, adjust settings for your build, and start the build process.

300
What are some ways to design for users with physical impairment?

Ergonomic or specially designed keyboard or mouse

Head pointer, mouth stick, and other aids to help typing

On-screen keyboard with trackball, joystick, and switches to operate it

Voice recognition, eye tracking, and other approaches for hands-free interaction

400

A bag contains 3 red, 4 blue, and 5 green balls. Two balls are drawn randomly without replacement. What is the probability that: Both balls are of the same color?  

19/66

400

A standard deck of 52 cards is shuffled, and two cards are drawn one after another without replacement. What is the probability that:

  • (a) Both cards are face cards?

1/221

400

What does FindObjectswithTag do?

Retrieves the first active GameObject tagged with the specified tag. Returns null if no GameObject has the tag.

400

What are some ways to design for users with auditory impairments?

Transcripts and captions of audio

Options to stop, pause, or adjust the volume of audio content (independently of the system volume) 

High-quality foreground audio that is clearly distinguishable from any background noise

500

A school has 60% of its students enrolled in a math course and 40% in a science course. If 25% of the students are enrolled in both, what is the probability that a student enrolled in math is also enrolled in science?

5/12

500

A fair coin is flipped 5 times. What is the probability of getting exactly 3 heads?

5/16

500

What does PlayerPrefs do in unity?

 

PlayerPrefs is a class that stores Player preferences between game sessions. It can store string, float and integer values into the user’s platform registry

500

What are the Seven Principles of Universal Design?

1. Equitable Use

2. Flexibility in Use

3.Simple and Intuitive

4.Perceptible Information

5.Tolerance for Error

6.Low Physical Effort

7.Size and space for approach and use 

M
e
n
u