A digital communication system consists of a transmitter and a receiver

Answers

Answer 1
Yes it does. Anything else?

Related Questions

Which windows tools would you use to browse the files system on a hard drive?

Answers

The answer is Windows Explorer and My Computer. Windows compromises two methods to see its file system. Either program permits you to browse and edit the files and folders on your computer. Normally, My Computer is easier for novices to comprehend. It will open one folder at a time and show you its contents. 

Answer:

Window explorer

Explanation:

Window / File explorer is a default file management in all window's operating system. It provides an easy access to the window file system.It can be easily accessed by shortcut keys (window button + E) .  It can also be accessed by clicking on My Computer or File explorer on the start menu. See attached for a typical window file explorer.

One reason many people enjoy having a smartphone is that it has an operating system that can run programs, also called ____.

Answers

It is called application or apps. These apps makes people to be entertained as they use their smart phones for these consist games, movies, music, useful systems and many more. It enables users to find it interesting and to enjoy themselves as they use their smart phones with the use of these operating systems that runs programs that has their own categories.

How to search for the largest files on my computer vista?

Answers

To find the largest files on your computer using Explorer, open Computer and click up in the search box. When you click inside of it, a little window pops up below with a list of your recent searches and then a add search filter option.

Go ahead and click on Size and then you’ll get another menu with a couple of options:

Go ahead and pick something like Large, Huge or Gigantic otherwise you will get a list of way too many files. If you just want to see larger files, I suggest choosing huge or gigantic. Then just press enter without typing in anything else.


Alternatively, drop to command prompt type cd\

dir /s/o:s to get a listing in ascending order.

for descending order dir /s/o:-s

Since there might be a lot of files you might want to pipe it into a text file, simply add > largefiles.txt

dir /s/o:-s  > c:\temp\largefiles.txt    (the c:\temp directory must exist, if not the command will fail. Once you're on the root with cd\ just create the temp directory with md c:\temp or via the GUI, alternatively, again add & md c:\temp into the dir command)

If you want to get fancy you can also just open the results with the & 

dir /s/o:-s  > c:\temp\largefiles.txt & notepad c:\temp\largefiles.txt

Please Note:

(the c:\temp directory must exist, if not the command will fail. Once you're on the root with cd\ just create the temp directory with md c:\temp or via the GUI, alternatively, again add & md c:\temp into the dir command)

md c:\temp\ & dir /s/o:-s  > c:\temp\largefiles.txt & notepad c:\temp\largefiles.txt

U-TURNS IN BUSINESS DISTRICTS ARE:
A. Always illegal because they are dangerousB. Legal if the businesses are churches, apartments, or clubsC. Legal at intersections, unless a sign prohibits them

Answers

The answer is C, they are not always illegal, and they are not always legal
C. Legal at intersections, unless a sign prohibits them.

A battery becomes undercharged in a vehicle that is driven regularly. the charge indicator light remains off with the engine running. the cause of this problem could be

Answers

If the  battery is not charging it indicates that the generator is not working properly. It may be simply that the V-belt which goes from the crankshaft to the generator is too loose, or the generator may be faulty and may need to be replaced.

What protocol do most devices currently use at the network layer?

Answers

What protocol do most devices currently use at the network layer? Answer = TCP/IP

I know this is not a school type question but i really need some help.

Okay i have tried everything and i want to add my school email to my phone but it wont let me sync it even if i look up on how to do it. Please help i am getting frustrated!!!

Answers

If I'm not mistaken u can't do that but u can go in your settings if u have an iPhone and add that email with your main one.

Adding a school email to a phone often requires correct email settings and additional security configuration. Make sure to use the correct protocol and check for any required permissions, and consult your school's IT department if issues persist.

It seems like you're experiencing difficulty adding your school email to your phone. First, ensure you have the correct email settings provided by your school's IT department. This often includes your email address, password, server settings, domain, and possibly specific port numbers. For most school emails, they will be using Exchange, IMAP, or POP3 protocol for email syncing.

You may also have to enable certain permissions or configure additional security settings, particularly if your school email incorporates two-factor authentication or if your device requires mobile device management (MDM) installation. Don't forget to check if your phone's operating system is up-to-date, as older versions can sometimes cause compatibility issues with newer email protocols.

If you're still experiencing issues, it may be beneficial to reach out to your school's IT support team for personalized assistance. They can provide step-by-step guidance and troubleshoot any specific problems that may be unique to your school's email setup.

Class 00 rubber gloves are used when working with voltages less than​ _____.

Answers

Answer: 500 volts AC, 750 volts DC
Class 00 rubber gloves are given the color "beige" based on the color code of rubber gloves.
The proof test voltage for this class of rubber gloves is 2500 volts of AC voltage and 10000 volts of DC voltage

In microsoft word, pressing the ____ key(s) will move the insertion point to the end of the document.

Answers

Hey there!

In Microsoft Word, you can combine the keys Ctrl + End to jump to the very end of the document's text body. You can also use a variety of other keyboard shortcuts similar this one to move your cursor around your document. 

Hope this helped you out! :-)

Pressing Ctrl + End simultaneously will move the insertion point to the end of a document in Microsoft Word. This shortcut improves navigation efficiency within lengthy documents. Keyboard shortcuts enhance user productivity in word processing.

The answer is pressing the Ctrl key together with the End key (Ctrl + End) will move the insertion point to the end of the document.

This is a keyboard shortcut that often saves time when navigating through lengthy documents.This combination is particularly useful because it allows users to quickly jump to the bottom of a document without having to scroll manually or use the mouse.

Keyboard shortcuts like these are valuable tools in enhancing productivity within word-processing software such as Microsoft Word.

What is the best method for collecting information from a source?

A. Provide citation info

B. Summarize or paraphrase important info

Answers

The best method for collecting information involves summarizing, paraphrasing, or directly quoting the source material, always with proper citations to avoid plagiarism and maintain credibility.

The best method for collecting information from a source is multifaceted and depends on your research objective. When considering the notes from your sources, you have the choice to summarize, paraphrase, or directly quote the information. Summarizing involves conveying the general idea of a text in a shorter form, without detailed specifics. Paraphrasing is close in length to the original text but rephrased in your own words. Direct quoting maintains the exact wording from the source and is placed inside quotation marks. Regardless of the choice made, proper in-text citation is crucial in order to credit the original author and avoid plagiarism. This practice preserves the integrity of your work and provides a pathway for readers to verify your sources.

When collecting information, it's essential to keep meticulous notes, ensuring that you clearly distinguish between your ideas and those borrowed from sources. Effective note-taking allows you to refer back to the original texts which aids in accurate quoting and paraphrasing. Moreover, the organization of source material and notes will assist in accurately citing your information sources, thus upholding your professional credibility.

____ are notes within the actual program code that identify key features and steps of the program but that are written in such a way that the computer knows to ignore them when the program is executed.

Answers

Comments are notes within the actual program code that identify key features and steps of the program but that are written in such a way that the computer knows to ignore them when the program is executed. Comments are the explanation source code of a computer program. Their purpose is the code to be easier to understand.

Due largely to the prevalence of reading them on screens rather than in​ print, the body text of most contemporary documents now use​ a(n) _________ typeface.

Answers

.The answer is sans serif. Utilize sans serif textual styles in light of the fact that the close uniform width of the strokes keeps the text style intelligible when lessened in determination or diminished in text dimension. Sans serif textual styles are more clear from more distant away, which is the reason they are useful for blurbs and slides, especially the titles and headers.

You want to use a terminal emulation program to terminal into a series of Cisco routers. You will be managing these devices remotely. What protocol should you use?

Answers

If a terminal emulation program is used and the devices should be reotely managed, then you should use the Telnet protocol. Telnet is a simple, text-based network protocol that is used for accessing remote computers over TCP/IP networks like the Internet. It allows the user access to a text terminal and all its applications such as command-line for example. 

Choose the correct html element to define important text

Answers

The HTML element to describe significant text is the <strong>. An HTML element is an distinct constituent of an HTML document or web page when this has been analyzed into the document object typical. HTML is composed of a tree of HTML nodes such as text nodes. Each node can have HTML attributes specified. Nodes can also have content including other nodes and text. Many HTML nodes represent semantics or meaning. For example, the title node indicates the name of the file and an HTML element is distinct by an primary tag. If the element comprises other gratified it ends with a terminating tag where the element term is headed by a onward slash.

The HTML element to describe significant text is the <strong>.

How it this so?

When investigated into the document object, an HTML element is a discrete part of an HTML document or web page. HTML is made up of a tree of HTML nodes like text nodes.

HTML properties can be supplied for each node. Nodes can also include content such as other nodes and text. Many HTML nodes are used to represent semantics or meaning.

For example, the title node specifies the file's name, while an HTML element is distinguished by a main tag. If the element contains additional gratified, it ends with a terminating tag that is preceded by a forward slash.

Learn more about HTML element at:

https://brainly.com/question/11569274

#SPJ6

A windows application which demands a lot of raw processing power to execute repetitive complex calculations is a good candidate for the object oriented programming language c++.

Answers

I would rather use C# it is a better language.

What does MS-DOS use for input?

Command-line base
GUI
Internet browser
LINUX interface

Answers

command line interface but it's giving u the command line base

Looking at the above, The MS-DOS use Command-line base for input.

Is MS-DOS a command line interface?

The MS-DOS operating system is known to often used the command-line interfaces and also the use of a programming language growth platforms along to aid  command-line interfaces.

Therefore, Looking at the above, The MS-DOS use Command-line base for input.

Learn more about Command-line  from

https://brainly.com/question/10971763

#SPJ6

________ involves taking data from your database and putting it into an electronic file in a format that another external application or database can recognize.

Answers

The answer in the space provided is export. It is because in export, is has the ability to take the data in another file or application which is externally but could still be recognizable. It is a way of sending a file externally or placing them outside of the file that it came from. It could be seen above as it is similar of how it is being remove and placing it in another external application.





4. Look at the illustration in the figure. What method of driving a camshaft is shown in this figure?

A. Timing chain drive system
B. Timing belt drive system
C. Gear drive system
D. Direct drive system

Answers

it looks like it is a belt and it is a timing system
Answer:

The correct option is B (Timing belt drive system)

Explanation:

A planning belt, timing chain, or cambelt is a piece of an inner ignition motor that synchronizes the turn of the crankshaft and the camshaft(s) with the goal that the motor's valves open and close at the best possible occasions amid every chamber's admission and fumes strokes. A planning chain is a roller chain

Does magnifier count as assistive technology

Answers

The correct answer: Yes

Assistive technology is an umbrella term that includes assistive, adaptive, and rehabilitative devices for people with disabilities and also includes the process used in selecting, locating, and using them. Assistive technology promotes greater independence by enabling people to perform tasks that they were formerly unable to accomplish, or had great difficulty accomplishing, by providing enhancements to, or changing methods of interacting with, the technology needed to accomplish such tasks.

Magnification falls in this criteria. Therefore, we can conclude that magnification is an assistive technology which can be used to help end users see small objects in in their displays.

How to tell if screen or screen protector is cracked?

Answers

You will feel the screen protector crack
A good way is too feel and look because if it looks deeper and more dimensional it could be your phone screen and if you feel the crack on the screen protector that gives you the obvious answer. I hoped this helped! Mark brainliest?? :)) 

