Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Chapter 2 Fundamentals of Programming Lambert Questions and Answers 100% Solved

Rating
-
Sold
-
Pages
2
Grade
A+
Uploaded on
23-06-2025
Written in
2024/2025

Chapter 2 Fundamentals of Programming Lambert

Institution
CMSC 132
Course
CMSC 132

Content preview

Chapter 2 Fundamentals of
Programming Lambert

What does a programmer do during the analysis phase of software development? -
answer Writes the algorithms for solving a problem.
-A programmer will write an algorithm for solving the problem during the analysis phase
of software development and analyses the efficiency of the algorithm while solving the
problem.

What must a programmer use to test a program - answer All possible sets of inputs.
-The performance of the program should be good in any condition and for all sets of
inputs, not only on a limited number of sets. For this reason, during testing, the program
is stress tested with many input sets.

What must you use to create a multi-line string? - answer A single pair of three
consecutive double quotation marks
-In python, a multi-line string starts and ends with three consecutive double quotation
marks.
For example, the following code in python (3),
print(""" HelloWorld""")
will produce output:
Hello World

What is used to begin an end-of-line comment? - answer# symbol
-In python, end of line ( or single line) comments are started using #
These lines are not interpreted by the interpreter.
For example:
print("1")
#print("2")
print("3")
will output:
1
3

Write an import statement that imports just the functions sqrt and log from the math
module. - answerfrom math import sqrt, from math import log

What is the purpose of the dir function and the help function? - answerThe purpose of
the dir() function is that it returns a list of symbols and names for any given object. The
purpose of the help() function is to display modules, functions, classes and keyword
documentation.

Written for

Institution
CMSC 132
Course
CMSC 132

Document information

Uploaded on
June 23, 2025
Number of pages
2
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$16.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Also available in package deal

Thumbnail
Package deal
CMSC 132 EXAM TEST COMPILED BUNDLE
-
18 2025
$ 124.12 More info

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Dreamer252 NBursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
494
Member since
3 year
Number of followers
297
Documents
21489
Last sold
1 day ago

4.0

120 reviews

5
64
4
23
3
18
2
2
1
13

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions