Case-Based Critical Thinking Questions Case 1-2 Ted is asked to create a page containing his family photos for a family reunion website. He has about 20 pictures to post, with a caption that he wants to display before each one. Each picture is a group photo of a particular family. Which tag will Ted need to use to display the pictures

Answers

Answer 1

Answer:

Image tag or <img> tag

Explanation:

HTML refers to Hypertext Markup language. In this, we can be designed our documents by applying the font, color, image i.e to presented in the web browser. It is used for creating the webpages

Since in the question, Ted has approx 20 pictures for the post having caption and wants to display the picture so he needs to use the image tag or <img> for displaying the pictures. This tag is used for linking the images for the web pages you have created


Related Questions

Pre-made, copyright-free illustrations are called __________. apps clip art graphic design stock photos

Answers

Answer: clip art

Explanation:

The clip arts are graphic images that are pre-made illustrations for the purpose of creating any medium (designs or art). It has no restrictions to use them, it can be used by anyone, hence its copyright-free.It comes in both electronic and printed form.But mostly they are designed and distributed and used by a person in an electronic form.

Hence, the complete statement is "Pre-made, copyright-free illustrations are called clip art".

Answer:

B) clip art

Explanation:

I got this question correct

Which of the following is a valid constructor header for the Player class that accepts the player name as a parameter? public void Player(String playerName) private Player(playerName) private void Player(playerName) public Player(String playerName)

Answers

Answer: Player(String playerName)

Explanation:

A constructor is a code block of a class. It is always witnessed when a new instance of the class is created

In JAVA , a valid constructor header is given as " CLASS (parameter)"

here, Class  → Player

parameter →  player name  (which is a string)

So, a valid constructor header for the Player class that accepts the player name as a parameter: Player(String playerName)

Write a method, getFirstLine, that is passed a String argument and that returns the first line. (Recall that lines are terminated with the "\n" character.) Assume that the argument contains at least one complete, newline-terminated line.
My Solution:
public String getFirstLine(String a)
{
String[] myLines = a.split("\n");
return(myLines[0]);
}

Answers

Answer:  The answer to this question can be given as:

Method definition :

String getSecondLine (String aString) //define function getSecondLine()

{

return aString.substring(aString.indexOf("\n") + 1, aString.indexOf("\n") + 1 + aString.substring(aString.indexOf("\n") + 1, aString.length()).indexOf("\n"));

//return value.

Explanation:

HIPAA requires the following controls for medical records: A. Encryption of all data B. Technical safeguards C. Physical controls D. Administrative, technical, and physical controls

Answers

Answer:

D

Explanation:

Based on HIPAA Privacy Rule requires that covered entities apply appropriate administrative, technical, and physical safeguards to protect the privacy of protected health information, in any form.

what is a good wall adapter for your house?​

Answers

Answer:

RAVPower Dual-Port*

Explanation:

Consider the following code snippet. File hoursFile = new File("hoursWorked.txt"); Your program must read the contents of this file using a Scanner object. Which of the following is the correct syntax for doing this? Scanner in = new Scanner("hoursWorked.txt"); Scanner in = new Scanner(hoursFile); Scanner in = Scanner.open(hoursFile); Scanner in = Scanner("hoursWorked.txt");

Answers

Answer:

Scanner in = new Scanner(hoursFile);

Explanation:

The syntax to read the content of a file after the file has been created/initialized is as follows;

Scanner [variable-name] = new Scanner([object-name]);

From the question above, the [object-name] is hoursFile

Substitute [object-name] with hoursFile, the syntax becomes

Scanner [variable-name] = new Scanner(hoursFile);

[variable-name] can be anything as long as it follows variable naming convention;

From the list of given options, the option that answers the question is: Scanner in = new Scanner(hoursFile);

You are a technician working for a large company and you notice a user has left a Post-it note attached to her monitor of a new password that she was just given. What should the technician do

Answers

Explanation:

When you notice that  a user has left a Post-it note attached to her monitor of a new password that she was just given, you should immediately inform this to your senior authority. As this is potent sign of virus or malware threat to the system.

William plans to write a paper about computers. He wants to compare desktop and laptop computers. He is trying to decide how to use cubing to refine his topic. Which is an example of how cubing can be used to refine William’s topic? It can be used to write a thesis statement explaining the computer types being compared. It can be used to write a list of the levels and sublevels of the features of a laptop computer. It can be used to analyze and describe possible uses of each type of computer. It can be used to make a map showing all of the types of desktop computers.

Answers

Answer:

c) It can be used to analyze and describe possible uses of each type of computer.

Explanation:

I just did it on edge 100%

good luck

Answer:

c) It can be used to analyze and describe possible uses of each type of computer.

Explanation:

just did dis on edge hope dat helpssssssssss :)

if a person walks 10 metres due to south in 10 seconds 10 due east in the next 10 seconds and transmitted you're not in the next 10 seconds then he has Dash velocity​

Answers

Answer:

[tex]\frac{1}{3}\ m/s[/tex]

Explanation:

The computation of the velocity by using the following formula is

As we know that

[tex]Velocity = \frac{Displacement}{Total\ time\ taken}[/tex]

where,

Displacement is 10 meters

Total time taken is 30 seconds

Now placing these values to the above formula

So, the velocity of Dash is

[tex]= \frac{10\ meters}{30\ seconds}[/tex]

[tex]= \frac{1}{3}\ m/s[/tex]

We simply applied the above formula so that we can get the velocity and the same is to be considered

A systems administrator is designing a directory architecture to support Linux servers using Lightweight Directory Access Protocol (LDAP). The directory needs to be able to make changes to directory objects securely. Which of these common operations supports these requirements?

Answers

The options available are:

Search, modify.

StartTLS, delete.

Bind, modify.

Bind, add.

Answer:

StartTLS, delete

Explanation:

StartTLS is a computer networking term for email protocol command, in which a system administrator buses it to command an email server that an email client running in a web browser, wants to turn an existing insecure connection into a secure one. Thus, during this process, StartTLS permits a client to communicate securely using LDAPv3 over TLS.

On the other hand, the DELETE operation can make a change to a directory object.

According to the given question, the common operations that supports requirements where directory needs to be able to make changes to directory objects securely are;

Bind, addSearch, modifyBind, modifyStartTLS, delet

According to the question, we are to discuss the common operations that supports some requirements as regards the changing of directory objects securely.

As a result of this we can see that making use of  StartTLS, delete can serve this purpose and other function as well.

Therefore, common operations that supports requirements where directory needs to be able to make changes to directory objects securely is Search and modify.

Learn more about directory architecture at:

https://brainly.com/question/13171394

why is know app downloading in my android phone even if I have 900 MB ???

Answers

Answer:

May be you have not signed in with Google

Perhaps you are stopping the downloading without knowing

Justify the statement "The same job title can have different job roles and different qualification criteria in different organizations." Compare job titles and their respective roles and qualifications from at least two organizations in different industries, and write a short essay explaining your reasoning.

Answers

Answer:

Below is an executive summary of this particular issue.

Explanation:

Each organization has differential requirements and preferences. This same employment opportunities rely heavily on either the structure of the company and indeed the amount of equipment that it possesses. Hence, whenever they recruit an individual on a specific job, their work description can differ based on the organization's needs including growth.

Answer:

In the classified section of a local newspaper, I came across job openings for the post of a network engineer in two different companies. One was from the airline industry, while the other was from the food and beverage industry.

The airline company required an applicant to have a bachelor's degree in network administration. The job posting specified that applicants with supporting CCENT or CompTIA Security+ certifications would be preferred. The company was willing to consider candidates with no prior experience. The job responsibilities included: maintaining security, DNS, IP routing, firewalls, and troubleshooting IT-related problems. The role also required skills to manage multi-site network operations, operating systems, and other software applications in public as well as private facilities. Another responsibility was to complete the time logs in the company's records to facilitate timely and accurate billing.

For the role of a network engineer in the food and beverage industry, the required qualification was any bachelor's degree in computer science with a minimum of one year of relevant experience. Certifications were an added advantage, but they were not a necessity. The job role required skills to troubleshoot network glitches, monitor network usage, install software and hardware infrastructure, provide technical assistance to users, and suggest improvements in the system.

Explanation:

RSA is a public-key cryptosystem developed by MIT professors Ronald L. Rivest, Adi Shamir, and Leonard M. Adleman in 1977 in an effort to help ensure Internet security. RSA uses modular arithmetic and elementary number theory to do computations using two very large prime numbers. Identify the statement which is true for RC6 algorithm:________.
a) Is a variable key-size stream cipher with byte-oriented operations and is based on the use of a random permutation
b) Includes integer multiplication and the use of four 4-bit working registers
c) Is a parameterized algorithm with a variable block size, key size, and a variable number of rounds
d) Is a 64 bit block cipher that uses a key length that can vary between 32 and 448 bits

Answers

The answer is B) includes integer multiplication and the use of four 4-but working registers

Consider a text editor that saves a file whenever you click a save button. Suppose that when you press the button, the editor simply (1) animates the button "down" event (e.g., by coloring the button grey), (2) uses the write() system call to write your text to your file, and then (3) animates the button "up" event (e.g., by coloring the button white). What bad thing could happen if a user edits a file, saves it, and then turns off her machine by flipping the power switch (rather than shutting the machine down cleanly)

Answers

Answer:

The answer to this question can be defined as follows:

Explanation:

The write() method guarantees you to updates the memory of both the kernel, and may not ensure which updates were flushed through stable storage. Unless the client instead switches on either the monitor but views the file, it displays the file, to combines from older and newer versions will be shown. The very first two cases will be deemed "bad" because the user probably can not expect them after completing the save.

Which statement is false?It's necessary to include names of pointer arguments in function prototypes.A function receiving an address as an argument must define a pointer parameter to receive the address.The compiler does not distinguish between a function that receives a pointer and a function that receives a single-subscripted array.The function must â knowâ whether it is receiving a sin-gle-subscripted array or simply a single variable for which it is to perform simulated call by reference.

Answers

Answer:

The answer is "It's necessary to include names of pointer arguments in function prototypes".

Explanation:  

In method prototype, the declaration of the method specifics name and type of methods like arity, parameter type, and return type, but omits the method body, and the correct choices can be defined as follows:

A method which gets an address of the parameter must fix a pointer parameter for all the address to be received. The code compiler doesn't differentiate the received method and a  single subscribe array reference or function. Its function should "know" how a single sub-scripted array has been received for which simulated references are required.

Given the variable ip, already declared as a pointer to an integer, write the code to dynamically allocate memory for a single integer value, assign the resulting pointer to ip, and initialize the integer value to 27.

Answers

Answer:

In C++:

int *ip;

ip = new int;

*ip = 27;

Explanation:

First of all, let us have a look at the methods of memory allocation to a variable.

1. Compile Time: The memory gets allocated to the variable at the time of compilation of code only. It is also called static allocation of memory.

Code example:

int a = 5;

2. Run Time: The memory is allocated to the variable on the fly i.e. during the execution of the program. It is also called dynamic allocation of memory.

Now, we have to write code for a variable ip, which is an integer pointer to dynamically allocate memory for a single integer value and then initialize the integer value 27 to it.

Initializing a variable means assigning a value to variable for the first time.

Writing the code in C++ programming language:

int *ip;      // Declaring the variable ip as a pointer to an integer

ip = new int;    // Dynamically allocating memory for a single integer value

*ip = 27;   // Initializing the integer value to 27.

A user reports that a file they shared out on their computer for another network user is not accessible to the third party. The user insists they specifically gave this third party Allow rights for Read and Write access. Which of the following could explain the problem at hand?
A. The parent folder has explicit Allow rights set for this user.
B. The parent folder has explicit Deny rights set for this user.
C. The user forgot to share the parent folder and only shared the specific file.
D. The parent folder likely has the "archive" attribute enabled.

