7. It is also called as teleconferencing or web conferencing, an online meeting wherein two or more people can see, hear and talk to each other using computer networks to send audio and video data in real time. a. Video b. Call C. Video conferencing d. Telegram ​

Answers

Answer 1

C. Video conferencing

it is a type of online meeting where two or more people engage in a live audio-visual call. With a strong internet connection, the participants can see, hear, and talk to each other in real time, no matter where in the world they are.


Related Questions

Edhesive 1.6 code practice: question 2

Answers

Answer:

Explanation:

?

write a boolean expression that is true if s references the string end.

Answers

Boolean expressions are those expressions whose value can only be true or false.

The required boolean expression is: s == "end"  

From the question, we have the following highlights

The string variable is sThe string value is "end"

For the boolean expression to be true, then we need a comparison operator.

For this purpose, we make use of the == operator

Hence, the required boolean expression is: s == "end"  

Read more about boolean expressions at:

https://brainly.com/question/16843003

Order the steps for sharing a contacts folder in Outlook 2016

Answers

Answer:

Enter the Contacts view-Select folder in the navigation pane-Click Share Contacts-Fill the To: field with a recipient's address-Click Send.

Explanation:

Got it right on Edge  

Outlook is a management application that includes personal information.  The first step in sharing the contact folder includes entering the contact view.

What is contact sharing?

Outlook is the web platform that contains the personal information of the client and also, the messages, contact cards, calendars, and webmails. etc.

To share contact the contact view should be opened and then the folder should be selected in the navigation pane. The button for sharing contacts should be selected.

In the share contact pop-up, fill out the field to whom the contact is to be shared with their address. After entering the receiver's name and address click the send button to share the contact card.

Learn more about Outlook here:

https://brainly.com/question/19026125

#SPJ2

RAM is temporary memory?​

Answers

Answer:

No

Explanation:

Ram isn't temporary memory

Answer:

RAM is both used for temporary storage, and from a technical perspective it is only capable of temporary storage. The hard drive is capable of storing information after the computer turns off, but RAM is not. Once your computer turns off, any data that was in your RAM sticks is lost.

Explanation:

Which business function is most critical for maintain overall organization, including meeting established standards and deadlines?a)Management)Finance)Sales)Human resources

Answers

The business function that is most critical for maintaining overall organization, including meeting established standards and deadlines, is the "Management."

This is because the function of management in any firm involves crucial decision making such as establishing standards, creating project timelines and deadlines, and maintaining the whole organization to achieve desired results.

Management as a business function creates goals for the business. They also establish standards, policies, visions, and missions.

Management responsibilities also include creating short-term and long-term goals, including maintaining the business's key assets.

Hence, in this case, it is concluded that the correct answer is option A. "management."

Learn more here: https://brainly.com/question/12109980

Answer:

Management

Explanation:

Can anyone fix this code for me?


// This function has karel move across a world of 14 columns, moving if the

// front is clear, or jumping a hurdle if it is blocked.

function start(){

for(var i = 0; i <= 13; i++){

if(frontIsBlocked()){

jumpHurdle();

}else (frontIsClear()){

move();

}

}

}


// This function has karel jump a hurdle and end up on the other side.

// Precondition: Karel is facing east in front of a hurdle (one wall high)

// Postcondition: Karel is facing east on the other side of the hurdle

function jumpHurdle(){

turnLeft();

move();

turnRight();

{

move();

turnRight();

}

move();

turnLeft();

}

Answers

Answer:

function start(){

move();

for(var i = 0; i < 2; i++){

move();

move();

jumpHurdle();

if(frontIsClear()){

move();

}

}

move();

move();

move();

function jumpHurdle(){

turnLeft();

move();

turnRight();

move();

turnRight();

move();

The corrections are =

1) Added curly braces.

2) Removed the unnecessary curly braces.

3) Added semicolons.

Given is an incorrect code we need to make corrections in it,

The corrected code is,

// This function has Karel move across a world of 14 columns, moving if the

// front is clear, or jumping a hurdle if it is blocked.

function start() {

 for (var i = 0; i <= 13; i++) {

   if (frontIsBlocked()) {

     jumpHurdle();

   } else {

     move();

   }

 }

}

// This function has Karel jump a hurdle and end up on the other side.

// Precondition: Karel is facing east in front of a hurdle (one wall high)

// Postcondition: Karel is facing east on the other side of the hurdle

function jumpHurdle() {

 turnLeft();

 move();

 turnRight();

 move();

 turnRight();

 move();

 turnLeft();

}

Here are the changes I made:

Added curly braces {} after the else statement to define the block of code to be executed when the condition is met.

Removed the unnecessary curly braces {} after the turnRight() statement in the jumpHurdle() function.

Added semicolons ; at the end of each statement to terminate them properly.

Learn more about Coding click;

https://brainly.com/question/31517409

#SPJ6

which shortcuts can you use for undo and redo?

Answers

Answer:

Control + Z = undo

Control + Y = redo

"Control + Z" and "Control + Y" can be used for undoing and redoing in most programs, such as Microsoft Word, and virtually any text editor.

Can u guys report me as much as u can I’m trying to delete this account

Answers

Answer:

How-

Explanation:

Do you even report someone on here???? Can't you just delete this?

the portion of the web that general search engines often fail to find is referred to as the:

Answers

Answer:

deep web

Explanation:

We perform the following assignment commands: x:=1; y:=9; z:=x+y; z:=z*y; The result is

Answers

Answer:

"z" in z=x+y is 10. The first "z" in z=z*y equals 90.

Explanation:

Let's start with the first equation, z=x+y. Since we have our given values, all we have to do is add them. If "x" is 1 and "y" is 9, adding 1+9 gives us 10.

Now for the second equation, z=z*y. Since we have both values on the right hand side of the equation, we can already multiply to get our answer. The second "z" in the equation is the answer of "z" in the first equation, which is 10. Since "y" equals 9, multiplying 10 by 9 yields us 90.

Hope this helps buddy!

PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Read the list of courses from a technical school (w3schools).

Which courses would prepare for you for a career in web development?
(Choose more than one answer)

Designing for Usability
Introduction to Networks
Technical Writing
Cybersecurity

Answers

The answer was, a). Designing for Usability and c). Technical Writing

12 / 4 * 3 div 2 tin học

Answers

Answer:

9/2 is the answers for the question

Explanation:

please mark me as brainlest

Evaluate the merits of a hard disk drive or a solid state drive to use as the secondary storage
in a laptop computer

Answers

SSDs have a higher processing speed, shorter read and write times, and low latency. This is because they use electrical circuitry and have no moving parts, unlike HDDs. SSDs are smaller and more power-efficient because they have no external mechanics or motors attached to the drive.  SSDs have a higher bandwidth than HDDs. A typical HDD will deliver a read/write speed of 80-160MB/s. On the other hand, a typical SSD will deliver read/write speed of between 200 MB/s to 550 MB/s.

SSDs are quite reliable, since they have no moving parts and because of this can withstand some level of extreme and harsh environments and may even withstand accidental drops, shocks, or vibration but they have a finite number of reads and write before they fail. SSDs have a higher cost per GB (For example, a 1 TB SSD Samsung 870 EVO costs ~$100 but a 1TB HDD Seagate BarraCuda costs ~$45. In this case, the SSD costs $0.1 per GB and the HDD costs $0.045 per GB) and could not store as much data as HDDs (Comercial SSDs have a storage capacity of 120 GB to 4 TB max, HDDs could go from 250 GB to 14 TB).

HDDs have a lower cost per GB and higher storage than SSDs. However, HDDs are VERY fragile, they could fail if they are handled roughly or dropped they could fail. They are less reliable due to the possibility of mechanical failure, like head crash and susceptibility to strong magnets. They generate heat, use more power, are heavier, higher latency, lower speed, and lower bandwidth. Finally, HDDs usually suffer from disk fragmentation, which means files are divided into pieces and scattered around the hard drive. This will slowdown speed and  because the File System have to search through different parts of the hard drive to put together a single file. The cause of disk fragmentation is the frequent creating, deleting, and modifying of files. To fix you need to defragment your HDDs regularly.

I hope this helps <3

máy tính coá j vui giải thích choa tui biết đi

Answers

Answer:

sorry didn't know this language

when faxing sensitive compartmented information what actions should you take

Answers

Sensitive Compartmented information are highly classified documents in which it's information are meant to be kept extremely secure. Hence, when faxing sensitive such documents, it should be encrypted.

Due to the volatility of sensitive Compartmented files, as most of them has to do with issues of national security, it's content are extremely precious and are meant to be kept safe.

Hence, when the need to fax these documents are required, they should be encrypted such that only those with the necessary security clearance have the decryption keys.

Therefore, the SCIF should be encrypted when faxed.

Learn more :https://brainly.com/question/25236672

HELP ME!! DUE SOOON AND I DONT UNDERSTAND PLSSSS

Answers

i think that it’s isss 4

Bob The Penguin is a real you-tuber, and he plays Mine-craft. Who is his owner?

Answers

Is this even a real question-?

a person who uses computers to gain unauthorized access to data.

Answers

Answer:

Hacker

Explanation:

They break password codes to get access to unauthorized data.

Answer:

a hacker

Explanation:

Anything a person writes or creates is __________

Answers

Answer:

an artist

Explanation:

Anything from writing, singing, painting, etc. is considered art because it takes creativity.

:) Have a good day.

Maya and Jay share $72 in the ratio 7 : 5. How much does Maya receive?

Answers

Answer:

42

Explanation:

72/12 = 6

6*7 = 42

I NEED HELP W/ BINARY NUMBERS ‼️⚠️‼️⚠️‼️⚠️‼️ DUE IN 15 MINUTES

Answers

1.

Binary: 01001

Decimal: 1 + 8 = 9

2.

Binary: 00000

Decimal: 0

Hope it helps

Answer:

1- the binary number is 01001

and the decimal number is 9

2-the binary number is 00000 (this is zeros)

what is the deffinition of a bus network topology. along with a list of benifits and disadvantages of using a bus topology with many devices attatched. will give brainliest if answer is complete and good.

Answers

Answer:

all nodes in the network are connected directly to a central cable that runs up and down the network. When there is a tiny network, it works quite well. The needed wire length is smaller than in a star topology. It's simple to add or delete devices from this network without affecting others. When compared to other network topologies such as mesh and star, it is quite cost-effective.

Explanation:

why is computer called an information processing device ?​

Answers

Since, the computer accepts raw data as input and converts into information by means of data processing, it is called information processing machine (IPM).

Computer is called information processing machine because it gives you meaningful information after processing raw data......

( BRANLIEST)
Compare different types of (monitors). Mention advantages and disadvantages of each types.
IF ANYONE ANSWER IT I WILL GIVE **BRAINLIEST**

Answers

Answer:

A monitor is an electronic output device that is also known as a video display terminal (VDT) or a video display unit (VDU). It is used to display images, text, video, and graphics information generated by a connected computer via a computer's video card. Although it is almost like a TV, its resolution is much higher than a TV. The first computer monitor was introduced on 1 March 1973, which was part of the Xerox Alto computer system.

Older monitors were built by using a fluorescent screen and Cathode Ray Tube (CRT), which made them heavy and large in size and thus causing them to cover more space on the desk. Nowadays, all monitors are made up by using flat-panel display technology, commonly backlit with LEDs. These modern monitors take less space on the desk as compared to older CRT displays.

Answer:

I think answer is

Explanation:

Type of monitor

I.Touch screen monitor

II.LED Monitor

III.DLE Monitor

Advantage

i.Energy Consumption

Ii.Multipule Screen

Disadvantages

i.Screen Flicker

radiation

How do I fix my model O? I spilled water on it and the LED is working, but the mouse itself isn't responding to clicks or movement. it happened when I wanted to clean my model O I looked up a vid and I saw someone spilling water on it and saying it works completely fine, I need urgent help I'm begging you guys! the Lights work but u see the dpi light at the bottom of the mouse? ye that is very weak light for some reason, if an engineer can fix this or you guys have a fix for it that's guaranteed please don't hesitate to tell me, can u help me?

