Which type of document should Omar print?

Answers

Answer 1

Well it depends on the topic he is doing. if it is a list then a plain doc with a list of numbers. if he is writing a letter then he should use the letter template.

Answer 2

Answer: A

Explanation:


Related Questions

Select the three statements that best describe benefits to testing a system.
allows you to capture the required behavior of the system
allowS you to correct inaccurate requirements
allowS you to have a good foundation from which to work
allows you to validate characteristics
allows you to verify the project scope
O allows you to create a prototype
allows you to provide a basis for testing

Answers

Answer:

Following are the three statements which best describe  benefits to testing a system.

Explanation:

First

Allows you to correct inaccurate requirements

Second

Allows you to validate characteristics

Third

Allows you to capture the required behavior of the system

Describe the scope of the variables in this code.

class pet:
def __init__(self,strSpecies,strName):
self.species = strSpecies
self.petName = strName

def __str__(self):
return self.species + " named " + self.petName

def changeName(self, newName):
self.petName = newName

class petCarrier:
size = 'medium'
color = 'red'

The scope of petName ______.

The scope of color is ______.

Accessible to the entire program
limited to the petCarrier class
limited to the pet class


(both of the blanks need one of those answers)

Answers

The scope of petName is local to the class pet.

The scope of color is accessible by all parts of the program.

How to interpret programming variables?

The variable petName is local to the class; This isdue to the fact that the variable was created in a function whose name begins with two underscores.

The variable color; This is created in the petCarrier class and is accessible to the entire function. This was not created in a function whose name begins with an underscore.

Read more about programming variables at; https://brainly.com/question/9238988

#SPJ2

Answer:

The scope of petName limited to the pet class

The scope of color is accessible to the entire program

Explanation:

edge

hi who plays among us

Answers

Answer:

Me

Explanation:

Lol

Answer:

used to, i like that the game is inexpensive and run well, i hate the thirst boys though

Explanation:

A company was asked to develop a smartphone app to help people locate a car of their choice to purchase from a complex of more than thirty used car dealers who all share a huge car lot. Name two features that that would be useful to potential customers.

Answers

Answer:

the gps and a map

Explanation:

Answer:

I think. it could be GPS and maps to but I may be wrong so yeah

Hi I will Venmo or cash app 50$ to whoever can get all my school work in a week 8th grade btw.

Answers

Answer:

i gotchu dawg

Explanation:

Answer:

UwU Can't, thanks for le points sowwy

Explanation:

In critical thinking, an argument is:
A reflection about someone's thinking
A pointless dispute with someone
An attempt to persuade someone
An explanation of something

Answers

c... it’s c ok.......................
An attempt to persuade because you want as many people on your side as you can get

2.3 pseudocode exercise on edhesive

Answers

Answer:

a=int(input("Enter a numerator: "))

b=int(input("Enter a divisor: "))

quotient=a/b

remainder=a%b

print("Quotient is: " + str(int(quotient)))

print("Remainder is: " + str(int(remainder)))

That's 2.3 question 1

a_ft = int(input("Enter the Feet: "))

a_inc = int(input("Enter the Inches: "))

b_ft = int(input("Enter the Feet: "))

b_inc = int(input("Enter the Inches: "))

sum_inc = a_inc + b_inc

# select the whole and the fractional part

inc_to_ft = sum_inc // 12

rem_from_div = sum_inc % 12

sum_ft = a_ft + b_ft + inc_to_ft

print("Feet: {} Inches: {}".format(sum_ft, rem_from_div))

That's 2.3 question 2

Explanation:

I wasn't sure which one you needed so I added both.

What is a composite primary key made up of?
O an autonumber field/
a reference to a different table
more than one field
multiple records in the table

Answers

Answer:

what

Explanation:

Sharl downloads images from an online library and uses them in her work. The images are shared under the Creative Commons Attribution (CC BY) license. What is she required to do to comply with the terms of the license?
A. share derivatives of the images on identical terms

B. acknowledge the sources of the images

C. use the images for noncommercial purposes

D. use the images in their original form, without modification​

Answers

Answer :

She needs to B. acknowledge the sources of the images

Why ?

As it is stated on the creativecommons . org :

"Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits."

As a result of the Internet, people today

use more mobile devices.

go to the movies more often.

no longer read newspapers.

no longer need computers.How long has the environment been a major issue in the United States?

Answers

Answer:

hi there, the answer is

a. use more mobile devices

hope this helps :)

have a good day!

Explanation:

i just took the quiz rnnn

Answer:A

Explanation:

edge 2023

As a sports store owner, the higher the price you charge for gear?

Answers

Answer:

The greater the profits no matter how high the price

it could be bottom left or bottom right because people won’t buy the gear if it’s to expensive losing profits

What is a product of respiration

Answers

Answer:

carbon dioxide and water

Explanation:

ten(10) examples of wearables or wearable technologies?​

Answers

Answer:read

Explanation:

airpods

headphones

earbuds

AirPods  pro

watch

fitbit (type of watch that counts your miles) &you can say workout watch&

VR set

technology bracelet

smart glasses

Smart ring

WILL GIVE BRAINLIEST!! 20 PNTS!!

