Consider the following string: ALAMAKOTA, and pattern to be matched: AKO. By how many positions will the first shift be performed, using the bad character rule?

a. 2
b. 1
c. 3
d. 4


a. 2
The bad character will be found at position 2 (A in text won't match O in pattern); we will shift by two positions until A from the match fits A in the text.

Computer Science & Information Technology

You might also like to view...

What is stored in numbers after execution of the following code?

What is stored in numbers after execution of the following code? int numbers[3]; for (int i = 0; i < 3; i++){ numbers[i] = i * 5; numbers[2] = 100; a. 0, 100, 10 b. 0, 5, 100 c. 0, 100, 10, 15 d. 0, 5, 100, 15

Computer Science & Information Technology

A(n) ________ is a letter you can press in conjunction with Alt or Ctrl to access a menu command

A) icon B) template C) user interface D) shortcut key

Computer Science & Information Technology

The ________ Principle means that inputting inconsistent or inaccurate data leads to inconsistent or inaccurate output

Fill in the blank(s) with correct word

Computer Science & Information Technology

Individuals have been caught and prosecuted both for sharing material online and for copying it from a pirate site.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology