MSW LOGO Screen element which contains
the name of Program.

Answers

Answer 1

MSW LOGO Screen element that contains  the name of Program are:

Main ScreenCommander Window

What is the screen about?

The main screen is known to be called  a Graphic Screen as it is the place to make images or illustrations.

Note that A Commander Window is the place where one can send the turtle commands.

Therefore, MSW LOGO Screen element that contains  the name of Program are:

Main ScreenCommander Window

Learn more about Program from

https://brainly.com/question/1538272

#SPJ1


Related Questions

Which statement would cause polarization?
a.
"I miss you."
b. "I agree with you."
C.
"You never listen to me."
d. "Can I talk to you?"

Answers

C. “you never listen to me” would cause polarization

Need help with my hw.​

Need help with my hw.

Answers

If I am correct, it should be D. Hopefully I was helpful.
It is d I got it today

Write a program that accepts a number as input, and prints just the decimal portion. Your program should also work if a negative number is input by the user

Answers

In python:

number = float(input("Enter a number "))

print(round(number - int(number), 2))

Answer:

To just print the decimal, use code (in python)

Explanation:

number = float(input("Enter a number "))

print(number - int(number))

This code should cause the system to print just the decimals at the end of the number.

What services do banks now provide
because of computers, which they could not
provide before.

Answers

Answer:

Modern Banking Services:

Credit Card. Kisan Credit Card.SMS Banking. Visa Debit Card.Internet Banking. Mobile Banking.SMS Alert. ASBA.ATM Service. SWIFT Transfer.Connect IPS. ABBS Service.Clearing Service. FOREX Transaction.RTGS Service. ADBL Demat Account.

Your local government office recently had its network compromised, which resulted in all of the secure records getting posted online. What is this release of information called

Answers

The release of information as detailed in the given question is called; Data breach

Data Security Breach

The release of the local government's office records posted online is referred to as data breach. This is because data breach is simply a security violation, whereby sensitive information of any type of data is extracted criminally by a cybercriminal.

The mode of operation of the cyber criminal is either stealing the data physically by accessing a computer or network to steal the local files or by by remotely by-passing the network security.

Read more about security breach at; https://brainly.com/question/17493537

4.5 Code Practice

Write a loop that inputs words until the user enters STOP.

After each input, the program should number each entry and print in this format:

#1: You entered______

Can someone please help me with this because I so stuck

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This program is written in C++.

                                                                         

#include <iostream>

using namespace std;

int main()

{

   

   string word;// variable for taking user input

   int cond;// to set condition true if user preses the stop and exit from loop

   

   cout<<"Enter word: \n";

   cin>>word;

   do// start while loop

   {

       

       

       if(word=="stop" || word =="STOP" || word == "Stop")// if user enter word stop, then program exit

       {

       cond=0;

       

       }

       else//otherwise loop continue

       {

           cout<<" You Entered "+ word +"\n";

           cout<<"Enter word: \n";

           cin>>word;

           cond=1;

       }

   }  

   while(cond == 1);// if user don't enter word "stop" loop run continuesly.  

   cout<<"Program exit";

   

   return 0;

}

Answer:

word = input("Please enter the next word: ")

count = 0

while word != "DONE":

      count += 1

      print("#{}: You entered the word {}".format(count, word))

      word = input("Please enter the next word: ")

print("A total of " + str(count) + " words were entered.")

Explanation:

Assuming this is python, this should help!

Explain the difference between file and folder (in your own words)

Answers

Answer:

the difference is one is online and one is not

Explanation:

A file is usually what you find online. And a folder is what you put papers into.

A decrease in variability leads to an increase in what?
A) Predictability
B) Risk
C) Cost
D) Length

Answers

A decrease in variability leads to an increase in predictability. Hence option A is correct.

What is variability?

Variability is defined as the degree to which data points in a statistical distribution or data set deviate from the mean value as well as the degree to which these data points differ from one another. The following are some illustrations of typical sources of variation: Unfit operation, inappropriate machine, uneducated operators and so on.

Predictability is defined as a measure of how accurately a system's state can be predicted or projected, either qualitatively or statistically. When something is predictable, a youngster can plan their conduct to succeed by knowing what to expect.

Thus, a decrease in variability leads to an increase in predictability. Hence option A is correct.

To learn more about variability, refer to the link below:

https://brainly.com/question/15078630

#SPJ1

yo can someone hook me up with some uranium

Answers

bet where u stay at?

Answer:

now how we gon do dat

Explanation:

...

Requirements for standard versions of operating systems and support desktop applications?

Answers

To run standard versions of operating systems and support desktop applications, the following requirements are typically needed:

Processor: The operating system and applications require a compatible processor, usually an x86 or x64 architecture.

Memory (RAM): Adequate amount of RAM is necessary to ensure smooth operation of the operating system and applications. The specific requirements may vary depending on the operating system and applications being used, but generally, 4 GB or more of RAM is recommended.

Storage: Sufficient storage space is needed to install the operating system and applications. The exact storage requirements depend on the size of the operating system and the number of applications to be installed.

Graphics Card: A graphics card may be required, especially for applications that demand graphical processing power or require hardware acceleration. This is particularly relevant for tasks such as gaming, graphic design, and video editing.

Display: A compatible display with the recommended resolution for the operating system and applications is necessary to ensure optimal visual experience.

Network Connectivity: Most operating systems and applications require network connectivity for updates, online services, and certain features.

Operating System Version: Ensure that the operating system version is compatible with the desktop applications you intend to use. Some applications may require specific operating system versions or have limited support for older operating systems.

Learn more about applications here

https://brainly.com/question/31164894

#SPJ11

One of the big components of UI design concerns where items are positioned on the screen. What is the term for this positioning?

A.
menu

B.
scale

C.
strategy

D.
layout

Answers

One of the big components of UI design concerns where items are positioned on the screen. The term for this positioning is "layout" (Option D)

What is UI Design?

User interface design, also known as user interface engineering, is the process of creating user interfaces for equipment and software such as laptops, household appliances, mobile devices, and other electronic devices with the goal of increasing usability and user experience.

Responsibilities of a UI/UX Designer include:

In coordination with product managers and engineers, gather and evaluate user needs. Using storyboards, process flows, and sitemaps to illustrate design concepts. Creating visual user interface components like menus, tabs, and widgets.

Learn more about UI Design:

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

when importing a text file, why is it important to move through each step of the text import wizard?

Answers

It is important to move through each step of the text import wizard when importing a text file because it allows you to specify how the file should be imported.

Each step of the wizard allows you to configure settings such as how data should be separated, how data should be formatted, and whether the file should contain a header row. These settings can help ensure that your data is imported properly, as they can ensure that the data is separated in a manner that matches the structure of the file. Additionally, these settings can help you determine the type of data being imported, which can be important for certain types of data. For example, if the data includes dates, you can set the data type to a date format to ensure that the data is imported correctly. Overall, using the text import wizard helps you specify settings that can help ensure that your data is imported accurately.

You can learn more about import wizard at: brainly.com/question/23639237

#SPJ11

importance of information systems producing expected outputs

Answers

Information systems producing expected outputs are essential for organizational efficiency, accuracy, and goal achievement.

Why is it essential for information systems to deliver expected outputs consistently?

Information systems play a vital role in today's organizations, serving as the backbone of their operations. These systems collect, process, store, and distribute information to support decision-making and streamline various business processes. When information systems consistently produce expected outputs, several benefits arise.

Firstly, expected outputs ensure efficiency within an organization. When the outputs align with the desired outcomes, it allows for smooth and uninterrupted workflow. Employees can rely on the information provided by the systems to perform their tasks accurately and timely. This leads to increased productivity and reduces the risk of errors or redundancies in the workflow.Secondly, the accuracy of outputs is critical for making informed decisions. Information systems process vast amounts of data, transforming them into meaningful information for decision-makers. If the outputs are not reliable or accurate, it can lead to flawed decisions, which can have far-reaching consequences for the organization. Expected outputs provide decision-makers with the confidence to trust the information presented, enabling them to make informed choices that drive the organization's success.

In conclusion, the importance of information systems producing expected outputs cannot be overstated. Consistent delivery of accurate and reliable outputs ensures operational efficiency, facilitates informed decision-making, and drives the achievement of organizational goals. Organizations must invest in robust information systems and regularly monitor and evaluate their performance to ensure the expected outputs are consistently met.

Learn more about Information systems

brainly.com/question/30586095

#SPJ11

e. Define the term ‘user interface’, giving examples.

f. What is a mobile application?

g. Explain briefly what a multi-tasking system is and how it works?​

Answers

Answer:

u

Explanation:

iiiiiiiiiiiiiiiiiiii

what term is used to express the thickness or height of a switch?

Answers

A common term used to describe the thickness or height of a switch is "profile."

What is the term used to denote the dimensions or stature of a switch?

The profile of a switch refers to its thickness or height, which determines its physical dimensions and how it fits into a device or a circuit. It is an essential factor to consider when designing or selecting switches for various applications.

The profile can vary depending on the specific type of switch and its intended use, such as low-profile switches for compact devices or high-profile switches for applications requiring a more substantial physical presence.

Learn more about Physical dimensions

brainly.com/question/28862417

#SPJ11

Which of the following ethical guidelines is best described as refraining from using granted authorizations for personal gain or activities that are not appropriate in the workplace?

Do not use computer access or the Internet for unprofessional or inappropriate purposes.

Protect system access of users.

Do no harm to a company when leaving.

Be fair and honest with customers.

Answers

Answer:

"Which of the following ethical guidelines is best described as preventing Social Security numbers, bank account numbers, addresses, and phone numbers from getting in the wrong person’s hands?"

A: Respect confidentiality of data

Explanation:

correct on Edg

Answer:

Respect confidentiality of data.

And

Do not use computer access or the Internet for unprofessional or inappropriate purposes.

Explanation:

Question 19 :Rachel, a database administrator, has created a database for her website. It contains pictures of vacations that people have uploaded. In the database, pictures have associated information about who uploaded them and the date. What is this an example of?

Answers

Answer:

The correct answer will be "Semi-structured data".

Explanation:

Semi-structured data comprise evidence that just isn't data collected in some kind of a traditional database management system, but then neither is content typed. It's indeed descriptive information or structured data, but that's not organized into a theoretical design, like a chart or perhaps a graph centered through an entity.

So that the given scenario is the example of semi-structured data.

Which statement about analog and digital images is true?.

Answers

The statement which is true about analog and digital images is: Option B; Sampling an analog image more frequently produces a digital image with a better representation.

Analog and Digital Images

An analog image is defined as a type of image with a matrix of pixels that is stored in binary form whereby the tone is depicted by continuous variations such as Photograph, Television images, X-ray images, artistic paintings e.t.c

Now, a digital image converts an analogue image to a digital image or converts a digital image to an analog image. This means that digital images are more powerful and provide a better representation than analog images.

Looking at the options the inky correct one is option B.

The statements are missing and they are;

A) With advances in technology, digital images look exactly like the analog images they represent.

B) Sampling an analog image more frequently produces a digital image with a better representation.

C) Analog images come from data that is measured at regular intervals.

D) Digital images come from data that is measures continuously

Read more about analog and digital images at; https://brainly.com/question/17239524

what html tag that you were required to use for images on abp3 provides accessable descriptions of the images to jaws?

Answers

The ALT tag is known to be one of the HTML attribute used in HTML and XHTML documents. The html tag that you were required to use for images on abp3 provides accessable descriptions of the images to jaws is called an ALT tag

ALT tag is often used to bring out or soecify an alternative text that is to be used when the element to which it is applied cannot be used.

It is also known as ALT attribute and ALT description.

As an HTML attribute, it is often applied to image tags to provide a text alternative for search engines.

Learn more from

https://brainly.com/question/9068937

Where would you find the Create Table Dialog box ?

Answers

On your worksheet, select a range of cells you want to make into a Table. From the Insert command tab, in the Tables group, click Table. NOTES: The Create Table dialog box appears, displaying the selected cell range.

Hope it’s right
Best luck with your studying

Answer:

From the Insert command tab, in the Tables group, click Table. NOTES: The Create Table dialog box appears, displaying the selected cell range.

Explanation:

Write a Console program, let users to enter prices calculate subtotal, tax, and total.

- Delcare variable data type as decimal (6 variables needed)
decimal apple;

- Conver string to decimal from input
apple = Convert.ToDecimal(Console.ReadLine());

- Do addition for subtotal

- Multiplication for tax (0.065M) --- M or m stands for money value, read page 94.

- Addition for total