A tree that shows how a webpage is laid out is called a-

A. Family Tree Document.

B. Diagram Object Model.

C. Document Object Model.

D. Document Graphic.

Answers

Answer:

B :)

Explanation:

.........

Hello! Thank you for asking this question on Brainly!

Your question is:

“A tree that shows how a webpage is laid out is called a-

A. Family Tree Document.

B. Diagram Object Model.

C. Document Object Model.

D. Document Graphic.”

The answer to your question would be B. Diagram Object Model.

According to Visual Paradigm, “An object diagram is a UML structural diagram that shows the instances of the classifiers in models. Object diagrams use notation that is similar to that used in class diagrams. Class diagrams show the actual classifiers and their relationships in a system.”

Have a great day!

<3

A client in Nebraska asks you to create a cover image that is 2000 pixels high by 1200 pixels wide for catalog that will be displayed on its website. Which of the following new documents types will you select for this new project?


Select one:
Art & Illustration
Web
U.S. Paper
Photo

Answers

Answer: WEB

Explanation: this is the correct answer.

The copy mouse pointer looks like a
white plus sign
O white arrow
white arrow with a small plus sign
black cross

Answers

I’m confused?????????



The admission booth at the show requires each person to enter their age. Then the following program executes (See image.): When age = 16, what action would the program execute?



A. print “16”
B. print “Student price is $8.”
C. print “14”
D. print “Student price is $14.”

Answers

the data represented by numeric whole-number values, either positive or negative, that do not have decimal points

A. Boolean

B. string

C. Float

D. integer

What is another name for repetition in programming?

A. duplication

B. replication

C. redundancy

D. iteration

All of the following are types of errors in a computer program EXCEPT

A. syntax

B. parameter

C. semantic

D. logic

17.

What is one way that programmers insert explanatory statements in their code?

A. for loops

B. compiling code

C. use comments

D. create variables

18.

Why is readable code important? Choose all that apply.

A. It is more fun to write.

B. It makes the purpose and flow of a program easier to understand and follow.

C. Anyone needing to work with the code in the future will have an easier time.

D. It will save time when it is time to update the program.  (MAYBE D AS WELL) if u are allowed to select more than 2

19.

All of the following are true about debugging except

A. debugging is not a necessary process

B. it is a process of identifying and eliminating errors in a software program

C. it is essential to produce high-quality programs

D. eliminating bugs is an important part of the program development cycle

20.

The type of conditional statement that tests if a condition is true or false

A. if

B. not

C. or

D. and

24.

Which best describes a computer bug?

A. a piece of computer hardware that is out of date or has a newer version

B. a piece of computer software containing defects that prevent a program from running properly

C. a piece of computer hardware that is being used improperly

D. a piece of computer software that is out of date or has a newer version

25.

Which set of variables will make code easier to understand?

A. a, b, c

B. sum, price, count

C. xii, xix, xxi

D. x, y, z

23.

An argument is different from a parameter in that an argument

A. refers to a piece of data to be supplied.

B. is a placeholder for a constant value.

C. is the data passed into a parameter.

D. is always variable.

Answer:

B. print "Student price $8."

Explanation:

B

Some people argue that it is acceptable to pirate digital media be a no one really gets hurt. How would you respond to someone who made that argument?

Answers

Answer: I say that it is not acceptable to pirate digital media. I say this because it is the exact same thing as cyber bullying.

Explanation:

Question 8 of 10
What can be defined as an information technology environment?
A. The tools and processes that surround us to gather and interpret
data
O B. The rules and regulations that government and businesses must
follow to be secure from hackers
C. The energy used to create and maintain technology
D. The buildings and materials that house computer services
SUBMIT

Answers

Answer:

C. The energy used to create and maintain technology

#Carry on learning po

How would a person giving a persuasive speech use projection to make a key point?

a. by talking at a faster pace
b. by using a louder voice
c. by pronouncing words clearly
d. by using an upward intonation

Answers

Answer:

B: by using a louder voice

Explanation:

if Edge quiz then B

Answer:

B: by using a louder voice

Explanation:

correct on e2020 :)

PLEASEEEEEEEEEEE HELPPPPPPPPPP MEEEEEEEEEEE
This software application can be used to organize, analyze, and illustrate data. Which one is it?

a.Excel
b.Outlook
c.PowerPoint
d.Word

Answers

The answer is excel

Hope this helps

What does the following loop do?

val = 0
total = 0

while (val < 10):
val = val + 1
total = total + val
print(total)

Prints the numbers backwards from 10 to 1.

Prints the sum of the numbers from 1 to 10.

Finds the average of the numbers between 1 and 10.

Prints the numbers from 1 to 10.

Answers

Answer:

Prints the sum of the numbers from 1 to 10.

Explanation:

YOU NEED BETTER INDENTATION

Total is the sum.

Each loop it's added

:)

Eric would like to have a callout text box that makes it look as if the character in an image is speaking. Which object should he insert into the Word document?
standard text box
WordArt
callout
shape
picture

Answers

Answer:

C: Callout shape

Explanation:

The object that should he insert into the Word document is the callout function. The correct option is b.

