Digital Codesap Calculus



View your scores and send them to colleges. Also, learn about AP awards and get answers to all your score-related questions.

You need your College Board account username and password to get your scores. If you forgot your username, use your email to recover it. If you forgot your password, reset it. Keep your account information confidential. Each year that you take AP, you’ll need your account information at the start of classes, so make sure to keep track of your username and password.

Get Your Scores

AP Calculus BC Homework; AP Calculus BC Notes; What to do if you miss class; Resources; ParentVUE; Archived Notes. Algebra 1 (2015 - 2016) Algebra 1 (2016 - 2017) Algebra 1 (2017 - 2018) AP Calculus AB (2014 - 2015) AP Calculus AB (2015 - 2016) AP Calculus AB (2016 - 2017) AP Calculus AB (2017 - 2018) AP Calculus BC (2014 - 2015). Pre Calculus, Calculus and Trigonometry (Udemy) Learn and understand calculus concepts, including trigonometry, by signing up for this comprehensive course on Udemy. Right from the types of functions to their minima and maxima limit, along with trigonometry and calculus concepts, this course has got you covered. The College Board. The College Board is a mission-driven not-for-profit organization that connects students to college success and opportunity. Founded in 1900, the College Board was created to expand access to higher education.

  • Sign in with your College Board account. Make sure it’s the same account that you used to register and enroll in your AP class sections.
  • If you've forgotten your username or password, recover them. Visit Forgot Username? to have your username sent to the email address used to set up your account. If you know your username but not your password, go to Forgot Password?.
  • Make sure we have your current email address. If you’ve changed your email address, update it in your account.
  • Don’t create a new account if you already have one. Duplicate accounts can cause delays in getting your AP scores. Sign in with the same account you used to register and enroll in AP class sections.
  • Visit Account Help for any other account questions. For more guidance and information, go to our help page.

Sending AP Scores

After you take an AP Exam, we send your score report to the college or university that you designated in My AP. Your score report is cumulative and includes scores for all the AP Exams you have ever taken, unless you requested that one or more scores be withheld from a college or canceled. When you go online you will be able to see your entire score report and score-send history. If you wish to send additional score reports to colleges, universities, and scholarship programs you can do so online for a fee. Learn more about sending your scores to colleges and universities.


Links to More AP Pages

Ever wonder what happens to your exam after exam day? How does your year of hard work become a score of 1–5? Find out.

Find out how AP Exams are scored Find out how AP Exams are scored

You control what colleges, universities, and scholarship programs receive. Learn more about your score reporting options, including sending scores, withholding scores and more.

Explore score reporting Explore score reporting

Get recognized. If you earn high scores on multiple AP Exams, you have the opportunity to earn AP awards and recognition.

Explore AP awards Explore AP awards
  • Digital Circuits Tutorial
  • Digital Circuits Resources
  • Selected Reading

In the coding, when numbers or letters are represented by a specific group of symbols, it is said to be that number or letter is being encoded. The group of symbols is called as code. The digital data is represented, stored and transmitted as group of bits. This group of bits is also called as binary code.

Binary codes can be classified into two types.

Calculus
  • Weighted codes
  • Unweighted codes

If the code has positional weights, then it is said to be weighted code. Otherwise, it is an unweighted code. Weighted codes can be further classified as positively weighted codes and negatively weighted codes.

Binary Codes for Decimal digits

The following table shows the various binary codes for decimal digits 0 to 9.

Decimal Digit8421 Code2421 Code84-2-1 CodeExcess 3 Code
00000000000000011
10001000101110100
20010001001100101
30011001101010110
40100010001000111
50101101110111000
60110110010101001
70111110110011010
81000111010001011
91001111111111100

We have 10 digits in decimal number system. To represent these 10 digits in binary, we require minimum of 4 bits. But, with 4 bits there will be 16 unique combinations of zeros and ones. Since, we have only 10 decimal digits, the other 6 combinations of zeros and ones are not required.

8 4 2 1 code

  • The weights of this code are 8, 4, 2 and 1.

  • This code has all positive weights. So, it is a positively weighted code.

  • This code is also called as natural BCD (Binary Coded Decimal) code.

Example

Let us find the BCD equivalent of the decimal number 786. This number has 3 decimal digits 7, 8 and 6. From the table, we can write the BCD (8421) codes of 7, 8 and 6 are 0111, 1000 and 0110 respectively.

∴ (786)10 = (011110000110)BCD

Digital Code Sap Calculus Questions

There are 12 bits in BCD representation, since each BCD code of decimal digit has 4 bits.

2 4 2 1 code

  • The weights of this code are 2, 4, 2 and 1.

  • This code has all positive weights. So, it is a positively weighted code.

  • It is an unnatural BCD code. Sum of weights of unnatural BCD codes is equal to 9.

  • It is a self-complementing code. Self-complementing codes provide the 9’s complement of a decimal number, just by interchanging 1’s and 0’s in its equivalent 2421 representation.

Example

Let us find the 2421 equivalent of the decimal number 786. This number has 3 decimal digits 7, 8 and 6. From the table, we can write the 2421 codes of 7, 8 and 6 are 1101, 1110 and 1100 respectively.

Therefore, the 2421 equivalent of the decimal number 786 is 110111101100.

8 4 -2 -1 code

  • The weights of this code are 8, 4, -2 and -1.

  • This code has negative weights along with positive weights. So, it is a negatively weighted code.

  • It is an unnatural BCD code.

  • It is a self-complementing code.

Example

Let us find the 8 4-2-1 equivalent of the decimal number 786. This number has 3 decimal digits 7, 8 and 6. From the table, we can write the 8 4 -2 -1 codes of 7, 8 and 6 are 1001, 1000 and 1010 respectively.

Therefore, the 8 4 -2 -1 equivalent of the decimal number 786 is 100110001010.

Excess 3 code

  • This code doesn’t have any weights. So, it is an un-weighted code.

  • We will get the Excess 3 code of a decimal number by adding three (0011) to the binary equivalent of that decimal number. Hence, it is called as Excess 3 code.

  • It is a self-complementing code.

Example

Let us find the Excess 3 equivalent of the decimal number 786. This number has 3 decimal digits 7, 8 and 6. From the table, we can write the Excess 3 codes of 7, 8 and 6 are 1010, 1011 and 1001 respectively.

Therefore, the Excess 3 equivalent of the decimal number 786 is 101010111001

Gray Code

The following table shows the 4-bit Gray codes corresponding to each 4-bit binary code.

Decimal NumberBinary CodeGray Code
000000000
100010001
200100011
300110010
401000110
501010111
601100101
701110100
810001100
910011101
1010101111
1110111110
1211001010
1311011011
1411101001
1511111000

Ap Calculus Questions

  • This code doesn’t have any weights. So, it is an un-weighted code.

  • In the above table, the successive Gray codes are differed in one bit position only. Hence, this code is called as unit distance code.

Binary code to Gray Code Conversion

Ap Calculus Bc

Follow these steps for converting a binary code into its equivalent Gray code.

  • Consider the given binary code and place a zero to the left of MSB.

  • Compare the successive two bits starting from zero. If the 2 bits are same, then the output is zero. Otherwise, output is one.

  • Repeat the above step till the LSB of Gray code is obtained.

Example

From the table, we know that the Gray code corresponding to binary code 1000 is 1100. Now, let us verify it by using the above procedure.

Given, binary code is 1000.

Step 1 − By placing zero to the left of MSB, the binary code will be 01000.

Step 2 − By comparing successive two bits of new binary code, we will get the gray code as 1100.