Semi Flashcards

1
Q

is an operation or a technique that helps finds the place of a given element or value in the list.

A

Searching

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

also known as a half-interval search, is an algorithm used in computer science to locate a specified value (key) within an array.

A

Binary search

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Binary search is also known as

A

Half-interval search

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

in which the definition of data structure is separated from its implementation is an important concept that is a natural part of a top-down approach in software development.

A

Data abstraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

are often used interchangeably.

A

Abstract data types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

This refers to determining how much time a program loop is being performed in terms of milliseconds.

A

Program measurement or time complexity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly