Objectives Paper
Objectives Paper
1. Sway is a new app from _________________ that makes it easy to create and share
interactive reports, personal stories, presentations, and more.
2. With Sway, you’re no longer limited to picking a _________________that makes your
presentations look like everyone else’s.
3. Family, friends, classmates, and co-workers can see your creations on the
_________________without signing up, signing in, or downloading anything.
4. _________________ is where you type, insert, edit and format the content.
5. Title of your Sway is the _________________others see when you share your Sway.
6. Content is arranged in_________________order by adding cards.
7. To add content to your Sway, such as text, images, or videos, click or tap the
_________________at the bottom of any existing card.
8. The _________________ tab allows you to view your work in progress at any time.
9. The _________________button on the top to full experience your sway.
10._________________is a way of giving computers instructions about what they should
do next.
11.Computer programming is often described as a mix of art and science; it’s technical and
analytical, yet _________________at the same time.
12._________________ and _________________are two different tools used for creating
new programs, especially in computer programming.
13.An algorithm is a _________________of the process.
14.Flowchart explains the steps of a program in a _________________way.
15.In order to solve a mathematical or computer problem, this is the _________________of the
procedure.
16.An _________________includes calculations, reasoning and data processing.
17.Algorithms can be presented by natural languages, _________________and
_________________, etc.
18.A _________________is a type of diagram that represents an algorithm, workflow or
process.
19.Flowcharts are used in analyzing, _________________, documenting or managing a process
or program in various fields.
20.Pseudocode is an informal _________________of the operating principle of a computer
program or other algorithm.
21._________________is a precise form of an algorithm without unnecessary steps of
vocabulary/words.
22.In computing, a program is a specific set of _________________for a computer to perform.
23._________________is a term we use to describe the electronics and mechanical parts of the
computer.
31.A variable can store values only in _________________either it could be numeric or string.
32.Python has no command for _________________a variable. Numeric values like integers, or
Float like decimal numbers.
34. The Python _________________is often used to output variables. To combine both text and
a variable, Python uses the + character.
35. Python has the ability to add comments for the purpose of _________________.
36. _________________are just a dead piece of code which can be used for our references only.
37.Comments start with a _________________, and Python will render the rest of the line as a
comment.
38. We can also use Python to do any kind of _________________: addition, subtraction,
multiplication, division, etc.
39. In Python, you can store your data into variables, but you can also put them in
_________________.
40.A list is just an _________________of items which can be of any data type.
43. To add an item to the end of the list, use the _________________method.
45. The _________________is Python’s way of saying if the previous conditions were not true,
then try this condition.
46. A _________________is used for repeating over a sequence (that is either a list or a string).
50.In Python, a function is defined using the _________________and for executing the function
we can use the function name along with parentheses ().
54.Syntax errors will be _________________by the Python IDLE and will show you the error in a
dialogue box with a suggested solution or the line number where the mistake has been done.
55. A logical mistake while designing the program which occurs due to the
_________________of the program flow.
56.Logical errors can be avoided by working on a _________________
59.A _________________application runs most of its time inside an event loop, which is entered via the main loop
method.
67. _________________is equipped with all the sensors, outputs and motors needed to
introduce you to the amazing world of robotics.
69.The microcontroller is like _________________. It’s where all the robot’s thinking happens.
72.Any program you create in EdPy must be _________________ to Edison before the robot can
perform the actions.
73.To connect Edison with the computer to download the program you create with EdPy, you need
the _________________which is Edison’s special cable.
78.Programming area is where you type the _________________to control the Edison robot.
81.When the ‘Program’ button is clicked; the current program is _________________ to the
Edison robot.
82.The _________________is a guide to use while programming which shows users what each
of the Python commands do.
83. All Edison programs must contain the _________________that you see every time you open
the EdPy app.
84. Using the online EdPy programming environment you can save your _________________and
have access to your projects from any browser.
87.All Edison programs must contain the _________________which is included in lines 1 to 11.
88.When you start a new program, you should start typing on _________________.
89.When you finish writing you should check the program for errors with the
_________________.
90.If the program has any errors, they appear in the _________________.
92.When the program is _________________, the variables are replaced with real data.
93. In Python, a for loop is a _________________structure which can be used to repeat sets of
commands or statements any number of times.
94. The While loop repeats a statement or group of statements while a given condition is
_________________.
95. An important part of coding is _________________.
96.An IF statement asks whether a condition is _________________ or _________________.
97. You can use _________________ to write a program with multiple if conditions.
98.A program using if/elif/else still moves sequentially from the _________________.
99. The Edison robot’s sound sensor is not just _________________ to claps.
100.The _________________ can respond to any loud sound detected or vibrations similar to that
sound.
101.Edison’s motors, gears and wheels all make sounds as they turn, which can trigger the
_________________.
101.Your Edison robot is equipped with a _________________, located near the power switch on the bottom of the
robot.
102. The robot is controlled by a program, which contains the instructions and rules
103.The for loop often goes together with the _________________ function in Python.
104. Edison can play individual musical notes through its small speaker using the _________________function in EdPy.
105. The _________________block changes the look of the elements on your screen.
106. _________________have lots of properties you can change like their text colour, background colour or font size.
107. Events are user actions like clicking a button, scrolling through a menu, or hovering over a picture.
108. To add events in App Lab you need to use a _________________called on Event().
109. The playSound() block allows you to add _________________to your app.
110. To add images to your elements you can just use the _________________block.
Q3.Glossary: