Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ishraq Hossain Individual Review Ticket #113

Open
Ishraqh1 opened this issue Dec 13, 2023 · 0 comments
Open

Ishraq Hossain Individual Review Ticket #113

Ishraqh1 opened this issue Dec 13, 2023 · 0 comments

Comments

@Ishraqh1
Copy link

Ishraqh1 commented Dec 13, 2023

Ishraq Hossain Review Ticket

2.1 Binary Video Notes:

  • Binary is a number system that uses two digits
      1. On
      1. Off
  • Bit: Represents the smallest data in computing
  • Byte: Group of 8 bits
  • Abstraction reduces complexity and allows us to focus on the main issue
  • Analog allows us to represent data by a continuous physical variable
  • Overflow Error: Calculation error if the number is larger than what it’s allowed to store
  • The computer’s available memory can be ideal where the range of numbers allowed is limited by the available memory

I took these notes before our team began their project. These notes were from the AP College Board Video which went over information about binary that was important for us to learn for the AP Exam. We went over information about Over flow error which was important for our understanding of the ranges which we used in our project.

Screenshot 2023-12-11 at 1 44 27 PM

This was one of our main commits. This commit creates a table at the top of the website that shows a +/- that shows how far each value is from the actual answer. It actually bolds the text when it is right and when it's wrong.

Screen Shot 2023-12-11 at 1 26 31 PM (1)

This photo essentially shows the front end design that I worked on. We created the bar at the top which would allow the user to see the range of the numbers, as well as if they're getting hotter or colder after each attempt. Another thing that I worked on was creating a message that showed if you were right or not, as well as creating a loading screen after each attempt.

Screenshot 2023-12-13 at 8 29 18 AM

The check number function is something I worked on which allows us to asses whether or not the projection made by the user is accurate or not. It is able to compare the guess with the actual random number generated. It also includes below that a max attempts function since only 3 attempts are given to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant