CS Principles Unit 1 Digital Information Assessment

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

1/14

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.

15 Terms

1
New cards

Jorge is sending a large image file as part of a shared classroom project. Which of the following is most likely true if Jorge opts to compress the image before sending it?

The image will require fewer bits in order to be represented.

2
New cards

The following statement is true of intellectual property

Creative commons enables content creators to freely distribute their otherwise copyrighted work

3
New cards

Ryan is designing an app that needs to quickly send low quality photos between users. Most smartphones take much higher quality photos than Ryan needs for his app. The following is the type of compression Ryan should choose and why.

Lossy compression since it typically results in smaller data sizes.

4
New cards

Which of the following is NOT true of how computers represent complex information?

Abstraction helps represent complex information by surfacing complexity that might otherwise be hidden

5
New cards

How many of the total numbers can be represented with an 8-bit binary (base-2) system?

256

6
New cards

Lucy is completing a project as part of a science class using materials she found online. The following is MOST LIKELY to lead to legal consequences.

Using images posted online by another student without permission or citation.

7
New cards

Arman takes a picture with his smartphone which he subsequently posts online. Beatrice finds the picture online and posts a copy of it on her website with an attached Creative Commons license. The following best describes who owns the photos...

Arman owns the photos because he was the original creator and did not license the work.

8
New cards

What best describes how computing devices represent information?

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

9
New cards

When visiting a museum Lian takes a photo of a painting with a smartphone which stores the photo as an image file. Which of the following best describes the differences between the painting itself and the photo of the painting stored on the smartphone?

The photo is a digital representation of the analog painting

10
New cards

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

16

11
New cards

The following is true of how computers represent numbers

When a fixed number of bits some numbers are too large to represent in a computer which will lead to the overflow errors

12
New cards

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

9

13
New cards

convert the decimal (base-10) number 20 to binary (base-2)

10100

14
New cards

Which of the following binary (base-2) numbers is LARGEST?

11000000

15
New cards

Which of the following is true of lossy and lossless compression algorithms?

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