For questions 1-3, consider the following code:



x = int(input("Enter a number: "))




if x != 7:

print("A")




if x >= 10:

print("B")




if x < 10:

print("C")




if x % 2 == 0:

print("D")


What is output if the user types in 10? Click all that apply.

Group of answer choices

D

A

C

B

Answers

Answer 1

Answer:

B

Explanation:

because 10 ranges between the x>=10


Related Questions

you're doing desktop support and the company policy is that you can only help with company equipment. a user walks in:

Answers

The responsibility of the desktop support technician is to support and maintain the desktops, peripherals, and computer systems of the organization. To achieve optimal workstation performance, this entails installing, identifying, repairing, maintaining, and upgrading all organizational hardware and tools.

How does desktop support work?

IT support professionals known as desktop support engineers help customers with hardware and software difficulties. Their duties include providing on-site or remote technical support for computer hardware setup, software installation and upgrade, and basic IT problem-solving. While a help desk can resolve a variety of IT problems, desktop support is limited to resolving problems with desktop or laptop computers. It can help you install apps or fix a malfunctioning computer, but it can't assist with printers or networks. The help desk service often includes desktop support. Yes, for many people, a job in desktop assistance is a good fit. This position is appropriate for entry-level workers who want to

To learn more about 'desktop' refer to

https://brainly.com/question/14719198

#SPJ13

Task:
1. Create a user named Administrator with
unlimited amount of space

2. Change the password of Administrator

3. Grant update privileges on the
Student_name, GPA columns to
Administraor user from Student table

4. Remove Privilege Update from
Administrator

5. Create a profile named MGProfile with 2
sessions per user and the life time of
password is 160 and 3 failed attempts to
log in to the user account before the
account is locked.

Answers

Most frequent reasons for Windows operating system loading errors: broken or faulty BIOS. The size and settings of a computer hard disk are not supported by BIOS. damaged or faulty hard disk.

How to Fix Operating System Loading ErrorAny Windows laptop or computer may experience the problem of Windows Error Loading Operating System at any time. This occurs when the computer tries to boot but displays an error message such as "Error loading operating system."The good news is that you don't need to freak out when your computer won't turn on. You can try a number of tested techniques to recover your data and restore your device.Most frequent reasons for Windows operating system loading errors:Damaged or faulty BIOSThe size or settings of a computer hard drive are not supported by BIOS.damaged or faulty hard diskthe incorrect disk was selected as the bootable hard drive to load the operatingoperating system that is incompatible.

To Learn more about loading errors refer to :

https://brainly.com/question/11472659

#SPJ1

In java language please.

Answers

A java program that creates a 2D integer array is given below:

The Program

//Class RURottenTomatoes

public class RURottenTomatoes

{

//main method

public static void main (String[] args)

{

 //Declaring & initializing variable to store index of command line argument

 int index = 0;

 

 //Obtaining number of rows & columns for 2D array from command line

 int r = Integer.parseInt(args[index++]);

 int c = Integer.parseInt(args[index++]);

 

 //Creating a 2D integer array of r rows & c columns

 int ratings[][] = new int[r][c];

 

 //Declaring iterator for loop

 int i, j;

 

 //Declaring variable to store sum of a movie ratings, highest sum of movie ratings

 int sum, highest;

 

 //Declaring variable to store index of sum of highest ratings movie

 int highest_index;

 

 //Filling value in 2D array from arguments of command line

 for ( i = 0; i < r; i++ )

 {

  for ( j = 0; j < c; j++ )

  {

   ratings[i][j] = Integer.parseInt(args[index++]);

  }

 }

 

 //Initializing highest sum of movie ratings & corresponding index

 highest = highest_index = -1;

 

 //Calculating index of the movie with highest sum of ratings

 for ( i = 0; i < c; i++ )

 {

  sum = 0;

  for ( j = 0; j < r; j++ )

  {

   sum = sum + ratings[j][i];

  }

 

  //Checking whether

  if(sum > highest)

  {

   highest = sum;

   highest_index = j;

  }

 }

 //Displaying index of the movie with highest sum of ratings

 System.out.println(highest_index);

}

}

OUTPUT

javac RURottenTomatoes.java

java RURottenTomatoes 3 4 1 2 3 4 5 6 7 8 9 10 11 12 3

Read more about java programming here:

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

When assembling a career portfolio, what should a student do before assessing their work?

A.
consider the types of jobs they will likely apply for

B.
delete or throw away projects that are not good enough to include

C.
assemble the documents and files in the order they were created

D.
design a cover for a physical portfolio or a landing page for an electronic portfolio

Please don't guess.

Answers

Answer:

A.

Consider the types of jobs they will apply for.

Explanation:

It's critical to consider the types of jobs the student will apply for before assessing their work to know which information will be the most predominant and favorable to your employer.

