Filters
Question type

Study Flashcards

What statement accurately describes the analysis phase of the waterfall model?


A) In this phase, the programmers determine what the program will do.
B) In this phase, the programmers determine how the program will do its task.
C) In this phase, the programmers receive a broad statement of a problem that may be solved by the development of a program.
D) In this phase, the programmers bring together the various parts of a program into a smoothly functioning whole.

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Variables receive their initial values and can be reset to new values with an assignment statement.

A) True
B) False

Correct Answer

verifed

verified

In Python, \b is a escape sequence that represents a horizontal tab.

A) True
B) False

Correct Answer

verifed

verified

A semantic error is detected when the action that an expression describes cannot be carried out, even though that expression is syntactically correct.

A) True
B) False

Correct Answer

verifed

verified

Real numbers have infinite precision, which means that the digits in the fractional part can continue forever.

A) True
B) False

Correct Answer

verifed

verified

Functions that are always available in Python come from what module?


A) main
B) internal
C) __builtin__
D) __system__

E) C) and D)
F) A) and D)

Correct Answer

verifed

verified

The design phase of the waterfall model is also called the coding phase.

A) True
B) False

Correct Answer

verifed

verified

What print statement will output a single '\' character?


A) print('\')
B) print('\\')
C) print('"\"')
D) print('\\\')

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

What special character does the '\b' escape sequence generate?


A) It generates a border special character.
B) It generates a bold special character, causing all text after the character to be bolded.
C) It denotes a block of text follows the escape sequence.
D) It produces a backspace special character, which performs the same function as the backspace key.

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Programs rarely work as hoped the first time they are run.

A) True
B) False

Correct Answer

verifed

verified

Showing 41 - 50 of 50

Related Exams

Show Answer