GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

Both online newspapers and social media sites are used to di…

Both online newspapers and social media sites are used to distribute information on the Internet. Which of the following best describes an advantage that online newspapers have over social media sites?

Read Details

A student is writing a program that is intended to replace e…

A student is writing a program that is intended to replace each negative value in a particular column of a spreadsheet with the value 0 . Which of the following procedures is most likely to be useful in the student’s program?

Read Details

For each ‘1’ digit in the binary number (bold), add the numb…

For each ‘1’ digit in the binary number (bold), add the number at the top of the column to convert to decimal. What is the equivalent decimal number?   Binary to Base 10 Conversion Table Powers of 2 row 128 64 32 16 8 4 2 1 Binary number 1 0 1 0 0 1 0  

Read Details

Which of the following is LEAST likely to indicate a phishin…

Which of the following is LEAST likely to indicate a phishing attack?

Read Details

A spinner contains 12 regions of equal size. The regions are…

A spinner contains 12 regions of equal size. The regions are numbered 1 to 12 . Which of the following code segments can be used to simulate the results of spinning the spinner three times and assigns the sum of the values obtained by the three spins to the variable sum ?

Read Details

Using the following pseudocode, answer the question below. I…

Using the following pseudocode, answer the question below. If a > b AND a > c then   Print “a is the largest”Else If b > a AND b > c then   Print “b is the largest”Else   Print “c is the largest”EndIf What will be printed using the following values: a = 5, b = 3, c = 8?

Read Details

Consider the following code segment. firstList [“guitar”, “…

Consider the following code segment. firstList [“guitar”, “drums”, “bass”]secondList [“flute”, “violin”]thirdList [ ]thirdList firstListfirstList secondListsecondList thirdList What are the contents of secondList after the code segment is executed?

Read Details

Consider the code segment below. What is the output of the p…

Consider the code segment below. What is the output of the program?  The variable sat is assigned the value 1250. An IF statement checks whether sat > 1200. If the condition is true, the variable admitted is set to true; otherwise, admitted is set to false. After the conditional, the program displays the value of admitted, showing how Boolean expressions control program output.

Read Details

It is illegal to open and read someone else’s email without…

It is illegal to open and read someone else’s email without permission even if you have their password.

Read Details

A student purchases a single-user license of a copyrighted p…

A student purchases a single-user license of a copyrighted program, installs it on her personal computer and then gives it to a friend to install on the friend’s computer. This is okay because the license allows the student to install the program on two devices.  

Read Details

Posts pagination

Newer posts 1 … 56 57 58 59 60 … 86,439 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top