suppose you have the following 2 bytes: 01011100 and 01100101. the sum of the two given bytes is 11000001 does the sum generate a carryout most significant bit? (yes/no) yes what is the sum after carryout bit is added to the least significant bit?

Answers

Answer 1

No, the sum does not generate a carryout most significant bit. The two bytes are added to yield 11000001. The result of adding one to the ones is 00111110.

The smallest piece of data that a computer can process and store is a bit (binary digit). Similar to an on/off light switch, a bit is always in one of two physical states. Usually a 0 or 1, the state is represented by a single binary integer. However, yes/no, on/off, or true/false can also be used to describe the state. Capacitors are used to store bits in memory because they can store electrical charges. Each bit's state, which in turn determines its value, is determined by the charge.

The majority of systems process and store data in bytes, even if a computer may be able to evaluate and alter data at the bit level. A byte is an eight-bit string that is regarded as a single entity. Bytes are always used to refer to a computer's memory and storage. For instance, a storage device may be able to hold 1 terabyte (TB), or 100,000 megabytes, of data (MB). 1 MB is equivalent to 1 million bytes, or 8 million bits, to put things into perspective. In other words, a 1 TB drive has an 8 trillion bit capacity.

To know more about bit click on the link:

https://brainly.com/question/2545808

#SPJ4


Related Questions

star technology is working on a project that needs a communication mode specializing in encryption, where only authorized parties should understand the information. the company also requires accuracy, completeness, and reliability of data throughout the project. the company has contacted you for an ideal cipher mode solution without using a counter. which mode should you suggest?

Answers

Block-chaining cipher (CBC) In cipher block chaining mode, the plaintext of one block is encrypted by using an exclusive or (xor) operation to join it with the ciphertext of the preceding block.

The AES's first generation is essentially represented by the ECB (Electronic Codebook). This type of block cipher encryption is the most fundamental. An enhanced type of block cipher encryption is called CBC (Cipher Blocker Chaining). Each ciphertext block processed in CBC mode encryption depends on all plaintext blocks processed prior to it. The main distinction between CFB mode and CBC mode is that CFB is a stream mode. When utilized in stream modes, feedback—also known as chaining—is used to break patterns. Similar to CBC, CFB employs an initialization vector, obliterates patterns, and causes errors to spread.

Learn more about cipher encryption here-

https://brainly.com/question/13906205

#SPJ4

kristin's position in it focuses on using antivirus, anti-spyware, and vulnerability software patch management to maintain security and integrity. which it infrastructure domain is she protecting? question 2 options: user domain workstation domain lan domain lan-to-wan domain

Answers

She protecting LAN-to-WAN domain data link. Personal computers and workstations can share information, resources, and software thanks to the local area network, or LAN, which links network devices.

The process of providing and implementing software updates is known as patch management. These patches are frequently required to fix faults or errors (sometimes known as "vulnerabilities" or "vulnerabilities") in the software.

The technical framework that links a company's local area network to its wide area network is referred to as the LAN-to-WAN domain (WAN). Controlling network traffic between the private network, or LAN, and the public network, or WAN, is the key issue. For many enterprises, the LAN-to-WAN domain designates their connection to the Internet. There is a big risk associated with this link.

The configuration of devices in LAN-to-WAN security standards is frequently centered on preserving message and transaction integrity. Securing point-to-point connections is a crucial aspect of connectivity over the Internet.

To know more about LAN-to-WAN click on the link:

https://brainly.com/question/18850995

#SPJ4

What is utility software ​

Answers

Answer:

Explanation: Utility software is software designed to help analyze, configure, optimize or maintain a computer. It is used to support the computer infrastructure - in contrast to application software, which is aimed at directly performing tasks that benefit ordinary users.

heuristics do not always yield an optimal schedule, but they are very capable of yielding aschedule for very complex networks with many types of resources.

Answers

Heuristics do not always provide an optimal schedule, but they are very capable of providing a good schedule for the sort of very complex networks with several types of resources.

The heuristics are rules of thumb used to make scheduling decisions about critical activities/tasks and the shortest duration activities/tasks so that the complex projects can be completed efficiently within the shortest possible time period.

Unfortunately, it is still a problem to find the optimal solution to schedule activities in many large and complex projects even with heuristics. It is because heuristics do not always provide optimal scheduling of tasks. But also it cannot be denied that heuristics yield possibly good schedules for the range of complex network problems.

To schedule the tasks of complex problems, heuristics are developed to obtain an optimal or near optimal schedules with minimum computational time and resources.

Complete question is:

“heuristics do not always yield an optimal schedule, but they are very capable of yielding a __________ schedule for very complex networks with many types of resources.”

You can learn more about heuristics at

https://brainly.com/question/9008084

#SPJ4

the memory architecture of a machine x has the following characteristics: virtual address 54 bits; page size 16 k bytes; pte size 4 bytes. assume that there are 8 bits reserved for the operating system functions (protection, replacement, valid, modified, and hit/miss- all overhead bits) other than required by the hardware translation algorithm. derive the largest physical memory size (in bytes) allowed by this pte format. make sure you consider all the fields required by the translation algorithm

Answers

The memory address space is 128 MB, so 227. However, each word is 8 (23) bytes, so there are 224 words. This means that log2 224 or 24 bits are required to address each word.

Therefore, each entry is at least 44 bits long (6 bytes if byte aligned, 8 bytes if word aligned). So each top-level page table is 256 * 6 = 1536 bytes (256 * 8 = 2048 bytes). Pages are typically between 512 and 8192 bytes, with 4096 being a common value. Page sizes are almost always powers of 2 for reasons explained below. The loadable module is also divided into several side frames. A page frame is always the same size as the page in memory.

A 128 x 8 RAM chip can be written as 27 x 8. Each RAM chip requires a 7-bit address.

Learn more about address here-

https://brainly.com/question/20012945

#SPJ4

Help asap need to turn it in

Answers

Answer:

11. Firewall

12. True

13. True

Explanation:

As based on experience

ou want to generate ssh keys for your user account and copy them to a remote computer to simplify future ssh authentication. what two commands can you use to perform these actions? (choose two answers.)

Answers

The two commands can you use to perform these actions are ssh-copy-id, ssh-keygen.

What is command?

A command in computing is a request to a computer programme to complete a specified task. It can be issued using a command-line interface, such as a shell, as input to a network service as part of a network protocol, or as an event in a graphical user interface triggered by the user picking an item from a menu. The term command is used specifically in imperative computer languages. The name comes from the fact that sentences in these languages are typically written in an imperative mood, which is common in many natural languages. If one considers a statement in an imperative language to be similar to a sentence in a natural language, a command is similar to a verb in such a language.

To learn more about command

https://brainly.com/question/26278263

#SPJ4

a firewall can do which of the following? (choose all that apply.) a. screen traffic for viruses. b. determine what user is sending transmissions. c. filter traffic based on rules. d. provide a layer of protection for the network.

Answers

By controlling network traffic, a firewall can assist in protecting your computer and data. By preventing undesired and unsolicited inbound network traffic, it does this.

By scanning this incoming traffic for any unwanted content like hackers and viruses that could infect your machine, a firewall verifies access. Firewalls are hardware or software devices that filter network traffic according to a set of rules. They are frequently characterized as host-based firewalls or network firewalls. While host networks are run on host computers, network firewalls filter traffic between two or more networks. In the OSI model's network layer (Layer 3), packet-filtering firewalls work. Firewalls with packet filtering make processing choices depending on protocols, ports, or network addresses.

Learn more about firewalls here-

https://brainly.com/question/13098598

#SPJ4

which event occurs in the long run? group of answer choices a restaurant hires another server. a new movie theater is built. an aircraft manufacturer adds another shift. a grocery store expands its hours of operation.

Answers

The movie theater is built event occurs in the long run because a new competitor enters the market.

A time frame when all cost and production parameters are movable is referred to as the long run.

What happens over the long run?

A time frame when all cost and production parameters are movable is referred to as the long run. Over time, a company will look for the manufacturing technique that enables it to deliver the desired amount of output at the most affordable price.

An economy's capacity to produce more goods and services over time is referred to as long-term growth. A nation's GDP is closely related to population growth in addition to price and supply and demand. (Must Read: Micro and Macro Economics' Differences) Take note: Growth in the Long Run

To learn more long run refer to:

https://brainly.com/question/13029724

#SPJ4

a type of database that is used for strategic analysis is called what? online transaction processing database online enterprise resource database online strategic resource database online analytical processing database

Answers

The type of database that is used for strategic analysis is called an online analytical processing database.

What do you mean by database?

A database is a structured collection of data that is stored and retrieved electronically in computing. Small databases can be kept on a file system, whereas large databases are kept on computer clusters or in the cloud. Database design encompasses both formal techniques and practical factors, such as data modelling, efficient data representation and storage, query languages, sensitive data protection and privacy, and distributed computing issues such as concurrent access and fault tolerance.

An OLAP database is an online database which is used to generate faster and more efficient reports and analysis than traditional databases. An OLAP database stores multidimensional cubes of aggregated data that may be analysed using numerous data properties.

So, D is the right answer.

To learn more about database
https://brainly.com/question/22080218

#SPJ4

you're configuring a failover cluster and want a quorum configuration in which cluster quorum data is located in a shared folder on a server in another location. which quorum configuration should you choose?

Answers

Quorum configuration should Node and File Share Majority.

What is Quorum?
A quorum is the minimal number of participants required to do business in a plenary session (a body that follows parliamentary process, such as a legislature). The necessity for a quorum provides protection against entirely unrepresentative action taken in the name of a body by an excessively small number of people, as according Robert's Rules of Succession Newly Revised. A plenum, in contrast, is a gathering of the entire (or, very rarely, almost entire) body. If a quorum is present, a body, meeting, or vote of it is quorate (or casts valid votes). The Latin word quorum, which means "of whom" and is the genitive plural of qui, "who," is the source of the Middle English phrase of the commission that was once given to justices of the peace.

To learn more about Quorum
https://brainly.com/question/2639652
#SPJ4

write a java program that convert a positive number into a negative number and negative number into a positive number using switch statements

Answers

import java.util.Scanner;

class convertint {

   public static void main(String[] args) {

       Scanner f = new Scanner(System.in);

       System.out.println("Enter a number to convert: ");

       int s = f.nextInt();

       int check = (s>0) ? 1 : (s==0) ? 0 : -1;

       switch(check) {

           case 1:

               System.out.println(s*-1);

               break;

           case 0:

               System.out.println("0");

               break;

           case -1:

               System.out.println(s*-1);

               break;

           default:

           ;;

       }

   }

}

a b -tree is to be stored on disk whose block size is 3096 bytes. the data records to be stored are 36 bytes, and their key is 4 bytes. determine the values for m and l for the b -tree. assume pointers are 4 bytes each.

Answers

NARA's technical research staff conducted a nationwide survey of federal agencies to identify existing optical digital data disc installations.

This data collection process provided a modern user experience and helped system administrators gather insight into their institutions' plans to adopt optical digital disc technology. Small systems are defined as systems with fewer than 20 optical digital discs, few image capture and user workstations, and no jukeboxes. In practice, smaller systems are often pilot projects that have not yet been fully scaled, or serve as research test platforms. Larger systems, on the other hand, typically store optical digital data discs in jukeboxes, use network communications to link multiple image processing and user retrieval workstations, and are equipped with high-speed image capture equipment.

Learn more about research here-

https://brainly.com/question/18723483

#SPJ4

if public concern and interest in data security issues increased after a number of television and newspaper stories about "hacking," it would be an example of the media’s

Answers

If the general public concern and interest in data security issues increase after certain television and newspaper stories about hacking, it is an example of the media’s indexing power.

The indexing power of media is the capacity through which it influences the opinions, actions, and decisions of the general public. Media platforms such as television and newspapers are integral parts of today’s era that can influence the concerns and interests of the public almost about all things/matters by delivering the latest news and stories about them.

For example, when the news and stories relating to issues of ha-cking are delivered to the public through newspapers and television constantly, it makes people more concerned and interested in the security of their data when using the internet.

You can learn more about influence of media at

https://brainly.com/question/24236735

#SPJ4

Masks can be:

Question 6 options:

any color.


black, white, or gray.


black or white.


warm or cool.

Answers

Answer:

last answer

Explanation:

excluding $0.00, what is the minimum bi-weekly high rate of pay (please include the dollar sign and decimal point in your answer)? the code has been started for you, but you will need to add onto the last line of code to get the correct answer.

Answers

Given the last line of code stated in the question:

Select Biweekly _ high _ Rate

From salary _ range _ by _ job _ classification

ORDER BY LENGTH ( Biweekly _ high _ Rate ) ASC , Biweekly _ high _ Rate ASC ;

The minimum bi-weekly high rate of pay when we exclude $0.00 is stated below:

The SQL Code

SELECT

MIN ( Biweekly _ high _ Rate )

FROM salary _ range _ by _ job _ classification

WHERE Biweekly _ High _ Rate < > ' $ 0 . 00 '

ORDER BY Biweekly _ High _ Rate ASC ;

The given SQL code allows you to select the min Biweekly _ high _ Rate FROM the table Using WHERE < > ' $ 0 . 00 ' you are excluding values that are equal to zero.

Then you are ORDERING by the Biweekly _ High _ Rate to get the first value correct.

Read more about SQL here:

https://brainly.com/question/27851066

#SPJ1

you're installing a new linux server that will be used to host mission-critical database applications. this server will be heavily utilized by a large number of users every day. which distributions would be the best choices for this deployment? (choose two.)

Answers

Use the printenv command to display the values of environment variables. When the Name parameter is specified, the system only prints the value corresponding to the variable you asked for.

Libraries - Libraries are collections of ready-made code that programmers may incorporate into their programs. Asynchronous JavaScript with XML is referred to as AJAX. Due to the compelling user experience it offers, it has gained popularity quickly despite being built on a blend of already-existing Web standards like HTML, JavaScript, CSS, XML, and SOAP. The environment variables in the current shell are displayed using the printenv command-line tool. On the command line, we can specify one or more variable names to print only those particular variables.

Learn more about command here-

https://brainly.com/question/14548568

#SPJ4

a type of memory that can hold data for long periods of time, even when there is no power to the computer, is called .

Answers

A type of memory that can hold data for long periods of time, even when there is no power to the computer, is called secondary storage.

What is computer?

A computer is a digital electrical machine that may be programmed to automatically perform arithmetic or logical operations (computation). Programs are generic collections of operations that modern computers can do. These programmes allow computers to do a variety of jobs.

ROM is a sort of non-volatile memory, which implies that the data contained in it persists even when no power is applied to it, such as when the computer is turned off. In this regard, it is analogous to secondary memory, which is utilised for long-term storing.

To learn more about computer

https://brainly.com/question/24540334

#SPJ4

an attacker gained remote access to a user's computer by exploiting a vulnerability in a piece of software on the device. the attacker sent data that was able to manipulate the return address that is reserved to store expected data. which vulnera

Answers

A buffer overflow exploit resulted from the attacker's actions.

What is buffer overflow?

A buffer overflow, also known as a buffer overrun, is an anomaly in information security and programming that occurs when a programme, when writing data to a buffer, overruns the buffer's boundary and overwrites adjacent memory locations. Buffers are memory spaces set aside to keep data while it is being moved from one component of a programme to another or between applications. Buffer overflows are frequently caused by faulty inputs; if the buffer is established with the assumption that all inputs will be lower than a given size, then an unusual transaction that produces more data may lead it to write past the end of the buffer.

Attackers take advantage of buffer overflow flaws by overwriting an application's memory. This alters the program's execution route, resulting in a response that damages files or exposes confidential information.

To learn more about buffer overflow

https://brainly.com/question/9906723

#SPJ4

6. (01.02 LC)
The programming language C: uses a series of 1s and Os to communicate with the computer. (5 points)
O True
False

Answers

Answer:

False

Explanation:

If a program needs to make a decision based on specific circumstances, the program code needs to contain

a
a loop

b
an "if" statement

c
debugging

d
logical reasoning

Answers

Answer: b

Explanation:

explain what is meant by the term conditionally executed. 2. you need to test a condition and then execute one set of statements if the condition is true. if the condition is false, you need to execute a different set of statements. what structure will you use? 3. if you need to test the value of a variable and use that value to determine which statement or set of statements to execute, which structure would be the most straightforward to use? 4. briefly describe how the and operator works. 5. briefly describe how the or operator works. 6. when determining whether a number is inside a range, which logical operator is it best to use? 7. what is a flag and how does it work

Answers

The decision to execute an instruction or not is made by conditional execution. The majority of instructions contain a condition attribute that, depending on the value of the condition flags, decides whether the core will execute them.AND. This operator logically joins two Boolean expressions together. The AND operator gives True if both expressions are True. The AND operator yields False if either, or both, of the phrases evaluate to False.One or more data bits used to record binary values as particular program structure indicators are referred to as flags. A flag is a part of the data structure of a programming language.

learn more about the program here:

https://brainly.com/question/24833629

#SPJ4

assume a class window with a constructor that accepts two int arguments: width and height (in that order). declare an array named winarr, consisting of 3 window objects, where the first element is an 80x20 window, the second a 10x10 window, and the third a 133x40 window.

Answers

A constructor that takes arguments, also referred to as parameters, is referred to as a parameterized constructor.

A constructor, as we covered in the Java Constructor tutorial, is a unique kind of method that initializes the freshly generated object. The default constructor doesn't allow the passing of any parameters. Zero or no arguments is the response to the aforementioned query. To a default constructor, we are unable to pass parameters. A default constructor's sole function is to create the object. When a class in C++ includes a constructor that only requires one argument, this constructor is known as a conversion constructor because it enables automatic conversion to the class being created.

Learn more about Constructor here-

https://brainly.com/question/17347341

#SPJ4


What is the output of the attached code? *

Square s1 = new Square (4);
Square s2 = new Square (4);
s1.setRadius (2) ;
System.out.println("The area is " + (s2.getLength()*s2.getLength (
O The area is 4
O The area is 2
The area is 16
O The area is 6
O The area is 8

Answers

S1 B. Is the answer
Ur welcome

While performing research for a school writing project, you discover a website that contains exactly the information you think will nicely round out your paper. Describe how you will incorporate the information into your project and the steps you will take to ensure you give proper credit to the author.

Answers

While conducting research for a school writing project, you locate a website that contains exactly the details you think will nicely round out your paper. The best way to incorporate the information into your project and the steps you will take to ensure you give proper credit to the author are

given as follows: You must ensure that you give credit in the following ways:

Introduce the author and or the title of the source; Cite the link; and Make use of footnotes at the end of the bibliography. Why significant to give recognition to an author whose text you have quoted?

The law of copyright prevents an author's work from being duplicated without permission. To comply with this you must always credit the source. If you plagiarize a work, the author may sue you or you may fail your course.

Citations are vital because they assist others in finding the material you utilised. They contribute to the credibility of your own study. They relate your research to the research of other researchers.

Learn more about giving proper credit:
https://brainly.com/question/15082562
#SPJ1

Which kind of GIMP tool is used for editing tasks such as cropping or rotating an image?

Question 8 options:

A) paint tools


B) transform tools


C) selection tools


D) miscellaneous tools

