On average, what is the performance of a sequential search on a singly linked structure?

A. logarithmic
B. linear
C. exponential
D. random


Answer: B

Computer Science & Information Technology

You might also like to view...

Pie charts often include percentage data labels

Indicate whether the statement is true or false

Computer Science & Information Technology

Hop count is ___

a. The number of routers the data packet must pass through to reach the destination network b. A measure of the reliability of the link, typically in terms of the amount of errors c. The time it takes for a data packet to travel from source to destination d. The measured delay time in terms of clock ticks, where each tick is approximately 55 milliseconds (1?18 second)

Computer Science & Information Technology

On a/24 network you can have 256 hosts.

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

Computer Science & Information Technology

When assigning a literal to a variable of the byte type, if the literal is too large to be stored as a byte value, it _____________.

a. causes overflow b. causes underflow c. causes no error d. cannot happen in Java e. receives a compile error

Computer Science & Information Technology