subject

Question 7 (True/False Worth 3 points) (01.02 LC)

High-level programming languages are considered less readable by humans because they are written in the computer's native machine code.

True
False
Question 8(Multiple Choice Worth 3 points)
(02.04 LC)

What is one way programmers notify users of program updates?

Magazine advertisements
Public service announcements
Recall notices
Version upgrades
Question 9(Multiple Choice Worth 3 points)
(02.04 LC)

What is the most effective way to document version control and change management?

Colorful posters
Detailed notes
Push notifications
Text messages
Question 10 (True/False Worth 3 points)
(01.04 LC)

In Python, the first character in a string has an index position of one.

True
False
Question 11(Multiple Choice Worth 3 points)
(02.04 MC)

Monica has been assigned to a project team that is responsible for creating a program that will involve calculating the square root of numbers. How can Python help the team rapidly develop this program?

Python has built-in libraries that eliminate the possibility of errors, so the team can skip the testing phase.
Python has built-in libraries that automatically make design improvements based on user feedback, so the team does not have to maintain the code.
Python has a built-in Math Module with a sqrt() function, so the team does not have to create code from scratch.
Python has a built-in Turtle Graphics Module with a forward() function, so the team can move along quickly.
Question 12(Multiple Choice Worth 3 points)
(03.02 MC)

Read the following code:

for count in range(80);
leo. forward(count * 2)
leo. left(count + 2)

There is an error in the for loop. What should be fixed?

Begin the statement with the proper keyword to start the loop
Change the semicolon to a colon after the statement
Place the loop condition outside the parentheses
Replace the parentheses around the range with quotation marks
Question 13 (True/False Worth 3 points)
(01.03 LC)

A runtime error means there is a problem with the computer's hardware, making it impossible to execute a program.

True
False
Question 14(Multiple Choice Worth 3 points)
(03.02 LC)

Why would a programmer use a for loop in Python?

To print an action a certain number of times
To print an action when a condition is true
To repeat an action a certain number of times
To repeat an action when the test condition is false
Question 15(Multiple Choice Worth 3 points)
(02.04 MC)

Tanisha and Raj are using the software development life cycle to develop a career interest app. They ran their code for the first time and have the results of their test. What should the team do next?

Analyze the scope of the project
Design the program by writing pseudocode
Identify bugs and document changes
Write the program code
Question 16(Multiple Choice Worth 3 points)
(02.04 MC)

How are the waterfall and agile methods of software development similar?

Both methods allow project teams to complete small portions of the entire project in small sprints and work on different steps simultaneously.
Both methods focus on development rather than planning, in order for project teams to work more quickly.
Both methods have project teams work on one step at a time and move on when the previous step is completed and approved.
Both methods require documentation so project teams stay on track and keep control over what version of the project they are working on.
Question 17(Multiple Choice Worth 3 points)
(01.04 LC)

What is the purpose of a string variable in Python?

To calculate values using characters
To create variable names with characters
To place value on certain characters
To represent a sequence of characters
Question 18(Multiple Choice Worth 3 points)
(01.03 LC)

Which of the following is an example of a runtime error in programming?

Not using quotation marks and parentheses to print a string literal
Printing an inaccurate fact, like print("Dogs have wings.")
Trying to perform an impossible task, like 5 / 0
Using camelcase when a variable name contains two or more words

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 06:30, jayjay5246
Which option correctly describes a dbms application? a. software used to manage databases b. software used to organize files and folders c. software used to develop specialized images d. software used to create effective presentations
Answers: 1
image
Computers and Technology, 23.06.2019 21:20, FlowerChild1229
For positive constants a and b, the force between two atoms in a molecule is given f(r) = −a r2 + b r3 , where r > 0 is the distance between the atoms. note: a and b are upper case letters. (a) find f '(r) = (b) find the critical point for f(r). r = (c) find f ''(r) = (d) find the value of r so that f ''(r) = 0.
Answers: 1
image
Computers and Technology, 24.06.2019 10:00, shrafe
Which two technologies support the building of single-page applications?
Answers: 2
image
Computers and Technology, 24.06.2019 16:00, miner12924owhu4d
5.a fishing rod is formed from a composite material of 0.5 kg of glass fibers embedded in a matrix of 0.5 kg of epoxy resin. the glass fibers are assumed to be long, continuous and unidirectional. to achieve a greater stiffness it is proposed to use a different composite that is comprised of long continuous carbon fibers that will be embedded in a matrix of 0.5 kg of epoxy resin. if the modulus of elasticity of the carbon fiber composite is 10% greater than the elastic modulus of the glass fiber composite, estimate the mass of carbon fibers that will be used to make the carbon fiber composite. assume the applied tensile stress is parallel to the direction of the long axis of the fibers. the epoxy resin, glass fiber, and carbon fiber have an elastic modulus of 5, 86, and 350 gpa respectively and a density of 1100, 2500, and 1800 respectively.
Answers: 3
You know the right answer?
Question 7 (True/False Worth 3 points) (01.02 LC)

High-level programming languages are...

Questions in other subjects:

Konu
Mathematics, 17.07.2019 23:20