Font size
WorksheetsComputer science Study Guide
Total questions: 68
Worksheet time: 45mins
This is the smallest in terms of font size
<h1>
<h2
<h5>
<h6>
This is the Largest in terms of font size
<h1>
<h2
<h5>
<h6>
The thinking work computers do to turn input into output.
saving information to use in the future
deleting
output
storing
Opening Paragraph Tag
<p>
</p>
Closing Paragraph Tag
<p>
</p>
Tells the computer that this is a document written in HTML <! (a) HTML>
A title or summary for a document or section of a document.
Header
the information computers get from users, devices, or other computers
the information computers give to users, devices, or other computers
<p>
output
Hypertext Markup Language, a language used to create web pages
A piece of a website, marked by a start tag and often closed with an end tag
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML markers
HTML symbols
HTML signs
HTML tags
the text and images on a website
Website Content
Java and CSS
Website Structure
how the content of a website is organized
Website Structure
Website content
Debug
Java
Debug
Indicates the beginning of your code written in HTML(< (a) >)
Contains information (sometimes called "metadata") about your web page (< (a) >)
Contains all the main contents of your web page (< (a) >)
allows web developers to group a set of related items.
list
Tells HTML to include an image. (< (a) >)
Specifies the path to the image
src
link
alt
HTML
Specifies an alternate text for the image, if the image for some reason cannot be displayed.
HTML
What is the proper format for setting a background color (Anthing in parenthesis are just an example of a color)
background-color: color(ex blue);
background-color: colorValue(ex blue);
color: background-color(ex blue);
colorValue: background-color;(ex blue)
What is the proper format for setting a border-style?
Border:border-width border-style border-color;
What is the proper format for setting a border color? (______ Style:_; _______ color:_;)
(a)
An identifier that allows multiple elements in an HTML document to be styled in the same way
CSS Tag
CSS Div
CSS ID
CSS Class
Creates a hyperlink Attribute: href for the web page you want to go to
(a)
What is a computer bug
Debugging
An algorithm that has been coded into something that can be run by a machine.
What is the proper format for drawing an ellipse? ( (a) ( x,y,w,h))
What is the proper format for drawing a rectangle?
Rect (x,y,w,h)
rectangle (x,y,w,h)
Sq (x,y,w,h)
Square
No answer is correct
Additional information provided as input to a block to customize its functionality
Parameters
A label for a piece of information used in a program
A character on the screen with properties that describe its location, movement, and look.
Dot notation
the way that sprites' properties are used in Game Lab, by connecting the sprite and property with a dot.
A label for a characteristic of a sprite, such as its location and appearance.
In design, paying attention to a user's feelings and needs when designing a product.
Sympathy
Compassion
Kindness
Empathy
Someone who uses an object, including software and hardware.
A first or early model of a product that allows you to test assumptions before developing a final version.
The visual elements of a program through which a user controls or communicates with the application. Often abbreviated UI.
What is the first star wars episode?
Episode 1: Phantom Menance
Episode 4: A New Hope
Episode 7: The force Awakens
Episode 9: The Rise of Skywaker
Part of a program that adds functionality for the user
The number deciding the pitch and note of the sound being played. And Length of how long the buzzer will play the frequency for in milliseconds.
toggles the LED on and off at a rapid or slow pace depending on the interval given. The interval is the time (in milliseconds) between blinks, meaning the bigger the number the slower the pace of the blinks.
led.blink(interval);
led.blink(Freqency);
led.blink(time);
How do you turn the LEDs off?
(a)
How do you turn the LEDs on?
(a)
Alternates from turning the red LED on and off
(a)
lets your app change any property listed in Design mode for a given UI element
Set UI
Set Property
Set Value
Sets the text for the specified screen element.
(a)
works very similar to onEvent() in App Lab, but responds to input from the left button, right button, toggle switch, sound sensor, light sensor, temperature sensor, and accelerometer components on the board. The buttons, switch, and sensors all have different events they can respond to.
Unscrabble the name
swtgolegihc:an object representing the switch on the Circuit Playground.
(a)
defines a block of code to execute between open and closing curly braces {}. If the condition is true then the block of code inside the curly braces is executed from top to bottom, exactly once. If the condition is false then the entire block of code is ignored.
what if statement
colorLeds[index].blink(interval)
colorLeds[index].color(color)
colorLeds[index].intensity(brightness)
colorLeds[index].on()
getProperty(id, property)
getText(id)
in an object representing the analog light sensor on the circuit playground and is connected internally to analog pin A5. This object can be used to detect changes in light in the room.
soundSensor.value
is an object that represents the analog temperature sensor at pin A0
Tempsensor
lightSensor
soundSensor
Degrees the temp sensor uses
Celcius
Fahrenheit
Kelvin
all of the above
an object representing the accelerometer sensor attached to the Circuit Playground.
plays different tones on the buzzer. However, instead of giving the buzzer a frequency to play, you give it a note and octave ranging from 1-4 (C3, D4, E4, etc). Anything above octave 5 is too high and will not play on the buzzer.
(a)
a method of the buzzer that plays an array of notes one after the other at a given tempo.
buzzer.playNotes() and buzzer.playSong()
