Answer:
Big data are used to _____. Select 3 options.
understand people’s hobbies
analyze people’s interests
make decisions about marketing
Explanation:
100%
Answer:
The answer to this question is the option "a".
The statement for opening file can be given as:
inFile.open("progdata.dat");
Explanation:
In the above statement, this statement is part of the c++ programming language. To open any file we use the following syntax that can be given as:
Syntax:
inFile.open(filename, mode);
In the above syntax inFile.open() is a function that opens the file. In this function, we pass two parameters that are filename, mode. Where filename is the name of the file which we want to open. In the filename, we write file names with the path of the file like(C:\Users\Public\Music\Sample Music\abc.dat) where (C:\Users\Public\Music\Sample Music) is the path of the file and (abc.dat) is a file name. In the mode parameter, it provides the mode in which we want to open a file. There are two types of read mode and write mode. The default mode is read mode.
Answer:
just repeat the move forward as many times until you get to the hole and fill 1
Explanation:
i think this might work
if it does can i have brainliest
Answer:
c) establish a good relationship with the user and develop detailed and complete user requirements.
Explanation:
A new computer system/app is a computer software designed to perform a group of coordinated functions, tasks, or activities for the benefit of the user. It must be designed to help people carry out an activity.
Answer:
Merge cells A1:E1 and centre the title text in the merged cell.
Explanation:
In order for the title of the shared spreadsheet document to appear centred in the first row above the other five columns, Patricia will be required to merge the first row A1 with the fifth row E1 and centre the title text in the merged cells. This increases the number of rows and columns of the spreadsheet as the information in the other cells will be shifted down.