Answers

Answer 1

Answer:

Viewfinder.

Pentaprism.  

Focusing Screen.

Condenser Lens.

Digital Sensor.

Shutter. ...

Display. ...

Electronics.

Explanation:


Related Questions

This is the department that is responsible for hiring, firing, training, new employees for the business or corporation.
Group of answer choices

Human Resources

Information Technology

Advertising

Marketing

Answers

Answer:

Explanation:

human resources

hoped this helped

True or false: Simultaneous multithreading (SMT) uses threads to improve resource utilization of a dynamically scheduled, out-of-order processor.

Answers

Answer:

True

Explanation:

Simultaneous multithreading or otherwise called, SMT that is a technique that us used for improving the total and overall efficiency of superscalar CPUs with hardware multithreading. Simultaneous Multithreading allows different types of independent threads, ability to execute and then eventually take optimum and much better use of the resources that is provided by modern processor architectures. Multithreading can not only allow multiple threads to be executed simultaneously in a single CPU core, it also allows multiple tasks some of which are different page tables, different I/O permissions, and others to be executed

What question did the use of a telescope by Hubble answer?

A

Is Earth the center of the universe


B

Is the sun the center of the universe


C

How do the planets move in the solar system


D

Are there more galaxies beyond the Milky Way

Answers

Answer:

The Answer is D

Corina has added animations to objects on a particular slide within a presentation. She needs to reorder the animations. How should she achieve this goal?

A. Use the Preview button.
B. Access the Advanced timeline.
C. Use the Animation pane.
D. Delete and recreate the animations in the correct order.

Answers

I think it's B but im not 100% sure sorry if im wrong

Answer: C

Explanation:

The 1950s brought the television and interest in using television as a teaching device. In 1952, the _____________________________ decided to set aside 242 educational channels.

Answers

Answer:

Federal Communications Commission

Explanation:

The 1950s brought the television and interest in using television as a teaching device. In 1952, the Federal Communications Commission decided to set aside 242 educational channels.

The Federal Communication Commission were in charge of determining which type of programs were to be aired based in different factors such as current state of the nation etc.

Acrostics, acronyms, and rhymes are a few examples of __________. A. a visual strategy B. the misinformation effect C. memory reconstruction D. a mnemonic device Please select the best answer from the choices provided A B C D

Answers

Answer:

The answer is D) A mnemonic device

Answer:

D

Explanation:

I hope this helps! Sorry if it is wrong ;-;

How can you enter Task Manager in Windows? Select 3 options. right-click the taskbar and choose Start Task Manager right-click the taskbar and choose Manage Tasks press Ctrl + Shift + Tab press Ctrl+Alt+Delete and then click Task Manager press Ctrl + Alt + Esc

Answers

Answer:

Press [Ctrl]+[Shift]+[Esc] and Windows Task Manager will launch instantly

Explanation:

Answer:
1. Press Ctrl+Alt+Delete and then click Task Manager
2. right-click the taskbar and choose Start Task Manager

3. Press Ctrl+Alt+Esc

Explanation:

Took the test. If you are on a windows computer you can also test the answers to see what works and what does not.

What is the role of CPU in the computer system?

Answers

Answer:

role of cpu in computer is ut is a brain nd a power point if a computer

Explanation:

It helps of shut down and open it

Answer:

CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results, and instructions (program). It controls the operation of all parts of the computer.

Which choices correctly describe an Else
statement? Check all that apply.
a conditional statement that will show
different information if the answer to the If
statement is true
a conditional statement that will show
different information after the If statement
answer is false
a statement that contains the code to be
executed when the If value is false or zero
a conditional statement that runs a piece of
code when all program statements are true

Answers

Answer: B C

Explanation:

Answer:B,C,D

Explanation:

nder a Huffman encoding ofnsymbols with frequenciesf1, f2, . . . , fn, what is the longest a codewordcould possibly be

Answers

Answer:

The longest codeword that could possibly be for "n" symbol is n-1 bits.

Explanation:

