How does taking notes improve academic success? Check all that apply.

Answers

Answer 1

Answer:

What are the options??

Explanation:

Answer 2

Answer:

1,3,4,5

Explanation:

I took the assignment


Related Questions

Which of the following BEST describes the relationship between the Boston Marathon bombing and biometrics?

Answers

Answer:

Because of the newly developed biometric technology, the FBI was able to

quickly identify two suspects.

The blurry photos released by the FBI after the bombing prompted

researchers to improve their early biometric software.

Because biometric technology was unavailable at the time, the Boston

Marathon bomber remains at large.

The Boston Marathon bombing made researchers aware of how biometric

technology is sometimes useless and ineffective.

Explanation:

What is the purpose of an End User License Agreement?

Answers

Answer: An End User License Agreement, or EULA for short, is a set of conditions under which a licensor gives a licensee permission to use a piece of intellectual property in the form of proprietary software. The licensor is the person or business that designed or developed the software.

Explanation:

Under fair use laws students can use as much digital content as they want as long as it is for educational purposes

Answers

Answer:

Is this a question you need help with or is it a fact that everyone should know?

Explanation:

anybody wana play 2k21

Answers

Answer:

no

Explanation:

no

Answer:I’ll play

Explanation:

Elias is writing poems and is formatting several to fit on a page that has been divided into columns. Which column break would allow him to end one poem and start the next poem on the same page?

Question 6 options:
next page
sequential
text wrap
continuous

Answers

Answer:

Explanation:

Column break continous

_________ is the primary measurement used to gauge your typing ability

Answers

Answer:

Words per minute

Explanation:

PLEASE ILL MARK BRAINLIEST
A ____ is a distinctive characteristic of a virus or virus family.
(this is computer stuff)

Answers

Answer:

it is a capsid

The __________ on a mouse is used to select or place the cursor where you want on the page

Answers

Answer:

It is called a scroll wheel . mouse has two buttons, usually it's the one on the left you'll press.

What is the purpose of the ISOWEEKNUM function?

determines how many workdays are in a certain week
determines how many workdays are in a certain month
determines what day of the year that date is
determines what week of the year that date is

ANSWER IS D

Answers

Answer is D
Stay safe !

Answer:

d

Explanation:

just took the Q edge

Please Help!

Choose all items that are characteristics of placing nested elements on a new line, using indentation.


A) makes HTML errors difficult to find

B) not required by a web browser

C) can cause web page display errors

D) makes HTML analysis and repair easier

E) done automatically by HTML authoring software

Answers

Answer:

Its B,D,E

Explanation:

Got it right on e2020

Answer:

B). not required by a web browser

D). makes HTML analysis and repair easier

E). done automatically by HTML authoring software

Btw cause this class can be a pain here are the answers to the rest of the assignment.

Slide 7/12:

The missing element is

C). <p></p>

Slide 9/12:

The missing tag is:

B). an end (closing) a tag

Slide 12/12:

The missing character is

D). an angle bracket

Explanation:

I just did the Part 3 on EDGE2022 and it's 200% correct!

Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)

What should students hope to get out of classroom discussions? Check all that apply.

Answers

Answer:

well you didnt put the selection but i would guess answers help a good conversation

Explanation:

Answer: classroom discussions are good, they help the students and this is kind of a discussion

Explanation:

Which item cannot be inserted into a header or footer of a document?

Answers

Answer:

All the above items can be inserted into either a header or a footer.

Please mark brainliest!

The items that cannot be inserted into a header or footer of a document is all the above items can be inserted into either a header or a footer. The correct option is d.

What is a header or footer?

A document is a type of information that can be stored electronically. Page numbers are generated automatically. Tables with columns and rows, pictures, shapes, and clipart can all be inserted into a document's header or footer. As a result, all of the items listed above can be inserted into the header or footer.

A header is text at the top of a page, whereas a footer is text at the bottom, or foot, of a page. Typically, these spaces are used to input document information such as the document's name, chapter heading, page numbers, creation date, and so on.

Therefore, the correct option is d, All the above items can be inserted into either a header or a footer.