- You need to show only two digits after decimal point
Console.WriteLine(" Subtotal: ${0}", String.Format("{0:0.00}", subTotal));



blank line: Console.WriteLine("")



Console.Write(" Apple: $");
apple = Convert.ToDecimal(Console.ReadLine());

Answers

Answer:

Explanation:

This is a project I already submitted, but I never received feedback. All my upcoming assignments will be based on this, so I wanted to make sure it is correct. I got this program to work as far as calculating the information, but I was hoping someone could please let me know if it meets the parameters/requirements?

I did attempt it. It works and adds the items exactly how the example showed in the video. However, I wanted to make sure my code is solid, and not just a mishmash or working because I got lucky, and if there is a better more solid way to do this I want to make sure I can. I do want feedback so I can learn and get better and I am trying my hardest. I always right out all the code I see here and try it and learn what it does piece by piece, because it helps me learn and improve. I also want to make sure it is going to work once I start the code for the next half of the requirements.

i cant really help they dont let us put codes on here

When keyboards are developed for other languages, what is an example of a type of key that might be added?

Answers

The company can produce 20 desktop keyboards and 10 laptop keyboards.

What the company manufactures?

A company manufactures keyboards for desktop and laptop computers.

The desktop keyboard contains 105 keys

The laptop keyboard has 90 keys

The company has 3000 keys

The company needs to produce twice as many desktop keyboards as laptop keyboards

We need to find how much of each type the company can produce

Assume that the company can produce x desktop keyboards and

y laptop keyboards

∵ The company can produce x desktop keyboards

∵ company can produce y laptop keyboards

∵ The desktop keyboard contains 105 keys

∵ The laptop keyboard has 90 keys

∵ The company has 3000 keys

an equation to represent the total keys

∴ 105 x + 90 y = 3000 ⇒ (1)

∵ The company needs to produce twice as many desktop keyboards

as laptop keyboards

∴ x = 2 y ⇒ (2)

Substitute x in equation (1) by equation (2)

∵ 105(2 y) + 90 y = 3000

∴ 210 y + 90 y = 3000

∴ 300 y = 3000

Divide both sides by 300

∴ y = 10

∴ The company can produce 10 laptop keyboards

Substitute the value of y in equation (2) to find the value of x

∵ x = 2(10)

∴ x = 20

∴ The company can produce 20 desktop keyboards

Therefore, The company can produce 20 desktop keyboards and 10 laptop keyboards.

Learn more about keyboards on:

https://brainly.com/question/24921064

#SPJ1

Joe is a florist and wants to increase his client base. How can he achieve this with the help of a computer?
A.
advertise his products
B.
email his friends
C.
calculate his sales for the year
D.
analyze marketing trends

Answers

A because sounds like the correct answer

Answer:

its A I just took the test

Explanation:

NEED THIS ASAP!!) What makes open source software different from closed source software? A It is made specifically for the Linux operating system. B It allows users to view the underlying code. C It is always developed by teams of professional programmers. D It is programmed directly in 1s and 0s instead of using a programming language.

Answers

Answer: B

Explanation: Open Source software is "open" by nature, meaning collaborative. Developers share code, knowledge, and related insight in order to for others to use it and innovate together over time. It is differentiated from commercial software, which is not "open" or generally free to use.

A proprietary software license allows users to install and use the software on any number of computers. install and use the software after agreeing to the terms of the license. inspect, modify, and redistribute the software. copyright and resell the software.

Answers

Answer:

install and use the software after agreeing to the terms of the license.

Explanation:

A software can be defined as a set of executable instructions (codes) or collection of data that is used typically to instruct a computer how to perform a specific task and to solve a particular problem.

Basically, softwares are categorized into two (2) main categories and these are;

I. Open-source software.

II. Proprietary software.

A proprietary software is also known as a closed-source software and it can be defined as any software application or program that has its source code copyrighted and as such cannot be used, modified or distributed without authorization from the software developer. Thus, it is typically published as a commercial software that may be sold, licensed or leased by the software developer (vendor) to the end users with terms and conditions.

Some examples of proprietary software are Microsoft Windows, macOS, Adobe photoshop etc.

Hence, a proprietary software license allows users to install and use the software after agreeing to the terms of the license.

A proprietary software license allows users to install and use the software after agreeing to the terms of the license.