From the given information:

Suppose we are to consider a set of frequencies [tex]\mathtt{f_1,f_2,f_3 ...,f_n}[/tex], for which f is a symbol for the length n. Therefore, the longest codeword that could possibly be for "n" symbol is n-1 bits.

However, during the encoding for "n" in conjunction with n-2, then the possibilities for n are; [tex]\mathtt{\dfrac{1}{2}, \dfrac{1}{4}, ... \dfrac{1}{2^{n-2}}}[/tex]

We can conclude that the longest codeword that could possibly be for "n" symbol is n-1 bits.

What is something about online conferencing that you understand better now.
What did you learn?

Answers

Answer:

man this question is really about your personal experience but i'll try my best to answer this

Explanation:

onnline Web Conferencing is used by businesses and now schools who went to online because of the virus. for businesses i learned they use it to present and share with online collaboration on different applications including documents, web sites, data files, video, emails, and reduce the time and cost of business travel for meetings. i understand now that online conferencing can be used for Applications for web conferencing include meetings, training events, lectures, or presentations from a web-connected computer to other web-connected computers.

Determine the number of character comparisons made by the brute-force algorithm in searching for the pattern GANDHI in the text
THERE_IS_MORE_TO_LIFE_THAN_INCREASING_ITS_SPEED
(Assume that the length of the text-it is 47 characters long- is known before the search starts).

Answers

Answer:

Total number of character comparison = 43

Explanation:

Using the Brute force algorithm

The string of n characters is known as text, and the string of m characters is known as the pattern.

From the given information:

The text (n)=THERE_IS_MORE_TO_LIFE_THAN_INCREASING_ITS_SPEED

The pattern (m) = GANDHI

The total no of characters that we have in the text = 47

The total number of characters in pattern = 6

For a brute force algorithm;

Since; the first character of the pattern does not exist in the text, then the number of trials made can be attempted can be expressed as = n – m + 1

= 47 – 6 + 1

= 47 – 5

= 42

Thus; the algorithm will attempt the trial 42 times.

Now, for loop in the algorithm to run 42 times, the G in the pattern will have to align against the for T in the text, and in the last case, it will be aligned against the last space.

On each attempted trial, the algorithm will make one unsuccessful comparison.

However, at the trial at which the G in the pattern Is aligned with the G in the text, there will be two successful comparisons.

Hence, we can calculate the total number of character comparison as follows:

Total number of character comparison = [tex]\mathbf{\bigg ( ( 42 - (no. \ of \ failed \ comparison) ) \times 1 + (1 \times ( Two \ successful \ comparisons) ) \bigg ) }[/tex]

Total number of character comparison = ( (( 42 – 1) × 1 ) + ( 1 × 2) )

Total number of character comparison = 41 + 2

Total number of character comparison = 43

Write pseudocode for a function that translates a telephone number with letters in it (such as 1-800-FLOWERS) into the actual phone number. Use the standard letters on a phone pad.

Answers

Answer:

Explanation:

Function telToNumbers with one parameter of a String input for the telephoneNumber

String var newTelephoneNum;

for loop through telephoneNumber {

Char var currentChar = current Character in the loop;

currentChar to lower Case;

Switch statement (currentChar) {

 case "a" or "b" or "c" : newTelephoneNum += "2"; break;

 case "d" or "e" or "f" : newTelephoneNum += "3"; break;

 case "g" or "h" or "i" : newTelephoneNum += "4"; break;

 case "j" or "k" or "l" : newTelephoneNum += "5"; break;

 case "m" or "n" or "o" : newTelephoneNum += "6"; break;

 case "p" or "q" or "r" or "s" : newTelephoneNum += "7"; break;

 case "t" or "u" or "v" : newTelephoneNum += "8"; break;

 case "w" or "x" or "y" or "z" : newTelephoneNum += "9"; break;

 default : newTelephoneNum += currentChar; break;

 }

}

print newTelephoneNum;

