CP1
CP2
CP3
CP4
CP5
100

What language does the code in this example represent

fib:
  mov edx, [esp+8]
  cmp edx, 0
  ja @f
  move ax, 0

What is Assembly language?

100

What did Ada Byron mean when she said that the Analytical Engine could never “originate anything”

What is A machine could not think?

100

Which is a netiquette guideline

What is Do not attempt to access the account of another user without authorization?

100

What characteristic of electro-mechanical devices positively impacted their success

What is Electricity use?

100

Statement best describes why the binary system is one of the four numbering systems used in computers

What is Computers can only process electronic pulses which are equivalent to on and off pulses of electricity?

200

Why were magnetic tapes used to replace punch cards in second generation computers

What is Increased reliability?

200

Using a program to record transactions, phone calls and other personal information is what type of ethical consideration

What is Privacy?

200

What is the hexadecimal number 1A in binary form

What is 11010?

200

Why is documentation of programs important

What is Programs may not make sense without proper documentation?

200

Which expresses the step-by-step instructions of an algorithm by using keywords, while depicting logical groupings or structures using indentation

What is Pseudocode?

300

In flowchart symbols, which symbol shows the input/output

What is Parallelogram?

300

In flowchart symbols, which symbol represents the start and the end process

What is Ovals?

300

What are the methods to show the steps to solve a problem

What is Algorithm, flowcharts, pseudocode?

300

Why is a comment used in Visual Basic

What is Allows the programmer to add documentation to a program?

300

Which design approach should be considered when several programs all require similar functionality

What is Object-oriented?

400

The programming process begins with a meeting between the programmer and the client. Which of the following activities would be the third activity in the programming process

What is Write the program?

400

Why is a flowchart used to design a programming solution

What is To minimize logic errors by graphically showing steps in the solution?

400

In flowchart symbols, which symbol is used to show decisions

What is a Diamond?

400

Which is not an expectation for commenting

What is Comment every line?

400

The text below is an example of what

Leave classroom
Turn right out of school building
Walk 1.2 miles
Turn right on street
Go to 4th house

What is Algorithm for walking from school to home?

500

The purpose of the Use Case is to:

What is define the interaction between the user and the program?

500

Which step should not be taken when planning an application

What is Code the user interface?

500

In flowchart symbols, which symbol is used to show processes

What is Rectangle?

500

What is a set of steps that create an ordered approach to a problem solution called

What is Algorithm?

500

How do algorithms and cooking recipes compare

What is Both are sequences of instructions?