I downloaded your ide and it seems you just need to turn your initial numy1 and numy2 to floats.
numy1 = float(8)
numy2 = float(13)
numy3 = numy2 - numy1
result3 = numy3 / numy1
print(result3)
This will print out your desired result.
Are you able to connect a VPN to a Spectrum Internet modem or do you need a Router for that. Are routers better than modems?
Answer:
Yes
Explanation:
Spectrum Internet modems work very wells with VPNs.
a technology used to transmit data at high speeds over a telephone line
A technology used to transmit data at high speeds over a telephone line is called Digital Subscriber Line (DSL). DSL allows users to send and receive digital data while maintaining their voice communication services. It employs advanced modulation techniques to transfer data packets efficiently.
There are two main types of DSL: Asymmetric DSL (ADSL) and Symmetric DSL (SDSL). ADSL offers faster download speeds compared to upload speeds, making it ideal for regular internet users who mostly browse, stream, or download content. SDSL, on the other hand, provides equal upload and download speeds, catering to businesses that require high-speed data transmission for various tasks like video conferencing and file sharing.
DSL operates by using a modem that connects to a telephone line. This modem splits the line into separate channels, allocating one for voice communication and the others for data transmission. The modem then encodes and decodes the digital signals to enable high-speed data transfer over the existing copper lines.
DSL technology offers several advantages, such as simultaneous voice and data transmission, continuous internet connection without occupying the phone line, and a secure, dedicated line for each user. However, DSL speed depends on factors like distance from the telephone exchange and quality of the telephone line, which might limit its effectiveness in certain situations.
To learn more about, transmit
https://brainly.com/question/8633050
#SPJ11
Question 11 pts
What is output by the following code? Select all that apply.
c = 0
while (c < 11):
c = c + 6
print (c)
Group of answer choices
0
2
4
8
10
6
14
16
1
3
12
Flag question: Question 2
Question 21 pts
What is output by the following code? Select all that apply.
c = 2
while (c < 12):
print (c)
c = c + 3
Group of answer choices
3
4
6
7
9
2
10
5
12
8
1
11
Flag question: Question 3
Question 31 pts
What is output by the following code?
c = 1
sum = 0
while (c < 10):
c = c + 2
sum = sum + c
print (sum)
Answer:
12
Explanation:
S Solution
N Nine seconds to take time
M 0 minutes to take
How to call a variable as a tag in react native.
Explanation:
There is no need of adding template strings inside a <Text> component for adding strings in react-native. You can just use simple text and for variables, you can wrap it with curly braces
What are some uses for a class webpage?
Answer:
The webpage, either classroom- or grade-level, can be designed to include numerous items that are helpful to parents, community members, and students. It provides a place for parents to go after hours to view information about homework assignments, calendar of events, classroom pictures, study links, and more.
the most powerful computers, , can evaluate complex data very quickly. many of these computers in the united states are owned by the government or major research institutions and can cost $1 million dollars or more.
The most powerful computers, supercomputers, can evaluate complex data very quickly. Many of these computers in the United States are owned by the government or major research institutions and can cost $1 million dollars or more.
What is a computer?A computer can be defined as an electronic device that is designed and developed to receive data in its raw form as an input and processes these data through the central processing unit (CPU) into an output (information) that could be seen and used by an end user.
What is a supercomputer?A supercomputer simply refers to one of the most powerful computers that is designed and developed for handling, evaluating, and solving very complicated problems or tasks. Additionally, supercomputers have the ability to carry out trillions of calculations per second.
Read more on supercomputer here: https://brainly.com/question/14883920
#SPJ1
Complete Question:
The most powerful computers, _____, can evaluate complex data very quickly. Many of these computers in the United States are owned by the government or major research institutions and can cost $1 million dollars or more.
You want to develop a system that will allow employers to develop better punctuality habits for employees. The employer doesn’t want employees to come either too early or too late. Employees clock in their times. Your employer has told you that coming in 10 minutes late or early is within tolerable limits.
Develop a sliding scale that uses linguistic variables. This scale helps employers determine seven levels, starting from extremely early to extremely late and just-on-time right in the middle.
Answer:
To develop a system that will allow employers to develop better punctuality habits for employees, a sliding scale can be used that uses linguistic variables. This scale would help employers to determine seven levels for punctuality, starting from extremely early to extremely late and just-on-time right in the middle. The employer has stated that coming in 10 minutes early or late is within tolerable limits, so the scale could be set up with the following levels:
• Extremely Early: 0-5 minutes • Early: 6-10 minutes • On Time: 11-15 minutes • Late: 16-20 minutes • Very Late: 21-25 minutes • Extremely Late: 26-30 minutes • Unacceptable: 31+ minutes.
This scale will help employers to determine acceptable levels of punctuality for employees, and ensure that they are not coming in too early or too late.
Explanation:
see above
Kris is the project manager for a large software company. Which part of project management describes the overall project in detail? Analysis report Resources document Scope Scope creep
Answer:
The given option "Resource document" is the correct answer.
Explanation:
Whenever it applies to chronology as either the documentation a resource records collection of specific documents should indeed be regarded as a component of this kind of record. The resource component encompasses a series of proclamations provided by the researcher including its memorandum, and therefore is willing to take responsibility for each other by the very same body is nonetheless accountable again for the file.The remaining three options do not apply to something like the specified scenario. And the latter is the correct one.
Answer:
Resource document
Explanation:
You want to implement a continuum in Windows 10 to automatically detect the type of device being used and change the way that the information is being displayed on the screen.
Select the UI element that enables you to perform this action.
The correct answer is The UI element that enables you to implement a continuum in Windows 10 is the "Settings" app. want to implement a continuum in Windows 10.
Within the Settings app, you can navigate to the "System" section and then select "Display". From there, you can toggle the "Change the size of text, apps, and other items" option to enable the continuum feature. This will allow Windows 10 to automatically detect the type of device being used and adjust the display scaling accordingly to provide an optimal viewing experience.automatically detect the type of device being used and change the way that the information is being displayed on the screen.
To learn more about Windows click the link below:
brainly.com/question/13700092
#SPJ11
_________________ is a set of commands used to control a databases, which includes security.
DCL or Data Control Language is a set of commands used to control a databases, which includes security. A data control language (DCL) is a computer programming language with syntax intended to manage access to data kept in databases.
It is specifically a component of Structured Query Language (SQL). Data Control Language is one of the logical groupings of SQL Commands. The predominant language used by relational database management systems is SQL. You can put data into a database, delete or change data there, or retrieve data from a database by using SQL commands. Database systems use SQL, but many also contain proprietary extensions of their own that are typically only used within the database system.
Learn more about database https://brainly.com/question/6447559
#SPJ4
system software assists computer hardware with the work it is designed to do.
System software is a type of computer software that operates the computer hardware and applications software. It manages and controls computer operations and resources, as well as provides a platform for applications software to run on.System software serves as an intermediary between hardware and applications software.
It provides an interface between the user and the hardware by managing the input and output devices, such as the keyboard, mouse, and printer, and ensuring that the hardware components communicate with each other. Additionally, system software helps to optimize computer performance by managing system resources like memory, disk space, and CPU time.A system software can be divided into two main categories: operating system and utility software.
The operating system is responsible for managing the computer hardware, providing a user interface, and allowing applications software to run. Utility software, on the other hand, is designed to perform specific tasks that help maintain and optimize the computer's performance.
To know more about computer visit:
https://brainly.com/question/32297640
#SPJ11
when employees are hired, they agree to only use cel lphones during breaks. how would you classify this ?
Answer:
I would clasify that they do this so they can contact any family memebers.
Explanation:
Write this name in your handwriting on a piece of paper best handwriting gets branilist
Cursive and continuous cursive are often considered to be the best handwriting styles for students to learn.
Which handwriting style is best?The two handwriting techniques that are generally regarded as the finest for students to acquire are cursive and continuous cursive.
Narrow right margins, a clear right slant, and lengthy, tall T-bars are all common writing characteristics. Other characteristics of the writers of the writing were also revealed by other handwriting characteristics.
Even writing with a pen and paper requires the use of muscle memory. Writing nicely will be more difficult for you if you don't regularly practise. Your handwriting will get much better if you spend 10 to 15 minutes each day writing neatly and slowly.
There are three of them: print, pre-cursive, and cursive.
1. Cursive
2. Pre-cursive
3. Print
To learn more about handwriting refer to:
https://brainly.com/question/1643608
#SPJ1
Which tab would you click to find the document protection features?
C
File
Home
References
Insert
Read Question
File
Explanation:You can also go to the Review tab, in the Protect group, click Protect Document, and then click Restrict Formatting and Editing.
ENDS TODAY PLEASE HELP
Part of what makes the digital photography experience so exciting and innovative compared to non-digital cameras of years past is the LCD display that allows you to instantly review your images after taking them.
For this lab, you are going to focus on exploring the camera viewfinder and LCD display a bit more deeply.
You will start by doing a bit of research on viewfinders and LCD displays on digital cameras. After you feel that you have an understanding of the purpose and function of viewfinders and LCD displays on digital cameras, you will write three to five paragraphs comparing and contrasting these two features. You want to not only identify and explain what they do and how they are used but also explore when and why a photographer might use one versus the other or both simultaneously.
Next, you are going to put on your creativity hat and grab some blank paper and colored pencils, pens, or markers. You are going to create a series of drawings that show what a photographer sees when looking through a camera viewfinder versus what they see when looking at the LCD screen.
Although it employs an electronic sensor rather than film to create images, digital photography mimics the steps involved in conventional film photography.
What Is Film Photography?The number of megapixels used to describe the resolution of these digital photos, which are kept on a memory card, is.Each frame on a roll of film is exposed to light in traditional film photography in order to produce a picture. Silver halide crystals are coated on plastic film to capture negative images, which deteriorate when exposed to light. Photographers take rolls of film to darkrooms where they employ liquid chemicals to develop the pictures after they've used up all the exposures on the roll.12 Benefits of Digital PhotographySatisfaction in a flash.Purchasing and processing film is expensive.Enormous photo storage spaceVarious purposesA video cameraSharing is simple.A smaller and lighter sizeSimple editing.To Learn more About film photography refer To:
https://brainly.com/question/20629478
#SPJ1
Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.
Answer:
I am using normally using conditions it will suit for all programming language
Explanation:
if(minimum){
hours=10
}
An example of an application that could make use of threads is a file server. True or False
True. An application like a file server can benefit from the use of threads. Threads are independent units of execution within a process that can run concurrently, allowing multiple tasks to be performed .
simultaneously. In the case of a file server, threads can be utilized to handle multiple client connections concurrently, enabling the server to serve multiple requests simultaneously.
When a client connects to a file server, a separate thread can be spawned to handle that client's request, allowing the server to continue accepting and serving other clients without blocking. This allows for efficient handling of multiple simultaneous connections and improves the overall responsiveness and scalability of the file server.
By using threads, the file server can perform tasks in parallel, such as reading and writing files, handling network communication, and processing client requests. Each thread can work independently on its assigned task, enabling efficient utilization of system resources and better responsiveness to client requests.
Therefore, utilizing threads in a file server application is a common approach to enable concurrent processing and improve overall performance and responsiveness.
Learn more about application here:
https://brainly.com/question/31164894
#SPJ11
Review different cases, and select 1 organization for your post. Discuss the unethical/illegal issues that leaders at this organization encountered, and then obtain two different authors that addressed the unethical/illegal practices at the organization you selected
Directions.
Describe the key points of each article and detail why the author of the article found it illegal or unethical. Evaluate the leader's ethical awareness or standards, (apply the course material). This discussion will be at least 300 words. (Be sure to reference your articles in APA format).
The task outlined is to select an organization, discuss its unethical/illegal issues, and analyze articles addressing those practices while evaluating the leaders' ethical awareness or standards.
What is the task outlined in the given paragraph?The given paragraph outlines a task to review different cases and select one organization for a post. The task involves discussing the unethical or illegal issues encountered by leaders at the selected organization and finding two different articles that address these practices.
The articles need to be summarized, highlighting the key points and explaining why the authors found the practices illegal or unethical.
Furthermore, the ethical awareness or standards of the organization's leaders should be evaluated, utilizing concepts from the course material. The discussion is required to be at least 300 words in length, and proper APA referencing of the articles is expected.
Learn more about task outlined
brainly.com/question/32720587
#SPJ11
While loop project
Reference codeacademy lesson called loops
Need help writing this code
Create a program that
1) outputs the name priya 100 times (all on different lines)
2) output the name priya 100 times (10 on 10 lines)
3) output the sum of numbers from 1 to 1000
4) output the product of numbers from 1-8
5) list all the numbers from 100 down to 1
Complet in this order
Answer: Change this however you'd like :)
Explanation:
for n in range(100):
print("priya")
print()
for n in range(10):
for i in range(10):
print("priya", end= " ")
print()
print()
tempList = []
for n in range(1, 1001):
tempList.append(n)
print(sum(tempList))
print()
for n in range(1, 9):
for i in range(1, 9):
print(n*i)
print()
x = 100
while x != 0:
print(x)
x -= 1
Write the lyrics toooo.. Saints. Who every gets it correct gets brainliest!
No copying
Answer: I'm sorry but your story isn't adding up
Think your religion is a lie to keep my mouth shut
So I won't testify the crimes you're keeping score of
Why don't you throw me to the wolves? I thought you were one
You were standing there like an angry god
Counting out my sins just to cross them off
Saying that my tongue was too loud to trust
And that my blood couldn't keep you
My dear, you're not so innocent
You're fooling Heaven's gates
So you won't have to change
You're no saint, you're no savior
Your revelations don't look nothing like the pictures
You read between the lines and don't stick to the scriptures
You only follow rules if others follow with you
That doesn't sound so holy only playing victim
You were standing there like an angry god
Counting out my sins just to cross them off
Saying that my tongue was too loud to trust
And that my blood couldn't keep you
My dear, you're not so innocent
You're fooling Heaven's gates
So you won't have to change
You're no saint, you're no savior
So keep your judgment for someone else, I've had enough
And keep your judgment for someone else, I've had enough
So keep your judgment for someone else, I've had enough
And keep your judgment for someone else, I've had enough
My dear, you're not so innocent
You're fooling Heaven's gates
So you won't have to change
You're no saint, you're no savior
Explanation:
Wired technology differs from wireless because
Answer:
Explanation: Wired technology differs from wireless because
it is connected by a physical wire
Go to this link: https://platform.breakoutedu.com/game/play/going-buggy-78#
And check you answer first!!! I’ll give brainliest!!! Plz help ASAP!
Answer:
a) Move straight -->
b) Turn left , arrow pointed in the down ward direction
c) Turn left <--
d) Turn right, arrow pointed in the up ward direction
e) Turn right -->
f) Turn left, arrow pointed in the up ward direction
g) Turn left <--
Explanation:
The correct set of symbol would be
a) Move straight -->
b) Turn left , arrow pointed in the down ward direction
c) Turn left <--
d) Turn right, arrow pointed in the up ward direction
e) Turn right -->
f) Turn left, arrow pointed in the up ward direction
g) Turn left <--
You have a Mobile Legends account???
Can I play with You???
Answer:
yes oo you want to play with me
Why have Social Security numbers traditionally been used as primary keys for database tables that store personal data on individual people
Create a scenario and show it on flowchart that incorporates GIS
(spatial analysis) and MIS analytics. Please keep in mind that
MIS/GIS might share a database.
A GIS can integrate maps and database data with queries True(Option A).
A Geographic Information System (GIS) is a powerful tool that can integrate various types of spatial data, including maps and database data. GIS allows users to store, analyze, and visualize geographically referenced information.
With GIS, users can perform queries and spatial analysis to extract meaningful insights from the data. This integration of maps and database data, along with the ability to perform queries, is one of the core functionalities of a GIS. It enables users to explore relationships, make informed decisions, and solve complex spatial problems.
for further information on the Database visit:
brainly.com/question/31941873
#SPJ4
The complete question on:
Create a scenario and show it on flowchart that incorporates GIS
(spatial analysis) and MIS analytics. Please keep in mind that
MIS/GIS might share a database.
during a mail merge what item aer merged
Answer: The mail merge process involves taking information from one document, known as the data source.
Explanation:
log(10×
\(log(10x4 \sqrt{10)} \)
5. The command to add new layout to the slide is present in
tab.
Answer:
In the navigation pane, click the slide master. The slide master is the top slide in the navigation pane. Click the Slide Master tab, and then under Slide Master, click New Layout. PowerPoint inserts a new slide layout with placeholders for a title and footers.
Write an LMC program as follows instructions:
A) User to input a number (n)
B) Already store a number 113
C) Output number 113 in n times such as n=2, show 113
113.
D) add a comment with a details exp
The LMC program takes an input number (n) from the user, stores the number 113 in memory, and then outputs the number 113 n times.
The LMC program can be written as follows:
sql
Copy code
INP
STA 113
INP
LDA 113
OUT
SUB ONE
BRP LOOP
HLT
ONE DAT 1
Explanation:
A) The "INP" instruction is used to take input from the user and store it in the accumulator.
B) The "STA" instruction is used to store the number 113 in memory location 113.
C) The "INP" instruction is used to take input from the user again.
D) The "LDA" instruction loads the value from memory location 113 into the accumulator.
E) The "OUT" instruction outputs the value in the accumulator.
F) The "SUB" instruction subtracts 1 from the value in the accumulator.
G) The "BRP" instruction branches back to the "LOOP" label if the result of the subtraction is positive or zero.
H) The "HLT" instruction halts the program.
I) The "ONE" instruction defines a data value of 1.
The LMC program takes an input number (n) from the user, stores the number 113 in memory, and then outputs the number 113 n times.
To know more about LMC program visit :
https://brainly.com/question/14532071
#SPJ11
Produce a function with the following specifications:
NAME: cheby PolyAppx_########
INPUT: f, N, TOL, intTOL, depth
OUTPUT: A
DESCRIPTION: The vector A contains the N + 1 Chebyshev coefficients for f, found using the your adaptSimpsonInt numerical integration algorithm with tolerance intTOL and adaptive depth 'depth' to approximate the coefficients on the interval (-1+TOL.1-TOL).
The main answer to the given question is to produce a function named "chebyPolyAppx_########" that takes inputs f, N, TOL, intTOL, and depth and returns a vector A containing the N + 1 Chebyshev coefficients for f. The function utilizes the adaptSimpsonInt numerical integration algorithm with tolerance intTOL and adaptive depth 'depth' to approximate the coefficients on the interval (-1+TOL, 1-TOL).
What is the role of the adaptSimpsonInt algorithm in approximating the coefficients, and how does the tolerance intTOL and adaptive depth 'depth' affect the accuracy of the approximation?The given question requires the implementation of a function that calculates the Chebyshev coefficients for a given function f. The function takes inputs such as the number of coefficients N, tolerances TOL and intTOL, and the adaptive depth 'depth'. The adaptSimpsonInt algorithm is utilized to numerically integrate the function and approximate the coefficients. The tolerance intTOL controls the accuracy of the integration, while the adaptive depth 'depth' determines the number of recursive subdivisions performed by the algorithm. The resulting Chebyshev coefficients are stored in the vector A. Understanding the implementation details, the role of the algorithm, and the impact of the input parameters on the approximation accuracy is crucial for effectively using the function.
Learn more about adapt
brainly.com/question/30584720
#SPJ11
open the and enter all required html elements to create a basic webpage, including the doctype, html, head, title, meta, and body the lang attribute to the starting html tag and specify the language as english.
To create a basic webpage using HTML, you need to include elements such as <!DOCTYPE>, <html>, <head>, <meta>, <title>, and <body>. These elements form the foundation of an HTML template, allowing you to define the document structure, specify metadata, and display visible content.
To create a basic webpage using HTML, the following elements need to be included:
This element declares that the document is an HTML5 document. This element defines the HTML document and specifies the language as English. This element contains metadata and links to external files, like stylesheets or scripts. This element specifies the character encoding for the document. UTF-8 is recommended because it supports all character sets. This element specifies the title of the document, which appears in the browser's title bar and is used by search engines.<body> - This element contains the visible content of the webpage.Together, they make up a basic HTML template. Here is an example:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My Webpage
Hello, world!
Learn more about webpage : brainly.com/question/28431103
#SPJ11