The term 'aspect ratio' is a specification of ...
A. software.
B.
paper size.
C. printers.
D. monitors.
(1)

Answers

Answer 1

Answer:

I believe the correct aswer is D. Monitors

Explanation:

The aspect ratio of a display device is the proportional relationship between the width and the height of the display. It is expressed as two numbers separated by a colon (x:y), where x corresponds to the width and y to the height. Common aspect ratios for displays, past and present, include 5:4, 4:3, 16:10 and 16:9.

I hope that help!

The Term 'aspect Ratio' Is A Specification Of ...A. Software.B.paper Size.C. Printers.D. Monitors.(1)

Related Questions

match the technology term with its definition

Answers

Answer:

there is no picture

Explanation:

Write a line of code in python that prints the integer portion of the number 21.45.

Answers

Answer:

print("21")

Explanation:

the integer is a whole number not a float, the part of the decimal which is a whole number is 21

thank me later

While working in a group of two the members are not getting along. You bring the two members together so they can discuss this issue. The issue is that neither member wants to work on the actual research they both just want to create the presentation. They work together through the steps of conflict resolution and agree to share the research and work together on creating the presentation

What step of the conflict resolution process is this?

A) agree upon the problem
B) brainstorm possible solutions
C) identify the issue
D) negotiate a solution

Answers

Answer:

D)

Explanation:

At first the two members just want to create the presentation but work together and agree to share the research and work together on creating the presentation.

The conflict resolution is more than agree upon problem, identify issue or brainstorm solutions. The answer is D) negotiate a solution.

Answer:

D) negotiate a solution

Select L for the items that refer to General Lee, H for General Halleck, and M for General McClellan.


removed from command twice for being overly cautious

Choose.

felt a victory in the North would turn public opinion against the war

Choose.

retreated to Washington, leaving the Confederates free to attack the North

Choose.

stopped the Confederate Army at Antietam

Choose.

was offered command of Union Army after Fort Sumter

Choose

Answers

The letters that represent the names of the individuals associated with the various actions are; M, L, H, M, L

What were the Activities of Railroad Presidents?

1) The person that removed from command twice for being overly cautious was General McClellan.

2) The person that felt a victory in the North would turn public opinion against the war was General Lee.

3) The person that retreated to Washington, leaving the Confederates free to attack the North was General Halleck

4) The person that stopped the Confederate Army at Antietam was General McClellan.

5) The person that was offered command of Union Army after Fort Sumter was General Lee.

Read more about history of railroad Presidents at; https://brainly.com/question/25997960

. A _____ is a listing of goods and services. an it stores the information about items in a database, usually on a separate computer that is accessible to the server that is running the Web site itself.

Answers

Answer:

A  stores the information about items in a database, usually on a separate computer that is accessible to the server that is running the web site

Explanation:

Discuss whether or not something has to be "fun" to be considered a game. Defend one position but include at least one argument for each side; you may include "one scholar argued that XYZ" as an argument for/against your position.​

Answers

Answer:

Games do not have to be fun to be games. But most are fun. Games can just be a more interesting form of a simulation, a platformer, or a digital universe you may be interested in. For that very case, one scholar argued that, "Games are games, and fun is games, too." And then, another scholar argued, "Games should be fun." Lastly, a 3rd argues that games do not have to be fun, supporting our opinion. With this knowledge, no further, we come to a conclusion.

In conclusion, games are just an interesting escape from our everyday lives. They do not have to be fun. They just need to be good.

Answer:

well, if its not fun, then its not really played, and then it becomes forgotten like the game almost doesn't exist making it not a game?

Explanation:

da answer above is better ._.

In a certain country, a person must be at least 16 years old to drive a car and must be at least 18 years old to vote. The variable age represents the age of a person as an integer. Which of the following expressions evaluates to true if the person is old enough to drive but not old enough to vote, and evaluates to false otherwise?
I. (age ≥ 16) AND (age ≤ 18)
II. (age ≥ 16) AND (NOT(age ≥ 18))
III. (age < 18) AND (NOT(age < 16))

Answers

Answer:

i. (age >= 16) AND (age <= 18)

Explanation:

What the statement means is that it will only be true if the person is older than or 16 and younger than or 18.

That means that if either one is not true, the entire statement won't be either, as it requires both to be true to work.

The other 2 statements use NOT which changes the value. This means that if someone is less than 18, which is supposed to be true, the not statement will change it so that it's not.

I hope this makes sense :)

Actives? Need help with my homework

Answers

Answer:

yea just find it

Explanation:

Who knows about creating "A Discord Bot With Python"
Only answer if you have experience

Answers

Answer:

I have!

A discord bot helps you automate tasks on the server. It's easier to manage and welcome new users, moderate, and more.

im a dev on discord

 

1 Go to the Discord Developer Portal (https://discord.com/developers/applications)

2 Click on the "New Application" button and give your application a name

3 Go to the "Bot" tab and click "Add Bot" to create a bot account for your application

4 Make sure to copy your bot's token as you will need it later

5 Open your terminal or command prompt and run pip install discord.py

6 Create a new Python file in your project folder and name it something like bot.py

7 Import the Discord.py library and create a new client object

8 Add an event listener for the 'message' event to listen for messages in the server and respond to them

9 Add the bot token to the client object:

client.run('your-bot-token-here')

10 Run the bot

   In your terminal, run python bot.py to start the bot

   

11 If everything is working, you should see a message in the console that says "Logged in as [your bot's name]!"

Get the binary value of your first name initial. Show your solutions and checking.


First name: _____
First name initial: V
Convert: ______​

Answers

Answer:

01010110

Explanation:

The binary value of V is 01010110

Help me to answer this​

Answers

Answers are in bold

  1*2;  C2   7+A6-5; undefined   (5*3)-8; D2   9/3; C1   7+10-9+8; undefined

Ignore the non-bold values because they are there to number each problem 1 through 5 (rather than be part of the numeric answers).

=======================================================

Explanation:

Problem 1

The notation =C3*C2 means we multiply the numbers in cells C3 and C2. A cell like C3 means we look at column C and row 3. The value 1 is in cell C3. The value 2 is in C2. Therefore =C3*C2 becomes 1*2 = 2. The result 2 is in cell C2.

----------------------

Problem 2

According to the table:

D2 = 7A6 = undefinedD1 = 5

I mentioned A6 is undefined because the table only goes to row 3, and not row 6. I'm not sure if this is a typo or intentional. Since A6 is undefined, the result of =D2+A6-D1 is also undefined.

----------------------

Problem 3

The table shows

D1 = 5C1 = 3B3 = 8

So, =(D1*C1) - B3 becomes (5*3)-8 and that fully simplifies to 7, which is found in cell D2.

----------------------

Problem 4

We have

D3 = 9C1 = 3

Therefore, =D3/C1 = 9/3 = 3 which is found in cell C1

----------------------

Problem 5

D2 = 7B1 = 10D3 = 9B3 = 8

So,

=D2+B1-D3+B3 = 7+10-9+8 = 16

which unfortunately is not found in any of the cells of the table.

The location of 16 is undefined.

you have a variable n with a non-negative value and need to write a loop that will keep print n blank lines what loop construct should you use

Answers

Answer:

write down same applications of AI in agriculture,health,education, and business

A student enters the names of months in cells A2 to A5 with the heading "Month" in cell A1. Then he enters the number of days in each moth in cells B2 to B5 with the heading "Days" in cell B2. In order to arrange the names of the months in cells A6 to E6 with heading "Month" in cell A6 and the number of days each month in cells A7 to E7 with heading "Days" in cell A7, he can use the formula =TRANSPOSE(A1:B5).
A. True
B. False

Answers

The answer is true because it solvers by Parameters

PLEASE HELP. Nobody has been helping me, i need to resolve this code issue for game design

Answers

Have you tried checking for syntax? Maybe you forgot to define a function. What error is the computer sending you? Is it a syntax error or an incorrect float?

Janelle wants to keep track of the mileage she completes and the courses she runs, and locate new courses while training for a 10k race. Which technology would be most helpful to her?.

Answers

Answer:

GPS-enabled device.

Explanation:

Took the test and got it right! Good luck! :)

list the three words using in programming logic statements​

Answers

Answer:

if your doing a psuedocode assignment the answers are ( IF, THEN, ELSE)
I hope this helps :)

Explanation:
I just finished my psuedocode course in school
And got everything right

What is the difference between a binary operator and a unary operator?.

Answers

Answer:

differences between binary operatar and a unary operator

Explanation:

the operators which act upon a single operand are called binary operatar and the operators which required two operands for their action are called unary operator.

When the operand on the left side of the * symbol is a string and the operand on the right side is an integer, the * becomes the ________ operator.

Answers

If the operand on the left side of the * symbol is a string and the operand on the right side is an integer, the * becomes the repetition operator.

What is an operand?

In computer programming, the term operand is known to be a term that connote any object that is said to be capable of being altered.

An example, in "1 + 2" the "1" and "2" are said to be the operands and the plus symbol is known to be an operator. Note that If the operand on the left side of the * symbol is a string and the operand on the right side is an integer, the * becomes the repetition operator.

Learn more about operand from

https://brainly.com/question/6381857

A type of test that simulates threats associated with external adversaries and security staff has no knowledge of, but management consents to and is fully aware is called

Answers

A type of test that simulates threats associated with external adversaries and security staff has no knowledge of is called Covert security testing.

What is Covert security testing?

This is known to be a test that is performed so as to simulate the threats that are linked with any kind of external adversaries. In this test, the security staff is said to have no knowledge of the covert test.

Covert security testing is also called black hat testing. It is known to be one that takes an adversarial approach by carrying out a kind of testing without the knowledge of the firm's IT staff.

Learn more about test  from

https://brainly.com/question/24863377

Why do most data scientists and companies collect enormous amounts of
data?
A. To reduce the huge amount of data found on the internet
B. To store the data and save it for future generations to examine
C. To compete with other data scientists and companies
O D. To make more accurate predictions about their users and their
behaviors

Answers

I believe it’s B because Scientist collect data for further examination more like theories and unknown things.

Answer: D.

Explanation: got it right

Drag each tile to the correct box.
Arrange the steps in a sequence that you would follow while filtering data in a spreadsheet.
Click the Filter.. option in the submenu of Data.
Click the Data option in the menu of the spreadsheet.
Select the header row of the data to sort.
In the Filter dialog box, enter the filter criteria.
Click OK.







Answers

select the column to sort
2:in the spreadhseet menu, click the Data option
3:in the submenu of Data click the Sort..option
4:In the Sort dialog box, click the "ascending option for the first sort criteria
5:click OK

Which type of cable can transfer data up to 480 megabits per second?
ana

Answers

Answer:

Most suppliers offer three types of cables. USB 1.1 cables support data transfer rates up to 12 megabits per second (Mbps). USB 2.0 cables support data transfer rates up to 480 Mbps. USB 3.0 cables support data transfer rates of up to 5.0 Gbit/s.

Explanation:

Answer:

USB 2.0 cables

Explanation:

This could have been searched by you  

Procedural languages were in the
generation, and non-procedural languages were in the
generation in the evolution of programming languages.

Answers

Answer: B

Explanation:

Answer:

Procedural languages were in the third generation, and non-procedural languages were in the fourth generation in the evolution of programming languages.

Explanation:

got 5/5 on the test

This is for an excel class

Calvin asks you to explain the difference between a row chart and a column chart. Describe the difference, both in terms of how they appear visually and in terms of how they are most often used. Provide one example of data appropriate to each type of chart.

Answers

Answer: yes

Explanation:

Because you have eaten at Red Lobster restaurants in the past and provided them with your email address, you now get notifications from them of upcoming specials and coupons for discounted menu items. This is an example of ________.

Answers

Answer:

Joining a membership.

Explanation:

Because you provided them with that email, they are now sending you updates, just like you have a membership.

The set of coordinating colors applied to backgrounds, objects, and text in a presentation is called:

Answers

Answer:

theme colors

Explanation:

As said, a group of colors that are used to format text and objects in a document. When you open the Color menu, these colors determine what you see.

Should spreadsheets be used to keep an address list for holiday cards?
YES
ONO
Hurry pls

Answers

Answer:

No

because spreadsheet is used for calculation not for writing address

Write a design brief including a problem statement, criteria, and constraints.

PLease hurry it is due today!!!

Answers

Enjoy, It's one of my old ones!  <3

Online interaction with social media platforms:__________.
i. Social Engine Optimization
ii. Testimonials
iii. Social Media Presence

Answers

Answer:

social media precense is your answer

What is the term used to describe spam email scams where the senders attempt to manipulate individuals into the purchase of penny stocks

Answers

phishing scams

hope this helps

Other Questions
Solve the simultaneous equations2x-3y = 44x - y = 133 marks #25 Choose the correct code assignment for the following scenario: 17-year-old female with an adenoma of the Mackenrodt's ligament.A. C57.7B. C79.82C. D07.39D. D28.7 Which of the following did African Americans control first after the Civil War?A. ChurchesB. SchoolsC. Town governmentsD. Labor unions what is -2y-8=-2x in slope intercept form Complete the table as much as you can:I'll give brainliest to whoever helps and actually tries. is it possible for humans to be the size of molecules and become a liquid if there are enough humans? like if i had enough molecule sized humans would they make a soup or Im sorry i was just wondering (I am not a cannibal) true or false? Sound travels faster trough water than air Drag each tile to the correct box.Arrange the steps in a sequence that you would follow while filtering data in a spreadsheet.Click the Filter.. option in the submenu of Data.Click the Data option in the menu of the spreadsheet.Select the header row of the data to sort.In the Filter dialog box, enter the filter criteria.Click OK. What is the percent of the numbers 12% of 85 10. Given the kite at the right, DF=7 inches and Area=42 inches square.What is the length of EG?A. 7 inB. 12 inC. 14 inD. 16 in PLEASE HELP GIVING BRAINLIEST AND 20 POINTSdid the creek tribe adopt european culture?and who is one creek important leader and what did they do?HURRYY can someone help me with this question please 5. Croplands are present everywhere on the Earth's surface except where? sort the sequences according to whether they are arithmetic, geometric, or neither. Techology has donemoro harm thangood here is the question What is a corner of a kitchen counter? the information of an management information system comes from? Write a word expression for the problem using math vocabulary. 6k + 23 The panel of solar cells transform ______________ energy into electrical energy.