Object-Oriented Programming
Computer Organization
Flowchart
Pseudocode
surprise :)
100

A class acquires, or inherits, the properties and methods of a parent class

What is INHERITANCE

100

Fetch, Decode, Execute, Store, is part of what Cycle?

What is MACHINE INSTRUCTION CYCLE

100

Write a flow chart for :
Asking a user for a number and printing that number to the screen. 

What is see Mr. Baker

100

The Open Systems Interconnection model has ____ levels

What is 7

100

A wifi network where each PC or terminal connects to the server which is confined to a relatively small geographic area is called a

What is LOCAL AREA NETWORK (LAN)

200

A programming language’s ability to handle different implementations of the same method name

What is POLYMORPHISM

200
This kind of primary memory stores programs permanently and cannot be modified
What is READ ONLY MEMORY (ROM)
200
An array called Num has some integers

write a flowchart that finds the average of all the integers in the array.

Mr. Baker Checks

200

in this network topology, each node is connected to a central server or computer via a single cable using a hub. Congestion can be an issue. Nodes can be connected or disconnected without disrupting other nodes

What is STAR TOPOLOGY

200

programming that creates a safe and encrypted connection over a less secure network, such as the public internet

What is a VPN

300
Protects/hides data within a given structure
What is ENCAPSULATION
300
this type of memory sits between main memory and the processor. Holds commonly or recently used data or instructions for quick access
What is CACHE
300

A Collection called MyList has a number of elements.

Write a flowchart that prints out MyList

The check must either have MyList.hasnext

or  !MyList.IsEmpty


300
Data integrity is ensured using
What is PARITY CHECKING, SUM CHECKS
300

the difference between Alpha and Beta Testing

Alpha testing is done by programmers or employees in lab, while beta testing is done in real time by customers.

400

this is an aspect of inheritance and refers to a derived class

What is SUBCLASS

400
The number 678 (base 10) in hexadecimal and binary!
What is HEX: 2A6 BINARY: 0010 1010 0110
400

Create a flowchart for a linear search

See Mr. Baker

400
Require login, encrypt data, grant permissions based on user type, use a firewall, virus checking software, are all ways to ensure
What is DATA SECURITY
400

The  3 levels of computer programming languages.

What is MACHINE CODE, ASSEMBLY, HIGH LEVEL

500
These are implementations of a class and are always accessed via a reference
What is OBJECT
500

Represent the following as a logic gate diagram: 

A + !(B * C )

What is CHECK WITH MR.BAKER

500

Write the flow chart for finding the factorial of a given number. 

What is See Mr. Baker

500

below is the pseudocode for what algorithm?

loop PASS from 0 to 8
    loop CURRENT from 0 to 8
        if NUMS[CURRENT] < NUMS[CURRENT + 1] then
          TEMP = NUMS[CURRENT]
          NUMS[CURRENT] = NUMS[CURRENT+1]
          NUMS[CURRENT+1] = TEMP
        end if
    end loop
end loop

Bubble Sort

500

Name 7 of the 10 types of networks

LAN,WLAN (wireless LAN), VLAN, WAN, SAN (storage), Internet, Extranet, VPN (Virtual Private), PAN (personal), P2P

M
e
n
u