A popular use of cd-rw and cd-r discs is to create audio cds. what is the process of copying audio and/or video data from a purchased disc and saving it on digital media called?

Answers

This process is called ripping. Ripping occurs when the audio or video content of a disc is extracted and copied onto any other digital media. This process does not damage the original disc or the data it contains. This process requires specific software to be successful.

To use the analog telephone system for sending digital data, you must also use:

Answers

A analog to digital converter. 

To use the analog telephone system for sending digital data, you must also use a modem. A modem converts digital data into analog signals for transmission and converts received signals back to digital data.

To use the analog telephone system for sending digital data, you must also use a modem. Here’s how it works:

Digital Data Conversion: Digital data, which consists of binary ones and zeros, needs to be converted into analog signals. A modem (short for modulator-demodulator) accomplishes this task. It modulates digital data into analog signals for transmission over telephone lines and demodulates the received analog signals back into digital data at the receiving end.

Analog Signal Transmission: Analog phones transmit data over a continuous range of frequencies. The modem converts binary ones and zeros into analog frequency tones that can be reliably sent over these frequencies.

Noise Reduction: Digital systems, including those using modems, handle noise better than pure analog systems. Any error that a small amount of noise introduces can be effectively detected and corrected.

For example, when sending computer data over an analog phone line, a sending modem translates the digital data into analog signals. At the receiving end, another modem converts the analog signals back into digital data for the computer to process.

