CSP Unit 1 Assessment
Which of the following binary (base-2) numbers is LARGEST? 10000000 01111111 00000011 10001111
10001111
Convert the decimal (base-10) number 23 to binary (base-2).
10111
Convert the binary (base-2) number 1011 to decimal (base-10).
11
How many total numbers can be represented with an 8-bit binary (base-2) system?
256
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.
Jorge 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?
D. The image will require fewer bits in order to be represented.
how do computers represent complex information
Patterns of bits , Depending on context the same sequence of bits may represent different types of information, Abstractions that are represented by computing devices include numbers, characters, and color.
how do computers represent numbers?
With a fixed number of bits some numbers are too large to represent in a computer which will lead to overflow errors.
Analog
an NONdigital representation of something, such as a drawing on paper.
How does a computer represent data
as bits of 0 or 1
Lossless Compression
data compression techniques in which no data is lost.
Lossy Compression
data compression techniques in which some amount of data is lost. This technique attempts to eliminate redundant information.