write down the application areas of an ICT?​

Answers

Answer 1

Answer:

These are internet, telephone, mobile phone, TV, radio and office automation systems such as word-processing, fax, audio conferencing, video conferencing, computer conferencing, multimedia, etc, through the use of networks of satellite and fiber optics..

Explanation:

hope its help


Related Questions

Match the vocabulary to the appropriate definition.
•Organizes data to allow it to be easily retrieved
and read
•Extremely versatile data structures
•Pulling related code together in objects
•Helps programmers when they revisit code or
are new to the code
•Storing code in a centralized servers
*Arrays
*Data Structures
*Hierarchies
*Repository
*Documentation

Answers

Answer:

Pulling related code together in objects is Arrays

Helps programmers when they revisit code or are new to code-- Documentation

Explanation:

This is all I know

Good documentation Helps programmers when they revisit code or are new to the code.

What is good documentation?

Good Documentation is known to be the guidelines that helps one or allows one to follows the steps for  recording raw data entries in a legible, right and reproducible way.

Note that Good documentation Helps programmers when they revisit code or are new to the code.

Learn more about code from

https://brainly.com/question/4514135

#SPJ1

what is the full form of computer​

Answers

Answer:

Common Operating Machine Purposely Used for Technological and Educational Research

Explanation:

"A computer is a general-purpose electrical device that is used to do arithmetic and logical processes automatically," according to some.