A ____ instruction copies data bits to storage locations and can copy data between any combination of registers and primary storage locations.

Answers

A (Move) Instruction copies data bits to storage locations and can copy data between any combination of registers and primary storage locations. 
Hope this helps :D

When a job is sent to other countries, as many programming jobs have been, it is said to have been datamined.
a. True
b. False?

Answers

When a job is sent to other countries, as many programming jobs have been, it is said to have been datamined. 
false

Which of these statements is true? Steve Jobs invented the mouse as an input device. Bill Gates invented the mouse as an input device. Douglas Engelbart invented the mouse as an input device. John Dvorak invented the mouse as an input device.

Answers

Answer:

Douglas Engelbart

Explanation:

In 1968 Douglas C. Engelbart  publicly present the first ever computer mouse at the fall joint computer conference in San Francisco.

The actual invention of computer mouse was in 1964.

What infrastructure model provides access to shared computing resources over a network, often the internet?

Answers

Cloud computing infrastructure model provides access to shared computing resources over a network, often the internet. The cloud computing infrastructure is a virtual infrastructure composed of hardware and software components needed to support the computing requirements of a cloud computing model.And the cloud computing model is the delivery of computing services (servers, storage, databases, networking, software, analytics and more) over the Internet . 

A database into which employees manually input customer names and addresses is riddled with errors and you have been charged with rectifying the situation. in considering the organizational dimensions of this problem, you should consider:

Answers

In considering the organizational dimension of these problems you should consider the business process in place governing the manual input of data. A system is stated to as a set of interrelating components forming an integrated whole. In the case, there will be many diverse systems with many processes that will either work independently together in a collective environment. In support of ensuring processes and technologies operate predictably, reliably and independently, initial focus needs to be a gap analysis of the business processes currently in place. These processes may include the existing movement of the data through the organization and implementation or directly support it and those process that support feedback mechanisms or inquiries to data analysis.

A material that displays near zero resistance at a low temperature is called a(n) A. superconductor. B. rectifier. C. semiconductor. D. oscillator.

Answers

the answer would be A super conductor

Quarkxpress is an example of ________ software.

Answers

Quarkxpress is a professional computer publishing system. It allows you to make complex publishing.


Quarkxpress is an example of application software.

Or we can say more accurately that, it is example of design software

A software component that has ____ mode access has total access to all of the computerâs data and its hardware.

Answers

