Answer: b. Códigos de comunicación/ comunication codes
Explanation:
The thing that happens if you type a number instead of a word in the given code is: The number is printed
This is because the code already assigned a variable to the input and it accepts both numbers and alphanumeric keys because it is an integer command.
<h3>What is Coding?</h3>
This refers to the use of programming that is used to give instructions to a computer system
Hence, we can see that The thing that happens if you type a number instead of a word in the given code is: The number is printed
This is because the code already assigned a variable to the input and it accepts both numbers and alphanumeric keys because it is an integer command.
Read more about coding here:
brainly.com/question/16397886
#SPJ1
A. Data Type.
Data Types can be integers, strings, chars, shorts, ect, and describes what types of values can be stored.
Answer:
C.
Explanation:
An operating system is a route between the software system and hardware system in computers. This program helps to perform actions and execute applications. <u>Functionc performed by an operating system includes process management, handling files, controlling devices such as printers</u>.
The step which is not performed by an operating system while printing a document is that it does not create the document that has to be printed.
While printing, an operating system helps other system know if printer is busy with other operations. Other actions performed by an OS while printing document is that it sends the file, document, or data to be printed to the printer, it connects the computer system with printer.
Thus the correct option is C.
Answer: Conditional statements are just true false statements
Explanation:
Let's say there's a kpop band burglarizing my house and I have a super AI that detects if a kpop band is my house through cameras. What it would do is change a variable "kpopBandInHouse = False" to True. I would then have an if statement next with a custom function:
if kpopBandInHouse == True:
nukeHouse()
So if the conditional statement is true, it nukes my house. It is false, it does not nuke my house.