The program allows the user to type in any linux command and then executes that command, such as "pwd" or "echo". The problem is that it should allow multiple commands to be typed in and executed at the same time, but it only allows one at a time currently. Please help fix it so it allows multiple commands to be typed and executed.
Code:
#include
#include
#include
#include
#include
#include
void parse(char *line, char **argv)
{
while (*line != '\0') { /* if not the end of line ....... */
while (*line == ' ' || *line == '\t' || *line == '\n')
*line++ = '\0'; /* replace white spaces with 0 */
*argv++ = line; /* save the argument position */
while (*line != '\0' && *line != ' ' &&
*line != '\t' && *line != '\n')
line++; /* skip the argument until ... */
}
*argv = '\0'; /* mark the end of argument list */
}
void execute(char **argv)
{
pid_t pid;
int status;
if ((pid = fork()) < 0) { /* fork a child process */
printf("*** ERROR: forking child process failed\n");
exit(1);
}
else if (pid == 0) { /* for the child process: */
if (execvp(*argv, argv) < 0) { /* execute the command */
printf("*** ERROR: exec failed\n");
exit(1);
}
}
else { /* for the parent: */
while (wait(&status) != pid) /* wait for completion */
;
}
}
void main(void)
{
char line[1024]; /* the input line */
char *argv[64]; /* the command line argument */
while (1) { /* repeat until done .... */
printf("Enter Shell Command -> "); /* display a prompt */
fgets(line, 1024, stdin); /* read in the command line */
printf("\n");
parse(line, argv); /* parse the line */
if (strcmp(argv[0], "exit") == 0) /* is it an "exit"? */
exit(0); /* exit if it is */
execute(argv); /* otherwise, execute the command */
}
}
This function receives a commend line argument list with the */ /* the first argument being cd and the next argument being the */ /* directory to change.

Answers

Where is the question

Internet privacy refers to the level of information sharing on the web collected through web cookies, caches, and browsing history true or false

Answers

The level of information sharing on the web that are mainly collected through web cookies, caches, and browsing history of a web browser is referred to as Internet privacy: True.

A web browser can be defined as a software program that is typically designed and developed for viewing a HTML document or browsing the Internet.

An Internet privacy refers to the level of privacy protection an end user has while browsing the Internet, especially with reference to the vast range of protocols, technologies, and frameworks (concepts) that are deployed.

This ultimately implies that, Internet privacy relates to the level of information sharing on the web that are mainly collected on a web browser through the following means:

Web cookiesCachesBrowsing history

Read more: https://brainly.com/question/3840341

You enter a hardware store where you have an account, pick up a pair of $5.00 pliers, and wave them at the manager as you leave the store. This would be an example of a(n):

Answers

Shoplifting! Did he pay for those?!?!

The given situation is an example of shoplifting.

What is hardware?

All the mechanical components made of simply plastic or metal used in houses or industries are termed as hardware.

You enter a hardware store where you have an account, pick up a pair of $5.00 pliers, and wave them at the manager as you leave the store.

This gives an idea of the shoplifting, as he hold the account with them. He doesn't need to pay every time he buys anything.

This, this would be an example of shoplifting.

Learn more about hardware.

https://brainly.com/question/15232088

#SPJ2

When do you think is the right time to use Styles,

Answers

Answer:

1. Democratic Management Style

2. Coaching Management Style

3. Affiliative Management Style

4. Pacesetting Management Style

5. Authoritative Management Style

6. Coercive Management Style

7. Laissez-Faire Management Style

8. Persuasive Management Style

BEBE
What options does the Table Tools Layout contextual tab contain? Select three options.
O modify text direction
change font
insert rows and columns
O add border and shading
O split table

Answers

Answer:

Modify text direction.change font, and insert row and coulumns

Explanation:

Answer:

What options does the Table Tools Layout contextual tab contain? Select three options.

modify text direction

insert rows and columns

split table

Explanation:

Which of the following Access objects provides a user-friendly data entry method?
Select one:
a. query
b. table
c. form
d. report

Answers

Answer:

Table

Explanation:

Microsoft Access uses an object called a _____ to enter and organize data.

The answer is table.

I wake up the computer and remind it what to do ​

Answers

Answer:

what's the question or answer you want or is it a joke?

Explanation:

Game Changer Technologies has four software teams. Each of them is developing four different examples of its new game app. Which software development methodology is used by the Game Changer teams

Answers

The software development methodology used by the Game Changer teams is called; Prototyping

We are given that;

- Game changer technologies has four software teams

- Each of the teams develops 4 different examples of the new game app.

Now, since each of them is developing four four different examples of its new game app, the method being used is called prototyping. This is because prototyping is referred to as the early approximation of the final system of a product whereby such a product is built, tested and rebuilt if required until an acceptable prototype is achieved.

When the acceptable prototype is gotten, then it will be used to develop its final game app.

Read more about prototype at; https://brainly.com/question/25824140

smart art is considered a​

Answers

Explanation:

visual representation of information and ideas, and a chart is a visual illustration of numeric values or data. Basically, SmartArt graphics are designed for text and charts are designed for numbers. Use the information below to decide when to use a SmartArt graphic and when to use a chart.

A company Digicom Parts manufactures 2 types of unique products for laptop and desktop computers. It manufactures 10 types of laptop products and 42 types of desktop products. Each product manufactured by the company has a unique productID from a-z and A-Z. The laptop product have productID (a, i, e, o, u, ALE, O, U) while the rest of the productIDs are assigned to the desktop products. The company manager wishes to find the sales data for the desktop products. Given a list of productIDs of the sales of the last N products, write an algorithm to help the manager find the productIDs of the desktop products.

Answers

Algorithms are used as a prototype of an actual program, during project design.

The algorithm the manager can use to find the productID of the desktop products is as follows:

Start

i = 0

if i > N, then Exit:

  Input productID:

       If productID.upper() == 'A' or 'I' or 'E' or 'O' or 'U':

                 Process data as desktop products

  i++

Go to step 2

Stop

Note that algorithms do not conform to programming syntax.

Read more about algorithms at:

https://brainly.com/question/24793921

Other Questions
Which of the following goods would be included in the calculation of gross domestic product? Select the two correct answers. (1 point)1.Steel sold to an automobile manufacturer.2.Notebooks sold to students.3.French fries sold to customers at a restaurant.4.Chemicals sold to pharmaceutical developers.5.Lumber sold to construction firms. There are three times as many girls as boys in the school choir. If there are 24 girls how many singers are in the chior altogether How did experts want to handle the economy after the crash? Two customers took out loans from a bank. henry took out a 4-year loan for $5,000 and paid 4. 2% annual simple interest. ingrid took out a 6-year loan for $5,000 and paid 3. 9% annual simple interest. What is the difference between the amounts of interest henry and ingrid paid for their loans?. Please very urgent!Corrigez les fautes1. Vous prfre beaucoup de lgume. 2. Nous avons all au travail hier.3. Elle est venu du Paris.4. Ils aide son mre dans la cuisine. Which statement about drumconstruction is correct?a- regulations pertaining to drum construction vary by state. b- the national institute for occupational safety and health establishes specifications for drum construction. c-by international treaty, all drums everywhere are made of the same materials and the same way. d- construction is determined by the type of material it will contain. Two angles are complementary. The larger angle is 32 larger than the smaller angle. Find the measure of both angles, and separate your answers with a comma. Hi Help me with question 6b) pls hey pls say me the reported speechDirect Speech / Indirect SpeechChange the direct speech sentences into indirect speech:1 . I said, "Let's go and play now".2. He said, "Come back home soon, it may rain".3. She said, "The movie was boring".4. They said, "Everyone can join us for the picnic".5. John said, "It is frustrating that the WiFi is slow today".6. Chan exclaimed, "Isn't this boring to do".7. Mom said, "It is time that you started studying", to Eva.8. Teacher said, "It is important to wake up on time on school days. Character. The postmaster1. What does Ratan's behavior reveal about her underlying motivation in this passage?A. Ratan is unhappy because she knows the postmaster's successor will not be kind to her, and will not treat her as a daughterB. Ratan bursts out Weeping because she does not want to be left behind and is anxious and saddened by the prospect of losing her father figure.C. Ratan bursts out weeping because she does not want to leave the village where she grew up and all the people she knows there.D. Ratan cries because the postmaster has said something kind to her, and she is overwhelmed with emotion What is another name for the sugars organisms use for energy?a) lipidsb) carbohydratesc) proteinsd) nucleic acidsI NEED THIS ASAP 35 POINTS whats 3y/2 if y = -2 I need a conclusion to summarise , How does Dickens present Scrooge as a cold character? There is an attachment of what I wrote so if someone can help put together a conclusion then thanks! Which business policy would most likely help a single parent family? 1.What is the domain of this graph?____ All of the following duties are responsibilities of county government officials except __________. imagery functions as a coding system to help individuals acquire movement patterns. this describes Which change will decrease the electric force between two positively charged objects?. What is the formula for calculating simple interest?A. Simple interest - Principal - Rate < TimeB. Simple interest = Principal - Rate + TimeC. Simple interest = Principal Rate < TimeD. Simple interest = Principal + Rate < Time what is the value of 7