Thus, option (b) is correct.

Users are required to agree to these terms before they can legally install and use the proprietary software. The license agreement may outline specific restrictions, limitations, and permitted usage scenarios.

Installing and using the software on any number of computers: This is not necessarily true for proprietary software.

Inspecting, modifying, and redistributing the software: These activities are typically not allowed under a proprietary software license, as they generally provide limited or no access to the source code and impose restrictions on modifications and redistribution.

Copyrighting and reselling the software: These rights are typically retained by the software's copyright holder and are not granted to users under a proprietary software license.

Therefore, install and use the software after agreeing to the terms of the license.

Thus, option (b) is correct.

Learn more about Software installation here:

https://brainly.com/question/7548929

#SPJ6

The question attached are seems to be incomplete, the complete question is:

A proprietary software license allows users to :

install and use the software on any number of computers.install and use the software after agreeing to the terms of the license.inspect, modify, and redistribute the software.copyright and resell the software.

classify computer software and write short note about it ?​

Answers

Explanation:

The two main categories of software are application software and system software. An application is software that fulfills a specific need or performs tasks. System software is designed to run a computer's hardware and provides a platform for applications to run on top of. HOPE THIS MAY HELP YOU

You are generating a derivatively classified piece of information and are looking for information in a classified database. While you are searching, you find a piece of information that is extremely helpful. It appears to include all of the classification markings including portion, banner, and classification authority block. Is this information authorized for use as a source of derivative classification?

Answers

Answer:

Yes

Explanation:

A classified information is piece of information that is hidden from public eyes as it could threaten national security if exposed

A derivatively classified piece of information is a piece of information document that extracts information from a classified information source and incorporates this information into the document. These classified documents bear classification markings which are used to show that the information is classified and give instructions on handling and dissemination. A derivative classifier is one who develops classified information using authorized classified information sources

Section 1.4 of Executive Order 13526 lists categories of information eligible for classification

How did inventors like lee deforest and edwin howard armstrong fund their initial research and development ventures into radio technologies?.

Answers

Government financing was provided for Marconi (England = public mandate; taxes)

- The United States raised funds from investors in capital.

What is meant by radio technologies?

Radio technology, the transmission and reception of communication signals made of of electromagnetic waves that bounce off the ionosphere or a communications satellite or pass through the air in a straight line.

Radio broadcasts that are available 24 hours a day and provide real-time information allow listeners to acquire the most latest news. Radio has the ability to cross international borders and can be a valuable source of news in places where reputable news is difficult to come by.

Radio equipment requires electromagnetic waves to transmit and receive in order to function. The radio signal is an electrical current that moves very quickly. An antenna is used by a transmitter to broadcast this field; a receiver takes it up and transforms it into the audio heard on a radio.

The complete question is : How did inventors like Lee Deforest and Edwin Howard Armstrong fund their initial research and development ventures into radio technologies? How was this different from the funding used by inventors like Guglielmo Marconi in Europe?

To learn more about radio technology refer to:

https://brainly.com/question/4348815

#SPJ1

what dos utility is used on a windows 7 pc to partition a hard drive?

Answers

On a Windows 7 PC, the utility used to partition a hard drive is called "Disk Management." It is a built-in tool provided by the Windows operating system. Disk Management allows you to create, delete, format, and resize partitions on your hard drive without the need for any third-party software.

To access Disk Management in Windows 7, you can follow these steps:

Click on the Start button.Right-click on "Computer" or "My Computer" (depending on your Windows 7 version) and select "Manage."In the Computer Management window, select "Disk Management" under the "Storage" category on the left-hand side.

Once you are in Disk Management, you can see a list of all your connected hard drives and their partitions. From there, you can right-click on a partition to perform actions such as creating new partitions, deleting existing partitions, formatting partitions, or resizing partitions, depending on your needs.

Learn more about Disk Management visit:

https://brainly.com/question/30765384

#SPJ11

An organization with multiple facilities wishes to reduce its water consumption. Is the following practice a 3G approach, a 4G approach, consistent with both 3G and 4G approaches, or neither a 3G nor a 4G approach. The EHS department might develop a generic approach to reduce facility water consumption, based on its expert knowledge. Yet each EHS expert would have the flexibility to work with a facility in any way he or she saw fit to reduce water consumption. Within a facility, the focus will be on high water consumption areas. That is a third generation approach, but not a fourth generation approach. That a fourth generation approach, but not a third generation approach. That is both a third and fourth generation approach. That is neither a third or fourth generation approach.

