AP Computer Science Principles Unit 3 Review

AP Computer Science Principles Unit 3 Review

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Practice

Practice

AP CSP Review 11Q

AP CSP Review 11Q

AP Computer Science Principles Unit 3 Review

AP Computer Science Principles Unit 3 Review

ap computer science

ap computer science

AP CS Principles Semester 1 Review

AP CS Principles Semester 1 Review

AP Computer Science Principles Unit 3 Review

AP Computer Science Principles Unit 3 Review

Binary Brilliance: ASCII and Its Binary Secrets

Binary Brilliance: ASCII and Its Binary Secrets

Binary and ASCII Quiz

Binary and ASCII Quiz

AP Computer Science Principles Unit 3 Review

AP Computer Science Principles Unit 3 Review

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

Robert Kramlich

Used 30+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

ASCII is a character-encoding scheme that uses a numeric value to represent each character. For example, the uppercase letter “G” is represented by the decimal (base 10) value 71. A partial list of characters and their corresponding ASCII values are shown in the table above.


ASCII characters can also be represented by binary numbers. According to ASCII character encoding, which of the following letters is represented by the binary (base 2) number 1010100?

N

P

T

W

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following decimal (base-10) values is equivalent to the binary (base-2) value 101001?

22

37

41

82

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What value does the above code segment display?

17

36

53

No value is ever displayed because the algorithm repeats the REPEAT UNTIL block indefinitely.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The above procedure check is called in a program after each time a True or False question is answered. If the user types in True True False True as their answers for four questions on a quiz, what should their overall score be?

25%

50%

75%

100%

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

ASCII is a character-encoding scheme that uses 7 bits (8 bits if you are using the extended ASCII table) to represent each character. The decimal (base 10) values 65 through 90 represent the capital letters A through Z, as shown in the table above.


Which ASCII character is represented by the binary (base 2) number 1000001?

A

B

C

D

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Sort the following numbers, that are written in different bases, in numerical order from smallest to largest:


2548 AE16 101011012

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following decimal values, when converted to binary (ignore leading zeros) have exactly 3 zeros in them?

Select two answers.

20

30

40

50