Answer:
The answer to this question is given below in the explanation section.
Explanation:
Increasing ROM (Read Only Memory) in your computer does not increase efficiency or improve the performance of your system. ROM is typically used to hold programs and data that do not change very frequently (if at all) and they typically survive power loss to the system. Increasing ROM does not increase the speed of CPU performance.
However, it is noted that increasing RAM (Random Access Memory) can increase the overall efficiency of the system and it also improves the performance of CPU speed. As you add more RAM to your system, it will increase the speed of CPU as you added more RAM into the system. Adding more ROM could reduce the amount of a program that is installed on a slower disk or other external memory devices.
Answer:
Word is a word processing program. PowerPoint is presentation software. MS Word is used for preparing documents which have higher quantum of text and tables. ... On the other hand, MS Powerpoint is used in cases where you want to give a presentation.
Answer:
cin.ignore function written as cin.ignore()
Explanation:
- As we know that cin is an object that is used to obtain the input entered by the user through the keyboard.
- cin.ignore() is a function which is used to ignore or skip one or more characters in the keyboard buffer.
- Keyboard buffer is a small storage area which is used to store keystrokes.
- When a key is pressed on the keyboard it is referred to as a keystroke.
- So before processing, these keystrokes are stored in keyboard buffer.
- So when we use cin to input a character from the user through the keyboard, the keyboard buffer must be empty. If that's not done then the character entered will be taken by the buffer of previous variable.
- Lets take an example of why we want to use cin.ignore() function.
- For example you want the employee (user) to enter his name and you are using cin to read this name from the user.
char empname[8];
cin>>empname;
- Now if the user types his name lets say Anonymous and press enter key this will be taken as new line character and it will store this newline character \n into the buffer.
- cin >> statement reads data from the buffer and stops reading when it reaches newline character.
- So Anonymous is read in and stored in empname variable but newline character is left in the keyboard buffer.
- Lets say after cin>>empname we write another statement that takes a character from user. A user wants to enter character "a".
char character;
character = cin.get();
- When cin.get finds the newline character \n in keyboard buffer, it uses it (as cin.get can read the newline character in the buffer) without waiting for the user to input "a".
- So cin.ignore() function is used to avoid such situation.
- We can specify the characters to be ignore within the cin.ignore() function such as cin.ignore(10,'\n') will ignore 10 characters in the buffer before taking new line or until a \n character comes.
- You can simply use cin.ignore() which will ignore the very next character just as \n in our example. In our example we can use cin.ignore() after the cin>>empname; and before using cin.get();
Answer:
The correct options are;
1) Android apps available on select chrome books
2) Domain admin can install apps
3) App permissions reviewed by domain admin for student safety
Explanation:
Select Chrome books work with android apps including does part of G -Suite for Educators such , Class room, Contacts, Drive, Vault, Docs, For ms, Sheets
Domain administrators can manage school owned devices and applications including installing an app
Part of managing the domain includes the review of per missions for apps for student safety.
I would say go with
D. winzip