To learn more about the header or footer, refer to the link:

https://brainly.com/question/4637255

#SPJ2

The question is incomplete. Your most probably complete question is given below:

Automatic page numbers

Tables with columns and rows

Pictures, shapes, and clipart.

All the above items can be inserted into either a header or a footer.

The fireworks were a lantern in the sky

Answers

Answer:

So your saying thst when a firework blows then it is a big lantern in the sky???

What can you do to prevent damage to a computer? Check all of the boxes that apply.

Keep your computer in a temperature- controlled room.

Tie cords in knots so they are shorter.

Dust your computer only when you see a buildup of dust.

Use surge protectors when you are away from home or school.​

Answers

Answer:

temperature-controlled room and surge protectors

Explanation:

Answer:

Keep your computer in a temperature- controlled room

Dust your computer only when you see a buildup of dust

Use surge protectors when you are away from home or school

Explanation:

just good

Choose all items that represent essential features of excellent navigation menu design.

uses clearly and simply labeled links

is consistently styled and located

contains a link to a site map

is intuitive and easy to use is available on all pages

in the site employs a drop-down list​

Answers

Answer:

A,B,D,E

Explanation:

Answer:

A- uses clearly and simply labeled links

B- is consistently styled and located

D- is intuitive and easy to use

E- is available on all pages in the site

What do you do when you have computer problems? Check all that apply. PLEASE HELP

Answers

Answer:

I ask my parents or call someone

Can you put the answers to the problem it would be a lot easier for me


And I would look up how to fix the problem on my own before paying someone....

I am stuck on these 2 questions. Can someone help me please?

6) Write a Python code to save the following dictionary in a CSV file.
dict = {1: "Hello", 2: "Hi", 3:"bye"]

7) Write a Python code to read the CSV file generated in the previous step
(1) to a Python dictionary.​

Answers

Answer:

My answer could not be submitted because of some signs and symbols in my solution.

So, I've added the answer and a comprehensive explanation as an attachment.

Note that the question is answered using Python programming language.

Explanation:

Lines that start with # are used to explain the program

See attachment

What refers to the way players get personally involved in a game, with the ability to influence the outcome?
ludonarrative
interactive fiction
participant observation
player agency

Answers

Answer:

player agency

Explanation:

Answer:

I think it's player agency

Explanation:

Player Agency: The player's ability to impact the story through the game design or gameplay

Write a program that inputs a filename from the user and prints to the terminal a report of the wages paid to the employees for the given period. The report should be in tabular format with the appropriate header. Each line should contain an employee’s name, the hours worked, and the wages paid for that period.

Answers

Answer:

filename = input("Enter file name: ")

file = open("filename", "r")

while file:

   line = file.readline()

   print(line)

file.close()

   

Explanation:

The python source code prompts the user for a file name (file extension included), opens the file and reads the content of the file to the end, one line at a time, and prints it.

Note that the file is closed at the end of the program to avoid leakage.

The program illustrates the use of file manipulation.

File manipulations are used to read from a file, and also write into it.

The program in Python, where comments are used to explain each line is as follows:

#This gets the file name

fname = input('Enter input file name: ')

#This prints the output header

print('Name\t\tHours\t\tTotal Pay')

#This iterates through each line of the file

for line in open(fname):

   #This gets the text on the current line

   cline = line.strip()

   #If the text is not empty,

   if cline != '':

       #This gets the name, wage and time worked on that line

       (name, wage, time) = cline.split()

       #This converts the time to integer

       time = int(time)

       #This calculates the total pay

       totalpay = float(wage) * time

       #This prints the employee details

       print(name,'\t\t', time,'\t\t' totalpay))

Read more about file manipulations at:

https://brainly.in/question/10211834

which of the following statements represents the pros and cons of being a broadcast technician? ​

Answers

Answer:

Regulatory practices provide more security for the consumer but may create monopolies in the industry, reducing consumer choice.

Explanation:

just did it

Write a program that asks the p34won to enter their grade, and then prints GRADE is a fun grade. Your program should repeat these steps until the user inputs I graduated

Answers

Answer:

Following are the code to this question:

def fun():#defining a method fun

  while True:#defining a while loop  

      g = input("Enter your grade: (I graduated) ")#defining variable g for input value

      if g == "I graduated":#defining if block to check string value

          return 0#return  

      print("{} is a fun grade".format(g))#use print method to print string value  

fun()#calling the method

Output:

Enter your grade: (I graduated) 1st

1st is a fun grade

Enter your grade: (I graduated) 2nd

2nd is a fun grade

Enter your grade: (I graduated) I graduated

Explanation:

In the given python code, a method "fun" is defined, and inside the method, a while loop is defined, which uses a variable "g" for input value from the user-end.

In the next step, if block is defined to check string a value and return a value 0, and use the print method to print the given value, and call the above method fun.  

The way a student prepares for a test or reviews academic material is referred to as

a study environment.
study habits.
study hall.
a study schedule.

Answers

Study habits ig













Dsksndjdjs

Software licensed as proprietary

is usually free of cost often has lower quality than other types.

does not permit source code changes.

is rare in today's marketplace.

can be redistributed by the user at will.​

Answers

Answer:

Does not permit source code changes.

Explanation:

Answer:

does not permit source code changes.

Explanation:

define operator precedence ? explain with an example.​

Answers

Answer:

Operator precedence determines which operator is performed first in an expression with more than one operators with different precedence. ... For example: '*' and '/' have same precedence and their associativity is Left to Right, so the expression “100 / 10 * 10” is treated as “(100 / 10) * 10”.

this might help,

your welcome arooja

Which best describes what happens when a formula is copied from one cell to another?
The cell references in the formula remain the same to match the cell that the formula is pasted into.
The cell references in the formula remain the same as they were in the original cell.
The cell references in the formula change to match the cell that the formula was copied from.
O The cell references in the formula change to match the cell that the formula is pasted into.
Hurry up

Answers

Answer:

b 2

Explanation:

b2

PLS help im in the middle of this test
If someone enjoys the technical aspects of production but does not enjoy working with a large number of people, which career option might be best?


photojournalist
videographer
camera operator
print journalist

Answers

Answer:

Videographer

Explanation:

They work with a small grade while the other have to have good people skills

Focusing on the general characteristics of a problem or object, while ignoring the details, is a technique called
O refinement
O abstraction
O decomposition
O pattern recognition

Answers

Answer:

Abstraction

Explanation:

In computer science, abstraction has a similar definition. It is a simplified version of something technical, such as a function or an object in a program. The goal of "abstracting" data is to reduce complexity by removing unnecessary information. At some level, we all think of computers in abstract terms.

To summarize means to
O. Directly quote the main idea
O. Communicate the main idea with supporting details
O. Explain the main idea’s significance
O. Condense the main idea into a few words

Answers

Answer:

To summarize is to explain the main idea in as few words as possible. So the answer is the last statement, to "Condense the main idea into a few words". Hope this helped.

Answer:

Its D

Explanation:

Hope it helped

When and how should resources be invested to close gaps between those who do and don’t use the Internet?

Answers

Answer:

To minimize the technological gap is necessary and not so hard.

Explanation:

The first form of solving it is to minimize the need to use the internet at home, so that users could save the data in some programs which could use afterward if needed, without the internet.

Access to the documents, books, and folders without the need for the internet would be the perfect solution.

The Internet has to be accessible in school so that the students who don’t have it at home could use the most of it in school. Also, the internet connection should be available in the spots around schools, cafes, libraries during the whole day.

Make the internet affordable for everyone.

Find and Explain 3 different sources of Kinetic Energy in your house that are utilized on a daily basis?

Answers

1.)When you turn on a light with a traditional incandescent light bulb, it gives off two forms of energy. There is the visible light that you see, as well as the warmth that it generates

2.) When you place a frozen pizza in the oven, you are heating it up and raising its temperature