What is Microsoft Word?

A component of Microsoft Office is Microsoft Word. The office is a collection of Microsoft products that can be used on Windows or macOS and contains Word, PowerPoint, Excel, Outlook, and numerous other tools for both private and professional usage. They aren't the same thing; Microsoft Word is merely one of such app.

A callout function is one of the functions that specifies a callout and is implemented by a callout driver.

The following collection of callout functions makes up a callout: a notification processing notifying function. A function called classifying handles classifications.

Therefore, the correct option is b. callout.

To learn more about Microsoft Word, refer to the below link:

https://brainly.com/question/2579888

#SPJ5

How are charts inserted into a PowerPoint slide?
O Open the chart in Excel, click it and drag it into the slide.
O Double-click the chart in Excel, and click inside the slide to paste it into the presentation.
O Use the Copy tool to copy the chart from Excel and the Paste tool to insert it into the slide.
O Take a screenshot of the chart from Excel and paste it into the slide using the Paste tool.

Answers

It’s the third one.

if Z=52 and ACT=48 then BAT=​ with explanation??​

Answers

In the given code, A = 2, B = 4, C = 6,.... , Z = 52.
So, ACT = 2 + 6 + 40 = 48 and
BAT = 4 + 2 + 40 = 46

What do microphone means

Answers

Answer:

A tiny phone

Explanation:

It means a tiny phone

You defined a class and saved it as shoe.py.
Which line of code will allow you to use the class in another program?
from shoeClass import *
O import shoe from
O from shoe import
O import shoeClass from

Please hurry

Answers

Answer:

Import shoeClass from

Explanation:

You defined a class and saved it as a shoe. The line of code that allows you to see the class in another program is import shoeClass from. The correct option is d.

What is programming?

A form of computer programming language known as procedural programming describes a number of well-planned actions and processes during the course of its development.

It includes statements, functions, and commands that are organized systematically to finish a computing task or program. Its main focus is on developing procedures.

While object-oriented programming is a type of programming where the emphasis is on creating objects as opposed to actions and data or logic. Its four guiding principles are encapsulation, abstraction, polymorphism, and inheritance.

Therefore, the correct option is d. import shoeClass from.

To learn more about programming, refer to the link:

https://brainly.com/question/14368396

#SPJ5

Guys I need help I cant download anything in the app store I restarted my phone and I know it's not the space on my phone I have alot of space I exited the app store but I still can't download anything help ​

Answers

Can you give me further explanation? For example, how is your phone not letting you download things? What model of a phone is it? what update is it on? and to what extent can you download something?

What is the importance of renaming layers in GIMP?

Answers

Answer:

They allow for a more organized workspace. Specially in larger projects, having properly named layers helps keep things organized an sane.

Explanation:

What is output? Select all that apply. c = 3 while (c < 10): c = c + 2 print (c)

Answers

Answer:

5, 7, 9, 11

Explanation:

its on quizlet

Other Questions
is teetotalism is the extreme version of temperance? 35.A box is 1 m long, 40 cm high and 20 cm wide. What is the volume of the box in cubiccentimeters?I need help please thank you What would be the best first step to convert 5x-y=7 to slope intercept form?Question 1 options:Multiply both sides by -1-5x from both sides+5x to both sidesSubtract 7 from both sides A tie-dye kit with one T-shirt costs $15. Each additional T-shirt costs $4 more. Choose the explicit formula to represent the situation. A. an = 11 + 4n B. an = 4 + 15n C. an = 19 + 4n D. an = 15 + 4(n + 1) why was Georgia slower to support the revolutionary war than other colonies? A) many Georgia residents had gotten rich from trade with French and Spanish colonies.B) Georgia was concerned that a war would damage their strong relationships with the creek Indians.C) Georgia was the youngest colony and many of its older residents still had strong ties with Britain.D) Georgia recited more financial support from Britain than any other colony. 3 + 5x + 8 - 2x. Heheheheheheh 1) (3.1 x 10^1)(4.3 x 10^-6) Who is the inventor of the modern classification system? PQ is parallel to RSUse the diagram to findeasure of angle 2 The first ionization energies of the elements __________ as you go from left to right across a period of the periodic table Ther are several differences between chemical and physical changes. Which process is an example of a chemical change? Question 1 (2 points) What information do you need from a story to determine the theme?Question 1 options:What the characters say and do.The main plot events that happen in the story.The change that the main character goes through.All of the above Jared has a wooden board 11 ft long. He wants to cut it into two pieces so that the longer piece is 4 ft less than 4 times the length of the shorter piece.How long will each piece of board be? What are 3 words that describeSeparation of Power Would you rather find yourself rich with money or rich with love?10 sentence okay so who else on here is a stoner whos doing online school cuz regular school is just not it why is a rise in sea level significant? Find 4cos2a, if [tex] \cos(a) = \frac{ \sqrt{3} }{2} [/tex] what is this pls help these are finals A bag has 5 yellow marbles 3 red marbles and 2 blue marbles.Quinn randomly picks a marble from bag and returns it before another is picked. How many times would quinn expect to pick a blue marble if he picks a marble 200 times