3.2 Binary Encoding

3.2 Binary Encoding

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a bit in terms of data representation?

Back

The smallest unit of data in a computer.

2.

FLASHCARD QUESTION

Front

Which of the following best describes a byte?

Back

A collection of 8 bits

3.

FLASHCARD QUESTION

Front

How many bits are there in a byte?

Back

8

4.

FLASHCARD QUESTION

Front

Which of the following is a characteristic of the binary search algorithm? It can be used on unsorted data, It divides the search interval in half each time, It is a type of data structure

Back

It divides the search interval in half each time

5.

FLASHCARD QUESTION

Front

What is the main advantage of using binary search over linear search?

Back

It is more efficient on large datasets

6.

FLASHCARD QUESTION

Front

In a binary search, if the target value is less than the middle element, which part of the array is searched next?

Back

The left half of the data set

7.

FLASHCARD QUESTION

Front

Which of the following is a limitation of the binary search algorithm? Options: It can only be used on sorted data, It randomly chooses numbers, The data set needs to be divided by 2, It is not efficient for large datasets

Back

It can only be used on sorted data