Answers

Answer:

i think it's going to be c

Explanation:

As important as it is to plan ahead, sometimes you _____. A. Need to throw all the rules of the road out the window B. Can't stop things from going wrong C. Have a higher priority than driving safely D. Will regret having made plans

Answers

Answer:

B

Explanation:

This seems the most appropriate..

Which of the following statements is false? a. As of Java SE 8, any interface containing only one method is known as a functional interface. b. There are many functional interfaces throughout the Java APIs. c. Functional interfaces are used extensively with Java SE 8â s new lambda capabilities. d. Anonymous methods provide a shorthand notation for creating lambdas.

Answers

Answer:

d. Anonymous methods provide a shorthand notation for creating lambdas.

Explanation:

Java SE 8, is Standard Edition of Java. It is a computing platform for deployment of portable code for servers. The statement that is not correct is anonymous method provide shorthand notation. Lambda expression are added in Java 8, which enables to treat functionality as method argument code or data. Lambda expression can be passed around as it is an object executed on demand.

You are on a committee tasked with researching and recommending a service that will allow employees the opportunity to save files from their mobile phones, laptop computers, and workstation computers to cloud file storage services.
Which of the following will need to be researched and considered in order to make a comprehensive recommendation?
a. Virtualization application streaming
b. Off-site email applications
c. Type 2 hypervisor application
d. Type 1 hypervisor
e. Synchronization apps

Answers

Answer:

e. Synchronization apps

Explanation:

The synchronization refers to the process in which a user keeps his or her data in a multiple-way i.e in different applications so that the chances of loss of data could be minimized. And at the same time,  it also maintains the data integrity

It can be done by entering your credentials so that it appears as displayed before

Therefore according to the question, for saving the files from mobile phones, laptop computers, etc for cloud storage services the best and appropriate option is synchronization applications.

Gregor installed a third stick of known-good RAM into his Core i7 system, bringing the total amount of RAM up to 3 GB. Within a few days, though, he started having random lockups and reboots, especially when doing memory intensive tasks such as gaming. What is most likely the problem

Answers

Answer:

The speed or quality was different.

Explanation:

The new ram that he installed most likely had a different rate, or was a different quality than the old ram.

What is the best offline route navigation app for Android?

Answers

Answer:

Google Maps

Explanation:

Answer:

Sygic GPS Navigation & Maps

Explanation:

A technician is troubleshooting a Windows computer experiencing slow startup. Which of the following steps should the technician take first to determine whether startup processes are responsible for the slow startup?
A. The technician should permanently disable all startup processes in System Configuration.
B. The technician should measure the time it takes to start the system using a normal boot and compare that time against the time it takes for the system to perform a clean boot.
C. The technician should back up user data and reinstall Windows and all applications.
D. The technician should disable all scheduled tasks in Task Scheduler and reboot the system.

Answers

Answer:

The correct option is;

The technician should measure the time it takes to start the system using a normal boot and compare that time against the time for the system to perform a clean boot.

Explanation:

Clean boot is the process of starting the Windows operating system where the number of drivers as well as startup programs enabled are minimal in order to ascertain if the cause of a slow system startup is due startup interfering programs or drivers

A clean boot operating system startup and a startup in Safe Mode are similar with the difference being the higher level of control on what to run during start up offered by clean boot to aid troubleshooting startup issues.

Write the steps to create labels in OpenOffice writer

Answers

1. Start up Open Office.Org.

2. Click on File >> New >> Labels.

3. In the label dialog box, click on the brand box. This will allow you to choose the type of paper that you use.

4. Select the type of document that you want. The usual standard is Avery, but feel free to explore and discover what you like.

5. Select if you want a single label, a document, and any other options. Some of the things you might want to do are:

- Create a variety of labels for folders or drawers

- Create a sheet of address labels

-  Create decorative labels

