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

Python Institute Exam PCEP-30-02 Topic 1 Question 6 Discussion

Actual exam question for Python Institute's PCEP-30-02 exam
Question #: 6
Topic #: 1
[All PCEP-30-02 Questions]

What is the expected output of the following code?

Show Suggested Answer Hide Answer
Suggested Answer: A

Python is an interpreted programming language, which means that the source code is translated into executable code by an interpreter at runtime, rather than by a compiler beforehand. Interpreted languages are more flexible and portable than compiled languages, but they are also slower and less efficient. Assembly and machine languages are low-level languages that are directly executed by the hardware, while compiled languages are high-level languages that are translated into machine code by a compiler before execution.


Contribute your Thoughts:

Jesse
16 days ago
Ah, yes, the age-old question of how many asterisks can dance on the head of a pin. I'll go with B, just to be safe.
upvoted 0 times
...
Vicky
22 days ago
This code is as clear as mud. I'm guessing the answer is A and it doesn't produce any output at all.
upvoted 0 times
...
Rupert
28 days ago
The output is definitely D. The loop only runs once, so it'll just print a single asterisk.
upvoted 0 times
Yesenia
3 days ago
I think the answer is D.
upvoted 0 times
...
...
Ettie
1 months ago
I'm going with C. The code only prints two asterisks, since the loop only runs twice.
upvoted 0 times
...
Margret
1 months ago
This is a tricky one, but I think the correct answer is B. The code will print three asterisks, one on each line.
upvoted 0 times
...
Marla
2 months ago
Hmm, that makes sense too. Let's see what others think before we finalize our answer.
upvoted 0 times
...
Ocie
2 months ago
I disagree, I believe the expected output is C) * * because there are only two asterisks in the code.
upvoted 0 times
...
Marla
2 months ago
I think the expected output is B) * * * because there are three asterisks in the code.
upvoted 0 times
...

Save Cancel