Bundling/hiding commands into functions or procedures for making programs easier to write and manage is _______________.
What is (procedural) abstraction
!(T && T)
False
Evaluate (3%5) + 7 - 4
What is 6
What is a computer algorithm?
A set of instructions that tells a computer how to solve a problem
What licensing framework allows creators to share their work freely while retaining certain rights and specifying how it can be used?
Creative Commons
!(F || T) && (!F && F)
False
What is HTML?
A language computers use specifically for websites, links, fonts and colors.
Name 3 logical operators we talk about in this class.
|| && !
Assuming that forward tells a robot to move forward by 10 pixels and turn tells it to turn right by 90 degrees, this shape would be drawn by the following algorithm. forward forward turn forward turn forward forward turn forward turn
What is a rectangle
"x is either large or a positive odd number"