3.4 lesson practice quiz edhesive

Answers

Answer 1

3.4 lesson practice quiz edhesive :

Write a program to check if user inputs "yellow"

Answer:

In Python:

col = input("Enter Color: ")

if col == "yellow":

   print("True")

else:

   print("False")

Explanation:

This prompts the user for color

col = input("Enter Color: ")

This checks if color is yellow

if col == "yellow":

If true, this prints true

   print("True")

If otherwise, this prints false

else:

   print("False")


Related Questions

Demographics and psychographics influence database marketing.


False

True

Answers

Answer:

true is the correct answer

While many instruments have been "electrified", there is no such thing for the drums.
Group of answer choices

True

False

Answers

False, because they are called percussion group
False. Because it is fake not true

2. The
is the main and usually largest data storage hardware device in a computer​

Answers

The answer you are looking for is either Hard Drive or SSD (Solid State Disk).

Write a function named buildArray that builds an array by appending a given number of random two-digit integers (10-99). It should accept two parameters — the first parameter is the array, and the second is an integer for how many random values to add, which should be input by the user.

Answers

Answer:

The function in C++ is as follows:

void buildArray(int arr[], int n){

   srand(time(NULL));

   for(int i = 0;i<n;i++){

       arr[i] = rand() % 99 + 10;    }

   for(int i = 0;i<n;i++){

       cout<<arr[i]<<" ";

   }

}

Explanation:

This defines the function

void buildArray(int arr[], int n){

This klets the program generate different random numbers

   srand(time(NULL));

This iterates from 0 to n - 1 (n represents the length of the array)

   for(int i = 0;i<n;i++){

This generates random 2 digit integer into the array

       arr[i] = rand() % 99 + 10;    }

This iterates through the array and print the array elements

   for(int i = 0;i<n;i++){

       cout<<arr[i]<<" ";

   }

}

See attachment for complete program that includes the main

Multiple choice:
Select the terms relating to comparisons for equality.


A) ==

B) ^=

C) <>

D) =

E) <

F) !=

G) <=

H) >=

Answers

Answer:

Well there is only 1

"==" is checking for equality and "=" is assigning a value to a variable. Although "==" should be the only answer, since the question is asking you to select multiple, I'd select both of those

Hope these points help you.
I love.

Answers

Answer:

Explanation:

thanks, have a great day

Answer:

Thank you so much for the free points! You are so kind.

Explanation:

I hope you have a wonderful rest of your day and if these points were not for me then I must have misunderstood. Have a good one!

(ɔ◔‿◔)ɔ ♥

What is the advantage of using the Selection pane to modify SmartArt?
O It can insert or edit individual graphic boxes on a slide.
O It helps to reorder or remove on-screen elements that overlap.
O It adds a new overlay for creating overlapping graphics and text.
Olt automatically aligns graphic elements to on-screen guidelines.

Answers

Answer:

B

Explanation:

Bc I said so

Answer:

It helps to reorder or remove on-screen elements that overlap

Explanation:

edge 2022

Select the correct images Jane has to pick images that portray action photography. Which of these images would she pick? please help me​

Answers

Answer: i think its the horse the basketball and the bike hopefully i helped

Explanation:

Convert the given for loop to while loop and find the output of the program assuming the
value entered for num is 15.
num = int (input ("Enter a value"))
sum =0
count=0
for i in range (1, num):
if i%2 == 0:
count += 1
sum += i
print(sum)
print(count)

Answers

Answer:

Explanation:

num = int (input ("Enter a value"))

sum =0

count=0

i = 1

while i < num:

 if i%2 == 0:

        count += 1

        sum += i

        i += 1

 i += 1

print(sum)

print(count)

The output assuming num is 15 would be

56

7

Define an array and why it is needed in programming

Answers

Answer:

An array is a data structure, which can store a fixed-size collection of elements of the same data type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.

Explanation:

Happy to help :-)

Answer:

An array is a data structure, which can store a fixed-size collection of elements of the same data type. a array is used to store a collection of data, but it´s often more useful to think of an array as a collection of variables of the same type.

Explanation:

15.A telecommunication company wants to start a business in Dera Ghazi khan. For Information technology (IT) support, they hired an IT Staff and want to buy hardware from the market. Choose the hardware name which is important for the company.

Answers

Answer:

The company should have computer with secured bandwidth and LAN system which can connect employees on one network.

Explanation:

Telecommunication company will require a network setup which can connect employees on a single network. The network security should be efficient which keeps the LAN network secure from cyber attacks. The IT staff should buy Telecoms equipment and hardware and keep them in a secured control room whose access is limited to certain users only.

Other Questions
Answer ASAP!! Please! Will give brainliest! On a vacation in Puerto Rico. Rose jumped off a cliff 40 points please helpdon't waste my points 18. Given the following four lines, pick the true statement. Convert Line 1: 3v = 4x + 3 Line 2: 4y = 3x - 4 Line 3: 3x + 4y = 8 Line 4: 4x + 3y = -6 A. Lines 1 and 4 are parallel C. Lines 2 and 4 are perpendicular B. Lines 2 and 3 are parallel D. Lines 1 and 2 are perpendicular Find the perimeter. The shape consists of a square and a half circle. Solve Which shape has faces, edges, and vertices? A. sphere B. cone C. pyramid D. cylinder Can someone help me Who is responsible for the death of Gatsby How does energy from the sun travel to Earth? Choose the two correct answers. A. as heat B. as water C. as hydrogen D. as light Brooke multiplied 3 and 9 and got 17. Brooke knows her answer is wrong because she knows is should be approximately both sides asked for ______ to fight in the civil war finish the lyric dont search it up ----- if you ever find yourslef stuck in the middle of the sea - Identify the percent of change as an increase or decrease. 24 songs to 78 songs. Find the percent of change HELP!!!!!!! The bike store sells a bike with a price tag of $125. If the bike is discounted by 20%, how much will you pay before tax ? If tax is 7% what is the total ?1. What is the discounted price?2. What is the total?you should have two answers - the discounted price and the total including tax I got it wrong i need it help April worked 1 1/2 times as long on her math project as Carl. For how many hours did April work on her math project?PLEASE ANSWER ASAP!!! Please help me find the area Help fast please ASAP The diagram shows two right-angled triangles. Calculate the value of x. Select all the expressions that are equivalent to 16x+36a) 16(x+20)(b) x(16+36)(c) 4(4x+9)(d) 2(8x+18)(e) 2(8x+36)