MC #1
MC #2
VOCAB 1
VOCAB 2
MC #3
100

Amy is sending a large image file to a friend 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?

 A.   The image can no longer be represented using bits.

 B.   The image will have been converted into an analog form.

 C.   The image will require more pixels to display it on the screen.

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

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

100

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?

a. 17

b. 15

c. 14

d. 16

d. 16

100

A system that uses two symbols, typically 0 and 1, to represent data

Binary

100

The smallest unit of storage in a digital system

Bit

100

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? 

a. Both the painting and the photo are analog 

b. The photo is a digital representation of the analog painting 

c. Sampling can be used to determine whether the analog image is an accurate representation of the painting 

d. The phone can represent the photo in either digital or analog formats depending on the sampling technique that is used 

b. The photo is a digital representation of the analog painting 

200

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. Which of the following best describes who owns the photo?

 A.   Beatrice owns the photo because only holders of a Creative Commons license can own works online.

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

 C.   Arman owns the photo because it was granted a Creative Commons license by another person online.

 D.   Both own the photo because creating a copy makes it her intellectual property. 

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

200

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

a. 17

b. 16

c. 9

d. 10

c. 9

200

An error that occurs when a number is too large to be represented within the available number of bits

Overflow Error

200

An error that occurs when numbers are rounded during computations

Round off Error

200

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

a. 11000

b. 00101

c. 10010

d. 10100

d. 10100

300

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. Which answer best describes the type of compression Ryan should choose and why?

 A.   Lossless compression since it ensures perfect reconstruction of the photo.

 B.   Lossy compression since it ensures perfect reconstruction of the photo.

 C.   Lossy compression since it typically results in smaller data sizes.

 D.   Lossless compression since it typically results in smaller data sizes.

C.   Lossy compression since it typically results in smaller data sizes.

300

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

A. 10111111

B.   01111111

C.   00000001

D.   11000000



D. 11000000

300

 Data that is continuous and can have an infinite number of values

analog Data

300

Compression where no data is lost, and the original file can be perfectly reconstructed

Lossless compression

300

Which of the following best describes how computing devices represent information?

a.  A computer will either represent information as bits or bytes but not both 

b. A computer represents data as a byte which is either a 0 or a 1  

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

d. A computer represents information as bits which contain 8 bytes. 

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

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


A.   Modifying a piece of open source software. 


B.   Using open access research for which she does not acquire a license. 


C.   Failing to publish her work under a Creative Commons license. 


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

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

400

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

a. Lossy compression algorithms are used when perfect reconstruction of the original data is important.

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

C.   Lossless compression algorithms are only used to compress text data.

D.   Lossless compression algorithms only allow for an approximate reconstruction of the original data. 

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

400

A license that allows creators to specify how others can use their work

creative commons

400

A method that reduces file size by removing some data, which may affect quality

Lossy compression

400

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

a. 127

b. 128

c. 255

d. 256

d. 256

500

Which of the following is true of intellectual property?

 A.   Information created on a computer is not owned by anyone since only analog information is protected under copyright law.

 B.   You do not need to cite work created by someone else if both the original work and your use of it are in digital form.

C.   Creative Commons enables content creators to freely distribute their otherwise copyrighted work.

 D.   Creative Commons has severely hindered broad and open access to digital information 

C.   Creative Commons enables content creators to freely distribute their otherwise copyrighted work.

500

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

A.  Computing devices use patterns of bits to represent complex information

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

C.  Depending on context the same sequence of bits may represent different types of information

D.    Common abstractions that are represented by computing devices include numbers, characters, and color. 

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

500

Creative works such as inventions, music, and art that are protected by law

Intellectual property

500

 Data that is stored using binary digits

Digital Data

500

Which of the following is true of how computers represent numbers? 

a. Using a fixed but large number of bits can eliminate the possibility of round off error when representing numbers in binary 

b. With a large but fixed number of bits it is possible to eliminate either round-off errors or overflow errors, but not both. 

c. With a fixed number of bits some numbers are too large to represent in a computer which will lead to overflow errors.

d. Using a fixed but large number of bits, for example 128, eliminates the possibility of overflow errors  

c. With a fixed number of bits some numbers are too large to represent in a computer which will lead to overflow errors.