Algorithms
Pseudocode
Number Systems
Conversions
Hardware/Software
100

Give me 1 example of one of the most common algorithm we use.

GPS

Recipe

100

This is a way to describes algorithms in a more robust, mathematical sense

Pseudocode

100
  1. The binary number 11111 is the number 31. What is the number 100000?

32

100

Binary to Decimal:

1010

10

100

How many bits are in a byte?

8

200

A program will do……

  1. Anything it wants

  2. What you want it to do

  3. What it is told to do

  4. Everything perfect the first time

What it is told to do

200

We define these before writing our Pseudocode

Input, Output, Assumptions

200

This is the number we start counting with in any number system.

0

200

Hex to Binary:

0xED56

1110 1101 0101 0110

200

How many bytes are in 8 nibbles?

4

300

This is the reason we use algorithms

so computer and people can repeat exactly what we do and have the same result

300

An If Else statement can be used inside Pseudocode

This is another name for an If/Else statement

Conditionals

300

The binary number system is based on which number

2

300
Base to Binary:

42

101010

300
CPU stands for this.

Central Processing Unit

400

Which Quality of an algorithm is unambiguous?

Clear

400

We can use a loop inside Pseudocode to get our pseudocode to do this.

repeat

400

Which number system is used to represent memory addresses?

Hexadecimal

400

Hex to Bas 10:

0xFF07

65,287

400

Difference between 32-bit and 64 bit computer.

64-bit is newer, faster, and more secure.

500

These are the 5 qualities of algorithm

Finite

Executable

Confitional

Terminating

Clear

500

This is a variable in Pseudocode

<>

500

The octal number system is based on which number

8

500

Base 10 to Hex

42,000

0xA10

500

RAM (Random Access Memory) isn't used to store information for a long time. So we refer to it as this type of storage. Not to be confused with HDD as a seconardy.

Primary

M
e
n
u