Final Exam Practice Questions

Sun Nov 23 2025
Facebook share linkTwitter/X share linkLinkedIn share linkReddit share linkReddit share link

See Exam 1 Practice Questions

See Exam 2 Practice Questions

Short Answer

  1. What are structures?

  2. What are the individual pieces of data inside of a structure called?

  3. What keyword is used to create a data type in C++?

  4. What is it called when a data type is used?

  5. How are fields accessed?

  6. Create a data type called Student with 3 fields: name (string), id (integer), grade (character).

  7. Create an array of 3 Students. In the last index of the array place the values: name is Mickey, id is 1955, grade is B.

Note: There will be no programming questions on the final.