Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

USING ASSEMBLY LANGUAGE: Create a structure for a high school student. The structure should contain the following: student ID, name (first and last), birthyear, grade

USING ASSEMBLY LANGUAGE:

image text in transcribed

Create a structure for a high school student. The structure should contain the following: student ID, name (first and last), birthyear, grade history (you are only tracking 4 years of gpas for high school). Using the structure you created in the last question, write the code (just the fragment, not a whole program) to DECLARE a HS student (call it student1"). Put appropriate values in the structure based on how you previously defined it (name, ID, and birthyear values are up to you). Put in 4 gpas (your choice of values). Using what you did in the previous questions, declare an array of HS Student structures (just do 5). Write a loop (code fragment again, you don't have to write the entire program) that initializes the birthyear of each student to 2000 and sets the first GPA (of 4) to 2.5 Create a structure for a high school student. The structure should contain the following: student ID, name (first and last), birthyear, grade history (you are only tracking 4 years of gpas for high school). Using the structure you created in the last question, write the code (just the fragment, not a whole program) to DECLARE a HS student (call it student1"). Put appropriate values in the structure based on how you previously defined it (name, ID, and birthyear values are up to you). Put in 4 gpas (your choice of values). Using what you did in the previous questions, declare an array of HS Student structures (just do 5). Write a loop (code fragment again, you don't have to write the entire program) that initializes the birthyear of each student to 2000 and sets the first GPA (of 4) to 2.5

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago