Select the correct answer from each drop-down menu.
When you right-click a picture in a word processing program, which actions can you choose to perform on that image?
You can choose to
an image when you right-click the picture in the word processing program. You can also choose to
an image when you right-click the picture in the word processing program.

Answers

Answer 1

When you right-click a picture in a word processing program, the actions that can you choose to perform on that image are as follows:

Rotate.Resize.

What is a Word processing program?

A Word processing program may be characterized as a kind of advanced typing program that permits a user to track records information and then let the user perform a variety of other things with it.

According to the context of this question, you can opt to rotate an image when you right-click the picture with the utilization of a word processing program. Apart from this, you can also opt to resize an image through the same function of a word processing program.

Therefore, when you right-click a picture in a word processing program, the actions that can you choose to perform on that image are rotated and resized.

To learn more about Word processing programs, refer to the link:

https://brainly.com/question/985406

#SPJ1

Your question seems incomplete. The most probable complete question is as follows:

When you right-click a picture in a word processing program, which actions can you choose to perform on that image?

You can choose

RotateViewCompress

You can also choose to

ReviewResizeBookmark

Related Questions

menu. pin onenote to the taskbar. unpin microsoft edge from the taskbar. use settings to view detailed system information. answer the first three questions. use settings to set the display resolution to 1600 x 900. set the screen saver to blank and specify that it activate after 15 minutes of inactivity. use computer management to determine which users have been created for this system. answer the last question. on the desktop, create a shortcut to the event viewer.

Answers

Use the Windows 10 Interface and Change Display Settings. A taskbar is a component of a graphical user interface that serves a number of functions.

What is a taskbar in Microsoft?A taskbar is a component of a graphical user interface that serves a number of functions. Typically, it displays a list of the active programs. The taskbar's arrangement and specific appearance vary depending on the operating system, although it typically takes the shape of a strip that runs along one side of the screen. At the bottom of the screen, an operating system component called the taskbar can be found. It enables you to search for and open programs using Start and the Start menu, as well as view any open programs. he taskbar is typically located at the bottom of the desktop, but you can alternatively shift it to either the side or the top.

To learn more about taskbar, refer to:

https://brainly.com/question/1360051

#SPJ4

Select the correct answer.
Which kind of food service outlets utilizes an intercom system for customers to order food?

Answers

Answer:fast food

Explanation:

Which option would provide the most accurate ethnographic history of a refugee's experiences?
A) The official government account given to the news media
B A political scientist's published observations
C An audio recording of that refugee telling her story

Answers

Answer:

I thinks it b

Explanation:

Or a it can't be c because I doesn't make sense

An audio recording of that refugee telling her story. The correct option is C.

Thus, The most authentic ethnographic history of a refugee's experiences would likely come from an audio recording of the refugee describing her story.

Ethnography is a type of research that involves in-depth participation in the community or culture being researched as well as close observation. Researchers can learn a great deal about the ideas, feelings, and individual experiences of refugees by listening to their first-person accounts of their journey and displacement.

The refugee can tell their tale in their own words on an audio recording, keeping their own viewpoint and cultural background. Intricacies, feelings, and details that would be missed in other types of documentation can be captured with this technique.

Thus, An audio recording of that refugee telling her story. The correct option is C.

Learn more about Audio recording, refer to the link:

https://brainly.com/question/32433391

#SPJ7

PLEASE HELP ASAP- THANK YOU

Aadab Baqri is completing her degree at a community college and intends to transfer to a university next semester. She has kept a Microsoft Word document that lists her account user names and passwords, but she knows that she needs something much more secure to create and manage her passwords and account information. Evaluate and compare reviews of three password managers, at least one of which can be used on a mobile device. Consider KeePass, Bitwarden, Enpass, KeePassXC, and others you might find in your research. Recommend two password managers: one for when Aadab uses her laptop, and one for when she uses her mobile phone. Discuss your experiences with these password managers and mention security and features in your recommendation.

Answers

The recommendation will be to choose lastPass if you want a free tier product, but if you can afford it, choose Dashlane instead because it has many specialized tools and features.

What will be the recommendation?

The free version of Dashlane can save passwords for a single device, up to 50 accounts with multi-factor authentication, all kinds of information, and can automatically fill up forms with contact information and delivery addresses. More impressive is Dashlane's premium. The finest aspect is that it monitors the dark web for data breaches and alerts users for any familiar data found in the stolen batch.

It also provides data syncing between your devices. Secure file storage is available (great for scanning identification documents, bills, and more), and VPN support is included for increased protection while using a Wi-Fi Hotspot to browse the internet.

LastPass is also a fully functional, user-friendly, secure password manager that offers both free and premium versions based on your needs.

Therefore, the recommendation will be to choose lastPass if you want a free tier product, but if you can afford it, choose Dashlane instead because it has many specialized tools and features.

Learn more about recommendation on:

https://brainly.com/question/26693037

#SPJ1

Programming statements written in a high-level programming language are called ____.answer:

Answers

Answer:

Source code

Explanation:

Your welcome and hope that you have a good day.

At a family reunion, your cousin takes a picture of both of you with her phone, orders a print of it, and mails it to you with a note apologizing for how weird it looks. You would use the word “bitmappy” instead of “weird” to describe the picture. Describe a situation that could have led to this problem. If you wanted to find information online that you could send to your cousin about how to avoid this problem, what are two or three keywords that you could use in your search?
Why is “less is more” such an important design principle, and why do so many people seem to want to violate this rule?

Answers

A bitmap is an image file format that can be used to create and store computer graphics. Weird means something strange or unusual.

What is the meaning of the phrase " less is more"?

Sometimes keeping things simple is preferable to making them complex or advanced. Simplicity is better than extensive adornment. He should not use a word such as 'weird' and  'bitmap' in the search.

The idiom is used to convey the idea that sometimes having less of something—a lesser amount of it—can be preferable to having more of it. That a straightforward strategy frequently outperforms a complex one.

Therefore, A bitmap is an image file format that can be used to create and store computer graphics. Weird means something strange or unusual.

To learn more about, less is more, refer to the link:

https://brainly.com/question/20556896

#SPJ1

Write down the output of the given program. Show with dry run in table.

DECLARE SUB SHOW (A)
CLS
N= 87
CALL SHOW (N)
END
SUB SHOW (A)
DO
B = A MOD6 + 3
IF B MOD 4 = 0 THEN GOTO AA
PRINT B;
AA:
A=A-10
LOOP WHILE A>=50
END SUB​

Answers

Based on the given input: the dry run in table is given below:

DECLARE SUB SHOW (A)

CLS

N= 87

CALL SHOW (N)

END

SUB SHOW (A)

DO

B = A MOD6 + 3

IF B MOD 4 = 0 THEN GOTO AA

PRINT B;

AA:

A=A-10

LOOP WHILE A>=50

END SUB​

Dry Run: N=87

A= 87

B= A MOD 6 + 3 B MOD 4=0? PRINT B; A=A-10 A>=50?

B=87 MOD 6 + 3

=3+3=6 6 MOD 4 =0? (NO) 6 A=87-10=77 77>=50? Y

B=77 MOD 6 + 3

=5+3=8 8 MOD 4=0? YES – A=77-10=67 67>=50? Y

B=67 MOD 6

=1+3=4 4 MOD 4=0? YES – A=67-10=57 57>=50? Y

B=57 MOD 6

= 3+3=6 6 MOD 4=0? NO 6 A=57-10=47 47>=50? NO

Read more about qbasic here:

https://brainly.com/question/20727977

#SPJ1

assume that a variable hoursworked has been assigned an integer. write a statement that assigns the value true to the variable workedovertime if hoursworked is greater than 40 and false otherwise.

Answers

The statement that assigns the value true to the variable worked overtime if hours worked are greater than 40 and false otherwise is as follows:

If hoursworked > 40; the workedovertime = true; else false.

What is an Integer?

An integer may be defined as a whole number that can be positive, negative, or zero but it does not include any sort of fractional number. Some examples of integers are -7, 0, 4, 9, etc.

In another form, the statement that assigns the value true to the variable worked overtime if hours worked are greater than 40 and false otherwise is also written as follows:

workedovertime = hoursworked > 40.

Therefore, the statement that assigns the value true to the variable worked overtime if hours worked are greater than 40 and false otherwise is appropriately mentioned above.

To learn more about Integers, refer to the link:

https://brainly.com/question/17695139

#SPJ1

Which network device/component acts as a concentrator, centralizing all network connections for a segment to a single device?

Answers

A hub is a network device or component acts as a concentrator, centralizing all network connections for a segment to single device.

What is Hub?

A hub, also known as a network hub, is a point of connection that several devices utilize to connect to a network. For all the devices connected through a hub, it serves as a centralized connection.

There are many ports on the hub. Due to a packet being replicated to the other ports, if a packet reaches one port, it may see by all network segments. A network hub broadcasts all network data across all connections and does not have routeing tables or intelligence (unlike a network switch or router).

There are several types of hub available :

Passive HubActive HubIntelligent Hub

Hence, a hub is the device that acts as a concentrator, to centralize all network connection for a segment to a single device.

To get more information about Hub :

https://brainly.com/question/7960322

#SPJ1

Skyler needs to print mailing labels for a fundraising campaign her company is hosting. which type of software should she use?

Answers

Since Skyler needs to print mailing labels for a fundraising campaign her company is hosting, the type of software that she need to use is Word Processing software.

What is word processing software and examples?

The term Word Processing is known to be a term that connote the act or process why which on make use of the computer to make , edit, save as well as print documents.

Note that In order to carry out word processing, one need to make use of a specialized software (called the  Word Processor).

Therefore, based on the above, Since Skyler needs to print mailing labels for a fundraising campaign her company is hosting, the type of software that she need to use is Word Processing software.

Learn more about Word Processing software from

https://brainly.com/question/985406
#SPJ1

Someone who violates computer or internet security maliciously or for illegal personal gain is known as a(n) _______.

Answers

Someone who violates computer or internet security maliciously or for illegal personal gain is known as a(n) black hat hacker.

What is a black hat hacker?

A black hat hacker is known to be a kind of a function or system where one is known to be engage in the act of different kinds of cybercrime operations and it is one that often uses hacking as a tool for any form of  financial benefits.

It is one that often uses it for cyber espionage aims or other form of malicious intent, such as the implanting malware into the computer systems of companies or people.

Note that Black Hat hackers are said to be any kind of criminals who are known to often break into any computer networks and this is because of malicious intent.

Therefore, since they can be able to  release malware that destroys files and others, one can say that, Someone who violates computer or internet security maliciously or for illegal personal gain is known as a(n) black hat hacker.

Learn more about black hat hacker from

https://brainly.com/question/20355851
#SPJ1

Someone who violates computer or Internet security maliciously or for illegal personal gain is known as a(n) _______.

a. black hat hacker

b. industrial spy

c. hacktivist

d. cyberterrorist

What hardware devices would typically be represented by block device files in the /dev directory?

Answers

The hardware devices would typically be represented by block device files in the /dev directory is floppy drive/PATA hard disk drive/SCSI/SATA hard disk drive.

What is dev directory?

The /dev/ directory contains files that represent devices connected to the local system. These are not regular files that a user can read and write to; instead, they are known as device files or special files.

The /dev directory contains files that represent devices attached to the system, such as serial ports and pseudodevices like a random number generator.

Floppy drives/PATA hard disk drives/SCSI/SATA hard disk drives are typically represented by block device files in the /dev directory.

Thus, this can be represented by block device files in the /dev directory.

For more details regarding directory, visit:

https://brainly.com/question/7007432

#SPJ1

According to the video case discussing economic opportunities to make money with ar, vr, and 360 video content, what is the major difference between virtual reality and 360 video?.

Answers

Answer: The way the user moves through the content

Explanation:

The if function evaluates a certain condition and returns the value you specify if the condition is true, and another value if the condition is false. True or false?.

Answers

It is true that the "if" function evaluates a certain condition and returns the value you specify if the condition is true, and another value if the condition is false.

What is "if" function?

The IF function is a popular Excel function that allows you to make logical comparisons between a value and what you expect.

As a result, an IF statement can have two outcomes. If your comparison is True, the first result is True; otherwise, the second result is False.

If both if statement conditions can be true at the same time, use two if statements. If the two conditions are mutually exclusive, meaning that if one is true, the other must be false, use an if/else statement.

Thus, the given statement is true.

For more details regarding if function, visit:

https://brainly.com/question/20497277

#SPJ1

2) What is application?​

Answers

Answer:

the software which is used to slove specific task is called application software

In technology terms, an application is a computer-generated program that carries out tasks.

What is Cloud Storage? I need a short definition.​

Answers

a computing model that stores data on the internet through a cloud computing provider who handles data storage as a service.

print 3 numbers before asking a user to input an integer

Answers

Answer:

you can use an array to do this

Explanation:

(I've written this in java - I think it should work out):

Scanner input = new Scanner(System.in);

System.out.println("Enter an integer: ");

int userInt = input.nextInt();

int[] array = new int[userInt - 1];

for(int i = userInt-1; i < userInt; i--)

     System.out.println(array[i]);

2. What is one advantage of using a wireless network over a wired network?
You don't need to route wires to every physical location that needs a connection
Wireless networks are faster
O Wireless networks are more secure
O All of these are advantages of wireless networks

Answers

Answer:


A: You don't need to route wires to every physical location that needs a connection.

Answer they are more secure

Explanation:

According to the video case discussing economic opportunities to make money with ar, vr, and 360 video content, what is the major difference between virtual reality and 360 video?.

Answers

Answer:

By 2030, VR and AR might add up to $1.5 trillion to the global GDP. By 2030, the global economy might benefit from VR and AR to the tune of $1.5 trillion. The main outcome of the PwC economists' economic impact analysis for this study is that.

Explanation:

Hope this helps

how are the networks classified based on the geographical area which covers?

Answers

The ways that networks classified based on the geographical area which it covers are:

LAN(Local Area Network). MAN(Metropolitan Area Network).WAN(Wide Area Network).What is Local Area Network Definition In a computer?

The term LAN (Local Area Network) is known to be a kind of group of devices that are said to be connected to one another in a single physical location, such as a building, office, or home, is known as a local area network (LAN).

Note that  the  LAN can range in size from a tiny home network with one user to a large enterprise network with hundreds of users.

Therefore, The ways that networks classified based on the geographical area which it covers are:

LAN(Local Area Network). MAN(Metropolitan Area Network).WAN(Wide Area Network).

Learn more about LAN(Local Area Network) from

https://brainly.com/question/15216230
#SPJ1

If your computer shuts off unexpectedly and without enough time for the operating system to make quick backups, which storage medium will lose its data?

Answers

If my computer shuts off unexpectedly and without enough time for the operating system to make quick backups, the storage medium that will lose its data are  Both A and B which are:

A. Cache

B. RAM

What is the RAM in a computer?

RAM is known to be a term that connote random-access memory and it is one that is often called the short term memory where data is known to be saved as the processor requires for it.

Therefore, note that If my computer shuts off unexpectedly and without enough time for the operating system to make quick backups, the storage medium that will lose its data are  Both A and B which are:

A. Cache

B. RAM

Learn more about RAM from

https://brainly.com/question/13196228

#SPJ1

If your computer shuts off unexpectedly and without enough time for the operating system to make quick backups, which storage medium will lose its data?

A. Cache

B. RAM

C. ROM

D. HDD

Both A and B

A, B, and C

Both A and D

assume an 8-bit, 256 position stack (filo / lifo), where each location can store 1 byte. similar to the rpn (reverse polish notation) calculator seen in class, we want to perform the following operation (operands are all decimal):

Answers

One byte is equal to eight bits. A bit is considered to be the least unit of data height. A bit can be either 0 or 1.

What does a computer's byte represent?Digital information is stored in units called bytes, which typically have eight bits each. The byte is the smallest addressable unit of memory in various computer systems because it was historically the amount of bits needed to encode a single character of text in a computer. The fundamental unit of information in computer processing and storage is the byte. Eight consecutive binary digits (bits) make up a byte, each of which can be either a 0 or a 1. In the past, a byte was any collection of bits longer than one that made up a straightforward piece of data, such as a single character.

To learn more about byte, refer to:

https://brainly.com/question/14927057

#SPJ4

If you were to design a website, would you use a CSS framework? Why or why not?

Answers

My response is Yes, If I were to design a website, would you use a CSS framework because its helps me to the the work fast and better.

Should I employ a CSS framework?

Websites may easily be made to run with different browsers and browser versions thanks to CSS frameworks. This lessens the possibility that errors will surface during cross-browser testing.

Utilizing these frameworks is one that tends to make quicker and more convenient web development due to the fact that they come with ready-to-use stylesheets.

Therefore, based on the above, My response is Yes, If I were to design a website, would you use a CSS framework because its helps me to the the work fast and better.

Learn more about CSS from

https://brainly.com/question/27873531
#SPJ1

(a) draw the schematic which uses 4 instances of the entity nha to output the 2’s complement s[3:0] of the 4-bit input y[3:0]. both y and s are std logic vector(3 downto 0). keep it simple—draw instances of nha as a box labelled nha.

Answers

Arrays of std logic variables and signals are represented by the std logic vector type. These types define the fundamental VHDL logic operations: and, and, or, nor, xor, and xnor. These operate on each place and return another array; they require two identically sized arrays.

What is schematic diagram?Schematic refers to a model, plan, or outline. A concise, understandable graphical representation of a plan or model is what a schematic diagram is. Simple lines and symbols are used in schematics to convey details like what, how, and where. They are schematic, graphical, and wiring diagrams. A schematic diagram is a basic, two-dimensional representation of a circuit that demonstrates the operation and connectivity of various electrical components. The schematic symbols used to represent the components on a schematic diagram must be familiar to a PCB designer. Schematic diagrams display control elements in the order of their electrical connections, regardless of their physical placement.

To learn more about schematic, refer to:

https://brainly.com/question/28152656

#SPJ4

assume that the variables gpa, deanslist and studentname, have been declared and initialized. write a statement that adds 1 to deanslist and prints studentname to standard out if gpa exceeds 3.5. if (gpa > 3.5) java

Answers

A statement that adds 1 to deanslist and prints studentname to standard out if gpa exceeds 3.5. if (gpa > 3.5) java and assuming that the variables gpa, deanslist and studentname, have been declared and initialized is given below:

if (gpa > 3.5) {

deansList += 1;

System.out.print(studentName); }

What is a Program?

This refers to the sequence of steps that is used to issue commands to a system to execute tasks.

Hence, we can see that A statement that adds 1 to deanslist and prints studentname to standard out if gpa exceeds 3.5. if (gpa > 3.5) java and assuming that the variables gpa, deanslist and studentname, have been declared and initialized is given below:

if (gpa > 3.5) {

deansList += 1;

System.out.print(studentName); }

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

Michael is using the internet to download images and to find information about his topic for a school project. When Michael is done, he will save his project and turn off the computer. In order to do this, Michael needs

Answers

Michael need a finger to be successful

when this program is executed if the user types 10 on the keyboard what will be displayed on the screen as a result of executing line 5?

Answers

When this program is executed, it will print 30. The correct option is A.

What is coding in python?

Python is a computer programming language that is frequently used to create websites and software, automate tasks, and analyze data.

Python is an interpreted, high-level computer program. Its design philosophy prioritizes code readability by employing significant indentation. Python is garbage-collected as well as interactively keyed.

The given program indicates:

num1 = int(input())

num2 = 10 + num1 * 2

print(num2)

num1 = 20

print(num1)

Here, the expression, num2 = 10 + num1 * 2 will be 30, which will be executed on the screen.

Thus, the correct option is A.

For more details regarding python, visit:

https://brainly.com/question/13437928

#SPJ1

Your question seems incomplete, the missing options are:

A. 30

B. 40

C. 10 + 10 * 2

D. 10 + num1 * 2

What is the value of z after the following statements have been executed? int x = 4, y = 33; double z; z = (double) (y / x); group of answer choices

Answers

The value of z after the below statements have been executed: int x = 4, y = 33; double z; z = (double) (y / x) is 8.0

What is coding?

The term Coding is known to be often called called computer programming, and it is said to be the ways that people do talk or communicate with computers.

Note that  Code tells a computer the right actions to take, and based on the above, the value of x is doubled and so it will be 8.

Therefore, The value of z after the below statements have been executed: int x = 4, y = 33; double z; z = (double) (y / x) is 8.0

Learn more about coding from

https://brainly.com/question/22654163

#SPJ1

our goal is to simplify the numerator and denominator of a fraction. does the code snippet work as expected? if it doesnt, provide test cases to demonstrate when it doesnt work as expected and provide an easy fix. if it does, provide test cases and reason about how you owuld prove that it works as expected

Answers

Expected Use the numerator and denominator's highest common factor to fill in the gaps in a simplified fraction. There are several factors listed.

What makes up a fraction's denominator?The denominator sometimes referred to as the divisor of a fraction, is the lowest number in a fraction. It specifies how many equally sized pieces are broken up into one object. The lower number in a fraction is known as the denominator. It demonstrates the equal division of something into portions. Four would be the denominator, for instance, if the fraction was 3/4. Any digit of equal elements is represented by a fraction, which also represents a part of a full. A fraction, such as one-half, eight-fifths, or three-quarters, indicates how many components of a particular size there are when stated in ordinary English.

To learn more about denominator of a fraction, refer to:

https://brainly.com/question/15545823

#SPJ4

Hi can you please label each part of the laptop input or output

Answers

The correct labeling of the parts of the computer is given below:

Output deviceInput deviceProcessing unitOutput unitProcessing unitInput deviceInput device

The Central Processing Unit which is labeled 3 and 5 respectively is neither an input or output device as it is a processing unit that also contains an Arithmetic and Logic Unit (A.L.U)

What is an Input Device?

This refers to the device that is used to give commands to a computer or system.

Hence, we can see that The Central Processing Unit which is labeled 3 and 5 respectively is neither an input or output device as it is a processing unit that also contains an Arithmetic and Logic Unit (A.L.U)

Read more about input devices here:

https://brainly.com/question/24455519
#SPJ1

Other Questions
What does an oceanic-oceanic convergence give rise to?Responsesfolded mountainsfolded mountainscontinental volcanic mountainscontinental volcanic mountainsvolcanic island arcsvolcanic island arcsvalleys and ridges 100+ pts if correct math proofs An example of a pull factor would beWho are the men of goodwill that Gladden describes? Solve the equation 6x = 72 for x. 78 12 12 66 In which way does increasing customer satisfaction disrupt the internal value chain? Gathering Evidence Use this chart to analyze how the text and the video each describe a young persons rite of passage. Think about the strengths and weaknesses of each medium. Study these equations:f(x) = 2x 8g(x) = 5xWhat is h(x) = f(x)g(x)?h(x) = 10x2 40xh(x) = 10x2 + 40xh(x) = 10x + 40h(x) = 10x 40 Explain why astronomers use light years or astronomical units to describe distances in space instead of miles or meters. Work out the input that makes the output of A three times the output of B The sleepy flamingos rested their heads beneath their pink wings. (Select which words are nouns.) sleepy The heads rested theirW flamingostheir wings. beneath pink jada used '60' pepper slices to make '3' pizzas. how many does it take to make '6' of jada's pizzas? whats a 10% chance of happening mixed with a 5% chance of happening?(example if not clear: the chance of winning 10 games with a 5 percent chance of winning one and a 2 percent chance of winning the last) Ilana says that a fraction with a prime number in the numerator is always in simplest form. Is Ilana correct? Explain. 3. In this extract, there is an attempt to show the narrator's experiences of a futureworld. Evaluate how successfully this is achieved. Support your views with detailed HELP NOW PLS In 5-7 complete sentences, write a real-world situation that can be modeled by the equation. Make it fun by using your name, if you want!16x=14x+8 Find the 72ndterm of the following arithmetic sequence.17, 20, 23, 26, the diagram represents apparatus used to investigate osmosis pls help pls pls pls Typically, Joseph buys a single tire at a time for his truck. However, he sees an advertisement for a "buy 3, get 1 free" offer from a local tire shop and decides to take advantage of the deal. Joseph's decision is mostly based on his preference for a brand of tire the limited income he earns the price of alternatives to tires the sale price of the tires Bro please help asap TwT What is the best way tocombine these sentencesusing a prepositionalphrase? (Be sure to keepthe meaning of theoriginal sentences.)I needed a referencebook for my electronicsproject. It had to be abook on the subject oftransformers.A. I needed a reference book abouttransformers for my electronicsproject.B. I needed a reference book for myelectronics project; it had to be abook on transformers.C. I needed a reference book for myelectronics project abouttransformers. Which best explains the difference between a ball-and-stick model of a chemical compound and a space-filling model?Ball-and-stick models can show compounds in three dimensions, but space-filling models cannot.Space-filing models can show compounds in three dimensions, but ball-and-stick models cannot.TIME REMAINING01:24:59Ball-and-stick models show the bonds between atoms, but not the relative sizes of atoms. Space-filling models showthe relative sizes of atoms, but not the bonds between atoms.hpO Space-filling models show the bonds between atoms, but not the relative sizes of atoms. Ball-and-stick models showthe relative sizes of atoms, but not the bonds between atoms.