• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

By following an algorithm, the value 555 base 3 can be converted to a decimal (base 10) value

False

Can base 3 have 5s? Also what is 3/10?

The if/then/else operation allows you to select exactly one of three alternatives to execute, based on the value of a condition...

False

If and then are basically a pair.

If an O(n^2) algorithm and an O(n) algorithm exist for the same task then for large enough n, the O(n) algorithm does more work and takes longer to execute.

False

Read up on big O

What best exemplifies the concept of "abstraction"?

The president of General Motors views the company in terms of its corporate divisions and high level policy issues.

A(n) ___ is a collection of useful, pre written algorithms.

Library

No solutions are approach with what algorithms?

Heuristic

How many bits in the true color scheme

24

Together, conditional and iterative operations are called ___ operations.

Control

What kind of operation of is "Add water until the cup is full."?

Iterative

UNTIL