Obstacle Avoidance: Worksheet 2 - Beginner Practice Obstacle Avoidance BEGINNER

Ready to master Obstacle Avoidance? This entry level practice worksheet (2/10) presents 20 beginner-level challenges. Focus area: pattern recognition. Learn to solve obstacle avoidance reasoning questions, handle obstacle avoidance practice, and perfect obstacle avoidance for competitive exams with our step-by-step solutions.

📝 Worksheet 2 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Beginner level

What you'll learn in this worksheet:
Your progress through Obstacle Avoidance
Worksheet 2 of 10 (11% complete)

Question 1

A person wants to go from (0,0) to (5, 5) but there is an obstacle at (1, 3). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (1, 3). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (5, 5).

Question 2

A person wants to go from (0,0) to (5, 5) but there is an obstacle at (3, 2). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (3, 2). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (5, 5).

Question 3

A person wants to go from (0,0) to (5, 3) but there is an obstacle at (4, 1). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (4, 1). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (5, 3).

Question 4

A person wants to go from (0,0) to (4, 3) but there is an obstacle at (2, 2). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (2, 2). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (4, 3).

Question 5

A person wants to go from (0,0) to (6, 4) but there is an obstacle at (1, 2). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (1, 2). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (6, 4).

Question 6

A person wants to go from (0,0) to (3, 4) but there is an obstacle at (2, 2). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (2, 2). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (3, 4).

Question 7

A person wants to go from (0,0) to (3, 3) but there is an obstacle at (2, 2). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (2, 2). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (3, 3).

Question 8

A person wants to go from (0,0) to (3, 4) but there is an obstacle at (1, 1). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (1, 1). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (3, 4).

Question 9

A person wants to go from (0,0) to (5, 4) but there is an obstacle at (1, 1). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (1, 1). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (5, 4).

Question 10

A person wants to go from (0,0) to (5, 5) but there is an obstacle at (3, 1). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (3, 1). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (5, 5).

Question 11

A person wants to go from (0,0) to (6, 6) but there is an obstacle at (4, 1). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (4, 1). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (6, 6).

Question 12

A person wants to go from (0,0) to (6, 3) but there is an obstacle at (5, 2). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (5, 2). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (6, 3).

Question 13

A person wants to go from (0,0) to (4, 3) but there is an obstacle at (1, 1). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (1, 1). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (4, 3).

Question 14

A person wants to go from (0,0) to (5, 3) but there is an obstacle at (1, 1). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (1, 1). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (5, 3).

Question 15

A person wants to go from (0,0) to (6, 6) but there is an obstacle at (4, 3). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (4, 3). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (6, 6).

Question 16

A person wants to go from (0,0) to (4, 5) but there is an obstacle at (1, 4). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (1, 4). Detour: first move East to clear obstacle's x-coordinate, then North. Final destination: (4, 5).

Question 17

A person wants to go from (0,0) to (6, 5) but there is an obstacle at (4, 3). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (4, 3). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (6, 5).

Question 18

A person wants to go from (0,0) to (6, 6) but there is an obstacle at (5, 5). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (5, 5). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (6, 6).

Question 19

A person wants to go from (0,0) to (3, 4) but there is an obstacle at (2, 1). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (2, 1). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (3, 4).

Question 20

A person wants to go from (0,0) to (3, 6) but there is an obstacle at (1, 4). He can only move North or East. What sequence of directions should he take to avoid the obstacle?
Direct path blocked at (1, 4). Detour: first move North to clear obstacle's y-coordinate, then East. Final destination: (3, 6).
Previous Worksheet Next Worksheet