Write function that ask for input from a user. Use this input as input for the countdown function that we wrote using the while loop. If the user types 'end', the program exits, otherwise it keeps going.

Answers

Answer:

Written in Python:

def myfunction():

     userinput = input("User input: ")

     while(userinput != "end"):

           countdown(userinput)

           userinput = input("User input: ")

Explanation:

This line defines the function

def myfunction():

           This line prompts user for user input

           userinput = input("User input: ")

           The following while loop checks if userinput is not "end". It continues execution until user input "end"

           while(userinput != "end"):

                       countdown(userinput) If yes, the input is passed to the countdown function for execution

                       This line prompts user for another user input

                       userinput = input("User input: ")

Please note the above code segment assumes that countdown() function has already been written and defined

A computer has _____IP address(es).

a) many
b) one

Answers

Answer:

one................

Answer:

B) one

Explanation:

If you need to download something for a class, first

Answers

Answer:

left click, then click save image

Explanation:

Answer:

first try to do it on kami, then on Google docs, then on doc-hub

An IEEE 802.1D port goes through four states when transitioning to the forwarding state. What is the correct order?

Answers

Answer:

Blocking, listening, learning and forwarding.

Explanation:

An IEEE 802.1D is the media access control (MAC) Bridges standardized by the IEEE group which includes bridging, Spanning tree and other protocols.

An IEEE 802.1D port goes through four states when transitioning to the forwarding state. The correct order are blocking, listening, learning and forwarding.

On his website, Mario has a video that visitors must click to play. He wants the video to play automatically when the page loads. What attribute should Mario add to the
A. controls
B. loop
C. autoplay
D. play

Answers

Answer:

C: AutoPlay

Explanation:

it is C because the definition of AutoPlay is: a functionality that causes a video, audio file, etc. to play automatically, without action from a user.

ANSWER THIS CORRECTLY TO GET BRAINLY
What is a row of data in a database called?

a
Field

b
File

c
Record

d
Title

Answers

the answer is c. record

Which logic correctly describes an algorithm to find the smallest of the three numbers a, b, and c and store the smallest number in small?

A.
If a is less than b, then set a to small, else set b to small, else set c to small.
B.
If a is less than b, then set small to a, else set small to b.
If c is less than small, then set small to c.
C.
If a is less than b, then set small to b, else set small to c.
If c is less than small, then set small to a.
D.
If a is less than small, then set small to a.
If b is less than small, then set small to b.
If c is less than small, then set small to c.

Answers

Answer:

D

Explanation:

Answer:

B. If a is less than b, then set small to a, else set small to b.

If c is less than small, then set small to

Explanation:

Plato correct!!

Using range(1,101), make two list, one containing all even numbers and other containing all odd numbers. How can I do this on Python

Answers

Answer:

even = []

odd = []

for i in range(1,101):

if i % 2 == 0:

even.append(i)

else:

odd.append(i)

Using range(1,101), the list of even and odd number can be done in python as follows;

odd_numbers = []

even_numbers = []

for i in range(1, 101):

  if i%2 == 0:

     even_numbers.append(i)

  else:

     odd_numbers.append(i)

print(even_numbers)

print(odd_numbers)

The variable odd_numbers is initialise with an empty list

The variable even_numbers is initialise with an empty list.

Then we loop through the range 1 to 101 as required.

If the looped numbers is divided by 2 without a remainder then the number is appended to the empty list even_numbers.

Else if it has a remainder, the looped number are appended to the empty list, odd_numbers.

Then we print the even_numbers and odd_numbers.

learn more about python here; https://brainly.com/question/14157737?referrer=searchResults

what is the first things u do upon seeing this sheet?​

Answers

Answer:

umm ok

Explanation:

plz mark brainlyest

Mmmmmm yh, I’m not sure ??

PLEASE ANSWER QUICK
How can improving one’s reasoning skills also improve one’s performance on the job?
A. If one can improve one’s reasoning, one can also improve one’s physical fitness and athletic performance.
B. If one can improve one’s reasoning, one can perform anything.
C. High-performing workers always work reasonable schedules.
D. High-performing workers are able to analyze sophisticated streams of data and solve complex problems.

Answers

Answer: C

Explanation:

C high performance workers always work

Compute the decimal representation for each of the following numbers.

a. (1100110)2
b. (346)7
c. (1024)8
d. (3B2)16
e. (AF72)16
f. (120121)3
g. (A22)11

Answers

Answer:

[tex](1100110)_2= 102_{10[/tex]

[tex](346)_7= 181_{10[/tex]

[tex](1024)_8 = 532_{10[/tex]

[tex](3B2)_{16} = 946_{10[/tex]

[tex](AF72)_{16}= 44914_{10[/tex]

[tex](120121)_3= 421_{10[/tex]

[tex](A22)_{11} = 1234_{10}[/tex]

Explanation:

Required

Convert to decimal

To do this we get the position of individual digits (starting from the rightmost digit).

Then each digit is multiplied by the base raise to power its position.

Lastly, we sum the results of the products.

Following the above steps, we have:

[tex]a.\ (1100110)_2[/tex]

[tex]= 1 * 2^6 + 1 * 2^5 + 0 * 2^4 + 0 * 2^3 + 1 * 2^2 + 1 * 2^1 + 0 * 2^0[/tex]

[tex]= 1 * 64 + 1 * 32 + 0 * 16 + 0 * 8 + 1 * 4 + 1 * 2 + 0 * 1[/tex]

[tex]= 64 + 32 + 0 + 0 + 4 + 2 + 0[/tex]

[tex]= 102[/tex]

Hence:

[tex](1100110)_2= 102_{10[/tex]

[tex]b.\ (346)_7[/tex]

[tex]= 3 * 7^2 + 4*7^1 + 6 * 7^0[/tex]

[tex]= 3 * 49 + 4*7 + 6 * 1[/tex]

[tex]= 147 + 28 + 6[/tex]

[tex]= 181[/tex]

Hence:

[tex](346)_7= 181_{10[/tex]

[tex]c.\ (1024)_8[/tex]

[tex]= 1 * 8^3 + 0 * 8^2 + 2 * 8^1 + 4 * 8^0[/tex]

[tex]= 1 * 512+ 0 * 64 + 2 * 8 + 4 * 1[/tex]

[tex]= 512+ 0 + 16 + 4[/tex]

[tex]= 532[/tex]

Hence:

[tex](1024)_8 = 532_{10[/tex]

[tex]d.\ (3B2)_{16[/tex]

[tex]= 3 * 16^2 + B * 16^1 + 2 * 16^0[/tex]

[tex]= 3 * 256 + B * 16 + 2 * 1[/tex]

B represents 11, so we have:

[tex]= 3 * 256 + 11 * 16 + 2 * 1[/tex]

[tex]= 768 + 176 + 2[/tex]

[tex]= 946[/tex]

Hence:

[tex](3B2)_{16} = 946_{10[/tex]

[tex]e.\ (AF72)_{16[/tex]

[tex]= A * 16^3 + F * 16^2 + 7 * 16^1 + 2 * 16^0[/tex]

[tex]= A * 4096 + F * 256 + 7 * 16 + 2 * 1[/tex]

A represents 10 and F, 15; So, we have:

[tex]= 10 * 4096 + 15 * 256 + 7 * 16 + 2 * 1[/tex]

[tex]= 40960 + 3840 + 112 + 2[/tex]

[tex]= 44914[/tex]

Hence:

[tex](AF72)_{16}= 44914_{10[/tex]

[tex]f.\ (120121)_3[/tex]

[tex]= 1 * 3^5 + 2*3^4 + 0*3^3 + 1*3^2 + 2*3^1 + 1*3^0[/tex]

[tex]= 1 * 243 + 2*81 + 0*27 + 1*9 + 2*3 + 1*1[/tex]

[tex]= 243 + 162 + 0 + 9 + 6 + 1[/tex]

[tex]= 421[/tex]

Hence:

[tex](120121)_3= 421_{10[/tex]

[tex]g.\ (A22)_{11[/tex]

[tex]= A * 11^2 + 2 * 11^1 + 2 * 11^0[/tex]

[tex]= A * 121 + 2 * 11 + 2 * 1[/tex]

A represents 10, so we have:

[tex]= 10 * 121 + 2 * 11 + 2 * 1[/tex]

[tex]= 1210 + 22+ 2[/tex]

[tex]= 1234[/tex]

Hence:

[tex](A22)_{11} = 1234_{10}[/tex]

For the sake of maximizing hardware utilization in a multicore system with a many to many threading model, the relationship of the number of user threads U to the number of kernel threads K to the number of CPU cores P should be:

Answers

Answer:

"U > K > P" would be the appropriate answer.

Explanation:

When performing or executing the software, user threads (U) could easily be accomplished and therefore are typically wide in the amount to provide excellent or excellent performance. Multiple kernel threads could indeed be appointed to every other core as well as try to emulate the algorithm for scheduling.

Which input value causes the loop body to execute a 2nd time, thus outputting "In loop" again? { String s = "Go"; while ((!s.equals("q"))&& (!s.equals("")) System.out.println("In loop"); 5 - scnr.nextO;
a) "Quit"
b) "q" only
c) "Q only
d) Either "q" or "Q"

Answers

Answer:

a) "Quit"  

c) "Q only

Explanation:

Given

String s = "Go";

while ((!s.equals("q"))&& (!s.equals("")))  {

System.out.println("In loop");

s = scnr.next();

}

Required

What input causes another execution

Analyzing the while condition

while ((!s.equals("q"))&& (!s.equals("")))  

This can be split into:

!s.equals("q")) && (!s.equals(""))

Meaning

When s is not equal to "q" and when s is not an empty string

In other words,

the loop will be executed when user input is not "q" and user input is not empty.

So, from the list of given options: The loop both will be executed when:

a) Input is "Quit"

c) Input is Q only

Input of q will terminate the loop, hence b and d are incorrect


Please help!! I’ll mark you brainly

Answers

Answer:

1. raster and vector

2. Resolution

3. Color depth

4. Forms, Shapes

5. Tone

6. Balance

7. White space

8. Aspect ratio

9. Focus

10. cropping

Hope this helped :)

i’m just your second response so you can mark him brainly lol

Who wants to play nitro type with me. My user is thievesGuildcuu

Answers

Answer:

I can

Explanation:

Answer:

Sure.

My user Name is: Queen Void.

4.2 code need help plz someone 15 points if u help

Answers

def func():  

 total = 0

 while True:

   pet = input("What pet do you have? ")

   if pet == "rock":

     return

   total += 1

   print("You have a {} with a total of {} pet(s)".format(pet, total))

func()

We wrapped our code in a function so that whenever the user enters rock, we can simply return and exit the function. If you have any other questions, I'll do my best to answer them.

Help me! I’ll mark you brainly ! Please help me I need this now

Answers

Explanation: For number 3 I would say shade and darkness.

Other Questions
Sam stands on a 20 m high cliff and throws a 45 g rock with an initial velocity of 5 m/s [forward] to the water below. Use the conservation of energy to determine the speed of the rock when it has fallen 12 m. Due in 5 minutesLeer/Reading: Read the paragraph below and answer the questions based on what you read. (16 questions) Hola. Me llamo Alejandro. Soy de San Antonio, una ciudad de Texas en los Estados Unidos. San Antonio es una ciudad muy interesante y divertida. Me gusta comer en el Paseo del Ro. Tiene muchos restaurants y tiendas (restaurants and shops). En esa rea (that rea) tambin, hay el Mercado, el Alamo, el Parque HemisFeria y un buen museo (museum). San Antonio no es aburrido. De dnde es Alejandro? Mxico b. California c. Estados Unidos Cmo es San Antonio? aburrida b. divertida c. pequea A Alejandro, qu le gusta hacer? nadar b. bailar c. comer Cmo se llama el lugar donde hay muchos restaurantes y tiendas? Texas b. el Paseo del Ro c. El Alamo Qu est en San Antonio? a.tiendas b. museo c. both a y b El Verbo Ser: Choose the best conjugation of the verb SER (10 questions) De dnde ______ tus primos? es b. ser c. son d. eres La doctora ______ muy simptica. eres b. es c. son d. soy Nuestras familias ______ cubanas. es b. son c. ser d. somos Yo _____ estudiante de PHS. soy b. eres c. es d. son Juana y yo _____ policas en San Diego. soy b. son c. es d. somos El Presente: Choose the best Present Tense Verb (-AR, -ER, -IR) (20 questions) Mis hermanos y yo __________ en la piscina (pool) de nuestros abuelos. nado b. nadamos c. nadan d. nadar T _________ ingls, espaol y italiano, no? hablas b. habla c. hablo d. hablamos _________ tus amigos en Poway tambin? vives b. vivimos c. vive d. viven Yo ______ mi nombre en mi tarea. escribir b. escribes c. escribe d. escribo Quin _____ en el coro (choir) de nuestra escuela? cantar b. canta c. cantan d. canto El Verbo GUSTAR: Choose the best answer affiliated with the verb GUSTAR (to like; to be pleasing) (5 questions) A usted __________ gusta escribir en los cuadernos de espaol. le b. les c. te d. me A Jos y a mi _________ gusta patinar en el parque. te b. les c. nos d. me Me gusta _____________ en la clase de ingls. lees b. leer c. lee d. leo A Juan le __________ bailar en las fiestas. gustas b. gusta c. gustan d. gusto Te _____________ los burritos o los tacos? gustan b. gustar c. gustas d. gusta Los Adjetivos Posesivos/ Possessive Adjectives (5 questions) La casa de Juana es blanca y bonita. _____ casa est en Poway, tambin. Sus b. Nuestra c. Su d. Vuestra S, tenemos tarea. _______ tarea es pgina (page) 50. Nosotros b. Sus c. Tu d. Nuestra -Tienes mis calcetines? -S, tengo ____ calcetines. tus b. sus c. su d. ustedes Los maestros de Pedro son simpticos. ______ maestros son inteligentes, tambin. Nuestros b. Sus c. Su d. l Cuntos perros tienes en tu familia? ____ familia tiene tres perros. Mi b. Me c. Tu d. Mis Los Adjetivos: Pick the adjective that best matches masculine, feminine, singular, plural (5 questions) Mi casa es muy bonita y es ______. blanca b. blanco c. blancos d. blancas Juana tiene el pelo _____. Me gusta su pelo. larga b. largo c. largos d. largas Nuestros abuelos son muy _______. divertida b. divertido c. divertidos d. divertidas Mi primo, Juan, es ______. morena b. moreno c. castaa d. castaos Mi madre no es alta, ella es _______. corta b. corto c. baja d. bajo Vocabulario: Choose the best answer (14 questions). Cmo ___ llama tu amiga? Ella es bonita. me b. te c. se d. ella Marcos no es perezoso, l es muy _____. trabajador b. corto c. malo d. nuevo La hija de mi abuelo es mi ____. prima b. ta c. abuela d. hermana Mi hermana tiene cinco aos yo tengo diez. Ella es mi hermana ____. vieja b. joven c. grande d. menor Me gusta tu vestido ____. bastante b. pues c. de cuadras d. bajo Translations (10 questions) Whose green t-shirts? De quin son la camiseta verde?c. De quin es la camisa verde? Quin es la camisa verda?d. De quin son las camisetas verdes? The father of my uncle is my grandfather. El padre de mi to es mis abuela. c. El padre de mi to es mi abuelo. Mi padre del to es mi abuelo. d. El abuelo de mi to es mi padre. Rolando is 21 years old today. Rolando tiene veintiuno aos hoy. c. Rolando tener veinte y uno aos. Rolando es 21 aos viejo hoy. d. Rolando es veintiuno aos mayor. Ms. Green, are you from Argentina? Seora Verde, eres de Argentina? c. La seora Verde, usted eres de Argentina? Seorita Verde, es usted de Argentina? d. La seorita Verde, eres usted de Argentina? What color are your socks? De qu color son tus calcetines? c. Qu color es tus calcetines? De quin son tus calcetines? d. Qu es el color de tu calcetines? this is not a question I just thought this should be sharedHeathers POV: (she likes connan but knows he likes a guy so she dates his crush out of jealousy) I still rememberback in decemberYou in his sweaterI'm the wrong genderid lose you foreverCause you were in loveand i took that away But i watch your eyes as i walk by, what a time for me to cry I've Pulled of the wrong guy This doesnt even feel right I can't deny,, I hate that he kissed me Now i feel even more guilty He gave me his sweater it's just polyester But you like him better Wish i werent heather I hold your hand Out of jealousy His bodys is next to me, Ive made you my enemy I act so harmless Maybe not heartlessBut then again, i would Want me dead As i walk by What a time for me to cry Ive pulled of the wrong guy This doesn't even feel right I can't deny I hate that he kissed me Now i feel even more guilty He gave me his sweater it's just polyester But you like him better Wish i werent heather Wish i werent heather Wish i werent heather I hate that he kissed me Now i feel even more guilty He gave his your sweater its just polyester But you like him better Wish i werent Need help asap thank you The increase of carbon dioxide in the atmosphere is contributing to a global rise in Earth's temperature, known as.....________ & ________ You dont have to help but it would be nice if you would :) Ethan invested $25,000 in an account that earns 4.25% simple interest. If Ethan doesn't make any additional deposits or withdrawals, how much interest will he have earned after 9 years? would dissolving sugar in water be a physical or chemical change How are plays similar to novels?Both have sections called chapters.Both have acts and scenes.Both can be read in one sitting.Both have characters, a plot, and a setting. Why is Texas considered a cultural melting pot? What is the the slope of the line through the following points?(7,-4) and (3,8)3-31o 1 In this blank graph of the business cycle, what does the red circled area on the graph BEST represent?A. ContractionB. ExpansionC. PeakD. Spending Rewrite using distributive property and GCF.16 + 24 You spend 3 2/3 hours hiking and an additional 3/4 hour to rest.A) How much time did you spend hiking and resting?____ HoursB) How much more time did you spend hiking than resting?____ HoursExplain how you got your answer. (BOWLING)The "pitch" measures the angle between which fingers?A) pointer & thumbB) ring & middleC) middle and thumbD) ring and thumb what is the electron configuration for lithium Are there any mistakes on my 150 word task:Lo que ms me gusta de mi instituto de educacin secundaria es hay una variedad de las actividades extraescolares. Desde hace dos aos, soy miembro del club de periodismo dado que, para m, me da la oportunidad de ser creativa y una sensacin de logro. El prximo trimestre, si fuera posible, me encantara apuntarme al equipo de tenis porque me dar ms confianza.El lunes pasado era el peor da. Tuve mucho estrs de los exmenes y tena miedo porque los otros alumnos de mi clase son mucho ms buenos que yo. Luego saqu una mala nota en mi prueba de matemticas y suspend la asignatura. Mi profesor estaba muy enfadada. Haba mucho presin del grupo para los alumnos porque todos estudiantes son muy listos. Pienso que he sido trabajadora pero por otro lado trabajar ms duro en el future. Qu horror! what do bacteria cells and human cells have in common How does an Executive Order differ from a law? A. Executive orders are not subject to judicial review B. Executive Orders are not limited by the Constitution. C. Executive Orders do not need to be approved by Congress. D. Executive Orders are limited to foreign and military affairs. A wave that travels at the speed of light and consists of a combined electric and magnetic effect On a certain road map, the scale is0.5 inch = 10 miles. Aurora Springs and Glendale are 3 inches apart on the map. What is the actual distance between Aurora Springs and Glendale?