- Difficulty You Are Given The Following 8 8 Data Matrix 80 0 0 2 0 0 0 0 10 0 1 0 0 0 0 0 0 0000000 2 000000 1 (186.21 KiB) Viewed 49 times
• (Difficulty: ★★) You are given the following 8 × 8 data matrix: 80 0 0 2 0 0 0 0 -10 0 1 0 0 0 0 0 0 0000000 -2 000000
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
• (Difficulty: ★★) You are given the following 8 × 8 data matrix: 80 0 0 2 0 0 0 0 -10 0 1 0 0 0 0 0 0 0000000 -2 000000
• (Difficulty: ★★) You are given the following 8 × 8 data matrix: 80 0 0 2 0 0 0 0 -10 0 1 0 0 0 0 0 0 0000000 -2 0000000 0 0000000 0000000 0 0000000 0000000 1 0 A = || - Which of the following choices is the correct answer if we implement zigzag scan and runlength encoding on matrix A? Note: the first number in the parentheses denotes the run length, i.e., the number of zeros before the current value, and the second number is the actual value. Select all the answers that apply. O (0, 80), (2, 2), (4, 10), (1, 1), (13, -2), (15, 1), (0, 0) ○ (0, 80), (1,-10), (3, 2), (0, 1), (1, -2), (10, 1), (42,0) O (0, 80), (1,-10), (3, 2), (0, 1), (1, -2), (10, 1), (0,0) O (0, 80), (2, 2), (9, 1), (1, -10), (8, -2), (15, 1), (0,0) O (0,80), (0, -10), (1, -2), (1, 1), (11, 1), (13, 2), (0, 0) O (0, 80), (0, -10), (1, -2), (1, 1), (11, 1), (6, 2), (0, 0)