This diagram visually represents the flow of data within a system.
What is a data flow diagram (DFD)?
This is the address or position of elements in an array.
What is an index?
The component that fetches, decodes, and executes instructions in a computer.
What is the central processing unit (CPU)?
This language is used to structure the layout of websites.
What is HTML?
This planet, known for its prominent ring system, is the second-largest in the solar system.
What is Saturn?
This process involves understanding user requirements to create a system specification.
What is systems analysis?
This term refers to a fixed-size collection that can hold elements of the same data type and provides fast access by index.
What is an array?
The type of memory that is fast and volatile, used to store data temporarily while a program is running.
What is RAM (Random Access Memory)?
This language is commonly used for web development on both the client and server sides.
What is JavaScript?
The phenomenon in which the frequency of a wave changes for an observer moving relative to the wave source.
What is the Doppler effect?
A methodology where the system is developed in repeated cycles or increments.
What is agile development?
Function to add an elements into a collection.
What is .addItem()?
A high-speed storage location within the CPU used to store data that is currently being processed.
What is a register?
This language is known for its simplicity and readability, often used for scripting and automation.
What is Python?
The approximate number of moons Jupiter has.
What is 79?
This testing phase ensures that individual components of a system work together as intended.
What is integration testing?
The most efficient way to search for an element in a sorted 1D array, requiring the array to be halved at each step.
What is binary search?
The part of the CPU responsible for performing arithmetic and logical operations.
What is the ALU (Arithmetic Logic Unit)?
Developed by Sun Microsystems, this object-oriented language is used in Android app development.
What is Java?
The branch of physics that deals with the effects of forces on motion, including concepts such as inertia and momentum.
What is dynamics?
This system installation method involves replacing the old system entirely with the new system in a single operation.
What is direct changeover?
Write code to transfer an item from array to collection.
Write code.
The hardware system that manages data transfers between the CPU and other components, like memory or peripherals.
What is the bus system?
Known for system programming, this language was developed by Bjarne Stroustrup and is an extension of the C language.
What is C++?
The name of the hypothetical point in space-time where gravitational forces are so strong that nothing, not even light, can escape.
What is a singularity?