Answer:
Design Phase
Explanation:
In design phase developers make prototypes. The prototype is the solution without actual implementation. That prototype is shown to the user for the purpose of getting feedback. So design phase of SDLC involves making improvements based on user feedback.
Answer:
Testing
Explanation:
When you test the game to see if it's fun you try to get feedback from users
hellllllllllp i need hlel dad
Steven wrote an algorithm for his coding class that explains how he puts on his shoes. Which is the correct sequence of steps that Steven used?
Place foot in shoe, untie laces, tie laces
Tie laces, place foot in shoe, untie laces
Untie laces, place foot in shoe, tie laces
Untie laces, tie laces, place foot in shoe
untie laces ,place foot in shoe, tie laces maybe?
what are the secure methods when transmitting data?
Answer:
Many secure transmission methods require a type of encryption. The most common email encryption is called PKI.
Explanation:
Lilly is new to her company. Give Lilly some advice about effective communication in an e-mail. Include a subject line.
Effective communication is an important aspect throughout all aspects of life, but it is especially important when in a new job. This is because your communication, or even lack of communication could very likely change you or a co-workers life. For example, let's say a co-worker needed you to do something, and you couldn't do it, but didn't tell them, then they could get into trouble and potentially fired for not doing the work that they entrusted to you. In some cases, they'll blame you, and you can get fired.
(I WILL GIVE BRAINLIEST) Which steps will delete an appointment?
left-clicking on the appointment and hitting delete on the keyboard
double-clicking on the appointment and hitting delete on the keyboard
right-clicking the Calendar folder and hitting delete on the keyboard
clicking the Calendar folder and hitting delete on the keyboard
Answer:
right clicking should be your answer
True or False? Jerry's company is beginning a new project, and he has been assigned to find a telecommunications tool that will improve operational efficiency. He lists the tasks that he wants the tool to be able to do. Then he does some research to find out what is available. The only thing remaining for Jerry to consider is where he can get the best deal on the technology.
Answer:
True
Explanation:
Answer:
It's false it took the assessment
Calling all engineers and tech geniuses. Brianliest for correct answer.
My cousin has this toy walkie talkie but it doesn’t work without a battery. I want to put a battery in but I don’t know what to put in because there is no label saying so.
Please help!
Which battery should I put in and where do I get it from???
Answer:
so id assume you need a battery like in the photo. to attach it you should be able to look at the top of the battery and just click the battery component onto the battery. sorry if im using the incorrect terms.
In a particular spreadsheet, the data in each cell is password protected. When cells are selected, the formula is visible
in the formula bar. Which is true?
O The cells are locked and hidden.
The cells are locked and unhidden.
The cells are unlocked and hidden.
O The cells are unlocked and unhidden.
Answer:
Explanation:
Locked and hidden
Question #1
Dropdown
You entered the following line of code in IDLE.
>>> guess = input("Enter a guess: ")
This is the result.
Enter a guess: 2
What data type is the variable guess?
string
int
float
Answer:
int
Explanation:
Here is the input:
"Enter a guess: 2"
The input is the number. The type of variable for whole number (number without a decimal point) is integer, or int in short form.
If the input would be:
"Enter a guess: Hello"
Then the type of variable would be string, because it's a text input.
And if the input would be:
"Enter a guess: 1.5"
Then the type of variable would be float, because it's a number with a decimal place.
In the variable guess the type of data type is int. The correct option is B.
What is a data type?A variable's data type and the kinds of mathematical, relational, and logical operations that can be performed on it without producing an error are classified as data types in programming.
Integral, Floating Point, Character, Character String, and Composite types are the five basic kinds of data types that are recognised by the majority of current computer languages.
Each broad category also includes a number of particular subtypes.
The most common integer data type in SQL Server is the int data type. When integer values may be larger than what the int data type can handle, the bigint data type is meant to be used.
Thus, the correct option is B.
For more details regarding data type, visit:
https://brainly.com/question/14581918
#SPJ5
Complete the steps for saving a presentation as a poi file,
Click on the File tab.
Next, click on
In the drop do
OR
Click on the F
Copy & Print
Next, click on
Last, click
Send
Save As
Answer:
Click on the F
Copy & Print
Next, click on
Last, click
Send
Save As
Explanation:
This is because save means it will save your file as the same you have made but drop do means to cut or don't save the file that's why it should be the second one means:Click on the F
Copy & Print
Next, click on
Last, click
Send
Save As
Does anyone know what these two things are?
Answer:
CDs/DVDs and a headset.
You should see the following code in your programming
import simplegui
def draw_handler(canvas);
# your code goes here
frame = simplegui.create_frame('Testing', 600, 600)
frame.set_canvas_background("black")
frame.set_draw_handler(draw handler)
rame.start()
Answer:
import simplegui
import random
def draw_handler(canvas):
for x in range(1000):
colorList = ["Yellow", "Red", "Purple", "White", "Green", "Blue", "Pink", "Orange"]
c = random.choice(colorList)
x = random.randint(1,600)
y = random.randint(1,600)
canvas.draw_point([x, y], c)
frame = simplegui.create_frame('Testing', 600, 600)
frame.set_canvas_background("Black")
frame.set_draw_handler(draw_handler)
frame.start()
Explanation:
I used a for loop, setting my range to 1000 which is how you create exactly 1000 points. Next, I defined my color array, my x randint value, and my y randint value. I set both the x and y randint values to 1 - 600 since the frame is 600x600. The rest is pretty self explanatory.
What does the Python print() function do?
Completes a calculation
Displays a string value
Sends a document to the printer
Shows a keyword
Answer:
B. Displays a string value
Answer:
the guy above is right
Explanation:
A MailTip is an instantaneous pop-up message that
warns users of bad email addresses.
forces the sender to check their grammar and spelling.
gives you real-time information about the message you are creating.
provides helpful hints on how to navigate the message controls.
Answer:
its (c)
Explanation:
Are DVD players, USBs, printers/scanners, guitar amps, satellite dishes, headphones, dishwashers, radios, and modern cars considered computers?
Answer:
yes
Explanation:
um ik for sure that a printer/scanner is a computer in a way^^
Answer:
yes they are considered!
Explanation:
they are conisdered computers due to having an interioir machine, which has been engineered to perfrom certain tasks, just like a computer.
How many comparisons will be done to find 8 in this list using a linear search?
2, 4, 6, 8, 10, 12
Answer:
I think 4 comparisons
What should you do in order to have access to the header and footer tools? Open the View tab. Open the Page Setup dialog box. Open the header or footer. Click and drag the header down to the footer.
Answer:
Step 1 - Open the View tab.
Step 2 - Open the Page Setup dialog box
Step 3 - Open the header and footer tool.
Step 4 - Click OK.
Explanation:
In order to access to the header and footer tools
Step 1 - Open the View tab.
Step 2 - Open the Page Setup dialog box
Step 3 - Open the header and footer tool.
Step 4 - Click OK.
Will GIVE BRAINLY
A list cannot use appendleft but a _____ can.
collection
deque
string
sequence
Deque, I now need 20 characters so... shsgufdhvuehugvuehvuhdvhhvueh
Answer:
dequeExplanation:
deque
write an overview of your opinion of Digital Access
Answer:
Digital access is the ability to fully participate in digital society. This includes access to tools and technologies, such as the Internet and computers, that allow for full participation. Unfortunately, not everyone has complete digital access and therefore, are not able to fully participate in digital society. The separation between those who have complete access and those who do not is referred to as the Digital Divide.
4.2.10: Multiplication Table: Create a program using a for loop which will print out the 4’s times table through 10.
I included my code in the picture below. Best of luck.
An else statement will be executed in what situation?
the if statement is true
the if statement is false
there is a syntax error
the elif statement is executed
Answer:
The second one.
Explanation:
An `else` statement is like the alternative route for the code. I like to put it in my own words like, "If the user puts a number insted of a letter tell them they did a good job! Else(Otherwise) Tell them they need to try again.
I hope I helped!
Answer:
b) the if statement is false
Explanation:
The else statement is performed if the if statement's condition is not fulfilled. An else statement executes if an if statement is false. The else statement gives the code a backup if the if statement fails. If the if statement fails, this might propose a different course of action.
An if statement may test whether an integer is even or odd by dividing it by two. This tells the computer whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is the computer that determines whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is. The else statement may show that the "number is odd" if the integer cannot be divided by two.
What is wrong with the following code?
numl = int (input("Enter a number: "))
numz = int (input("Enter a number: "D)
num3 = int (input("Enter a number: "))
print ("The average is: + (numl + num2 + num3/3)
The last line should be print ("The average is: (numl + num2 + num/3)
The variables should be lnum, 2num, Bnum
It needs a into command
It needs a stro command
Code:
numl = int (input("Enter a number: "))
num2 = int (input("Enter a number: "))
num3 = int (input("Enter a number: "))
print ("The average is:" + ((numl + num2 + num3)/3))
Answer:
It needs a str command
Explanation:
Given
The above code
Required
Determine and correct the error
At the last line of the code, there is an attempt to print the average of the three numbers.
However, this will return an error because:
In order to print the literal "The average is:" and the numeric value of (numl + num2 + num3)/3, a str command is needed.
This converts (numl + num2 + num3)/3 to a literal and then print without error.
So, the correct instruction is:
print ("The average is:" + str((numl + num2 + num3)/3))
12) --- In-Excel, Columns-are-labelled as
a) +A, B, C, etc
b)+1,2,3.etc
C-A1, A2, etc. 1
d)+ $A$1, $A$2. etc. I
Answer:
C-A1, A2, etc.
Choose the type of error described.
______ occurs when the result is wrong because of the programmer's mistake, such as multiplying two numbers when they should have been added
______ occurs when you use the wrong punctuation, such as print 'hello' without parentheses
______ occurs when the program starts running, but encounters an error such as trying to divide by zero
A. runtime
B. logical
C. syntax
Answer:
first scenario: B
second scenario: C
third scenario: A
hope this helps! :-)
Answer:
1.logical occurs when result is wrong
2.syntax occurs when the wrong punctuation is use
3.runtime occurs when program starts running
Explanation:
can someone help me on codehs. its 7.1.5: initials. here is what your supposed to do
Write a function called initials that will take a first and last name and return their initials using the following format:
initials("Tracy", "Turtle")
# => "T.T."
initials("Peter", "Parker")
# => "P.P."
Answer:
first = input( "What is your first name? " )
last = input( "What is your last name? " )
def initials():
print ("Your initials are: "+first[0]+"."+last[0]+".")
initials ()
Explanation:
it works when I test but it won't submit. Hope this helps
Following are the program to prints the initials of the input value.
Program Explanation:
Defining a class Main.Inside the class, a method "initials" is declared that takes two string variables "first, last" in the parameter.Inside the method, a return keyword is defined that uses the charAt method that returns the first character value of the parameters. In the next step, the main method is defined.Inside the main method, a print method is declared that calls initials method that accepts value in the parameter and prints its value.Program:
public class Main //defining a class Main
{
static String initials(String first, String last)//defining a String method initials that input two variables in the parameter
{
return first.charAt(0)+"."+last.charAt(0)+".";//using charAt method that returns first character value
}
public static void main(String[] as) //defining main method
{
System.out.println(initials("Tracy", "Turtle"));//using print method that calls initials method that accepts value in parameter
System.out.println(initials("Peter", "Parker"));//using print method that calls initials method that accepts value in parameter
}
}
Output:
Please find the attached file.
Learn more:
brainly.com/question/2810164
Where do you place the logical test argument in an IF function formula?
.before the IE function
.the first argument listed after IF
.the second argument listed after IF
.the third argument listed after IF
Answer:
The first argument listed after IF
Explanation:
When the two variables are listed next to each other, Excel will find and calculate the correlation between them.
Answer:
B. the first argument listed after IF
Explanation:
RIGHT ANSWER GETS BRAINLEST
Complete the code.
You are writing a loop to allow the user to enter data until they enter a "Q". You want to allow them to enter an upper- or lowercase "Q".
if yourTeam.
() == "q":
break
The options they give are:
Upper
Compare
lower
Answer:
sir i beleive lower is your answer, i know it isnt upper.
Explanation:
:D
Answer:
lower
Explanation:
i just did the quiz and got it right :)
Gina, an IT professional, noticed that the servers were running very slowly. She evaluated the system and made a recommendation to the workers at her company to improve the performance of the system. She told them that the most important thing they could do to help was to _____.
stop opening attachments
delete unneeded e-mail
log off the system for at least two hours each workday
limit the number of e-mails they replied to each week
Answer:
delete unneeded e-mail
Explanation:
this will free up space
Explanation:
once you delete unneeded emails you wont have an risk for an slower functioning work day
Explain why configuration is essential in planning a project.
Answer:
Configuration management system helps in managing versioning of project management plans, documents and project components. This system may include Change Control System. Because the major cause of taking a new version for a component, document or plan in a project is a change
What even is this. Can someone help please.
Answer: it’s a broken hard disk/drive.
Explanation: That screen usually shows when your hard drive is damaged or broken. You’ll most likely need a new one and download professional tools to recover any lost data