The source document states:

(S) The range of the weapon is 70 miles.

The new document states:

(S) The weapon may successfully be deployed at a range of 70 miles.

Which concept was used to determine the derivative classification of the new document?

Select one:

a.
Revealed by


b.
Classification by Compilation


c.
Extension


d.
Contained in

Answers

Answer: its b i took the test

Explanation:

Translate the following C program to Pep/9 assembly language.

#include
int myAge;
void putNext(int age) {
int nextYr;
nextYr = age + 1;
printf("Age: %d\n", age);
printf("Age next year: %d\n", nextYr);
}
int main () {
scanf("%d", &myAge);
putNext(myAge);
putNext(64);
return 0;
}

Answers

Answer:

finds one age

Explanation:

it finds ones age and updates it annually by adding 1 year to the default age

Write a note on scanning devices.

Answers

A scanner is a device that captures images from photographic prints, posters, magazine pages and similar sources for computer editing and display. Scanners work by converting the image on the document into digital information that can be stored on a computer through optical character recognition (OCR).

Write a program that prints a formatted no parking sign 2:00 - 6:00 a.m.

Answers

Using the knowledge in computational language in python it is possible to write a code that write a program that prints a formatted no parking sign 2:00 - 6:00 a.m..

Writting the code:

print(' NO PARKING')#i have used 3 leading spaces to match the output

#you can remove 1 if you like

print('2:00 - 6:00 a.m.')

See more about python at brainly.com/question/18502436

#SPJ1

Select the correct word to complete the sentence.

, developed by the National Science Foundation, evolved into the modern Internet backbone structure.

NSFNET
Pentium
UNIVAC
Telenet

Answers

Answer:

NSFNET

Explanation:

Answer:

NSFNET

Explanation:

Which field is not used for non inventory products

Answers

The field that is not used for non inventory products are:

BOMs Manufacturing OrdersShipments.

What is a non inventory product?

An item that a business buys for its own use or to resell but does not track in terms of quantity is one that can be referred to as a non-inventory item.

Note that Non-inventory items are frequently low-value goods for which maintaining an exact count is one that would not significantly benefit the company.

Therefore, based on the above, Items that are not inventoried can only be utilized in invoices, customer orders, and purchase orders (can be bought as well as sold).

Learn more about non inventory products from

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

Facial recognition software is useful for identifying a suspect in a crime because human features are ________.

all the same

unique to an individual

hard for a human to identify

difficult for computers to examine

Answers

Answer:

Its (B) unique to an individual

Explanation:

Got it right on my quiz.

The destination operand of the or instruction cannot be a memory operand.
a. True
b. False

Answers

The given statement is false. By performing a bitwise OR operation, the OR instruction supports logical expression.

What is OR instruction?By performing a bitwise OR operation, the OR instruction supports logical expression. If the matched bits from either or both operands are 1, the bitwise OR operator returns 1. If both of the bits are zero, it returns 0. One or more bits may be set using the OR operator. A bitwise instruction is an OR instruction. This implies that the digits of two integers with the same amount of bits (for example, two 32-bit numbers) are handled bit by bit (and not the complete number). If both "input" bits are 0, the OR instruction produces a result of 0, and a result of 1, if at least one input bit is a 1.A memory operand cannot be the destination operand of the OR instruction. The destination operand is always changed by the TEST instruction. The Zero flag is always set when an operand is XORed with 1. The two's complement of an integer can be created by applying the XOR instruction to it.The given statement is false. By performing a bitwise OR operation, the OR instruction supports logical expression.

To learn more about OR instruction refer to:

https://brainly.com/question/28108225

#SPJ13

So I'm doing a coding project and I need to turn all my pargaphs purple on my 4 different pages

Answers

For a sample code given below:

The CSS Code

body {

}

h2 {

    color: red;

}

p {

    color: pink;

}  

p {

   color: green;

}

p {

   color: purple;

}

.orange > p {

   color:orange;

}

.blue {

  color: blue;

}

#red {

   color: red;

}

#div1 > h4 {

   background-color: black;

  color: white;

}

You need to know that if you want to change the color of all your paragraphs in your CSS code, you would have to add the appropriate CSS selector.

Next, you would need to define the color property with the value you want. For example, say you want to change the color of all paragraphs on your site to navy.

