Font size
WorksheetsComputer Engineering: Ch 5; Parts 2 & 3
Total questions: 26
Worksheet time: 56mins
Describe what CODING is. Please be as specific as possible.
When a coder writes in a language of Java, the code is translated into machine code by a...
a language expert / compiler
linguist / compiler
compiler / interpreter
compiler / IP
What is syntax?
the arrangement of words and phrases and the set of rules for how to write code
Python and C++ coding
Programs that are in a different language
A series of 1s and 0s, or binary code
Being as specific as possible, describe what algorithms are.
Name three types of algorithms.
How does one know which algorithm to use for a search?
by telling the code to talk with the compilier
by evaluating the time and space complexities and how much RAM one has
by reading the RAM
by evaluating the program of the machine
What algorithm is used in A.I. to find the shortest path between two points like the one used for navigation systems and video games?
What are control structures?
Examples of loops are...
statement loops; check-this-out loops
logging in loops; conditional loops
help loops; log out loops
for loops; while loops; do-while loops
An example of a conditional statement would be... (choose all that apply to Java and Python)
if-then
if-else
else-if
switch-case
Describe what a computer network is.
What is a LAN network?
What is a WAN network?
What is the difference between a LAN and a WAN?
LANs are use for city expansions; WANs are used for space exploration
LANs are used in homes or offices; WANs are used across cities, counties, and countries
LANs are used in my bedroom; WANs are also used in my kitchen
LANs are used for backyard gatherings; WANs are used for BBQs
What is the most widely used protocol called?
BMX/IP
TMZ/IP
TLC/IP
TCP/IP
What are protocols?
For does What does TCP/IP stand?
What is an IP address?
acts like a postal address for a computer user
international procedures
addresses problems in the mainframe
acts like your mother when you are grounded
What are nodes?
individual devices that sing to each other inside an WAN
individual devices that communicate with each other in a computer network
individual devices that cut off travel expenses with an IP address
individual bumps on a man's face near his nose
What does a router do?
What does a switch do?
What does a modem do?
Name the three hardware components that data communication over a network relies.
What is an example of encryption?
Name the three types of topology used to manage data use.
Bonus question: What is the difference between a star topology, a bus topology, and a mesh topology?
