AP Computer Science Principles: Internet, Exam Questions and answers, VERIFIED.
AP Computer Science Principles: Internet, Exam Questions and answers, VERIFIED. What is a bit? - -a single unit of data that can only have one of two values (such as a 1 or 0) What is a byte? - -Eight bits (e.g.) What is bandwidth? - -the transmission capacity of a system (measured by the amount of data (measured in bits) that can be sent in a specific amount of time) What is latency? - -time between the transmission and the receipt of a message How can number storage limitation cause overflow errors? - -Certain programs limit how many numbers they can store (e.g. if limit is 4 bits, then storage goes up to 1010). After a number that is long enough goes over the limit, it causes overflow, which returns an overflow error (e.g. infinity or NaN) What are floating point numbers? - -a binary version of scientific notation. It's called floating point because the decimal point "floats" to just after the first digit. (e.g. 2.1273647e+32) How can floating points lead to round-off errors? - -Floating points round off the last digits of a infinite/large number, which can cause a rounding that might be incorrect when manipulated (e.g. 1/3=0.3333, but when multiplied by 3, it states 0.99999 and not 1) What does an ethernet cable use? What are its features? - -It uses electricity to send bits. Best for close distances, but cheap and has potential signal los
Written for
- Institution
- AP Computer Science Principles
- Course
- AP Computer Science Principles
Document information
- Uploaded on
- December 18, 2023
- Number of pages
- 9
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
ap computer science principles internet exam qu