AP Comp Science Prinp Unit 1

studied byStudied by 2 people
0.0(0)
get a hint
hint

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

1 / 117

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

118 Terms

1

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

New cards
2
New cards
3

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

New cards
4

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

New cards
5

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

New cards
6

D. A computer represents information as bits which contains 8 bytes.

C. A computer represents data s bits which is either a 0 or a 1

New cards
7

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

New cards
8
New cards
9

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

New cards
10

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

New cards
11

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

New cards
12

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

New cards
13

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 difference between the painting itself and the photo of the painting stored on the smartphone?

New cards
14
New cards
15

A. Both the painting and the photo are analog

New cards
16

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

New cards
17

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

New cards
18

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

New cards
19

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?

New cards
20
New cards
21

A. 14

New cards
22

B. 15

New cards
23

C. 16

New cards
24

D. 17

C. 16

New cards
25
New cards
26

I believe this is because you cannot represent the number sixteen with only four binary bits. The highest you can go is 15.

New cards
27

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

New cards
28
New cards
29

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

New cards
30

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

New cards
31

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

New cards
32

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

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

New cards
33

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

New cards
34
New cards
35

A. 9

New cards
36

B. 10

New cards
37

C. 16

New cards
38

D. 17

A. 9

New cards
39
New cards
40

Refer to a flippy do, 1001 (1) = 2^3 (222) = 8, 0(null) 0(null) (1) = 2^0 (2*0) = 1

New cards
41
New cards
42

8+1 = 9

New cards
43

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

New cards
44
New cards
45

A. 10010

New cards
46

B. 00101

New cards
47

C. 11000

New cards
48

D. 10100

D. 10100

New cards
49
New cards
50

Refer to a flippy do, 10100 = (2^4 = 16, 0 , 2^2 = 4, 0 ,0) 16+4 = 20, so = 10100

New cards
51

which of the following binary base-2 numbers is LARGEST?

New cards
52
New cards
53

A. 11000000

New cards
54

B. 01111111

New cards
55

C. 00000001

New cards
56

D. 10111111

A. 11000000

New cards
57
New cards
58

A = 128 + 64 + 0 +0 +0 +0 +0 +0 =0 = 192

New cards
59

B= 0 + 64 +32 + 16 +8 + 4 + 2 + 1 = 127

New cards
60

C = 0+0+0+0+0+0+0 + 1 = 1

New cards
61

D. = 128 + 0 +32 + 16 +8 +4 +2 + 1 = 191

New cards
62

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

New cards
63
New cards
64

A. 127

New cards
65

B. 128

New cards
66

C. 255

New cards
67

D. 256

D. 256

New cards
68
New cards
69

Explanation: Add the total amount of add-able numbers in a 8-bit binary base-2 system.

New cards
70
New cards
71

2^0=1

New cards
72

2^1=2

New cards
73

2^2=4

New cards
74

2^3=8

New cards
75

2^4=16

New cards
76

2^5=32

New cards
77

2^6=64

New cards
78

2^7=128

New cards
79

1+2+4+8+16+32+64+128=255, but 00000000(which is 0) also counts as a number, so the answer is 256.

New cards
80

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

New cards
81

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

New cards
82

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

New cards
83

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

New cards
84

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.

New cards
85

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?

New cards
86
New cards
87

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

New cards
88

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

New cards
89

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

New cards
90

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

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

New cards
91
New cards
92

When a file is compressed it gives room for a lot of files to be fused into one for easy access and also to ensure that the files aren't too large for use later in the future.

New cards
93

Which of the following is true of intellectual property?

New cards
94
New cards
95

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

New cards
96

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.

New cards
97

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

New cards
98

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

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

New cards
99

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?

New cards
100

A. Modifying a piece of open source software.

New cards

Explore top notes

note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 36 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 182 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 4 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard92 terms
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard23 terms
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard42 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard28 terms
studied byStudied by 295 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard100 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(5)
flashcards Flashcard76 terms
studied byStudied by 17 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard153 terms
studied byStudied by 3 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard256 terms
studied byStudied by 175 people
Updated ... ago
5.0 Stars(3)