Answer:
I don't know I'm sorry I will tell you another answer asks me to
Consider the following code segment.
System.out.println("W");
System.out.println("X");
System.out.print("Y");
System.out.print("Z");
What is printed as a result of executing the code segment?
Answer:
W
X
After that an error would print and error
Explanation:
the last two statements are missing "ln"
Describe, with examples, the way in which a defect in software can cause harm to a person, to the environment, or to a company
Answer:
Losing jobs. Fire. Destruction of property.
Explanation:
Having a company shut down due to lack of protection and having people testify products unsafe. If software blows up it could cause desturction of property therefore causing the effect of many people losing their jobs.
Filtering out the details to leave the general characteristics is referred to as_____.
A. refinement
B. decomposition
C. pattern recognition
D. abstraction
Answer:
✔️ A. abstraction
Explanation:
Answer:
abstraction is correct
Explanation:
Correct all the mistakes in the following sentence:
When you proofread look for punctuation spelling and Capitalization Mistakes.
Answer:
When you proofread, look for punctuation, spelling, and capitalization mistakes.
Explanation:
Answer:
When you proofread, look for punctuation, spelling, and capitalization mistakes.
:]
Which stage of the systems development life cycle may involve creating flowcharts to communicate how the program should work?
Explanation:
There are usually six stages in this cycle: requirement analysis, design, development and testing,implementation, documentation, and evaluation. It is important to develop a plan of action to reduce delays and meet deadlines.
Systems development life cycle phases include planning, system analysis, system design, development, implementation, integration and testing, and operations and maintenance.
System flowcharts are a way of displaying how data flows in a system and how decisions are made to control events. To illustrate this, symbols are used. ... Data flow charts do not include decisions, they just show the path that data takes, where it is held, processed, and then output .
(01.01 LC)
Programmers perform which of the following tasks?
Build and maintain network connections
O Create web and mobile applications
O Design graphics for websites
Repair computers and servers
Answer:
Create web and mobile applacations
Explanation:
Programmers primarily build and maintain software applications, including web and mobile applications.
What is software?Programmers typically work with software, which is a collection of instructions and programmes that instruct a computer or other electronic device on what to do.
They create, test, and maintain software applications for desktops, mobile devices, and the web using programming languages such as Java, Python, and C++.
Programmers create and maintain software applications, such as web and mobile applications.
They may also design the application's user interface and user experience, but they are not typically in charge of designing graphics for websites.
Furthermore, while programmers may be involved in troubleshooting and resolving issues related to the software application they have created, they are not typically in charge of repairing hardware such as computers and servers.
Thus, the correct answer is "Build and maintain network connections".
For more details regarding software, visit:
https://brainly.com/question/985406
#SPJ2
Which step should Rupa take?
Insert tab, Tables group, Draw Table option
Insert tab, Tables group, Insert Table option
Insert tab, Tables group, Quick Tables option
none of the above
Complete Question:
Rupa would like to quickly insert a table into her document without having to worry about formatting the data in the table. Which step should Rupa take?
Group of answer choices.
A. Insert tab, Tables group, Draw Table option
B. Insert tab, Tables group, Insert Table option
C. Insert tab, Tables group, Quick Tables option
D. none of the above
Answer:
C. Insert tab, Tables group, Quick Tables option
Explanation:
Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.
In Microsoft Word 2019, the users are availed with the ability to edit the word document in the following view type;
I. View Mode.
II. Print Mode.
III. Drift Layout.
Quick tables refers to the pre-formatted or pre-created stored in building blocks galleries that are easily accessible to the end users at any time.
In this scenario, Rupa would like to quickly insert a table into her document without having to worry about formatting the data in the table. The steps which Rupa should take are click on Insert tab, Tables group and then select the Quick Tables option.
Pls help with this (20 points again)
Answer:
1. b
2. c
3. d
4. a
5. e
Choose the words that make the following sentence true.
Primary memory is
Answer:
Primary memory is computer memory that is accessed directly by the CPU
Explanation:
what is the best definition of inflation?
Which Internet connection type tends to use shared bandwidth?
Cable
Dial-up
DSL
ISDN
Answer:
try dial-up
Explanation:
Answer:
dial up
Explanation:
Which of the following identifies the two reasons why people may not purchase organic produce as often as conventionally grown produce?
the taste and the appearance of the produce
the cost and the convenience of the produce
the convenience and taste of the produce
the appearance and the cost of the produce
look at this question pls help
Answer:the taste and the appearance of the produce
Explanation:
What is this passage mostly
about?
Working together can help people
tackle difficult problems.
Giving a speech to the United Nations
can be challenging.
Learning about climate change begins
in school.
Collecting information can help set
new goals.
Answer:
working together can help people tackle difficult problems.
Explanation:
I did the Iready quiz.
What is a good starting point for data mining?
A. Data Visualization
B. Writing a Data dictionary
C. Non Parametric methods
D. creating a relational database
E. machine learning
Answer:
A is the answer
Explanation:
hope this help
It is a good starting point for data mining and that is A. Data Visualization.
What is the distinction among data mining and data visualization?Data Mining is a collection of various sports to extract special styles out of the massive facts units wherein facts units may be retrieved from special facts reassets while Data Visualization is a manner of changing numerical facts into graphical pics like significant 3-D images on the way to be used to analyData Mining data.
Data Visualization. Data mining is a manner of extracting beneficial information, styles, and developments from uncooked facts. Data Visualization refers back to the visible illustration of facts with the assist of complete charts, pics, lists, charts, and different visible objects. It comes below facts science.
Read more about the Data Visualization:
https://brainly.com/question/1822923
#SPJ2
Describe how tuples can be useful with loops over lists and dictionaries, and give Python code examples. Create your own code examples.
Your descriptions and examples should include the following: the zip function, the enumerate function, and the items method.
Answer:
i dont no
Explanation:
7.3.4: Find the Error
Answer:
my_string = "hello!"
# One of the two lines below will cause an error.
# Each line is an attempt to replace the first
# letter of myString with H. Comment out the
# line you think is incorrect.
# my_string[0] = "H"
my_string = "H" + my_string[1:]
print(my_string)
Explanation:
The numeric or alphanumeric error code is being used to identify the type of error. Following are the description of the error code in the given question:
Incorrect code:
my_string[0] = "H" // this line give the error that is "'str' object does not support item assignment".
Correct code:
my_string = "hello!"#defining the string variable that is "my_string"
my_string = "H" + my_string[1:]#using string variable that perform slicing and hold its value
print(my_string)#print my_string value
Code Explanation:
Defining the string variable that is "my_string".In the next line, the string variable is used that adds "H" to the first index value and performs slicing, and holds its value. Using the print method that prints the "my_string" variable value.Output:
Please find the attached file.
Find out more about the error here:
brainly.com/question/13106116
The web lab consists of which elements. Select all that apply. Group of answer choices Files Inspector Tool Preview Hints Work Space Instructions
Answer:
Inspector Tool
Preview
Work Space
Instructions
Explanation:
Web Lab is a function that incorporates HTML in web development. It has functions such as Workspace where the developer writes the body of the website. Preview helps the developer take a look at the final product of what he is creating. Instructions panel provides a list of the different types of html packages that the developer can chose from.
All of these options help the developer produce a website that is up to standard.
what is common for all machines
Answer:
the question is a bit vague, but all machines exist to serve a purpose, or to do or accomplish a certain task.
I really need help with this. I don’t have that long until I have to turn it in. Please hurry!
Answer:
a
Explanation:
what are the two main parts to a VR experience.
Answer:
The 2 main parts to a VR experience is getting comfortable and interacting with people in the VR if you have friends :3
Explanation:
:3
Hello my name is Phoenix I will like for you to friend me on Ro blox my user name is Jessiahcoleman and if u play BLOX fruits or something ill help u
Answer:
Free Points?
Explanation:
and my name is TSM_Holden23 if u ever want to play with me on ps4
Answer: ?
Explanation:
Write a Python program in Python-IDLE(in Script mode), save and upload in the
classroom for the following. 1) To calculate addition, subtraction, multiplication
of any 2 values which you will input while running the program. 2) To input 5
values, calculate total and average of those five values.
Your answer
A good technical writer will make one document for all audiences, no matter what age or ability. True or False? (I’ll give the crown)
Answer:
It is True
Explanation:
A writer wants to make there readers happy so they can get rich so..... I think it is true.
they brats so times.
Hope this helps
the dash area is used for typing and editing the text
Explanation:
document area is used for typing and editing the text
A school is creating class schedules for its students. The students submit their requested courses and then a program will be designed to find the optimal schedule for all students. The school has determined that finding the absolute best schedule cannot be solved in a reasonable time. Instead they have decided to use a simpler algorithm that produces a good but non-optimal schedule in a more reasonable amount of time. Which principle does this decision best demonstrate
Answer:
Heuristics
Explanation:
The principle that this kind of decision demonstrate is Heuristics , this is because Heuristics can be used to solve problems when there is no known algorithm to resolve the problem.
Heuristics is a simple algorithm that can provide a good but not optimal solution in the shortest possible time i.e. a shortcut to solutions
Answer:
a
Explanation:
PLEASE can someone give me some examples of activities I can put on a resume presentation?
I'm a freshman and I didn't really play any sports other than 8th grade volleyball. I really need some examples
Answer:
list down extracurriculars (e.x. maybe you attend piano lessons, or you attend an art class during the weekend, or you play football outside of school, etc.)
you can also list any volunteering you do on the side (e.x. maybe you volunteer at your local church or at the local animal shelter), whatever you think counts.
Does anyone know this? Can someone please help me? I’ll give brainliest!!
Answer:
c. HTML tags
Explanation:
Elgin is taking notes for his presentation about how people drink too much soda and other sugary drinks, and he finds information about how some cities and states are taxing sugary beverages at a higher rate to encourage people to make healthier choices. In which portion of Elgin's presentation does this information fit?
Answer:
a solution to the problem
Explanation:
In organizing his text, the move taken by some cities to help their citizens make better choices will fall into the part where he lists or proffers solutions to the excessive intake of soda and sugary drinks by people. Prior to this part, he might begin by explaining what the problem is, and including data that shows the impact of this problem in the society.
When concluding the text, he may now include details of how the government has intervened in remedying the situation.
A user calls to complain that her computer is behaving erratically. Some days it functions correctly, and other days, it crashes frequently. Sometimes, the system won't boot at all. You open the system case and notice the following: Two of the mounting screws are missing from the system hard disk drive. The system uses memory modules from several different manufacturers with mismatched capacities. Several capacitors on the motherboard are bulging and have a brown liquid oozing from them. The chassis fan on the front of the case is oriented to blow air into the system. What should you do
Answer:
Replace the motherboard.
Explanation:
The motherboard is the core of the computer. If the motherboard is oozing brown stuff, signifying that one of the sectors has been eroded or is about to disrupt, it needs to be replaced before further damage can be made.
The screws in the hard drive can easily be replaced.
As for the memory sticks, they will operate best if they were the same brand and the same memory size and hertz.
What are storage devices
Answer:
=>. storage devices are those devices that is used to store some data in it
It is very important device that gives a lot of benefits in our daily lives
we can also carry our data from one place to another