A class acquires, or inherits, the properties and methods of a parent class
What is INHERITANCE
Fetch, Decode, Execute, Store, is part of what Cycle?
What is MACHINE INSTRUCTION CYCLE
Write a flow chart for :
Asking a user for a number and printing that number to the screen.
What is see Mr. Baker
The Open Systems Interconnection model has ____ levels
What is 7
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)
A programming language’s ability to handle different implementations of the same method name
What is POLYMORPHISM
write a flowchart that finds the average of all the integers in the array.
Mr. Baker Checks
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
programming that creates a safe and encrypted connection over a less secure network, such as the public internet
What is a VPN
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
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.
this is an aspect of inheritance and refers to a derived class
What is SUBCLASS
Create a flowchart for a linear search
See Mr. Baker
The 3 levels of computer programming languages.
What is MACHINE CODE, ASSEMBLY, HIGH LEVEL
Represent the following as a logic gate diagram:
A + !(B * C )
What is CHECK WITH MR.BAKER
Write the flow chart for finding the factorial of a given number.
What is See Mr. Baker
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
Name 7 of the 10 types of networks
LAN,WLAN (wireless LAN), VLAN, WAN, SAN (storage), Internet, Extranet, VPN (Virtual Private), PAN (personal), P2P