What is the name for the process used by developers to turn user requirements into code?

(1 point)
Responses

engineering design process

engineering design process

process of elimination

process of elimination

ASCII process

ASCII process

software design process

What do you call code that has been converted from binary into letters and symbols that computers can “read”?

(1 point)
Responses

Python

Python

Boolean

Boolean

ASCII

ASCII

Java

What is TRUE about a long integer?

(1 point)
Responses

It uses more than 32 bits.

It uses more than 32 bits.

It has a maximum of 17 bits.

It has a maximum of 17 bits.

It has a decimal.

It has a decimal.

It uses only 1s and 0s.

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?

(1 point)
Responses

planning

planning

requirement analysis

requirement analysis

testing

testing

deployment

What kind of number uses a decimal point?

(1 point)
Responses

binary

binary

float

float

long integer

long integer

Boolean

Blake uses 110010 to represent the decimal number 50. This is an example of a _____.

(1 point)
Responses

binary number

binary number

bit

bit

float integer

float integer

Boolean value

How many individual bits does it take to write the letter J in binary?

(1 point)
Responses

four

four

seven

seven

one

one

10
What is the best way to describe a bit?

(1 point)
Responses

A bit is a number represented by 1s and 0s.

A bit is a number represented by 1s and 0s.

A bit is any positive or whole number.

A bit is any positive or whole number.

A bit is a binary number represented by 0 or 1.

A bit is a binary number represented by 0 or 1.

A bit is a number that uses a decimal.

1 answer

Here are the correct responses for each of the questions:

  1. What is the name for the process used by developers to turn user requirements into code?

    • Response: software design process
  2. What do you call code that has been converted from binary into letters and symbols that computers can “read”?

    • Response: ASCII
  3. What is TRUE about a long integer?

    • Response: It uses more than 32 bits.
  4. 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
  5. What kind of number uses a decimal point?

    • Response: float
  6. Blake uses 110010 to represent the decimal number 50. This is an example of a _____.

    • Response: binary number
  7. How many individual bits does it take to write the letter J in binary?

    • Response: seven
  8. 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!