Name three higher order functions?
What is map(), filter(), and reduce()?
Definition for a higher order function
What is a function that calls another function?
Icon for linux
What is a penguin?
Who invented Video Graphics Array (VGA)?
IBM
These types of peripherals don't connect directly to a computer through ports but link up through a network
What is IP-based?
Functions are classified as
What are first-class objects (or first-class citizens)?
When you use the dir() method on an object, this method is listed to indicate it is an iterable
What is __iter__?
First computer mouse was made of
What is wood?
Producers wanting to include this port must negotiate royalty rates
What is HDMI?
Effect of converting analog to digital
What is signal degradation?
This function implements a mathematical technique called folding
What is reduce()?
This status makes lambda functions unique
What is anonymous?
Some of the biggest computer brands started in garages, name two
Who are Apple, Microsoft, and HP?
Mouse essential computer input device, has evolved over years into different types:
What are mechanical, optical, and laser?
Number of pixels that make up display image, measured width by height
What is screen resolution?
In this language we noted, functions are not first-class objects.
What is Java?
How would I describe the output from running this code in Python
words = ["586", "279", "427"]
map(int, words)
What is the memory location of an object.
First female programmer?
Who is Ada Lovelace?
Thunderbolt fastest connector to carry data at speeds ranging from (either lower or upper bounds)
What is between 5 Gbps to 10 Gbps?
Designed to simplify the interaction between imaging hardware and software
What is WIA (Windows Image Acquisition)?
This structure is used during the execution of the function call
What is a stack data structure
This diagram shows relationship among functions and passage of data between them
What is a structure chart?
The parts for the modern computer were first invented in 1833 by
Technology used for tagging/tracking items using small electronic devices that consist of chip and an antenna
Radio Frequency Identification (RFID)
Ability to interpret complex finger and hand gestures (pinching to zoom, rotating images, scrolling through content, and moving on-screen objects.)
What is multi-touch capability?