When comparing two numbers in Boolean, complete this code:

a = 12

b = 8

(1 point)
Responses

a == b is true

a == b is true

a = b is false

a = b is false

a = b is true

a = b is true

a == b is false

Which is the BEST example of an integer?

(1 point)
Responses

0.53

0.53

5.3

5.3

-503.5

-503.5

53

Jameela is learning about binary numbers. She leaves her mom an “encoded” shopping list that says she needs “101” notebooks and a bag of “1111” apples for her field trip. What does she really need?

(1 point)
Responses

four notebooks and 10 apples

four notebooks and 10 apples

five notebooks and 15 apples

five notebooks and 15 apples

101 notebooks and 1,111 apples

101 notebooks and 1,111 apples

25 notebooks and eight apples

Which of the following is MOST likely to happen during the requirement analysis stage of the software design process?

(1 point)
Responses

The project manager assigns a team to work on the project.

The project manager assigns a team to work on the project.

The software is tested for bugs.

The software is tested for bugs.

The development team discusses what input fields are needed.

The development team discusses what input fields are needed.

The development team provides a patch to resolve issues with the software.

Anand is writing Python code with a decision-making tree. What type of value would he use to express “True” and “False”?

(1 point)
Responses

binary

binary

Boolean

Boolean

float

float

ASCII

The number 35,674 is an example of a _____ integer.

(1 point)
Responses

long

long

float

float

short

short

Boolean

During the design stage of the software design process, the project manager meets with developers. What are they MOST likely discussing?

(1 point)
Responses

what app store to use to deploy the finished product

what app store to use to deploy the finished product

bugs and patches

bugs and patches

budget and timelines

budget and timelines

layout and programming languages

2 answers

Here are the answers based on the provided questions:

  1. For the comparison of a and b:

    • Answer: a == b is false (since 12 is not equal to 8).
  2. The BEST example of an integer:

    • Answer: 53 (it's a whole number).
  3. Jameela's encoded shopping list conversion:

    • Answer: 5 notebooks and 15 apples (since 101 in binary is 5 and 1111 in binary is 15).
  4. During the requirement analysis stage of the software design process:

    • Answer: The development team discusses what input fields are needed. (this is a key focus of requirement analysis).
  5. The type of value Anand would use to express “True” and “False”:

    • Answer: Boolean (this data type is specifically meant for true/false values).
  6. The number 35,674 is an example of a:

    • Answer: long (assuming typical programming environments; in many languages, it's categorized as a long integer).
  7. During the design stage of the software design process, the project manager meets with developers to discuss:

    • Answer: layout and programming languages (this is typically what is focused on in the design stage).

Let me know if you need any further assistance!

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.