Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam PT0-002 topic 1 question 272 discussion

Actual exam question from CompTIA's PT0-002
Question #: 272
Topic #: 1
[All PT0-002 Questions]

Given the following script:



Which of the following describes True?

  • A. A while loop
  • B. A conditional
  • C. A Boolean operator
  • D. An arithmetic operator
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Cyber_Soter
1 week, 6 days ago
Selected Answer: B
While true is a loop, however True is a conditional of that loop. so I think it's B
upvoted 1 times
...
PeteyPete
2 weeks, 1 day ago
Selected Answer: B
B is the right answer and I’ve confirmed it with an expert!
upvoted 1 times
...
Big_Dre
2 months, 1 week ago
Selected Answer: A
The keyword True is used as the condition for the while loop.
upvoted 2 times
...
LiveLaughToasterBath
3 months, 1 week ago
Selected Answer: A
The condition in a while loop can be any boolean-valued expression. From hws.edu
upvoted 1 times
LiveLaughToasterBath
3 months, 1 week ago
free code camp: If the condition evaluates to True..... It's a conditional, I change my answer to B.
upvoted 1 times
...
...
[Removed]
5 months, 1 week ago
Selected Answer: C
True and False are boolean operators. A condition would be the entire line "While True:".
upvoted 1 times
...
DRVision
5 months, 3 weeks ago
Selected Answer: C
describe true, not the loop
upvoted 3 times
...
Alizade
6 months, 1 week ago
Selected Answer: A
The answer is A. A while loop.
upvoted 1 times
ElDirec
4 months ago
same as you could describe "while true" as a conditional. True is what we are describing, being a boolean, nothing else. Answer C
upvoted 1 times
...
Nelsito
6 months, 1 week ago
Isn't the "True" keyword itself a boolean operator?
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...