Answers

The described practice combines elements of both 3G and 4G approaches, as it involves developing a generic approach while allowing flexibility for individual experts and emphasizes targeting high water consumption areas within facilities.

The described practice is consistent with both 3G and 4G approaches.

Explanation:

Third Generation (3G) approach: The practice aligns with a 3G approach as it involves the EHS department developing a generic approach to reduce water consumption based on expert knowledge. Each EHS expert has the flexibility to work with facilities in their own way to achieve the goal, indicating a decentralized and adaptable approach.

Fourth Generation (4G) approach: The practice also aligns with a 4G approach as it focuses on specific areas within each facility that have high water consumption. This demonstrates a targeted and data-driven approach to identify and address areas of improvement.

To know more about 4G visit :

https://brainly.com/question/29761693

#SPJ11

Other Questions
Name two regions of the world where immigrants to the u. S. Came from. Precious Metal Mining has $15 million in sales, its ROE is 14%, and its total assets turnover is 3.2. Common equity on the firms balance sheet is 50% of its total assets. What is its net income? Do not round intermediate calculations. Round your answer to the nearest cent. the nurse recognizes the patient is demonstrating signs of diabetic ketoacidosis (dka). which findings support this recognition? select all that apply. a fugitive tries to hop on a freight train traveling at a constant speed of 5.4 m/s . just as an empty box car passes him, the fugitive starts from rest and accelerates at a is an administrative act performed by a parole authority that removes a person from parole. If an ice cube with the mass of 5.0 grams melts in a closed system such as a closed glass jar what is the mass of the liquid water after the ice cube completely melts a 55-year-old client is being evaluated for a suspected hearing impairment. which of the nurse's health interview questions is most likely to yield relevant data? Suppose that in the absence of transportation costs Home specializes in coffee and coal while Foreign specializes in cars and corn. Cigars are produced in both countries and are thus a nontraded good. From the data in the accompanying table it can be deduced that Home's relative wage (w/w*) is . (Enter your response as an integer.) If both coal and cars become nontraded goods after transportation costs are included in the analysis, it must be the case that those costs, as a percentage of production costs, are at least A. 150 percent. B. 50 percent. C. 100 percent. D. 200 percent. \begin{tabular}{lc} \hline & Relative Home Productivity Advantage (a Li/a Li) \\ \hline Coffee & 9 \\ Coal & 6 \\ Cigars & 3 \\ Cars & 1.5 \\ Corn & 1 \\ \hline \end{tabular} One number is eight less than a second number. Six times the first is 3 more than 3 times the second. Find the numbers. Which compound (A,B or C) is most likely an ionic compound? It is about 780 miles from George Washington's hometown of Mount Vernon.Virginia to Abaraham Lincoln's Hometown of Springfield, Illinois. If you were to drive without stopping at 30mph,from Springfield to Mount Vernon, How many minutes Would you take to get there ? Answer asap with a picture pls Which of the following product features would best suit a hybridcosting system?A.Identical and very similar featuresB.Identical and unique featuresC.Some unique and individual featuresD.Some 1- A marketer needs to be aware of the criteria by which the effectiveness of their segmentation procedures can be assessed. Which of the following is NOT a criterion for evaluating the resulting market segments?a. Perishabilityb. Size of the resulting segmentc. Measurabilityd. Accessibility Explications du pome il naurait fallut strophe 6 What would be the more likely position the United States would take if: In 1830 Great Britain sent troops to occupy Argentina (a free nation after 1816) A portrait of an artist wearing a cloak and a beard who painted the Parma Cathedral. Who is pictured above?The answer is Correggio Select the ordered pair that is NOT marked on the coordinate plane. what methods did the Nazis use to separate Jewish people and other targeted groups from the rest of the population? of the following, which is the advantage of geostationary satellite imagery? a. it can be used to monitor the hurricane both almost continuously b. it can accurately predict forward speed c. it can accurately predict the intensity and movement of the storm d. it can be used to estimate storm surge Calculate the value of 3a 4b + 6c 3d, when a = 5 b = 4 c = 3 d = 2