Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

CompTIA Exam FC0-U71 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:

Katie
22 hours ago
I think it's a function. The GOTO statement looks like it's calling a function repeatedly.
upvoted 0 times
...
Stefania
5 days ago
I agree with Ellsworth, because the data is being stored in a list.
upvoted 0 times
...
Launa
6 days ago
Definitely an array. The pseudocode is clearly reading and printing a list of numbers.
upvoted 0 times
...
Ellsworth
13 days ago
I think the answer is B) Array.
upvoted 0 times
...

Save Cancel