B- the amount you pay the health insurance company every month for coverage
Answer:
A
Explanation:
Vector graphics consist of mathematical descriptions of shapes as a combination of these numerical vectors. Because the vector graphics define the path that the lines should take, rather than a set of points along the way, they can be used to calculate any number of points, and so can be used at any image resolution.
Answer: C
Check for OS updates
Explanation:
The freezing could be a result of an Operating system (OS) problem that was already fixed with the latest update. Check for uninstalled update in your phone's settings to make sure the device is not missing any vital stability update.
OS updates are basically for correcting any vulnerabilities or discovered errors in every operating system.
Answer:
Computers differ based on their data processing abilities. They are classified according to purpose, data handling and functionality.Computers can be classified, or typed, in many ways. Some common classifications of digital computers are summarized below.
Microcomputers (personal computers).
Minicomputers (midrange computers).
Mainframe computers.
Supercomputers
Microcomputers became the most common type of computer in the late 20th century
Answer:
You will use the keyword extern to declare a variable at any place. Though you can declare a variable multiple times in your C program, it can be defined only once in a file, a function, or a block of code. Explanation: