1.A binary algorithm search is faster because?

It searches each data set
More computing power
The binary search begins at the mid point of the data set
It uses a quick sort search

2. What is one way the advancement of technology impacted encryption and decryption?

Decreased hacking of companies and organizations.
Creation of encryption algorithm
Increased hacking of companies and organizations.
Made decrypting data easier

3.the likehood that a segment code can be used again to add new functionalities is known as.

Maintainability
Time complexity
Reusability
Space complexity

4.which of the following stores only one type of data in a specific location and must contain some value, meaning it cannot be null?

Primitive data structure
Float
Expression
Operator

5.the programming team knows they need to create a program that will use a linear data structure to complete large amounts of data manipulation very quickly. Which data structure is most appropriate?

Array list
Maps
Graphs
Link list

1 answer

Array list