Answer:
Following are the program in the Python Programming Language:
def check(num): #define function
if(num.isdigit()): #set if statement
return "yes"; #return yes if condition is true
else:
return "no";# return no if condition is false
string=input("Enter the numbers 0-9: ") #get input from the user
print(check(string)) #print and call the function
Output:
Enter the numbers 0-9: 1995
yes
Enter the numbers 0-9: 42,000
no
Explanation:
Here, we define a function "check()" and pass an argument in its parameter "num" inside the function.
- we set if-else conditional statement and check the value stored in the variable "num" is the digit by using built in function "isdigit()" then return "yes".
- Then, otherwise it return "no".
Finally, we get the input from the user in the variable "string" then, we call the function through "print()" function.
Answer: This. is an old Asus Board and the chip is missing
Explanation: The BIOS chip goes into the Processor holder. the one with the curved metal arm to help release it (goes into the cage first you use glue made for ) installing the chip, then you place the processor on top of that big part where it resembles a slice of bread. You lock down the four legs and that is the brain of the MB.
To update the BIOS,in the machine outside of the operating system. ON WIndows it is the command center on Mac it is different.
The CMOS Battery is next to the word ASUS .
The BIOS is code and software that you upload from the manufacturer's site like ASUS. and in the command environment, you update the bios.
The CHIP is delicate and it ONLY GOES on ONE WAY! BE Verry very careful installing the chip and processor better to have a pro (like me ) do it ...
Motherboards are very delicate and expensive! All parts go one way and one way only. Be glad you don't have to Sauter anything.
Answer: PC servers
Explanation: PC(Personal computer) servers are the helps in the utilization of the network services to the software and hardware of the computer. It manages the network resources . In the past time ,Mindrange computers, mini computers etc are present time's PC servers.
Other options are incorrect because laptops ,PDA(Personal digital assistant) or tablets are the modern version of the computer units that are portable and compact with fast processing. Thus the correct option is option PC servers.
The value on X you choose first and create a graph then you add values to graphs Y axis.