What is Python?
Python is a programming language
What is the main purpose of Google Slides?
Main purpose: Creating and presenting slideshows online
What is the purpose of Microsoft Word?
Microsoft Word is used to create document
What is Python commonly used for?
Is used for programming
Write the necessary code to display on console "Science Fair"
print("Science Fair")
How can you share a Google Docs document with others?
Can be shared by clicking the "Share" button and entering email addresses
How can you make text bold in Microsoft Word?
The text can be bold if you select the "B" icon or
Ctrl + B
What is the primary function of a Python print statement?
Displays text or variables on the console
What is the primary function of a Python input statement?
The input statement: Reads text that a user writes on the console
What are some advantages of using Google Docs over traditional word procesing software?
Advantages: Collaboration, cloud, storage, access from any device
What is a formula in Microsoft Excel or Google Sheets and give an example
Formulas in Excel perform calculations on data in cells, like =SUM(A1:A5).
How do you declare a variable in Python?
By choosing a name and assigning a value with an equal sign
What kind of information a string variable can contain?
It normaly contain letters, words and characters
How can you export a Google Slides presentation as a PDF file and why might you choose to do so?
Clicking on "File" the click"Download" and select "PDF Document (.pdf)
Because if the document is PDF you cant edit it and if you edited it marks it on yellow
Describe the function of slide transitions in Microsoft Power Point
Slide transitions in PowerPoint control how slides change during a presentation.
What kind of information an INT variable can contain?
Only integer numbers
What will display the following code in the console?
x = "5"
y = "3"
print(x+y)
53
How can you embed a Youtube video into a slide in Google Slides, and what are some benefits of doing so?
Clicking on "Insert" "Video" and you can search the title of the video o you can paste an URL
The benefits are: Get atention of the people, to reforce an idea or argument
How can you use Google Sheets to create charts and graphs based on your data?
Use the "Insert" menu to add various types of charts and graphs to visualize data
What is the error in the next code?
x=5
print(X)
The "X" in the print statement is a capital letter while x in the variable declaration is a lowercase