New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

CompTIA FC0-U71 Exam - Topic 6 Question 9 Discussion

Actual exam question for CompTIA's FC0-U71 exam
Question #: 9
Topic #: 6
[All FC0-U71 Questions]

Given the following pseudocode:

10 READ Q,W

20 PRINT Q,W

30 GOTO 10

40 DATA 10,20,30,40,50,60,70,80,90,100

Which of the following best defines the type of data being used?

Show Suggested Answer Hide Answer
Suggested Answer: B

The DATA statement lists multiple values (10, 20, 30, etc.) which are stored sequentially and accessed in order, representing an array or list of data elements.

Other options:

Boolean is true/false,

Variable stores a single value,

Function performs operations or calculations.


Contribute your Thoughts:

0/2000 characters
Selma
2 months ago
Wait, are we sure it's not a function? That seems odd.
upvoted 0 times
...
Hubert
2 months ago
I thought it might be a variable, but now I'm not so sure.
upvoted 0 times
...
Herman
2 months ago
It's definitely an array. Those DATA values are a list.
upvoted 0 times
...
Sage
3 months ago
Totally agree, it's an array for sure!
upvoted 0 times
...
Kristal
3 months ago
No way it's Boolean, that's just true or false!
upvoted 0 times
...
Margret
3 months ago
I’m confused because I thought functions were involved in data processing, but this looks more like just storing values.
upvoted 0 times
...
Yoko
3 months ago
This question reminds me of a practice one we did where we had to identify data types. I feel like "Array" could be the right choice here.
upvoted 0 times
...
Delisa
4 months ago
I'm not entirely sure, but I remember something about variables being used to store single values, so that might not be it.
upvoted 0 times
...
Kimberlie
4 months ago
I think the data in the pseudocode is more like an array since it lists multiple values.
upvoted 0 times
...
Lavonna
4 months ago
I'm not too familiar with this type of pseudocode, but based on the structure and the DATA statement, I'm pretty sure the answer is B) Array.
upvoted 0 times
...
Dana
4 months ago
This seems straightforward. The array of numbers in the DATA statement is the type of data being used. I'll just need to double-check that the answer "Array" is the correct choice.
upvoted 0 times
...
Yolande
4 months ago
Okay, I think I've got this. The DATA statement is providing a list of numbers, so the type of data being used is an array. The loop is just printing out those array elements.
upvoted 0 times
...
Cassie
5 months ago
Hmm, I'm a bit confused by the pseudocode. Is this supposed to be a specific programming language? I'm not sure how to interpret the GOTO and DATA statements.
upvoted 0 times
...
Markus
5 months ago
This looks like a simple loop that reads in two values, prints them, and then repeats. The data being used is probably an array, since it's listed in the DATA statement.
upvoted 0 times
...
Crissy
5 months ago
I see your point, Novella, but I still think it's B) Array because the data is being accessed sequentially.
upvoted 0 times
...
Novella
5 months ago
I'm not sure, but I think it could also be C) Variable since the values are changing.
upvoted 0 times
...
Katie
6 months ago
I think it's a function. The GOTO statement looks like it's calling a function repeatedly.
upvoted 0 times
...
Stefania
6 months ago
I agree with Ellsworth, because the data is being stored in a list.
upvoted 0 times
...
Launa
6 months ago
Definitely an array. The pseudocode is clearly reading and printing a list of numbers.
upvoted 0 times
...
Ellsworth
7 months ago
I think the answer is B) Array.
upvoted 0 times
...

Save Cancel