ExamGecko
Question list
Search
Search

Question 352 - FC0-U61 discussion

Report
Export

A programmer needs to specify how to store a test score entered using a web form. Which of the following would be best to use?

A.
Variable
Answers
A.
Variable
B.
Vector
Answers
B.
Vector
C.
Constant
Answers
C.
Constant
D.
Array
Answers
D.
Array
Suggested answer: A

Explanation:

A variable is the best option to store a test score entered using a web form. In programming, variables are used to store data values that can change over time, such as user input. The variable can be set to store the score when the user submits it, allowing the program to manipulate or display the score later as needed.

Reference: The use of variables for data storage and manipulation is a basic programming concept covered in CompTIA IT Fundamentals and other introductory programming courses.

asked 02/10/2024
Barbara Bailey
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first