Answer:
1 You can learn to draw
2 You can learn to code
3 You can learn to make a thumbnail
4 You can learn how to follow yourself
5 You can learn to remix your own projects
6 You can learn how to make a featured project you've never shared
Explanation:
Answer:
I will write the code in C++ and JAVA
Explanation:
<h2>
JAVA CODE</h2>
public class Main
{ public static void main(String[] args) {
// displays Gershwin,George
System.out.println("Gershwin,George"); } }
<h2>
C++ Code:</h2>
#include <iostream>
using namespace std;
int main()
{ cout<<"Gershwin,George";
}
// displays last name Gershwin followed by , followed by first name George
//displays Gershwin,George as output.
Answer:
The benefits of relying on System Development Standards is explained below.
Explanation:
There are many benefits of having a Well Defined Systems Development. It helps in having a pre - planned and well defined structure before the project starts. It helps in having a Clear view of the whole project and also each phase of the whole System Development. It helps in having an understanding of cost required and the revenues generated at each phase of the whole system development. It helps in having an understanding of the goal of each phase and procedures need to be followed for that particular goal. It also helps in having the quality checked and the improvements need to be made for the desired quality.
Answer:
All the options below A-D apply.
Explanation:
A) computers and printers allow for the creation of electronic documents. Apps which detect grammatical blunders help to reduce and eliminate grammatical errors thus making the document more concise, lucid and to the point.
B) ICT enables one communicate with anyone, anywhere in the world. With a mobile phone and the relevant apps, it is possible to reach any country via the internet or via the traditional telecommunications systems.
C) Thumb Drive is also known as a Flash Drive or a USB Storage Device. It allows for the storage all types of file/documents. They may be vidoes, audio files, word processed files, etc.
D) Apps can help with procastination.
The can help on to set up reminders about tasks that ought to be done.
Cheers!