Name the PC application we used to create charts.
SPREADSHEET (MS EXCEL)
Name ONE feature you can apply on a Word document.
Font, font size, bullets, colors, numbering, alignments, etc.
Byte stands for _______________.
Binary Term
List the 3 Basic Logic Gates.
AND, OR, and NOT
Name the programming language we use in this class.
Python.
Outline different types of documents that can be created in a Word processor.
report, letters, resume, calendar, schedule, flyers, brochure etc.
Outline TWO or more common features used in Word, Spreadsheet, and Database.
Save, Print, Sort, Font etc.
Convert the Decimal 251 to Binary.
11111011
A'+B
(Complete and Show your Truth Table to the Teacher)
List ALL the 5 stages of Programming.
Analyze Problem, Design, Code, Test, Final Documentation
Explain the steps of how to create relationships between tables in a database.
Go to Database Tools, Click on Relationship
Select the Tables, Connect the Fields that are related between the tables
Create and Save the Relationships.
What are 3 common tools used in a Graphic application?
Text, Clone, Scale, Opacity, Eraser etc.
Perform this Arithmetic Operation in Binary:
1000 - 10 + 111
1101
Draw the Logic Gate for this Expression:
(A'.B') + (B+C')
Draw a Flowchart for this problem:
A = (a - b) + c
(Draw and show your answer to the teacher)
List 2 benefits of using a spreadsheet application, and explain how it can be helpful to local businesses.
Do calculations and Draw charts.
Businesses can use spreadsheet to calculate sales, set up business forecast for the future and draw up charts for estimates plans.
Write the correct Python Code for this problem:
A = (a - b) + c
(Write your code and show to the teacher)