Answers

You should open it up from the back by removing the sticky grips at the bottom. Water is probably still stuck in between the clickers or scroll wheel.

When it's unlikely that your data will change, what's the best option for pasting a chart

Answers

the answer is embed workbook

When it's unlikely that your data will change, what's the best option for pasting a chart embed workbook.

What is embed workbook?

Right-click the workbook on OneDrive and select Embed. Select Customize how this embedded worksheet will appear to others after selecting Generate. Click what you want to display in your blog in the What to show box. Show a chart, a named range, a pivot table, or a table, or display the whole workbook.

Click Object under the Text group on the Insert tab. On the Create from File tab, click. Select the desired file by clicking Browse and then choosing it. Select the Display as icon check box if you wish to add an icon to the spreadsheet rather than display the contents of the file.

In Excel, embedding often refers to inserting an object made in another program (such as Word, PDF, etc.). The procedure is called embedding.

Thus, embed workbook.

For more information about embed workbook, click here:

https://brainly.com/question/14271749

#SPJ5

-8irwqe4srxtfvgybuhjjbhvgfgvuybi

Answers

Answer:

I dont understand the question?

Explanation:

What are the consequences of digital footprint ?

Answers

Answer:

The digital footprint that is left behind can have repercussions in all areas of your teen's life, potentially resulting in missed job opportunities, public sharing of personal information, ruined relationships — or, in what is likely more relevant to them right now: Their parents finding out what they've been up to

Explanation:

the retention of encoded information over time refers to

Answers

It refers to Storage

what should you do if you want word to apply a coordinated set of styles to ensure there is consistent formatting across the entire document?

Answers

Answer:

I'm pretty sure you can right click on a style and add it to a preset, if that's what you're asking.

Explanation:

Other Questions
increased usage of social media reduces the habit of reading in youngsters.Write an article for your school magazine on 'The importance of Reading'. Emphasise the needs to promote reading suggesting suitable measures. Authors may useimagery, description, and rhythm to do this. What two ways is water being described? Citeexamples of descriptive words or phrases for the water and contrast them. What effect doesthis have on the mood of the poem? How do muscle cells access what they need to keep producing energy Based on cultural universals, what can we say is absolutely fundamental to human cultures?A. respect for elder members of the groupB. a desire for books and readingC. the need to exercise and stay fitD. the idea of family and kinship im struggling with this :D i need help! Please someone help me.. ASAP what is the relationship between power and stories? Brandon enters bike races. He bikes 9 12 miles every 12 hour. Complete the table to find how far Brandon bikes for each time interval. Distance (mi) 9 12 Time (h) 12 1 1 12 2 2 12 Why is it important to exercise at the right intensity? A.so that you can work out for 20 mins without changing your heart rate. B. So that body is pushed to increase oxygen efficiency without causing damage.C. So that you can decrease the frequency of your exercise and increase duration. D. So that the bodys resting heart rate increases over time Las predicciones son argumentos solo de especialistas-Verdadero o falso?VerdaderoFalso critique paper about "should homework be mandatory"I need the answer right now coz the submission is tomorrow morning:(( lines c and d are perpendicular. If the slope of like c is -4, what is the slope of line d?A. 4B. -1.4C. -4D. 1/4 DIRECTIONS: fill the blanks with words or phrases to complete the dialogue The relationship between the number of pounds (lb) of salmon and the pricein dollars is shown in the graph. What is the unit price of salmon? cul es la fuente de conocimiento de la astrologa? la observacin de la naturaleza? los libros? A picture framer has a board 10 1/2 ft long. The framer notices that 2 3/8 of the board is scratched and cannot be used. The rest of the board will be used to make small picture frames. Each picture frame needs to 1 2/3 ft of the board. At most, how many complete picture frames can be made?PLEASE SHOW WORK ON HOW YOU GOT THE ANSWERGIVING BRAINLIEST Which type of insurance can help provide financial support to beneficiaries when someone dies? Collision Health Life Property density is 1.3kg/m3 volume=? mass=? 80m 40m 15m Please answer all these with shown work I need them now can anyone fill the blanks?