The kernel has access to all data and hardware.
Other Questions
Why might contemporary, mainstream psychologists reconsider the possibility that extrasensory perception, or esp, exists? Unwanted web pages that appear automatically while you are attempting to browse something else are called An advantage of a firm pursuing multiple segment specialization is that: In the short story ''The Chrysanthemums,'' by John Steinbeck,which method of characterization does Steinbeck use to provide the reader with clues about Henry's character? What is paragraph F mainly about? a.different materialsb.clearing an areac.laying the fire d.fire safety NEED ASAP PLEASE!!!! Which of the following incorrectly matches the term with its location? A. DNA is found in a chromosome B. Chromosomes are found in the nucleus of a cellC. Genes are located in a nucleotideD. Nitrogen bases are located in the central rungs of a DNA ladder. What type of map is best suited for maritime navigation Question 1Choose the item that uses a comma or commas correctly.The lady who lives across the street never cuts her grass.The lady, who lives across the street, never cuts her grass. The lady who lives across the street, never cuts her grass.10 points Save AnswerQuestion 2Choose the item that uses a comma or commas correctly.Andrew Carnegie famous for the thousands of libraries he built made his fortune in the steel industry.Andrew Carnegie famous for the thousands of libraries, he built, made his fortune in the steel industry.Andrew Carnegie, famous for the thousands of libraries he built, made his fortune in the steel industry.10 points Save AnswerQuestion 3Choose the item that uses a comma or commas correctly.The public library, which was built at the turn of the century, is one of the most beautiful buildings in the town.The public library which was built at the turn of the century, is one of the most beautiful buildings in the town. The public library which was built at the turn of the century is one of the most beautiful buildings in the town.10 points SavedQuestion 4Choose the item that uses a comma or commas correctly.People who think raising children is easy, probably never had any.People, who think raising children is easy, probably never had any. People who think raising children is easy probably never had any.10 points Save AnswerQuestion 5Choose the item that uses a comma or commas correctly.Susan Campbell who graduated first in her class was asked to deliver the commencement address.Susan Campbell who graduated first in her class, was asked to deliver the commencement address.Susan Campbell, who graduated first in her class, was asked to deliver the commencement address.10 points SavedQuestion 6Choose the item that uses a comma or commas correctly.The grocery store across the street which stays open twenty-four hours has an excellent selection of ethnic foods.The grocery store, across the street, which stays open twenty-four hours has an excellent selection of ethnic foods.The grocery store across the street, which stays open twenty-four hours, has an excellent selection of ethnic foods.10 points Save AnswerQuestion 7Choose the item that uses a comma or commas correctly.The Enola Gay which dropped the atomic bomb on Hiroshima is now on display at the National Air and Space Museum in Washington, DC."The Enola Gay, which dropped the atomic bomb on Hiroshima, is now on display at the National Air and Space Museum in Washington, DC.The Enola Gay which dropped the atomic bomb on Hiroshima is now on display at the National Air, and Space Museum, in Washington, DC.10 points Save AnswerQuestion 8Choose the item that uses a comma or commas correctly.My father, who used to work for the post office, has been retired for several years now.My father who used to work for the post office, has been retired for several years now. My father who used to work for the post office has been retired for several years now.10 points SavedQuestion 9Choose the item that uses a comma or commas correctly.I enjoy reading ancient Greek mythology.I enjoy reading ancient, Greek mythology.I enjoy reading, ancient Greek mythology. 10 points SavedQuestion 10Choose the item that uses a comma or commas correctly.If you come here when the moon is full the legend goes you can see the ghost of an old sailor walking along the shore.If you come here when the moon is full, the legend goes, you can see the ghost of an old sailor walking along the shore.If you come here when the moon is full, the legend goes you can see the ghost of an old sailor walking along the shore. How many crates of apples will be sold after the price floor has been imposed? what process occurs during transcription? Who was adams' former opponent who did not endorse his economic plans? sitting down and identifying what your stressors are causes more stress by making you aware of how much stress you are experiencing on a daily basis "In framing a government which is to be administered by men over men, the great difficulty lies in this: you must first enable the government to control the governed; and in the next place oblige it to control itself."Federalist No. 51This quote supports the idea that government mustA. Be based on the principle of federalism with the state governments maintaining the majority of responsibilityB. Maintain order and security at all times and costs, sometimes requiring placing limits to individual libertiesC. Describe in detail each law or policy enacted to justify its existence and action to the people it must controlD. Have separation of powers with checks and balances so that while it governs, its own power is also limited True or false: routes of exposure to chemicals are breathing, skin/eye contact, and swallowing. If the following system of equations was written as a matrix equation in the form AX = C, and matrix A was expressed in the form: A= {A C} {B D}, find the value of a-b +c+d. 2x+8y=7 4x-2y=9 Please help, i dont know which number would be which letters An electric oven has a resistance of 10.0 and a voltage of 220 V. How much current does it draw? 22 A 2.2 A 220 A 2,200 A Impulsive, emotional Romeo acts as a character foil for whom? Which function represents g(x), a reflection of f(x) =2/5 (10)x across the x-axis? g(x) =-2/5 (10)x g(x) =-2/5(1/10)^x g(x) =2/5(1/10)^-x g(x) =2/5 (10)-x The triangle above is changed so that the exterior angle shown measures 128 how does this affect angles b and c What is dr. jekyll's mood when utterson and enfield talk to him through the window? Steam Workshop Downloader