Here are the correct responses for each of the questions:
-
What is the name for the process used by developers to turn user requirements into code?
- Response: software design process
-
What do you call code that has been converted from binary into letters and symbols that computers can “read”?
- Response: ASCII
-
What is TRUE about a long integer?
- Response: It uses more than 32 bits.
-
Katrina has an app idea and is putting together notes and documents to present to her team. What stage of the software design process is this?
- Response: planning
-
What kind of number uses a decimal point?
- Response: float
-
Blake uses 110010 to represent the decimal number 50. This is an example of a _____.
- Response: binary number
-
How many individual bits does it take to write the letter J in binary?
- Response: seven
-
What is the best way to describe a bit?
- Response: A bit is a binary number represented by 0 or 1.
Feel free to ask if you have more questions!