Font size
WorksheetsEngineering and Technology FINAL
Total questions: 100
Worksheet time: 53mins
_________________ is giving the computer a set of commands.
Debugging
Programming
the Internet
Karel
What is a "bug" in programming?
an error in code
finding and fixing errors in coding
a network
a broken computer
Which Karel command is written correctly?
move;
Putball()
turnLeft();
move(;
Every Karel command ends with a () and a ;.
True
False
Which line contains the bug?
1 and 5
2 only
3 only
5 only
Who creates the look and feel of a website?
Web Developer
Web Designer
What is the Internet?
a network of networks
makes information and knowledge accessible to those who have Internet
a way for humans to communication with one another
all of the above
What is a browser?
a search engine
a program that allows you to visit websites
a type of computer (i.e. Chromebook)
all of the above
___________________ is an example of a browser.
MacBook
Safari
TikTok
What can be described as "the language of the web"?
Block Coding
Text Coding
HTPP
HTML
<html> is a correct example of how a closing tag is written.
True
False
What provides several tags that change the style of text on a web page?
HTML formatting
HTML modeling
Google applications
Google fonts
What line does the page content go on?
4
7
1-9
2-8
What does the <html> tag do?
tells the browser which version of HTML we are using
gives information about our web page
says everything in between the <html> tags is the web page
changes the font of the web page
The <b> tag creates a line break in the resulting web page.
True
False
p {color: red;}
border./* This is a multi-line comment */
You used a grid-based layout and resize-able images, which is another RWD technique that you can use in responsive design?
p {color: red;}
placed within his webpage?
What is wrong with this code?
The style sheet <link> statement belongs between <head> and </head>
The style sheet <link> statement belongs between <title> and </title>
The style sheet <link> statement belongs between </head> and <body>
The style sheet <link> statement belongs immediately after the DOCTYPE statement
Who encouraged Republican colleagues to break from the extremists and end the chaos? (Democratic Leader of the House)
Kevin McCarthy
Hakeem Jeffries
Matt Gaetz
Patrick McHenry
p {color: red;}
border./* This is a multi-line comment */
You used a grid-based layout and resize-able images, which is another RWD technique that you can use in responsive design?
p {color: red;}
placed within his webpage?
What is wrong with this code?
The style sheet <link> statement belongs between <head> and </head>
The style sheet <link> statement belongs between <title> and </title>
The style sheet <link> statement belongs between </head> and <body>
The style sheet <link> statement belongs immediately after the DOCTYPE statement
Which of the following is not a specified HTML Color type?
predefined color names
RGB
Colorqube
HSL
HTML supports 140 standard color names.
True
False
You can not set the background color for HTML elements.
True
False
The following code makes the text Dodger Blue.
<h1 style="background-color:DodgerBlue;">Hello World</h1>
True
False
The following code makes the paragraph text color Medium Sea Green.
<p style="color:MediumSeaGreen;">Ut wisi enim...</p>
True
False
You can set the color of borders in an HTML document.
True
False
Which of the following is the format for RGB color?
#ff6347
hsl(9, 100%, 64%)
rgb(255, 99, 71)
hsla(9, 100%, 64%, 0.5)
Which of the following is the format for HEX color?
hsla(9, 100%, 64%, 0.5)
rgb(255, 99, 71)
#ff6347
rgba(255, 99, 71, 0.5)
Shades of gray are often defined using equal values for all three parameters.
True
False
This is never true.
This is always true.
HSL stands for hue, same-ness, and lightness.
True
False
HSLA color values are an extension of HSL with an Alpha channel (opacity).
True
False
Which statement about Saturation is not true?
Saturation can be described as the hue of a color.
100% is pure color, no shades of gray
50% is 50% gray, but you can still see the color.
0% is completely gray, you can no longer see the color.
HSLA color values are an extension of HSL color values with an Alpha channel - which specifies the opacity for a color.
True
False
John Deere Green is one of the 140 supported HTML color names.
True
False
This example sets the border color of the heading to Violet.
<h1 style="border:2px solid Violet;">Hello World</h1>
True
False
HTML correct structure
<html>
</html>
<head>
</head>
<title>
</title>
<body>
</body>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
</html>
</head>
</title><title>
<head>
</body>
<body>
<html>
What does HTML stand for?
HyperText Markup Language
Hyper Transfer Media Language
Hyper Transfer Making Language
HTML uses
Tabs
Tags
Punctuation
Quotations
Body tags are used to
Used only for the paragraph
Not used in HTML
Used for only the header
Element that wraps everything that is visible on the page.
New heading tags can use
Letters (ie: ha; hb)
Numbers (i.e: h1; h2)
You can't do this
Quotations (ie: h'; h")
</body>
Body tag
Paragraph tag
Closing body tag
Header tag
<Body>
Body tag
Header tag
Closing body tag
Paragraph tag
<HTML>
Gives you structure and text
Not needed when creating HTML sites
Goes after the <h1>
Goes after the <body>
</html>
Found after </h1>
Found after </style>
Found at bottom of written code
Found after </body>
Which of the following is the purpose of a MicroBit?
Practice with different computing devices
Developing problem solving skills
Learning how to program
Troubleshooting technical problems
What would you use to store data? e.g. scores and character names
A Variable
An If Statement
A Display Block
How often will the message "Hello Year 7" be displayed?
All the time
Once
When will this piece of code start?
When you shake the MicroBit
When you turn on the MicroBit
When you press the A button on the MicroBit
When will this piece of code start?
When you shake the MicroBit
When you turn on the MicroBit
When you press the A and B buttons on the MicroBit
What will this code do?
Display the numbers 1 to 6
Display a number between 1 and 6
Which part of the MicroBit is the LED Panel?
1
2
3
4
Which part of the MicroBit is the B Button?
1
2
3
4
What is meant by the term String in programming?
Letters, numbers and symbols
Numbers Only
Words Only
Symbols Only
Which part of the Microbit allows it to communicate with other Microbits?
Bluetooth antenna
Accelerometer
Compass
Which part of the Microbit ensures it knows which way up it is facing?
Bluetooth antenna
Accelerometer
Compass
Which part of the Microbit ensures it knows when it is being shaken?
Bluetooth antenna
Accelerometer
Compass
What is the name of the example Microbit on your screen?
Emulator
Microbit 2
Fake Microbit
You would use light blue blocks when you need the user to do something (e.g. shake, press a button)
True
False
How often will the message "Hello Year 7" be displayed?
All the time
Once
Where can you find your program after downloading it from the website?
My Work
Downloads folder
Desktop
Which cable is used to connect the Microbit to the computer?
USB
Micro USB
HDMI
The Microbit needs to be connected to a battery pack when it is plugged in to the computer
True
False
The Microbit needs to be connected to a battery pack when it is unplugged from the computer
True
False
You would use light blue blocks when you need to display text or pictures to the user
True
False
