(answer asap!! Giving brainliest if correct!)

As Teena proofreads her paper, what are the main types of things she's looking for?

A: sentence structure

B: ways to change the tone of the writing

C: places she could add more statistics

D: spelling and grammar errors

Answers

Answer 1

Answer: D Spelling and grammar errors

Explanation: took the test :P

Answer 2

Answer:  D

Explanation:

It's really simple because that's just the main thing you need to worry about!


Related Questions

For objects to communicate effectively with one another, each must know how the other object is implemented.

Answers

This statement is not entirely true. In fact, one of the principles of object-oriented programming is encapsulation, which means that an object should hide its internal implementation details from other objects, and only provide a well-defined interface for other objects to interact with it.

What does Encapsulation means?

Encapsulation promotes loose coupling between objects, which means that objects can communicate with each other without having to know the implementation details of each other. Instead, objects can interact through the public methods and properties that are provided by the other object's interface.

By using encapsulation, objects can be designed and implemented independently, and can be changed without affecting other objects that use them. This promotes flexibility and modularity in software design.

Therefore, it is not necessary for objects to know the implementation details of each other in order to communicate effectively. Instead, objects should communicate through well-defined interfaces, using messages and method calls, without exposing their internal state and implementation details.

To learn more about Encapsulation, visit: https://brainly.com/question/29036367

#SPJ1

CHALLENGE ACTIVITY
7.2.2: While loops.

A while loop reads integers from input. Write an expression that executes the while loop until a negative integer is read from input.

Ex: If the input is 20 19 -11, then the output is:

Integer is 20
Integer is 19
Exit


import java.util.Scanner;

public class IntegerReader {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int in;

in = scnr.nextInt();

while (/* Your code goes here */) {
System.out.println("Integer is " + in);
in = scnr.nextInt();
}

System.out.println("Exit");
}
}

Answers

Answer:

import java.util.Scanner;

public class IntegerReader {

public static void main(String[] args) {

Scanner scnr = new Scanner(System.in);

int in;

in = scnr.nextInt();

while (in >= 0) {

System.out.println("Integer is " + in);

in = scnr.nextInt();

}

System.out.println("Exit");

}

}

Consider the table MARKS and write SQL query for the question i to ii and find output for the given SQL query from iii to v.



i) Display the details of all Science students.
ii) Display the details of students who are in class 12 sorted by stipend.
iii) SELECT SNAME, GRADE FROM MARKS WHERE SNAME LIKE “%S” ;
iv) UPDATE MARKS SET STIPEND = STIPEND*2 WHEREGRADE = ‘C’ ;
SELECT STREAM, AVGMARK FROM MARKS WHERE AVGMARK > 90;

Answers

Answer:

i) Display the details of all Science students.

SELECT * FROM MARKS WHERE STREAM = 'Science';

ii) Display the details of students who are in class 12 sorted by stipend.

SELECT * FROM MARKS WHERE CLASS = 12 ORDER BY STIPEND;

iii) This query selects only the SNAME and GRADE columns from the MARKS table where the SNAME ends with the letter "S". The "%" sign is used as a wildcard to match any characters before the letter "S". This will display the SNAME and GRADE of all students whose names end with "S".

iv)This query updates the STIPEND column of the MARKS table, doubling the stipend value for all the students who have a GRADE of 'C'.

v)This query selects only the STREAM and AVGMARK columns from the MARKS table where the AVGMARK is greater than 90. This will display the STREAM and AVGMARK of all the students who have an average mark greater than 90.

Explanation:

Assuming the MARKS table has columns: ID, SNAME, CLASS, STREAM, STIPEND, GRADE, and AVGMARK, the SQL queries for the given questions are:

i) Display the details of all Science students.

SELECT * FROM MARKS WHERE STREAM = 'Science';

This query selects all the columns from the MARKS table where the STREAM is Science. This will display the details of all Science students.

ii) Display the details of students who are in class 12 sorted by stipend.

SELECT * FROM MARKS WHERE CLASS = 12 ORDER BY STIPEND;

This query selects all the columns from the MARKS table where the CLASS is 12 and sorts the result by STIPEND in ascending order. This will display the details of students who are in class 12 sorted by stipend.

iii) SELECT SNAME, GRADE FROM MARKS WHERE SNAME LIKE “%S” ;

This query selects only the SNAME and GRADE columns from the MARKS table where the SNAME ends with the letter "S". The "%" sign is used as a wildcard to match any characters before the letter "S". This will display the SNAME and GRADE of all students whose names end with "S".

Lesson 2: Installing System Devices
35.0 % Complete
Ö This Question: 07
A technician is installing new RAM in a company's workstations. The IT supervisor wants all computers
to have ECC RAM to ensure high levels of reliability. Which features are not associated with ECC RAM?
(Select all that apply)
A. The motherboard and the CPU must support ECC operation for it to be enabled.
B. Most motherboards support either UDIMMS or RDIMMs, but not both.
C. If a motherboard supports UDIMM, you can use both types synchronously.
D. Mixing non-ECC UDIMMS and ECC UDIMMS will work with each other.

Answers

