Answer:
In studies of technology and innovation, it is common to distinguish between different levels of technology. A common distinction is between technologies as processes or products and technology systems. Another distinction is between technology s hardware, software and orgware; sometimes socioware is added as yet another layer or category. In he studies, the focus is usually on a particular technology, either a process technology or product
Ž echnology with product technology broadly de In studies of technology and innovation, it is
common to distinguish between different levels of technology. A common distinction is between technologies as processes or products and technology. Another distinction is between technology as hardware, software and orgware; sometimes socioware is added as yet another layer or category. In the studies, the focus is usually on a particular technology, either a process technology or product.  
Explanation:
 
        
             
        
        
        
False it is false people also hand draw stuff
        
             
        
        
        
The brand of processor that is known to be installed are:
-  Intel
- 4096
-  1610
- -3
-  Enabled
- -Diskette Drive
<h3>What a processor means?</h3>
A processor (CPU) is known to be a kind of logic circuitry that  is known to answer to and work on the basic instructions that tends to drive a computer. 
Note that the CPU is seen as the key  and most crucial integrated circuitry (IC) chip and the intel process is known to be one of the most common forms of processor.
Therefore, The brand of processor that is known to be installed are:
-  Intel
- 4096
-  1610
- -3
-  Enabled
- -Diskette Drive
Learn more about bios settings from
brainly.com/question/13103092
#SPJ1 
Click the View Lab button. When the simulated computer starts, press the F2 or Delete key on your keyboard to enter the BIOS setup program. Explore the current BIOS settings to find the answers to the following questions.
What brand of processor is installed?
 
        
             
        
        
        
Answer:
name = input("Enter customer name: ")
quantity = int(input("Enter quantity: "))
size = input("Enter size [large-medium-small]: ")
if size == "large":
    sales = (quantity / 12) * 13
if size == "medium":
    sales = (quantity / 12) * 11
if size == "small":
    sales = (quantity / 12) * 8.6
    
print(name + " ordered " + str(quantity) + " " + size + " ballons")
print("Total sales is $" + str(sales))
Explanation:
*The code is in Python.
Ask the user to enter name, quantity, and size
Check the size using if structure. Depending on the size, calculate the sales using the given cost for for a dozen.
Print the order information and total sales
 
        
             
        
        
        
Circles
Area of Circle is 
Total percentage increase in the area of the modified circle is 69%
Explanation:
(a)  Given the diameter of the circle be d
Then the radius of the circle = r = d/2
and the area of the circle is given by:
  
Area(A) =  
  
A = 
A = 
The area of circle is 
(b)
The increase in percentage while changing the dimensions is given by the formula  :
Total % increase = a% + b% - (a% * b%)/100
Where ,
a% is the percentage increase in side a
b% is the percentage increase  in side b
Let the percentage increase in radius is : a%
Since a% = b%
So the formula is
 Total increase % = a% + a% + (a% * a%)/100
Given here the diameter of the circle increases by 30% so a =30
Therefore, putting the value of a in the formula
Total increase % = 30% + 30% + (30% *30%)/100
Total increase % = 60% + 9%
Total increase % =69%
Therefore the total percentage increase in the area of the modified circle is 69%