Answers

The kind of GIMP tool that is used for editing tasks like cropping and many more is selection tools. The correct option is C.

What is GIMP tool?

GIMP is a cross-platform editing software that is readily accessible for GNU/Linux, macOS, Windows, and other platforms. Because it is free software, you are free to modify it and distribute your changes.

GIMP shines when it comes to photo enhancement and editing. It provides a comprehensive set of tools for correcting mistakes made during the capture process.

The purpose of selection tools is to select regions from the active layer so that you can work on them without affecting the unselected areas.

Thus, the correct option is C.

For more details  regarding GIMP tool, visit:

https://brainly.com/question/11033532

#SPJ1

erica is participating in a road race. the first part of the race is on a 5.2-mile-long straight road oriented at an angle of 25∘ north of east. the road then turns due north for another 2.0 mi to the finish line.

Answers

Answer:

Explanation:

ee

hat is the function of the interpreter? translates and executes instructions at every runtime translates high-level language program into separate machine language program once programs that control and manage basic operations of a computer where a computer stores data used by a program python

Answers

During RUN Time, the interpreter changes the source code line by line. A program written in a high-level language is completely translated into machine code using interpret.

While a program is running, evaluation and change are permitted by an interpreter. Instruction by instruction, an interpreter converts code into machine code; the CPU executes each instruction before the interpreter continues on to the next instruction. When a problem arises, interpreted code will immediately display an error, making debugging it simpler than with compiled code. An interpreted language is one in which instructions are executed by implementations without first being translated into machine code. Computed programs execute more quickly than interpreted ones. The compiled program runs faster than the interpreted program.

