100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

APCSP Practice Test 100% Correct

Rating
-
Sold
-
Pages
51
Grade
A+
Uploaded on
17-06-2024
Written in
2023/2024

APCSP Practice Test 100% Correct What is the best explanation for digital data is represented in computers in binary? A. The binary number system is the only number system flexible enough to allow for representing data other than numbers. B. As a consequence of history: early pioneers of computing were making secret codes in binary, and this simply evolved into modern computing. C. It's impossible to build a computer machine that uses anything but binary to represent numbers. D. It's easier, cheaper, and more reliable to build machines and devices that only have to distinguish between binary states. - Correct Answer️️ -D. It's easier, cheaper, and more reliable to build machines and devices that only have to distinguish between binary states. What is the 4-bit number for the decimal number ten (10)? A. 0010 B. 1010 C. 0110 D. 0101 - Correct Answer️️ -B. 1010 What is the minimum number of bits you would need to encode the 26 letters of the alphabet plus a space - a total of 27 characters?LearnSafe PDF A. 2 bits B. 3 bits C. 5 bits D. 6 bits - Correct Answer️️ -C. 5 bits The next questions refers to the hexidecimal (base 16) number system: Number bases, including binary, decimal, and hexadecimal, are used to view and represent digital data. Which of the following is NOT true about representing digital data? A. At one of the lowest levels of abstraction, all digital data can be represented in binary using only combinations of the digits zero and one. B. Hexadecimal is used to represent digital data because hexadecimal representation uses only 1 digit to represent groups of 4 binary digits. C. Binary can be used to represent more complex, higher level abstractions, including but not limited to numbers, characters, and colors. D. There is a limit to the number of things that can be represented in binary data at which point switching to hexadecimal representation is necessary. - Correct Answer️️ - D. There is a limit to the number of things that can be represented in binary data at which point switching to hexadecimal representation is necessary. Consider the following numbers given in Binary (BIN), Decimal (DEC), and Hexadecimal (HEX) representations:LearnSafe PDF BIN: 1110 DEC: 13 HEX: F Which of the following lists the numbers in order from least to greatest? A. BIN: 1110, DEC: 13, HEX: F B. DEC: 13, BIN: 1110, HEX: F C. DEC: 13, HEX: F, BIN: 1110 D. HEX: F, DEC: 13, BIN: 1110 - Correct Answer️️ -B. DEC: 13, BIN: 1110, HEX: F A middle school is expanding to open a high school next year, doubling the total number of students. The school keeps a database in which each student's unique ID number is stored as an 8 bit number called studentID. Before the arrival of the new students almost every 8 bit number has already been assigned to a student. Which is

Show more Read less
Institution
CSP
Course
CSP











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
CSP
Course
CSP

Document information

Uploaded on
June 17, 2024
Number of pages
51
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

APCSP Practice Test 100% Correct What is the best explanation for digital data is represented in computers in binary? A. The binary number system is the only number system flexible enough to allow for representing data other than numbers. B. As a consequence of hist ory: early pioneers of computing were making secret codes in binary, and this simply evolved into modern computing. C. It's impossible to build a computer machine that uses anything but binary to represent numbers. D. It's easier, cheaper, and more reliabl e to build machines and devices that only have to distinguish between binary states. - Correct Answer ✔️✔️-D. It's easier, cheaper, and more reliable to build machines and devices that only have to distinguish between binary states. What is the 4 -bit number for the decimal number ten (10)? A. 0010 B. 1010 C. 0110 D. 0101 - Correct Answer ✔️✔️-B. 1010 What is the minimum number of bits you would need to encode the 26 letters of the alphabet plus a space - a total of 27 characters? LearnSafe PDF A. 2 bits B. 3 bits C. 5 bits D. 6 bits - Correct Answer ✔️✔️-C. 5 bits The next questions refers to the hexidecimal (base 16) number system: Number bases, including binary, decimal, and hexadecimal, are used to view and represent digital data. Which of the following is NOT t rue about representing digital data? A. At one of the lowest levels of abstraction, all digital data can be represented in binary using only combinations of the digits zero and one. B. Hexadecimal is used to represent digital data because hexadecimal repr esentation uses only 1 digit to represent groups of 4 binary digits. C. Binary can be used to represent more complex, higher level abstractions, including but not limited to numbers, characters, and colors. D. There is a limit to the number of things that can be represented in binary data at which point switching to hexadecimal representation is necessary. - Correct Answer ✔️✔️-
D. There is a limit to the number of things that can be represented in binary data at which point switching to hexadecimal represen tation is necessary. Consider the following numbers given in Binary (BIN), Decimal (DEC), and Hexadecimal (HEX) representations: LearnSafe PDF BIN: 1110 DEC: 13 HEX: F Which of the following lists the numbers in order from least to greatest? A. BIN: 1110, DEC: 13, H EX: F B. DEC: 13, BIN: 1110, HEX: F C. DEC: 13, HEX: F, BIN: 1110 D. HEX: F, DEC: 13, BIN: 1110 - Correct Answer ✔️✔️-B. DEC: 13, BIN: 1110 , HEX: F A middle school is expanding to open a high school next year, doubling the total number of students. The scho ol keeps a database in which each student's unique ID number is stored as an 8 bit number called studentID. Before the arrival of the new students almost every 8 bit number has already been assigned to a student. Which is the most accurate description of h ow the school could modify the way studentID is represented in the database to ensure each incoming student receives a unique ID? A. Add a bit to studentID to double the number of IDs that the database can represent. B. Double the number of bits in studentID to double the number of IDs that the databases can represent. C. Keep using an 8 -bit number for studentID but reserve the first bit to indicate middle school or high school. LearnSafe PDF D. Remove a bit from studentID to make room for incoming students. - Correct Answer✔️✔️-A. Add a bit to studentID to double the number of IDs that the database can represent. NOTE: Doubling the number of bits would obviously make room for more student IDs, but it's inaccurate to say that that doubles the number of possible IDs. If the number of bits went from 8 to 16, it's 256 TIMES AS MANY possible ids. 8 bits = 256 values and 16 bits = 65,536 IDs. A user clicks on a website, and it begins to load immediately, but it takes a long time to load completely and pictures appear slowly, one by one. Which of the following is demonstrated through this situation? A. High bandwidth, high latency B. Low bandwidth, high latency C. High bandwidth, low latency D. Low bandwidth, low latency - Correct Answer ✔️✔️-D. Low bandwidth, low latency 8 bits is enough to represent 256 different numbers. How many total bits do you need to represent 512 (twice as many) numbers? A. 9 bits B. 10 bits C. 16 bits LearnSafe PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
OliviaWest Teachme2-tutor
View profile
Follow You need to be logged in order to follow users or courses
Sold
106
Member since
1 year
Number of followers
17
Documents
8528
Last sold
1 day ago
Pure Orchid Haven.

All Documents,and package deals offered by seller Olivia West.

2.8

22 reviews

5
6
4
2
3
4
2
1
1
9

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions