Question

ASCII number for the character a=97, d=100, e=101, D=68, then what is the ASCII number for...

ASCII number for the character a=97, d=100, e=101, D=68, then what is the ASCII number for the character b?

Solve it by using a Matlab Code

a) 65

b) 99

c) 98

d) 66

Homework Answers

Answer #2

Matlab Code for ASCII chart for characters a, b as follows:

for i = 32 : 63
    str = [num2str(i) ' ' char(i) '     '...
           num2str(i+32) ' ' char(i+32) '     '...
           num2str(i+64) ' ' char(i+64)];
    disp(str)
end

If we execute above we get all the AsCII Numbers in that we observe that b = 98

So option (c) is correct.

answered by: anonymous
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
What is ASCII "Hi" in hexadecimal (watch character case)? A. 48 49 B. 38 2F C....
What is ASCII "Hi" in hexadecimal (watch character case)? A. 48 49 B. 38 2F C. 28 69 D. 48 69 E. None of the above
*******please don't copy and paste and don't use handwriting **** Q1: Using the below given ASCII...
*******please don't copy and paste and don't use handwriting **** Q1: Using the below given ASCII table (lowercase letters) convert the sentence “welcome to cci college” into binary values. a - 97 b - 98 c - 99 d - 100 e - 101 f - 102 g - 103 h - 104 i - 105 j - 106 k - 107 l - 108 m - 109 n - 110 o - 111 p - 112 q - 113...
Calculate the number of passwords from the following character set {a, b, c, d, e}. Use...
Calculate the number of passwords from the following character set {a, b, c, d, e}. Use factorial or exponential notation to express your answer. Also calculate the integer answer. Assume the passwords contain 5 characters. There are two questions to be answered below. •   Number of passwords with character replacement. •   Number of passwords with no character replacement.
Using the table below, compute the correlation coefficient. X 20 21 22 23 24 25 26...
Using the table below, compute the correlation coefficient. X 20 21 22 23 24 25 26 Y 100 98 99 101 99 98 97 Select one: a. -0.9793 b. -0.5162 c. 0.5162 d. 0.9793
Student Grades Student Test Grade 1 76 62 2 84 90 3 79 68 4 88...
Student Grades Student Test Grade 1 76 62 2 84 90 3 79 68 4 88 84 5 76 58 6 66 79 7 75 73 8 94 93 9 66 65 10 92 86 11 80 53 12 87 83 13 86 49 14 63 72 15 92 87 16 75 89 17 69 81 18 92 94 19 79 78 20 60 71 21 68 84 22 71 74 23 61 74 24 68 54 25 76 97...
Question 9-15 are based on the random sample below which is obtained to test the following...
Question 9-15 are based on the random sample below which is obtained to test the following hypothesis about the population mean. Test the hypothesis that the mean is less than 80. 80 100 81 93 80 57 98 90 71 56 58 78 59 55 55 77 72 78 56 94 98 59 93 86 89 62 60 66 59 71 96 97 94 69 64 77 87 77 64 90 90 95 98 99 56 69 72 81 95...
Consider the below vector x, which you can copy and paste directly into Matlab. The vector...
Consider the below vector x, which you can copy and paste directly into Matlab. The vector contains the final grades for each student in a large linear algebra course. x = [61 52 63 58 66 92 64 55 76 60 70 78 76 73 45 63 97 70 100 76 50 64 42 100 67 81 81 59 68 62 72 99 66 76 81 59 47 84 67 75 63 86 73 44 51 69 48 74 61...
Since we are attempting to examine the behavior of a class of students, the behavior of...
Since we are attempting to examine the behavior of a class of students, the behavior of an individual (as we calculated in objective 1) is really of little concern to us. Assuming that there are 30 students enrolled for a typical class, use the central limit theorem to calculate the following:    •   What would be the shape of the distribution of the average class grade of these 30 students?    •   What would be the average class average of...
Your instructor's office number in the Bobby Chain Technology Center is TEC325. Without spaces, what is...
Your instructor's office number in the Bobby Chain Technology Center is TEC325. Without spaces, what is the ASCII code conversion in binary (b7b6b5b4b3b2b1) for your instructor's building designation (TEC)? Include a single blank space between each of the ASCII codes for the letters in your answer. Decode the following ASCII code: 1010000 1000101 1001101 1000100 1000001 1010011 For an AND gate, which of the following input combinations produces a LOGIC High output? a. x = 0 and y = 0...
8. Use the pulse rates in beats per minute​ (bpm) of a random sample of adult...
8. Use the pulse rates in beats per minute​ (bpm) of a random sample of adult females listed in the data set available below to test the claim that the mean is less than76 bpm. Use a 0.10 significance level. Pulse Rate​ (bpm) 85 58 65 87 85 98 97 101 74 64 40 99 67 68 100 64 100 68 44 60 61 36 56 96 89 68 40 82 51 44 35 77 72 71 101 79 89...