Learn more about instructions here-

https://brainly.com/question/15708427

#SPJ4

walkthroughs combine​ observation, inspection, and inquiry to assure that the controls designed by management have been implemented. question content area bottom part 1 true false

Answers

True, walkthroughs combine​ observation, inspection, and inquiry to assure that the controls designed by management have been implemented.

What is a walkthroughs?

A walkthrough is a term in internal control used to describe a situation whereby the auditor selects one or a few document(s) for the initiation of a transaction type and traces them through the entire accounting process using a combination of  observation, inquiry,  and inspection to assure that the controls designed by management have been implemented. Auditing standards require the auditor to perform at least one walkthrough for each major class of transactions

Learn more on walkthrough from:

https://brainly.com/question/15831196?referrer=searchResults

#SPJ4

you need to implement a wireless network link between two buildings on a college campus. a wired network has already been implemented within each building. the buildings are 100 meters apart. which type of wireless antennae should you use on each side of the link? (select two.) answer normal-gain directional high-gain bridge omni-directional

Answers

Since you need to implement a wireless network link between two buildings on a college campus, the type of wireless antennae should you use on each side of the link are option C and E. high-gain  and Parabolic.

How does a parabolic reflector provide very high gain?

High gain: Parabolic reflector antennas have a very high gain capability. The gain increases with the size of the wavelength "dish." High directivity: The parabolic reflector or dish antenna can offer high levels of directivity, just like it does with gain.

