In computer graphics, graphics software refers to a program or collection of programs that enable a person to manipulate images or models visually on a computer. ... In addition to static graphics, there are animation and video editing software.
To make a computer you would need a few resources first which include a motherboard and possibly some peripheral device connectors (USB plugs for example so you could connect a keyboard and a mouse if you wanted to). Then, you would need some sort of screen on which you could view the code required to run a simple version of a computer operating system.
All of this is needed to constitute a basic computer.
Answer:
Follows are the code to this question:
#include <iostream>//defining a header file
using namespace std;
int roll()//defining a method roll
{
return 1+(rand() %5);//use return keyword that uses a rand method
}
int main()//defining main method
{
cout<<roll();//calling roll method that print is value
return 0;
}
Output:
4
Explanation:
In this code, the "roll" method is defined, that uses the rand method with the return keyword, that returns the value between 1 to 6, and in the next step, the main method is declared, that uses the print method to calls the roll method.
Answer:
Types of Hybrid Computers:
1. Large Electronic Hybrid Computer
2. General-Purpose Hybrid Computers
3. Special-Purpose Hybrid Computers
Examples of Hybrid Computers
1. Gasoline Station
2. Electrocardiogram Machine
3. Ultrasound Machine
4. Monitoring Machine
5. Research and Production Industries
6. Forensic
7. Defence
Types of Analogue Computers
1. Slide Rules
2. Differential Analysers
3. Castle Clock
4. Electronic Analogue Computers
5. Mechanical Analogue Computers
Examples of Analogue Computers
1. Thermometer
2. Speedometer
3. Analogue Clock
4. Seismometer
5. Voltmeter
6. Flight Simulators
7. Tide Predictors
Types of Digital Computers
1. Micro Computer
2. Mini Computer
3. Mainframe Computer
4. Super Computer
Examples of Digital Computers
1. Calculator
2. Digital Clock
3. Automobiles
4. Weighing Machine
5. Consumer Electronic Equipments
6. Smart Phones
7. Laptop/Personal Computer
8. ATM