6. Click New Document. Here, you see a sheet of blank labels.

7. Create the type of format/placement that you want for your labels. Once you are happy with it, copy it to the rest of the labels.

8. Fill your labels with necessary information.

9. Print them out.

Eliza needs to share contact information with another user, but she wants to include only certain information in the

contact. What is the easiest way for her to achieve this?


A. Use the Edit Business Card dialog box to control the information included.

B. Export only select fields from the contact.

C. Save the contact as a VCF file.

D. Share your contacts foler with other user.

Answers

Answer:

A. Use the Edit Business Card dialog box to control the information included.

Explanation:

b was incorrect but A is correct on edge 2020 I did the unit test review

Using the Edit Business Card dialog box to control the information included is the easiest way for her to achieve this. Thus option A is correct.

What is information?

Knowledge acquired by study, discussion, research, or education is referred to as information. Data is, in essence, the outcome of the data analysis and interpretation process. Info is the interpretation of those elements of knowledge, whereas data is the particular measurements, figures, or diagrams.

She can do this most easily while using the Edit Business Card Combobox to modify the material included. When you get a new email, a meeting submission, or a task plea, a notification called a pc alert flashes up on your computer. Desktop Alerts are on by default.

Depending on the product on the content you get in your Outlook, a Desktop Alert may or may not display certain information. Therefore, option A is the correct option.

Learn more about information, Here:

https://brainly.com/question/13629038

#SPJ5

What is the best way to improve the following code fragment? if ((counter % 10) == 0) { System.out.println("Counter is divisible by ten: " + counter); counter++; } else { System.out.println("Counter is not divisible by ten: " + counter); counter++; } Move the duplicated code outside of the if statement Shorten variable names Move the brackets to save several lines of code Add semicolons after the if condition and the else reserved word

Answers

Answer:

Move the duplicated code outside of the if statement

You asked your colleague to provide feedback on a blog post you recently wrote. When they sent you their feedback, they made edits directly in the doc. Is this a best practice for a content editing process?

Answers

Explanation:

This question can have both answers that is yes as well as no.

1.Yes, it can serve as an editor who completes your content and ensures it will read well to others.

2. No, the editor should have tracked changes which would have shown you where they would apply recommended edits.

can a 0.90 GB storage left android phone download an app of 28 MB plsssss fast I will give you brainliest why and why not?

Answers

Answer:

Yes

Explanation:

0.9 GB = 900 MB. That is a plenty of space for a 28 MB app.

ment best describes the relationship between superclass and subclass types? a. A subclass reference cannot be assigned to a superclass variable and a superclass reference cannot be assigned to a subclass variable. b. A subclass reference can be assigned to a superclass variable and a superclass reference can be assigned to a subclass variable. c. A superclass reference can be assigned to a subclass variable, but a subclass reference cannot be assigned to a superclass variable. d. A subclass reference can be assigned to a superclass variable, but a superclass reference cannot be assigned to a subclass variable.

Answers

Answer:

d. A subclass reference can be assigned to a superclass variable, but a superclass reference cannot be assigned to a subclass variable.

Explanation:

A subclass is a class which is derived from another class. A subclass will have the characteristics of its ancestor class. A superclass is a class which is class direct ancestor. A superclass is an existing class from which new classes are derived whereas subclass is a class which is derived from superclass. The correct statement is that a subclass can be assigned to a superclass variable.

You use a cisco 2900 router in your network. you are considering purchasing and implementing the Unifield communications feature set on this router. however, you would like to evaluatie this feature set for a period of time prior to pruchasing it whcih command activate the evaluation right to use license for this feature set?

Answers

Explanation:

License boot module c2900, technology-package uck9