You would have to add p {color: #000080; } to the head section of your HTML file.

You should note that #div1 is the parent of the p elements. This means that some properties (such as the background) of #div1 will be applied to the child element(s).

Read more about CSS here:

https://brainly.com/question/27818468

#SPJ1

Please help. Which ones would it be?

Answers

c and d is the answer

True or false. The quick access toolbar allows you to access tools you do not use frequently

Answers

the answer is: false

". When input is wrong, the output will also be wrong, it is term S a. GIGO c. Bug b. IPM d. Debug​

Answers

Answer:

a.GIGO

b.bug

c.ipm

d. debug

it's answer is GIGO

I am making a python calculator and the issue I am having is that I can only add integers (whole numbers) What changes do I need to make to my code to be able to add integers and floats?


print("Welcome to the big daddy caculater this caculater can do add anything you desire ")

num1 = input("Enter a number: ")
num2 = input("Enter another number: ")

result = int(num1) + int(num2)


print(result)

Answers

The changed code to be able to add integers and float is:

num1 = float(input(("Enter a number: "));

num2 = float(input(("Enter another number: "));

result = num1 + num2;

print(result)

Integers and floats

The numbers represented by integers and floats are as follows:

Integers: the integer set, containing only non-decimal numbers.Floats: the real set, containing both non-decimal and decimal numbers.

From the above definition, we have that the float class contains the integer class, as it also accepts non-decimal values, hence your input should be read as a float, according to the following code section:

num1 = float(input(("Enter a number: "));

num2 = float(input(("Enter another number: "));

Then the addition can be made without any casting, as follows:

result = num1 + num2;

While the print command continues as it is.

More can be learned about integers and floats at https://brainly.com/question/27634578

#SPJ1

What are the 3 fundamental of computer

Answers

Answer:

There are four basic functions of the computer: Input, Processing, Output, and Storage.

Explanation:

These skills can be applied in everyday life by helping them to choose technology and use it effectively, troubleshoot current technologies, and transfer that knowledge to explore emerging technologies.

Explanation:

1) Arithemetric logical unit

2) control unit

3)central processing unit

write a java program using switch that allow the user to input length and width and check if it is square or rectangle.

Answers

import java.util.Scanner;

class check_rectorsq {

   public static void main(String[] args) {

       System.out.println("Enter length and width: ");

       Scanner idx = new Scanner(System.in);

       int x = idx.nextInt();

       int y = idx.nextInt();

       int f = (x==y) ? 1 : 0;

       switch(f) {

           case 1:

               System.out.println("This is a square!");

               break;

           case 0:

               System.out.println("This is a rectangle!");

               break;

           default:

               ;;

       }

   }

}

A ______ is where one network ends and another begins.

Answers

Answer:

A demarcation point is where one network ends and another begins.

A demarcation point is where one network ends and another begins.

What is a demarcation point?

Two or more computers are connected together to share resources (such as printers and CDs), exchange files, and enable electronic communications to make up a network.

Where one network stops and another starts is known as a demarcation point. Explanation: In addition to the demarcation point, other terms for it include demarc extension, point of demarcation, and simply demarc.

A demarcation point often called a boundary point or network boundary point marks the physical boundary between a customer's private network and the public network of a telecommunications provider. Typically, this is where the cable actually enters a structure.

Therefore, the term where one network ends and another begins is a demarcation point.

To learn more about the demarcation point, refer to the link:

https://brainly.com/question/14533761

#SPJ12

Codehs 4.1.7 Calling a Method​

Answers

Using the knowledge of computational language in python it is possible to write a code that a method is a way to teach the computer a new command. A method should do one simple job, and should be written like a command, like turnRight , or printHello .

Writting the code:

import java.util.Scanner;

public class TaffyTester

{

 public static void main(String[] args)

 {

   Scanner x = new Scanner(System.in);

   System.out.println("\nStarting Taffy Timer...");

   System.out.print("Enter the temperature: ");

   float temp = x.nextFloat();

   while( temp < 270 )

   {

     System.out.println("\nThe Mixture isn't ready yet.");

     System.out.print("Enter the temperature: ");

     temp = x.nextFloat();

   }

   System.out.println("Your taffy is ready for the next step!");

 }

}

See more about JAVA at brainly.com/question/12975450

#SPJ1

What is the name of the software for managing real estate

Answers

nTireFM is a comprehensive system for real estate vendors with unique and reliable needs. Real Estate Management Software simplifies your life as a real estate investor monitors the financial performance of each rental property

Answer:

Is it Real Greeks?

Explanation:

True or False? O(N) is called log time.

Answers

Answer:

False

O(N) is linear time

Explanation:

False, it is not log time

is there anyone here who can teach me HTML​

Answers

Answer:

Codecademy has numerous free programs to provide you with the technical skills you need. ...

Learn-HTML.org is a reliable source for everything you need to know about HTML. ...

General Assembly Dash is a popular site to begin to learn the basics of HTML.

which technology concept uses computer resources from multiple locations to solve a problem

Answers

Answer:

Grid computing is a system connecting many computer nodes into a distributed architecture that delivers the computing resources necessary to solve complex problems.

Define a Video Graphics Card.
is it an input, processing, storage or output device?​

Answers

Answer:

output

Explanation:

video card, also called a graphics card, integrated circuit that generates the video signal sent to a computer display. A video card connects to the motherboard of a computer system and generates output images to display.

How have computers changed since the 70s?

Answers

Explanation:

Computers have evolved and advanced significantly over the decades since they originated. Many years ago, in their most rudimentary form, computers were very large and slow.

After completing a repair on a vehicle what should the technician do next?
Have the customer verify the repair
Perform a quality inspection
Return the vehicle to the lot
Move to the next job

Answers

The next thing which the technician should do after completing a repair on a vehicle is to B. Perform a quality inspection

What is Vehicle Repair?

This refers to the process of restoring to full functionality the normal working process of a vehicle that makes use of mechanical components or parts.

This process requires the diagnostics of the car to find the area of the vehicle that contains the fault and then proceed to repairs and this is done by the fixing or replacing of the damaged parts.

Hence, it can be clearly seen that when a vehicle technician has completed his repairs on a faulty vehicle, the next step he would do would be to perform a quality inspection to verify that the problem is solved.

With this in mind, we can boldly state that the correct answer to the given question is option B as explained above.

Read more about vehicle repairs here:

https://brainly.com/question/21415662

#SPJ1

Which is beter 4G network or 5G network?
What's the difference between them?​

Answers

Answer:

5G

Explanation:

5G can be massively faster than 4G and 3G speed

5G speed is lighting fast while on a 4G network it takes 50 minutes on average.

5G also adds more space so you can have higher data speed.

Answer:

5G up to 100 times faster than 4G

Yet even today, with 5G technology still at the early stage of its evolution, speeds are lightning fast. For example, AT&T's 5G Plus network achieves typical download speeds of 75 Mbps, which will download a movie in just 49 seconds. On a 4G network, this takes 50 minutes on average.

Top one pls I need help

Answers

Answer:

spyware

Explanation:

Other Questions
NEEED HELPPP ASAPPPPPP According to the liquidity premium theory of the term structure, a downward sloping yield curve indicates that short-term interest rates are expected to. Mark says, '81 is a square number. Therefore, 810 is a square number.'Is Mark correct? Explain your answer. Explain why you think a designer would choose to use an isometric sketch rather than a perspective sketch to share their idea with a design team member? slope of p=slope of q=slope of r=slope of m= *PLEASE HELP* Wesley wants to work on changing the genetics of corn to make it more resistant to pesticides. He is looking for a career path that could eventually lead him to work in laboratories experimenting with genetics. The careers that are best suited to Wesleys interests are inplant systems and natural resources.power, structural, and technical systems and animal systems.environmental services and natural resources.agribusiness and plant systems. Point m represents the opposite of negative 1/2 and point n represents the opposite of positive 5/2 which number line correctly shows points m and n great is it true that, under a proportional income tax structure, a person who earns a high income will pay more in taxes than a person who earns a low income? explain your answer. The graph shows the mass of the bucket containing liquid depends on the volume of liquid in the bucket. Use the graph to find the range of the function. Write a quadratic equation to match the relationship given in the table the introduction of free oxygen to earth's atmosphere occurred approximately 2.4 billion years ago and is called the event, or goe. a second such event began about 700 million years ago. Give three value to x such that |xl= -x. maggie favors the death penalty. in discussing this issue with some like-minded classmates, she hears arguments that she has never considered before. after the discussion, her opinion is more extreme. this outcome is an example of AcellusVocabulary Drill - AntonymsYou can use context clues like Antonyms to figureout the meaning of words you don't know:Common Context Clues:-Antonym Clues: a word or phrase is explained by thedisplay of a word or phrase of the opposite meaning. Watchfor words that signal antonyms like but, however,although, while, etc.E.g.: The English professor wasvery loquacious; however, the students were quiet.*NOTE: The word "however" lets us know that theopposite of loquacious is quiet.-Definition Clues: the meaning of a word is explainedimmediately after its use.E.g.: The English professor is very loquacious, whichmeans she likes to talk a lot.*NOTE: From this example, it is clear that someone whois loquacious likes to talk a lotWhich context clue is theopposite meaning of a word?A. Synonym ClueB. Definition ClueC. Antonym Clue4 The school store has 2000 pencils in stock and sells an average of 50 pencils per day. The manager reorders when the the number of pencils in stock is 950 let d= the number of days **DUE TODAY, NEED ANSWER ASAP**Explain the importance of Bilateral descent in the economic and social dimensions to culture: Here is a linear equation: y = 2/3x + 1 Are (6, 5) and (9, 8) solutions to the equation? Explain or show your reasoning. someone help me with the last two problems A disco ball is shaped like a sphere with diameter of 60 inches to the nearest square inch what is the surface area of the disco ball Input x Output y3. -56. -49. -3What is a equation