CSP Assessment 1

0.0(0)
studied byStudied by 1 person
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

bits

A computer represents data as _____ which is either a 0 or a 1

2
New cards

False

True of false: Abstraction helps represent complex information by surfacing complexity that might otherwise be hidden.

3
New cards

digital, analog

If you take a picture of a painting, the photos is _________ while the painting is __________

4
New cards

15

The LARGEST number you can make with 4 bits before an overflow error occurs is:

5
New cards

overflow error

An error that occurs when a fixed number of bits some numbers are too large to represent in a computer

6
New cards

11

Convert the binary (base-2) number 1011 to decimal (base-10).

7
New cards

11001

Convert the decimal (base-10) number 25 to binary (base-2).

8
New cards

5

Convert the binary (base-2) number 0101 to decimal (base-10).

9
New cards

11100

Convert the decimal (base-10) number 28 to binary (base-2).

10
New cards

lossy, lossless

_______ compression algorithms are typically better than _______ compression algorithms at reducing the number of bits needed to represent a piece of data.

11
New cards

Image compression

Any technique that recodes the data in an image file so that it contains fewer bits

12
New cards

Creative Commons

Free, easy-to-use copyright licenses provide a simple, standardized way to give the public permission to freely distribute and use copyrighted work work on conditions of your choice

13
New cards

Lossy Compression

data compression techniques in which some amount of data is lost. This technique attempts to eliminate redundant information.

14
New cards

256

The 8-bit binary (base-2) system can represent a total of ______ numbers.

15
New cards

Lossless Compression

a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.

16
New cards

intellectual property

Material created on a computer is the ___________ _____________ of the creator or an organization.

17
New cards

open source

programs that are made freely available and may be redistributed and modified

18
New cards

Abstraction

________________is the process of reducing complexity by focusing on the main idea. By hiding details irrelevant to the question at hand and bringing together related and useful details, abstraction reduces complexity and allows one to focus on the idea.

19
New cards

overflow

In many programming languages, integers are represented by a fixed number of bits, which limits the range of integer values and mathematical operations on those values. This limitation can result in _______________ or other errors.

20
New cards

256

Your computer uses 8 bits to represent decimal numbers (0, 1, 2, 3 and so on) in binary. What is the SMALLEST number for which an overflow error can occur?

21
New cards

7

Your computer uses 3 bits to represent decimal numbers (0, 1, 2, 3 and so on) in binary. What is the LARGEST number that can be made before an overflow occurs?