Which of the following best describes the average amount of data stored per user for the first eight years of the applications existence?

REPEAT UNTIL (CAN_MOVE (forward) = false){ROTATE_RIGHT ()}MOVE_FORWARD ()BREPEAT UNTIL (CAN_MOVE (forward) = false){MOVE_FORWARD ()}ROTATE_RIGHT ()CREPEAT UNTIL (CAN_MOVE (right)){ROTATE_RIGHT ()}MOVE_FORWARD ()DREPEAT UNTIL (CAN_MOVE (right)){MOVE_FORWARD ()}ROTATE_RIGHT ()A file storage application allows users to save their files on cloud servers. A group of researchers gathered user datafor the first eight years of the application’s existence. Some of the data are summarized in the following graphs.The line graph on the left shows the number of registered users each year. The line graph on the right shows thetotal amount of data stored by all users each year. The circle graph shows the distribution of file sizes currentlystored by all users.

AP Computer Science PrinciplesTest Booklet2020 Practice Exam 1 MCQCopyright © 2021. The College Board. These materials are part of a College Board program. Use or distribution of these materials online or in print beyond yourschool’s participation in the program is prohibited.Page 17 of 57(note: 1 MB = 1,000 KB)19.Which of the following best describes the growth in the number of registered users for the first eight yearsof the application’s existence?AThe number of registered users increased at about a constant rate each year for all eight years.BThe number of registered users increased at about a constant rate for years 1 to 5 and then about doubledeach year after that.CThe number of registered users about doubled each year for years 1 to 5 and then increased at about aconstant rate after that.DThe number of registered users about doubled each year for all eight years.20.Which of the following best describes the average amount of data stored per user for the first eight years ofthe application’s existence?

AP Computer Science PrinciplesTest Booklet2020 Practice Exam 1 MCQCopyright © 2021. The College Board. These materials are part of a College Board program. Use or distribution of these materials online or in print beyond yourschool’s participation in the program is prohibited.Page 18 of 57AAcross all eight years, the average amount of data stored per user was about 10 GB.BAcross all eight years, the average amount of data stored per user was about 100 GB.CThe average amount of data stored per user appears to increase by about 10 GB each year.DThe average amount of data stored per user appears to increase by about 100 GB each year.21.Which of the following observations is most consistent with the information in the circle graph?AOver 75% of the files stored are 1 MB in size or less.BOver 75% of the files stored are 10 MB in size or less.COver 75% of the files stored are at least 100 KB in size.DOver 75% of the files stored are at least 1 MB in size.

AP Computer Science PrinciplesTest Booklet2020 Practice Exam 1 MCQCopyright © 2021. The College Board. These materials are part of a College Board program. Use or distribution of these materials online or in print beyond yourschool’s participation in the program is prohibited.Page 19 of 5722.

Upload your study docs or become a

Course Hero member to access this document

Upload your study docs or become a

Course Hero member to access this document

1 / 91

Which of the following actions is most likely to help reduce the digital divide?

Click the card to flip 👆

Terms in this set (91)

A certain social media application is popular with people across the United States. The developers of the application are updating the algorithm used by the application to introduce a new feature that allows users of the application with similar interests to connect with one another. Which of the following strategies is LEAST likely to introduce bias into the application?

Students also viewed

Other sets by this creator

Verified questions

Recommended textbook solutions

Which of the following best describes the average amount of data stored per user for the first eight years of the applications existence?

Which of the following best describes the average amount of data stored per user for the first eight years of the applications existence?

Other Quizlet sets

Which of the following is a true statement about the student's use of the computer scientist's search procedure?

Which of the following is a true statement about the student's use of the computer scientist's search procedure? The student is reusing the computer scientist's procedural abstraction by knowing what the procedure does without knowing how it does it.

Which of the following best describes one of the benefits of using an iterative and incremental?

Which of the following best describes one of the benefits of using an iterative and incremental process of program development? It helps programmers identify errors as components are added to a working program.

What is a benefit of storing the information from each calling session in a database?

Which of the following is most likely to be a benefit of storing the information from each calling session in a database? The company can analyze the calling session data and thereby make better business decisions.

Which of the following best explains how data is transmitted on the Internet?

Which of the following best explains how messages are typically transmitted over the Internet? The message is broken into packets. The packets can be received in any order and still be reassembled by the recipient's device.