Gain is the volume of a signal at the input before it is amplified or processed by a computer. The signal is louder the higher the gain. For instance, you will need to increase gain if a microphone's sensitivity is low in order for the amplifier to amplify the sound louder.

Therefore, Two or more devices are connected over a brief distance using a wireless local area network (WLAN).

Learn more about wireless network link from

https://brainly.com/question/26956118

#SPJ1

See full question below

you need to implement a wireless network link between two buildings on a college campus. a wired network has already been implemented within each building. the buildings are 100 meters apart. which type of wireless antennae should you use on each side of the link? (select two.) answer normal-gain directional high-gain bridge omni-directional parabolic

Other Questions
how could armondo test how curves in a river affect the speed of the river How many solutions does the system of equations have? Explain1. Y = 5x - 4Y = -4 + 5xHow many solutions does the system of equations have? Explain2.Y=2x+3Y=-3x+6How many solutions does the system of equations have? Explain3. Y=-4x+5Y=-4x+5How many solutions does the system of equations have? Explain Which of the following selections best summarizes the concluding passage (paragraph 51)? No, suh, doc. Jinx became articulate. He didnt do nothin the whole time I was in there. Nothin but talk. He told me who I was and what I wanted before I could open my mouth. Well, I said that I knowed that much already and that I come to find out sumpm I didnt know. Then he went on talkin, tellin me plenty. He knowed his stuff all right. But all of a sudden he stopped talkin and mumbled sumpm bout not bein able to see. Seem like he got scared, and he say, Frimbo, why dont you see? Then he didnt say no more. He sound so funny I got scared myself and jumped up and grabbed that light and turned it on himand there he was. the conjure man dies Please help me. Ive tried but I kept getting it wrong for some reason What part of a computer stores all the digital content on a computer? Motherboard Hard disk drive SD card CPU Post-reading Comprehension 1.1 When was this text written? How do you know? 1.2 At this time, were most white American women working in offices or were they housewives? How do you know? 1.3 Do housewives earn money in the same way as office workers or other workers? Why or why not? (1+2) 1.4 Do you think housewives should be paid for their domestic work? Why or why not? Write like this: Yes, they should be paid for their work, because ... OR No, they should not be paid for their work, because ... (1+1) (1+2) 2.1 According to this article, who is the most important person in the home? (1) 2.2 According to this article, what things should women do for their husbands? Give three examples from anywhere in the text. Use your 5.2 Why do you think the writer has left out information about what housewives want? (1+1) own words. 3.1 Choose one option and write only the letter. Tip: Go back to the Reading strategy and the information in the Features to help you. a) The writer assumes that all women want to be housewives. b) The writer assumes that all men want their wives to serve them. c) Both a) and b). 3.2 Explain why you chose your answer to 3.1. 4. Who do you think will like this article more: working husbands or housewives? Say why. Write like this: I think that ... will like this article more, because ... 5.1 Give your own example of information the writer has left out about what the housewives want. 6.1 Choose one option. Which statement below is correct? Write only the letter. Tip: Go back to the Reading strategy and the information in the Features to help you. (3) (1) (2) (1+2) (2) (2) a) Writers use manipulative language to tell readers how to cook food. b) Writers use manipulative language to control what readers think. c) Writers use manipulative language to increase readers' vocabularies. 6.2 Say how the word "little" in paragraph 6 manipulates readers into thinking housewive's problems are not important. 7. Is this article biased (unfair) against women or men? How do you know? Write like this: This article is biased against... I think this because... (1+2) TOTAL: 30 marks (1) (2) ???? A mother with type O blood and a father with type A blood have three children It is an active ingredient in some oral anesthetics used in sore throat sprays. What is the molar mass of phenol? please answer in g/mol to the nearest whole number. Fine the end behavior and x-value of holeEquation is to the right Granny Smith is making strawberry jelly. She places 6.3 ounces in each jar to give as gifts.granny was able to fill 9.5 jars. How many ounces of strawberry jelly did granny make A student is working on finishing a scalemodel of the Eiffel Tower. The actualtower is 1,083 feet tall and 410 feet wideat the base. If the model currently has abase that is 0.75 feet wide, which wouldbe the scale factor of the model to thetower?1:4103: 16401:0.75 a machine has a cost of $16,200, an estimated residual value of $4,140, and an estimated service life of eight years. the machine is being depreciated on a straight-line basis. at the end of the second year, what amount will be reported for accumulated depreciation? (do not round your intermediate calculations. round annual depreciation amount to the nearest dollar amount.) Why were the changes that happened during the Shang Dynasty important to later dynasties? Given 6.00 moles of oxygen gas, O2 (g), how many liters will this sample occupy at STP?A. 269 L B. 67.2 L C. 134 L D. 22.4 L Ebony is cutting dough for pastries in her bakery. she needs all the pieces to be congruent triangles and has ensured that segment ef segment on and mon gef. what would ebony need to compare in order to make sure the triangles are congruent by sas? segment om and segment ef segment eg and segment om segment nm and segment fg segment eg and segment mn Which statement best describes Marilyn's attitude when she is first caught? The cold equations? After a 35% reduction, you purchase a new bike for $282.75. What was the price of the bike before the reduction?A) First write an equation you can use to answer this question. Use x as your variable and express any percents in decimal form in the equation.B) Solve your equation in part [A] to find the original price of the bike. Me gusta practicar ____________ porque es un deporte individual y adems me permite fortalecer los msculos de la espalda. A. golf B. bisbol C. ftbol D. natacin what is the identity of the element that produced the unknown emission spectrum and what information does the spectrum give about the source of the element? What could you add to this model to show the role of photosynthesis and cellular respiration in thecycling of carbon among the biosphere, atmosphere, hydrosphere, and geosphere?