3.) A light fixture that is plugged into a wall outlet and is turned on is another example of electrical energy
Other Questions
Why is Saul a significant leader in the history of the Hebrew people?Saul was a Hebrew judge who helped rule the tribes.O Saul united the 12 Hebrew tribes into the Kingdom of Israel.O Saul was responsible for the construction of Israeli temples.O Saul led the Hebrew tribes out of the desert and into Canaan. What arguments did the Federalists use to convince people to support the Constitution? What arguments did the Antifederalists use against them? Select the correct answer. Hormones are chemical molecules produced by glands. Vasopressin is a hormone secreted by the cells of the hypothalamus, a part of the brain. The hormone regulates homeostasis through its effect on the kidney cells. Which statement is true based on this information? A. All cells in the human body produce the same types of hormones. B. Specialized cells allow for different organs to work together to perform a function. C. Cells can work together only if theyre located in the same area of the body. D. All cells in the human body have the same structure and function. James W. Baker says that thanksgiving is an invented tradition Which expression has the same value as the one below?V8+ [4+(-9)]o 12+(-9)O-12+9O-4+(-9)04+(-9) How do I use Perfect Squares to estimate the Square Root of a number? Get dis one too fam and ull get a free 10 and brainliest Please answer the question below. Topic: Scale drawings Add 2/5 + 3/4 . Find common denominators? With a step by step example Molecules can cross cell membranes from areas of low concentration to areas of high concentration bybinding with carrier proteins and ATP. What is this process called?A. OsmosisB. EndocytosisC. Facilitated DiffusionD. Active Transport Visual Reading Tool: Inside a Chloroplast1. Fill in the reactants and products of the light-dependent and light-independent reactions ofphotosynthesis.Light-DependentLight-IndependentReactionsReactionsNADPHATPTHYLAKOIDADPSTROMANADP2. What is the NADPH responsible for?3. Where do the "light" reactions (light-dependent) take place? What should I name my cat? She is grey and has blue eyes Mr. Santos plants beans and squash in the areas shown in the model below. A model with 3 rows of 4, representing 12 acres of beans, and 3 rows of 7, representing 21 acres of squash. Which expression is equivalent to the sum of the two areas? 3 (4 + 7) acres 7 (3 + 4) acres 4 (3 + 7) acres 3 (3 + 7) acres FASTEST RIGHT ANSWER BRAINLIEST!!! PROJECT: USING ADVANCED FORMULASSuppose you own a small business with ten employees. Small businesses use spreadsheets for a variety of reasons.OBJECTIVESCreate a spreadsheet to track payroll.DirectionsCreate a spreadsheet to calculate the your company's payroll, or how much you pay each employee and the total you pay all employees.You pay your employees every two weeks, and for the last two weeks, your employees worked the following hours:Employee 1: 78Employee 2: 75Employee 3: 80Employee 4: 45Employee 5: 50Employee 6: 80Employee 7: 65Employee 8: 60Employee 9: 78Employee 10: 75Your spreadsheet should calculate:the total hours worked for each employeethe gross pay for each employee (pay rate is $12.50 per hour)the state income tax for each employee (use 5.7%)the Federal income tax for each employee (use 15%)Social Security for each employee (use 3.5%)the net pay for each employee by subtracting the income tax and Social Security from the gross paythe total gross pay, total state income tax, total Federal income tax, total Social Security, and total net pay paid to all employeesWhen you finish your spreadsheet, estimate your answers to check for accuracy. Make any necessary corrections. Use formatting techniques to make your spreadsheet easy to read. Upload your spreadsheet using the Upload tool in the box below. Part ASophia bought 9 red peppers for $5.40. PLEASE HELPFind the unit rate. Then use the unit rate to write an equation relating the cost in dollars c to the number of red peppers p. Which of the following accurately shows a set of skills needed for the PT career?A.emotionless, good at math, and able to stand for 8 hours per dayB.patient, technologically inclined, able to work alone for long hoursC.able to handle high stress, artistic, and friendlyD.able to lead large groups and speak in front of them The difference between the present reservoir, with its silent sterile shores and debris-choked side canyons, and the original Glen Canyon, is the difference between death and life. Glen Canyon was alive. Lake Powell is a graveyard. Which phrase best contributes to the author's sad tone? Which group of workers did Reagan fire after they did not return to their job in two days? Solve the inequality. 4x 7 < 5