Generally, if the motherboard supports ECC DDR3 memory, than one can substitute non-ECC DDR3 memory, but it's not recommended.

Why is it not recommended?

ECC (Error Correcting Code) memory is designed to detect and correct errors that occur during data storage or transmission, which can help improve system stability and reliability.

In the summary, while it has been technically possible to substitute non-ECC DDR3 memory for ECC DDR3 memory on a motherboard that supports ECC memory, it's generally not recommended for optimal system stability and reliability.

Therefore, Non-ECC memory, on the other hand, does not have this capability and may be more prone to errors.

Read more about DDR3 memory here:

brainly.com/question/30726056

#SPJ1

Other Questions
At the grocery store 5 apples cost 4.25. how much will one apple cost? Consider the following two antipoverty programs: (1) A payment of $10/day is to be given this year to each person who was classified as poor last year; and (2) each person classified as poor will be given a benefit equal to 20 percent of the wage income he earns each day this year. a. Assuming that poor persons have the options of working at $4/hr, show how each program would affect the daily budget constraint of a representative poor worker during the current year. b. Which program would be most likely to reduce the number of hours worked? HELP ASAPUse the square belowNKFind the mZOKLFind the m/MOLML Write and solve an equation for the following situation in order for a ladder to reach a height of 10 feet it needs to be placed at a 75 Chapter 2 - Microscopy - You have prepared a specimen for light microscopy, stained it using the Gram staining procedure, but failed to see anything when you looked through your light microscope. What Who is Hiccup's archnemesis from the book series? What are 2 use cases for executing anonymous apex code? First, take a walk through a forest, think about the last time you did so, or take a virtual nature walk or research a specific forest on the internet. Based on this experience, write a response using three or more complete sentences that includes the following:A list of at least six different components (living and non-living) you observed in the forest ecosystem. Your opinion regarding the health of the forest. Be specific, describing the observations used to form this opinion about the forest. Suggestions for how visitors can help protect one or more of the ecosystems in the forest. A description of your favorite recreational activity to enjoy in a forest, or an activity you hope to try soon. Then, describe one thing you can do to protect the forest ecosystem's health while participating in that activity The graph shows the total cost c of buying one parking pass and t tickets to a concert. Write an equation from the graph that could be used to find the total cost c if you buy one parking pass and t tickets to a concert. The following data show the different combinations of coffee and cars that can be produced by an economy, given a particular amount of resources, and a particular state of technology. Draw the corresponding production possibility frontier to answer the questions below:Type ofProductionProduction AlternativesABDEF100806040200Coffee(tons)Cars (units)0812151718i. Given the production possibility frontier above, can the economy produce the combination of 50 tons of coffee and 5 units of cars? What does this combination suggest about the use of the resources? Are they fully utilized?ii. Given the production possibility frontier above, can the economy produce the combination of 80 tons of coffee and 12 units of cars, and why?iii. What is the opportunity cost of increasing coffee production from 40 to 60 tons per year, assuming that resources are fully utilized?iv. What would be the cost of producing 3 additional units of cars if this economy were currently producing 80 tons of coffee and 5 units of car? Explain.v. What would happen to the production possibility frontier if a new production technique allows cars production to double? On the same graph, draw the new production possibility frontier.vi. What would happen to the production possibility frontier, if the resources available to the economy were to increase? Explain. TRUE OR FALSE - Dihydrogen Monoxide was banned due to health risks after being discovered in 1983 inside swimming pools and drinking water. Work done by the _?_ Caste in Ancient IndiaCarrying water and goodsPlowing fields and harvesting cropsWorking as servants in homes and shopsWhich groups name completes the title?Responses "She went through life holding on to Lil, with a piece of Lils skirt screwed up in her hand. Where Lil went, our Else followed. In the playground, on the road going to and from school, there was Lil marching in front and our Else holding on behind. Only when she wanted anything, or when she was out of breath, our Else gave Lil a tug, a twitch, and Lil stopped and turned round. The Kelveys never failed to understand each other. " The Doll's Housewhat inferences do you take about Lil and Else In "Because I Could Not Stop for Death," the House is a metaphor forClick here to read the poem. a place where the speaker can rest the place where the speaker is buried a garden that the speaker enjoyed the home where the speaker lived Plsssss help me I will give brainiest What is the least possible probability in any experiment 565 545 245 450 350How much money will they save monthly by the move to Oakland? such diversity in its product line is a policy of what hasgenerally come to be called "intrapreneurship." The basicidea is to allow employees of large corporations to behavewitkin the company as they would as individualentrepreneurs in the outside world. A model intrapreneuris Art Fry, a chemical engineer who in 1974 was workingin product development at 3M during the week andsinging in his church choir on Sundays.-The Evolution of Useful Things,Henry PetroskiRead the passage and use the information in thepassage and the rest of the reading to explain why thecompany was able to produce so many new products. data. Nina: 18 hours, 100%; Johannes: 10 hours, 80%; Al-Rahim: 2 hours, 50%; Caroline: 6 hours, 70%; Saul: 8 hours, 80% how do you determine if something is physical or chemical