A list of steps to finish a task. A set of instructions that can be performed with or without a computer.
What is an algorithm?
This type of coding involves dragging "blocks" of instruction.
What is block coding?
A two-dimensional image or animation that is integrated into a larger scene. In Scratch, our ____ is a cat.
What is a sprite?
the physical parts of a computer
What is hardware?
Founder of Apple
Who is Steve Jobs?
The instructions in a computer program that computer scientists use to tell a computer what to do.
What is code?
This type of coding used "0" and "1".
What is binary code?
The "forever" block in Scratch is an example of this.
What is looping?
The norms of appropriate, responsible behavior with regard to technology use.
What is digital citizenship?
This is an electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program.
What is a computer?
The action of doing something over and over again.
What is a loop?
This coding language is essentially the language of the web, and it is an excellent kids coding language for students who are ready for text-based coding.
What is Java Script?
Use this type of block to construct a dialogue between two sprites.
What is the "wait" block?
Software used to control the computer and its peripheral equipment
What is the operating system?
A computer that is portable.
What is a laptop?
An algorithm that has been coded into something that can be run by a machine
What is a program?
In technical terms, this type of code is an object-oriented, high-level programming language with integrated dynamic semantics primarily for web and app development
What is Python?
This is used in a program so that the computer can make a decision based on a user response
What is a conditional?
Printed circuit board on which the CPU, RAM chips and other electronic circuit elements of a digital computer are frequently located.
What is the motherboard?
This is a markup language for creating a webpage.
What is HTML?
The process of identifying and fixing error(s) in a program when it is not functioning as expected
What is debugging?
A computer language programmers use to develop software programs, scripts, or other sets of instructions for computers to execute
What is a programming language?
In programming, this is a value that can change, depending on conditions or on information passed to the program
What is a variable?
the study of computers and computing concepts
What is Computer Science?
The proprietary operating system distributed by Microsoft
What is Windows?