Other Questions
A quartz window of thickness L serves as a viewing port in a furnace used for annealing steel. The inner surface (x=0) of the window is irradiated with a uniform heat flux q''o due to emission from hot gases in the furnace. A fraction, , of this radiation may be assumed to be absorbed at the inner surface, while the remaining radiation is partially absorbed as it passes through the quartz. The volumetric heat generation due to this absorption may be described by an expression of the form q(x)=(1)q''o^ex where is the absorption coefficient of the quartz. Convection heat transfer occurs from the outer surface (x=L) of the window to ambient air at T[infinity] and is characterized by the convection coefficient h. Convection and radiation emission from the inner surface may be neglected, along with radiation emission from the outer surface. Required:Determine the temperature distribution in the quartz, expressing your result in terms of the foregoing parameters. what organisms are herbivores what is the slope of the line described by the equation below? Y=-x+8 If a star is very cool and very dim, what category does it belong to? If a star is very cool and very bright, what category does it belong to? Help me ASAP for this question you have to pick more than one By what least number should 336 be divided with to get a perfect cube.( please include steps) What is the equation of the following line? Be sure to scroll down first to see all answer options. Charlie Plumbing Supplies has a return on assets (ROA) of 24%, while the industry average of similar companies is 13%. This means that Charlie Plumbing Supplies' asset turnover is higher than the industry average.a. Trueb. False What is the best use of a line chart? (A.)to show parts of a whole while emphasizing specific data,(B.)to compare and contrast discrete categories of data,(C.)to display data that changes over time(D.)to display data points that are unconnected and distinct What is the value of m in the figure below? If necessary, round your answer tothe nearest tenth of a unit.A. 6.7B. 7.5C. 3D. 12 Ten thousand raffle tickets are sold for $1 each. One first prize of $2000, 4 second prizes of $700 each, and 8 third prizes of $300 each are to be awarded, with all winners selected randomly. If you purchase one ticket, what are your expected winnings? 132 cents -$0.28 72 cents -$0.88 witch Disney artist made ruby rock Lillypad Toys is a manufacturer of educational toys for children. Six months ago, the company's research and development division came up with an idea for a unique touchscreen device that can be used to introduce children to a number of foreign languages. Three months ago, the company produced a working prototype, and last month the company successfully launched its new device on the commercial market. What should Lillypad's managers prepare for next? Suppose that in 2015, a typical U.S. student attending a state supported college bought 8 textbooks at a price of $90 per book and enrolled in 28 credit hours of coursework at a price of $400 per credit hour. In 2016, the typical student continued to purchase 8 textbooks and enroll in 28 credit hours, but the price of a textbook rose to $100 per book, and the tuition price increased to $440 per credit hour. The base year for computing a "student price index" using this info is 2015. The price index for any base year is 100. The value of the student price index in 2015 is PLEASE HELP Which is an event that might be a sign of good or evil? rebellion epic trance omen CAN YOU HELP ME IN THE FOLLOWING EQUATION THE SPEED IS V = A + BT. DETERMINE THE DIMENSIONS OF A AND B find the equation of a straight line joining the points (6,9) and (4,7). Please help im bad at mathematic :( and please do a calculation too. Find the sum of 1342, -295, -456,89. Fortune Enterprises is an all-equity firm that is considering issuing $13.5 million of perpetual debt. The interest rate is 10%. The firm will use the proceeds of the bond sale to repurchase equity. Fortune distributes all earnings available to stockholders immediately as dividends. The firm will generate $3 million of earnings before interest and taxes (EBIT) every year into perpetuity. Fortune is subject to a corporate tax rate of 40%. Suppose the personal tax rate on interest income is 55%, and the personal tax rate on equity income is 20%. What is the annual after-tax cash flow to debt holders under each plan in Q7? A. Debt holders get $0 mil. under the unlevered plan vs. 1.2 mil. under the levered plan B. Debt holders get $1.2 mil. under the unlevered plan vs. 0.66 mil. under the levered plan C. Debt holders get $0 mil. under the unlevered plan vs. 0.66 mil. under the levered plan D. Debt holders get $0 mil. under the unlevered plan vs. 0.6075 mil. under the levered plan PLEASE HELP ? Convert by looking at the thermometer and measure to the nearest 5 degrees F.31 degrees Celsius to Fahrenheit